Closed francicco closed 2 years ago
I think it is telling you the feature with ID exon5_Thar.Scf0000969G1.1 appears twice with different types. While technically allowed for features to have the same ID, they should not have different types. I'd make them have different IDs for clarity
Hi, @cmdcolin, If I remove start and stop codon doesn't change anything F
If it still gives errors mentioning start codon after you've removed start codon, you may need to clear your browser cache perhaps or make sure you are using the new file?
Cache problem That worked thanks!
F
Super :)
Hi,
I'm trying to convert a gff3 file in its binary for to use it under jbrowse/apollo. The plain text file gff3 file I'm using it's like this
I sort it and compress it like this:
bgzip Test.gff && tabix -p gff Test.gff.gz
When I load it under Jbrowse the compressed gff returns me an error, while the same file in plain text looks just fine
I don't understand what I'm doing wrong, and how I can fix it. Thanks a lot F