brian-cleary / LatentStrainAnalysis

Partitioning and analysis methods for large, complex sequence datasets
MIT License
37 stars 20 forks source link

removed hard-coded parameter from "HashCounting.sh" #13

Closed sunitj closed 1 year ago

sunitj commented 8 years ago

line passing parameters to "create_hash.py" always used "-k 33" as it's kmer length, replaced it with $kmerLen variable.

qtleeq commented 5 years ago

@brian-cleary Hey Brian I accidentally opened another PR asking you to make this same change. You put a lot of work into this and this is a minor error which could throw off people who are interested in your algorithm.