Skip to content

Commit

Permalink
fix readgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMoelder committed Oct 17, 2024
1 parent 031639e commit e5b7037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/mapping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ rule add_rg:
log:
"logs/picard/add_rg/{sample}.log",
params:
extra="--RGLB lib1 --RGPL illumina --RGPU {sample} --RGSM {sample}",
extra="--RGLB lib1 --RGPL ILLUMINA --RGPU {sample} --RGSM {sample} --RGID {sample}",
resources:
mem_mb=60000,
wrapper:
Expand Down

0 comments on commit e5b7037

Please sign in to comment.