mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/elprep/merge/main.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
edadc9d216
commit
9d0f03d96a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ process ELPREP_MERGE {
|
||||||
mv ${bam} input/
|
mv ${bam} input/
|
||||||
|
|
||||||
elprep merge \\
|
elprep merge \\
|
||||||
input \\
|
input/ \\
|
||||||
output/${prefix}.${suffix} \\
|
output/${prefix}.${suffix} \\
|
||||||
$args \\
|
$args \\
|
||||||
${single_end} \\
|
${single_end} \\
|
||||||
|
|
Loading…
Reference in a new issue