Open er0080808 opened 7 years ago
This error is due to a transcript in your gtf file being on the "GL456210.1" sequence, which is an unplaced contig in the m10 assembly, but that sequence not being present in mm10.fa.
It's a little strict about that, so you either have to use a more complete reference sequence, or filter out entries from the GTF file that are on such sequences.
Thank you so much for your reply.
I do not know how to post a issue, so I paste the code here. Hope you can help me.
>isolator analyze -o xxx.hdf5 -g mm10.fa -p 4 RefSeq_Genes_mm10.gtf xxx.bam
the bam file above is the output of STAR and has been sorted the following is the stdoutthe line "Couldn't read sequence GL456210.1" is marked with red color and the output xxx.hdf5 file is about 400 kB
So I don't know what should I do in next step...