bioinfo-ut / GeneToCN

Gene copy number prediction from k-mer frequencies
GNU General Public License v3.0
9 stars 1 forks source link

Patch 1 - Corrections for the "time_5" and "test" variables #3

Closed MCorentin closed 7 months ago

MCorentin commented 7 months ago

Commit 1: In _filterkmers() from GeneToKmer.py, _time5 was used but not defined.

Commit 2: In KmerToCN.py the test variable is compared to None to check the combination of inputs given as arguments. But test is either True or False. Changed the if statements after the arguments parsing to account for that.