HIT-ImmunologyLab / DBSCAN-SWA

30 stars 13 forks source link

Prokka LOCUS line not compliant with GenBank #11

Open sreerampeela opened 2 years ago

sreerampeela commented 2 years ago

The system called prokka doesn't have '--compliant' option. Due to this, when there are long contig names, the LOCUS line in the .gbk file is unrecognised by this tool. A fix is to change prokka run command as follows: command = prokka_path+" %s --compliant --outdir %s --prefix %s --kingdom %s --force"%(fasta_file,outdir,prefix,kingdom)

Hope this helps someone for troubleshooting..