You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this command multiple times:
{code}
umi_tools dedup -I myBam.bam --extract-umi-method=tag --umi-tag=RX --read-length -S myBam.umi_tools.bam
{code}
I get the same number of reads returned each time, but the exact reads returned each time are different. Is there a way to get the same reads with each run?
thanks
RIchard
The text was updated successfully, but these errors were encountered:
To use a seed with umi-tools, use the --random-seed= option.
You might also find you need to set the PYTHONHASHSEED= environment variable as well to make sure hashes are returned in the same order, although I think the sorts should take care of that these days....
Hi there,
When I run this command multiple times:
{code}
umi_tools dedup -I myBam.bam --extract-umi-method=tag --umi-tag=RX --read-length -S myBam.umi_tools.bam
{code}
I get the same number of reads returned each time, but the exact reads returned each time are different. Is there a way to get the same reads with each run?
thanks
RIchard
The text was updated successfully, but these errors were encountered: