Open sgsutcliffe opened 4 months ago
We need to replace np.unicode_ with np.str_ in line
np.unicode_
np.str_
dtype={'qseqid': np.unicode_, 'sseqid': np.unicode_})
In the BlastResultsParser.py script to be compatible with 2.0+ Numpy
BlastResultsParser.py
I had to manually edit this line as stated above to make staramr run. I have python 3.12.5 and numpy 2.1.0 installed. Staramr 0.10.0.
We need to replace
np.unicode_
withnp.str_
in lineIn the
BlastResultsParser.py
script to be compatible with 2.0+ Numpy