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

Use read pairing information in kneaddata_bowtie2_discordant_pairs #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2021

  1. Run bowtie2 multiple times in kneaddata_discordant_pairs and --reorder

    which avoids the problem of having to pair up the reads afterwards
    so the memory usage doesn't depend on the input size
    
    Add more logging, turned on after the --verbose option (if not verbose, print only the counts, as before)
    
    Add --bypass-trf for unit tests that are meant to be bowtie2 only
    wbazant committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6a1a721 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    379a7c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    a2bae7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a5781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa3b217 View commit details
    Browse the repository at this point in the history
  4. Improving error messages

    rdemko2332 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    969a06f View commit details
    Browse the repository at this point in the history