Page 1 of 1

FeatureCollection::esource: invalid source key: P

Posted: Thu Nov 19, 2015 7:53 pm
by katharina
Originally posted in the old forum by Sam on 13.06.2014 - 18:58
Hi,
I got this error running augustus supplying EST hints and protein hints obtained from exonerate output.

Code: Select all

FeatureCollection::esource: invalid source key: P
augustus: ERROR
        FeatureCollection::esource: invalid source key: P
Here's is how I got hints from exonerate:

Code: Select all

exonerate2hints.pl --priority=3 --source=P --in=F001_exonerate.out --out=F001_exonerate_hints.gff
If I don't specify "source=P", the default source it adds is "src=XNT" in the hints file.
In the extrinsic.cfg file, I added "P" to indicate protein hints.
I would appreciate your input on this. Thank you.

Re: FeatureCollection::esource: invalid source key: P

Posted: Thu Nov 19, 2015 7:53 pm
by katharina
by Sam on 13.06.2014 - 20:21
FeatureCollection::esource: invalid source key: P
I found the answer. I had not added "P" as one of the sources in the extrinsic.cfg file. Thank you.