Remove -bam flag

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Edmund Miller 2021-01-15 09:39:32 -06:00 committed by GitHub
parent 6f3cbfcd9a
commit 4181a7356c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ process PRESEQ_LCEXTRAP {
$options.args \\
$paired_end \\
-output ${prefix}.ccurve.txt \\
-bam $bam
$bam
cp .command.err ${prefix}.command.log
echo \$(preseq 2>&1) | sed 's/^.*Version: //; s/Usage:.*\$//' > ${software}.version.txt