Skip to content

Commit

Permalink
bug: add --parallel flag to binReassemble (fix issue #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Zorrilla committed Jun 10, 2021
1 parent 64ffedb commit 3485bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ rule binReassemble:
cp -r {input.refinedBins}/metawrap_*_bins {input.R1} {input.R2} .
echo "Running metaWRAP bin reassembly ... "
metaWRAP reassemble_bins -o $(basename {output}) \
metaWRAP reassemble_bins --parallel -o $(basename {output}) \
-b metawrap_*_bins \
-1 $(basename {input.R1}) \
-2 $(basename {input.R2}) \
Expand Down

0 comments on commit 3485bb1

Please sign in to comment.