mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-23 03:28:17 +00:00
Remove -bam flag
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
6f3cbfcd9a
commit
4181a7356c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ process PRESEQ_LCEXTRAP {
|
||||||
$options.args \\
|
$options.args \\
|
||||||
$paired_end \\
|
$paired_end \\
|
||||||
-output ${prefix}.ccurve.txt \\
|
-output ${prefix}.ccurve.txt \\
|
||||||
-bam $bam
|
$bam
|
||||||
cp .command.err ${prefix}.command.log
|
cp .command.err ${prefix}.command.log
|
||||||
|
|
||||||
echo \$(preseq 2>&1) | sed 's/^.*Version: //; s/Usage:.*\$//' > ${software}.version.txt
|
echo \$(preseq 2>&1) | sed 's/^.*Version: //; s/Usage:.*\$//' > ${software}.version.txt
|
||||||
|
|
Loading…
Reference in a new issue