mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update modules/bamtools/split/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
e9c44f3d85
commit
2d32267fcd
1 changed files with 7 additions and 5 deletions
|
@ -24,11 +24,13 @@ process BAMTOOLS_SPLIT {
|
||||||
def stub = !args.contains("-stub") ? "-stub ${prefix}" : ""
|
def stub = !args.contains("-stub") ? "-stub ${prefix}" : ""
|
||||||
|
|
||||||
"""
|
"""
|
||||||
bamtools merge \\
|
bamtools \\
|
||||||
${input_list} \\
|
merge \\
|
||||||
| bamtools split \\
|
$input_list \\
|
||||||
$stub \\
|
| bamtools \\
|
||||||
$args
|
split \\
|
||||||
|
-stub $prefix \\
|
||||||
|
$args
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
Loading…
Reference in a new issue