STAR-SEQR
STAR-SEQR copied to clipboard
read Chimeric.out.junction ERROR,about pandas
Dec 05 09:41:16 ..... loading genome Dec 05 09:42:08 ..... started mapping Dec 05 09:53:04 ..... finished mapping Dec 05 09:53:04 ..... finished successfully
2020-12-05 09:53 - INFO - STAR Alignment Finished!
2020-12-05 09:53 - INFO - Importing junctions
2020-12-05 09:54 - ERROR - There was a problem reading your STAR *Chimeric.out.junction file
2020-12-05 09:54 - ERROR - Exception: could not convert string to float: NreadsUnique 33113327
Traceback (most recent call last):
File "/usr/bin/starseqr.py", line 622, in
I had this same issue, as well as an error about an unexpected number of columns - both related to the core.import_starjxns() reading in of the junctions file.
I basically just cloned the repo, went into starseqr_utils/core.py and removed "header=None" in the pd.read_csv() call (line 31), and that seemed to fix it.