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

Option to use Spades and multithreading for Bowtie2 and Spades #210

Merged
merged 3 commits into from
Feb 2, 2018

Commits on Feb 1, 2018

  1. Option to run subprocess w/o shell

    Andrey Tovchigrechko committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    601e86c View commit details
    Browse the repository at this point in the history
  2. Remove reference to spades options in tests that are not using spades.

    Cleanup tmp dirs before copytree in case the test harness is repeated
    in a directory after previous run has failed with unhandled exceptions.
    Andrey Tovchigrechko committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    4fb0392 View commit details
    Browse the repository at this point in the history
  3. Reintroduce Spades as another assembly option. Multithreading for Spa…

    …des and Bowtie2.
    
    Spades improves upon default fermilight on challenging datasets with highly uneven coverage
    (viral, amplicon, single-cell).
    Multithreading for Spades and Bowtie2 subprocesses is adaptive - kicks in at the end of
    a multiprocessing map run when idle threads were appearing otherwise (or in cases of overall
    fewer clusters than total threads).
    Andrey Tovchigrechko committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    e86c9c1 View commit details
    Browse the repository at this point in the history