mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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}" : ""
|
||||
|
||||
"""
|
||||
bamtools merge \\
|
||||
${input_list} \\
|
||||
| bamtools split \\
|
||||
$stub \\
|
||||
$args
|
||||
bamtools \\
|
||||
merge \\
|
||||
$input_list \\
|
||||
| bamtools \\
|
||||
split \\
|
||||
-stub $prefix \\
|
||||
$args
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue