Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring #326

Merged
merged 18 commits into from
Aug 21, 2023
Merged

Refactoring #326

merged 18 commits into from
Aug 21, 2023

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    1210df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ebda98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d906282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    665964f View commit details
    Browse the repository at this point in the history
  5. Use more accurate types that reflect the SAM spec

    - FLAG: 16 bits, unsigned
    - POS: 32 bits, unsigned
    - MAPQ: 8 bits, unsigned
    - PNEXT: 32 bits, unsigned
    - TLEN: 32 bits, signed
    marcelm committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7a84ab1 View commit details
    Browse the repository at this point in the history
  6. Rename all_nams to nams

    marcelm committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c5b72da View commit details
    Browse the repository at this point in the history
  7. Rename n to nam

    ... wherever it is an instance of Nam
    marcelm committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4d8f497 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Rename ..._s to _start and ..._e to _end

    In Nam and Hit structs
    marcelm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5f02977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d0b58 View commit details
    Browse the repository at this point in the history
  3. Rename R to rescue_level

    in MappingParameters and in CommandLineOptions
    marcelm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    aca33fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd38e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f61ba06 View commit details
    Browse the repository at this point in the history
  6. Rename more

    marcelm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    25d0e78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9384025 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1abe1eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6daebd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b319eb View commit details
    Browse the repository at this point in the history
  11. Rename sam_aln to alignment

    marcelm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c0e362b View commit details
    Browse the repository at this point in the history