You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 stdout
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.
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 stdout
the 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...
The text was updated successfully, but these errors were encountered: