I've been using the prodigal server to annotate my genome. To me the
output looks like genbank format but I've having problems parsing the
output with bioruby. The output I get from prodigal looks like this:
DEFINITION >scaffold00001 length=334801
CDS 73..1026
CDS 1016..1765
CDS 1773..2210
CDS complement(2616..4190)
//
If I add a FEATURES line
DEFINITION >scaffold00001 length=334801
FEATURES
CDS 73..1026
CDS 1016..1765
CDS 1773..2210
CDS complement(2616..4190)
//
I'm then able to parse the output as a genbank file with bioruby.
Maybe this is relevent or not but I thought I would send a quick
email.
Mike
regards,
doug