mandricigor / imrep

ImReP is a computational method for rapid and accurate profiling of the adaptive immune repertoire from regular RNA-Seq data.
https://mandricigor.github.io/imrep/
28 stars 14 forks source link

options #36

Open smangul1 opened 5 years ago

smangul1 commented 5 years ago

check if the extension is bam if bam was selected right now if i run

~/anaconda2/bin/python imrep.py --noCast example/toyExample.fastq test

this error

Traceback (most recent call last): File "imrep.py", line 1096, in imrep = ImReP(settings) File "imrep.py", line 394, in init self.__read_reads() File "imrep.py", line 497, in __read_reads while not file_content[0][0] == ">": IndexError: list index out of range