bpt26 / usher_wiki

docs holder for usher wiki
GNU General Public License v3.0
2 stars 8 forks source link

matutils summary random seed problem? Different results with the same command. #5

Open majagarbulinska opened 2 years ago

majagarbulinska commented 2 years ago

Hi! Thank you very much for the package!

matUtils summary -t test1.tsv -i public-latest.all.masked.pb -g ncbiGenes_.gtf -f NC_045512v2.fa.gz matUtils summary -t test2.tsv -i public-latest.all.masked.pb -g ncbiGenes_.gtf -f NC_045512v2.fa.gz

diff test2.tsv test1.tsv | grep "^>" | wc -l gives a number >0

Exactly the same command with exactly the same files give us different results. Would there be a possibility of including a random seed parameter to get the same results every time we run the same command for reproducible results?

Thank you!