dkoslicki / MetaPalette

Metagenomic profiling and phylogenetic distances via common kmers
Other
42 stars 5 forks source link

-Q parameter not escaped when passed on to Jellyfish #9

Open AlexanderDilthey opened 7 years ago

AlexanderDilthey commented 7 years ago

Calling classify.py e.g. with

python Classify.py ... -Q * ...

breaks the code.

Possible solution:

re.escape(str(quality))

in classify.py, line 95ff.