carveme icon indicating copy to clipboard operation
carveme copied to clipboard

The input genome did not match sufficient genes/reactions in the database.

Open AnisMansouri opened this issue 2 years ago • 1 comments

Hi Everybody,

I tried to run CarveMe using DNA data (my_genome.fna: https://www.ncbi.nlm.nih.gov/genome/?term=txid4959[orgn]):

carve --dna my_genome.fna

I got this message:

The input genome did not match sufficient genes/reactions in the database.

Note: I tried several genomes and I got the same message. However, the model was successfully built using FASTA protein file (.faa) as input.

AnisMansouri avatar Sep 13 '22 11:09 AnisMansouri

Hi,

You can use DNA files as long as they are already annotated into individual genes.

CarveMe doesn't do ORF annotation, because there are already many good tools to do that. If you have a raw genome you would have to first use prokka/prodigal.

cdanielmachado avatar Sep 13 '22 12:09 cdanielmachado