Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DISCLAIMER: don't let the number of file changes put you off - I just deleted a lot of comments...
Added
--clean-dbg
flag inpandora discover
. This exposes the option for cleaning the GATB de Bruijn graph before doing local assembly.Removed
cout
orcerr
Changed
--discover-k
parameter to only accept integers in the range [0-32) as a guard for this. I also streamlined the cmake build process for GATB to build from a git commit rather than downloading a tar ball. This is so that we can easily transition to a fork of GATB if we need to to support multithreading.std::cout
andstd::cerr
has been replaced with writes to the log instead [closes Logging should go to stderr #221]--merge-dist
is now 15 [Acceptable local assembly performance #74 and Filter pandora map VCFs mbhall88/head_to_head_pipeline#48 will have evidence to support this change soon]