Skip to content

Commit

Permalink
Merge pull request #120 from broadinstitute/dp-classify
Browse files Browse the repository at this point in the history
kraken2 build wdl bugfix
  • Loading branch information
dpark01 authored Jun 18, 2020
2 parents c47263f + d4c1563 commit 33d2a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_metagenomics.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ task build_kraken2_db {
${'--kmerLen=' + kmerLen} \
${'--minimizerLen=' + minimizerLen} \
${'--minimizerSpaces=' + minimizerSpaces} \
${'--maxDbSize=' + maxDbSize}
${'--maxDbSize=' + maxDbSize} \
--loglevel=DEBUG
tar -c -C $DB_DIR . | zstd ${"-" + zstd_compression_level} > "kraken2-${db_basename}.tar.zst" &

Expand Down

0 comments on commit 33d2a3b

Please sign in to comment.