The K-mer Analysis Toolkit (KAT) contains a number of tools that analyse and compare K-mer spectra.
GNU General Public License v3.0
206
stars
52
forks
source link
Fix: Name clashes between type 'str' and local variable 'str' #91
Closed
hdetering closed 6 years ago
When running
kat plot spectra-mx
with Python 3.5.4 (Miniconda environment), I got the following error:It looks like there is a name clash between the type
str
and the variablestr
declared later in the code. Renaming the local variable fixed the issue.Cheers, -- Harry