Mikado prepare error
0
1
Entering edit mode
6.4 years ago
Kay ▴ 10

I am trying to use Mikado, a software for identifying a better set of transcripts from multiple assemblies. Been having these error in the congihuration/prepare phase.

2017-12-18 12:26:47,372 - prepare - prepare.py:67 - INFO - setup - MainProcess - Command line: /anaconda3/bin/mikado prepare --json-conf configuration.yaml
2017-12-18 12:26:47,517 - prepare - prepare.py:430 - ERROR - prepare - MainProcess - list index out of range
Traceback (most recent call last):
  File "/anaconda3/lib/python3.6/site-packages/Mikado/preparation/prepare.py", line 409, in prepare
    min_length=args.json_conf["prepare"]["minimum_length"])
  File "/anaconda3/lib/python3.6/site-packages/Mikado/preparation/prepare.py", line 280, in load_exon_lines
    strand_specific=strand_specific)
  File "/anaconda3/lib/python3.6/site-packages/Mikado/preparation/annotation_parser.py", line 387, in load_from_gtf
    for row in gff_handle:
  File "/anaconda3/lib/python3.6/site-packages/Mikado/parsers/GTF.py", line 397, in __next__
    return GtfLine(line)
  File "/anaconda3/lib/python3.6/site-packages/Mikado/parsers/GTF.py", line 55, in __init__
    GFAnnotation.__init__(self, line, my_line, header=header)
  File "/anaconda3/lib/python3.6/site-packages/Mikado/parsers/gfannotation.py", line 78, in __init__
    self._parse_attributes()
  File "/anaconda3/lib/python3.6/site-packages/Mikado/parsers/GTF.py", line 70, in _parse_attributes
    self.attributes[info[0]] = info[1].replace('"', '')
IndexError: list index out of range
2017-12-18 12:26:47,519 - prepare - prepare.py:432 - ERROR - prepare - MainProcess - Mikado has encountered an error, exiting
2017-12-18 12:26:47,519 - prepare - prepare.py:442 - INFO - prepare - MainProcess - Finished

Not sure if there is a limit to the length of the transcript the software can handle. Or my input files aren't conformed to what d software requires.

anyone with ideas?

Assembly genome RNA-Seq • 1.4k views
ADD COMMENT
1
Entering edit mode

Why not ask in a github issue, the authors are friendly and quick to reply!

ADD REPLY

Login before adding your answer.

Traffic: 1714 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6