asrhou / scMatch

scMatch: a single-cell gene expression profile annotation tool using reference datasets
MIT License
23 stars 21 forks source link

Naming inconsistency #7

Closed kerimsecener closed 4 years ago

kerimsecener commented 5 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

ishaan-mehta commented 4 years ago

This is also found in lines 153 and 154 for the error message

asrhou commented 4 years ago

Thank you, guys! This issue has been fixed.