Skip to content

Commit

Permalink
Set PYTHONHASHSEED for umitools dedup (#1932)
Browse files Browse the repository at this point in the history
Set PYTHONHASHSEED

Co-authored-by: Simon Pearce <[email protected]>
  • Loading branch information
SPPearce and SPPearce authored Aug 31, 2022
1 parent 3a138c2 commit 9d48964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/umitools/dedup/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process UMITOOLS_DEDUP {

if (!(args ==~ /.*--random-seed.*/)) {args += " --random-seed=100"}
"""
umi_tools \\
PYTHONHASHSEED=0 umi_tools \\
dedup \\
-I $bam \\
-S ${prefix}.bam \\
Expand Down

0 comments on commit 9d48964

Please sign in to comment.