Included args option in picard AddOrReplaceReadGroups (#1973)

feat included args option in picard addorreplacereadgroups
This commit is contained in:
Lucpen 2022-08-25 12:06:02 +02:00 committed by GitHub
parent 98642619bd
commit baa2845d28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,9 @@ process PICARD_ADDORREPLACEREADGROUPS {
}
"""
picard \\
AddOrReplaceReadGroups \\
-Xmx${avail_mem}g \\
AddOrReplaceReadGroups \\
$args \\
--INPUT ${bam} \\
--OUTPUT ${prefix}.bam \\
--RGID ${ID} \\