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

Support loading paired fastqs #831

Closed

Commits on Oct 2, 2015

  1. Copy the full SHA
    15c3e9b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c03b3a View commit details
    Browse the repository at this point in the history
  3. support loading paired-fastq via loadAlignments

    previous code path required -force_load_fastq flag
    ryan-williams committed Oct 2, 2015
    Copy the full SHA
    2f4ba95 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    77967b5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9cb0371 View commit details
    Browse the repository at this point in the history
  6. "-concat" flag to merge two AlignmentRecord RDDs

    useful for merging paired-fastq files and a corresponding "unpaired"
    reads file
    ryan-williams committed Oct 2, 2015
    Copy the full SHA
    1b3e880 View commit details
    Browse the repository at this point in the history
  7. optimize imports

    ryan-williams committed Oct 2, 2015
    Copy the full SHA
    d850ea8 View commit details
    Browse the repository at this point in the history
  8. make flagstat safe for some null fields

    previously crashed on fastq reads
    ryan-williams committed Oct 2, 2015
    Copy the full SHA
    47ebc12 View commit details
    Browse the repository at this point in the history