antismash error
1
0
Entering edit mode
19 months ago
szb6246 • 0

Hello, I have ran antismah in web and now trying to use through conda. I see that input file required is gbk. However even if we annotate fasta file with Rast or Prokka, the output is gbgff file and providing that always run into error such as

 Record c00014_NODE_14.. contains no genes and no genefinding tool specified

I have tried it with assemblies downloaded from NCBI but its same error. Can some one please guide me Command I am using is

antismash BP1199.gbff
antismash gbkfile • 1.9k views
ADD COMMENT
0
Entering edit mode

That doesn't look like an error. Probably the NODE_14 is a short contig with no genes

ADD REPLY
2
Entering edit mode
19 months ago
kblin ▴ 50

You can run antiSMASH on FASTA inputs, antiSMASH will then use prodigal for gene finding. On GenBank inputs, antiSMASH will assume that you have already run gene finding yourself. As Andres mentioned, you're likely stumbling over a contig that's too small to have any genes on it. antiSMASH errors out on these when run on the command line to force you to pick a strategy for dealing with these (--genefinding-tool error). So if you just want to ignore contigs without gene calls, you could just run with --genefinding-tool none instead.

ADD COMMENT
0
Entering edit mode

I tried it with fasta file as well. I have assembled genomes using SPAdes. When I load them on web, I do get results but I need the output file gbk from the anti smash in command line to run the BIG-SCAPE.

How do I run antismash in command line with fasta file. Can you share the direct code please.

ADD REPLY
0
Entering edit mode

Hi there, sorry for the late reply. I don't seem to get notification emails here on Biostars.

You'd run your FASTA file like:

antismash --genefinding-tool prodigal --your --other --options --here your_fasta.fa

e.g. here I'm running antiSMASH on NC_007194.fa with KnownClusterBlast, MIBiG ClusterCompare, and TIGRFam and PFAM annotations of the regions:

antismash --genefinding-tool prodigal --cb-known --cc-mibig --tigrfam --clusterhmmer NC_007194.fa
ADD REPLY

Login before adding your answer.

Traffic: 1932 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6