Closed kerimsecener closed 4 years ago
Hello,
I think you need to change "genes.tsv" into "features.tsv" in the script VisAnnos.py in this line: row = pd.read_table(fileItem[:-10]+"genes.tsv", header=None, index_col=None)
Thanks
This is also found in lines 153 and 154 for the error message
Thank you, guys! This issue has been fixed.
Hello,
I think you need to change "genes.tsv" into "features.tsv" in the script VisAnnos.py in this line: row = pd.read_table(fileItem[:-10]+"genes.tsv", header=None, index_col=None)
Thanks