-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
This is what the error looks like in the annotated_genome.seq-submit.val
file:
Error: valid [SEQ_FEAT.PartialProblem] This SeqFeat should not be partial FEATURE: CDS: cytoplasmic phosphatidylinositol transfer protein 1 <2635> [(lcl|scaffold0001:c15271572-15271522, c15271296-15271148, c15271066-15270978, c15270841-15270834, c15270772-15270701, c15270628-15270530, c15270458-15270303, c15270222-15270013)] [lcl|scaffold0001: delta, dna len= 40839847] -> [gnl|WGS:ZZZZ|ACNGGK_001431-P1]
These are the other messages involving that gene:
Warning: valid [SEQ_FEAT.PartialsInconsistent] Inconsistent: Location= complete, Feature.partial= TRUE FEATURE: mRNA: cytoplasmic phosphatidylinositol transfer protein 1 <2634> [(lcl|scaffold0001:c15272014-15271884, c15271701-15271522, c15271296-15271148, c15271066-15270978, c15270841-15270834, c15270772-15270701, c15270628-15270530, c15270458-15270303, c15270222-15270013)] [lcl|scaffold0001: delta, dna len= 40839847]
Warning: valid [SEQ_FEAT.PartialsInconsistent] Inconsistent: Location= complete, Feature.partial= TRUE FEATURE: Prot: cytoplasmic phosphatidylinositol transfer protein 1 <10980> [gnl|WGS:ZZZZ|ACNGGK_001431-P1:1-277] [gnl|WGS:ZZZZ|ACNGGK_001431-P1: raw, aa len= 277]
Warning: valid [SEQ_FEAT.ShortExon] Internal coding region exon is too short at position 15270834-15270841 FEATURE: CDS: cytoplasmic phosphatidylinositol transfer protein 1 <2635> [(lcl|scaffold0001:c15271572-15271522, c15271296-15271148, c15271066-15270978, c15270841-15270834, c15270772-15270701, c15270628-15270530, c15270458-15270303, c15270222-15270013)] [lcl|scaffold0001: delta, dna len= 40839847] -> [gnl|WGS:ZZZZ|ACNGGK_001431-P1]
Warning: valid [SEQ_FEAT.PartialProblem] When SeqFeat.product is a partial Bioseq, SeqFeat.location should also be partial FEATURE: CDS: cytoplasmic phosphatidylinositol transfer protein 1 <2635> [(lcl|scaffold0001:c15271572-15271522, c15271296-15271148, c15271066-15270978, c15270841-15270834, c15270772-15270701, c15270628-15270530, c15270458-15270303, c15270222-15270013)] [lcl|scaffold0001: delta, dna len= 40839847] -> [gnl|WGS:ZZZZ|ACNGGK_001431-P1]
In the asn
file this is the section that is different compared to other genes:
partial TRUE,
location int {
from 15270012,
to 15272013,
strand minus,
id local str "scaffold0001",
fuzz-from lim lt
},
For reference, the same gene in a different species looks like this:
location int {
from 7069515,
to 7071112,
strand minus,
id local str "scaffold0014"
},
I tried removing the partial TRUE,
and fuzz-from lim lt
lines but that created a new error.
Metadata
Metadata
Assignees
Labels
No labels