I'm writing a parser for Augustus GFF and have run into a weird case.
Has anyone else seen this?
At least one gene is listed with start greater than end, but only for the gene and transcript features. Everything else belonging to the gene has start less than end.
# start gene g34050
scaffold424|size244204    AUGUSTUS    gene    243273    179256    .    -    .    ID=g34050
scaffold424|size244204    AUGUSTUS    transcript    243273    179256    0.57    -    .    ID=g34050.t1;Parent=g34050
scaffold424|size244204    AUGUSTUS    stop_codon    243273    243275    .    -    0    Parent=g34050.t1
scaffold424|size244204    AUGUSTUS    intron    243687    244108    0.59    -    .    Parent=g34050.t1
scaffold424|size244204    AUGUSTUS    CDS    243273    243686    0.91    -    0    ID=g34050.t1.cds;Parent=g34050.t1
scaffold424|size244204    AUGUSTUS    CDS    244109    244204    0.6    -    0    ID=g34050.t1.cds;Parent=g34050.t1
scaffold424|size244204    AUGUSTUS    start_codon    244202    244204    .    -    0    Parent=g34050.t1
# end gene g34050
                    
                
                
OK I will do that. I have written to person who made the file and he should be getting back to me very soon.