mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Updated bam input in module
This commit is contained in:
parent
e1a3d1b18a
commit
a812dceb23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue