mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 18:58:16 +00:00
Set PYTHONHASHSEED for umitools dedup (#1932)
Set PYTHONHASHSEED Co-authored-by: Simon Pearce <simon.pearce@cruk.manchester.ac.uk>
This commit is contained in:
parent
3a138c2d27
commit
9d489648a7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ process UMITOOLS_DEDUP {
|
||||||
|
|
||||||
if (!(args ==~ /.*--random-seed.*/)) {args += " --random-seed=100"}
|
if (!(args ==~ /.*--random-seed.*/)) {args += " --random-seed=100"}
|
||||||
"""
|
"""
|
||||||
umi_tools \\
|
PYTHONHASHSEED=0 umi_tools \\
|
||||||
dedup \\
|
dedup \\
|
||||||
-I $bam \\
|
-I $bam \\
|
||||||
-S ${prefix}.bam \\
|
-S ${prefix}.bam \\
|
||||||
|
|
Loading…
Reference in a new issue