Skip to content

Commit

Permalink
Update 9_quast.tera.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Nov 30, 2024
1 parent a0bef02 commit 25514ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/9_quast.tera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fi
QUAST_LABEL=$( echo "${QUAST_LABEL}" | sed 's/,$//' )

rm -fr 9_quast
quast.py --threads {{ opt.parallel }} --min-contig 10 \
quast.py --threads {{ opt.parallel }} --min-contig 100 \
${QUAST_TARGET} \
--label ${QUAST_LABEL} \
-o 9_quast

0 comments on commit 25514ae

Please sign in to comment.