Skip to content

Commit

Permalink
added strictmaxindel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tpall committed Mar 24, 2021
1 parent 0539ca3 commit 183f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ rule refgenome:
"minimal"
params:
extra=(
lambda wildcards: f"append maxindel=200 usemodulo slow k=12 nodisk RGPL={PLATFORM} RGID={wildcards.sample} RGSM={wildcards.sample}"
lambda wildcards: f"append maxindel=200 strictmaxindel usemodulo slow k=12 nodisk RGPL={PLATFORM} RGID={wildcards.sample} RGSM={wildcards.sample}"
),
resources:
runtime=120,
Expand Down

0 comments on commit 183f6ca

Please sign in to comment.