mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Included args option in picard AddOrReplaceReadGroups (#1973)
feat included args option in picard addorreplacereadgroups
This commit is contained in:
parent
98642619bd
commit
baa2845d28
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ process PICARD_ADDORREPLACEREADGROUPS {
|
|||
}
|
||||
"""
|
||||
picard \\
|
||||
AddOrReplaceReadGroups \\
|
||||
-Xmx${avail_mem}g \\
|
||||
AddOrReplaceReadGroups \\
|
||||
$args \\
|
||||
--INPUT ${bam} \\
|
||||
--OUTPUT ${prefix}.bam \\
|
||||
--RGID ${ID} \\
|
||||
|
|
Loading…
Reference in a new issue