You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been able to run prodigal successfully and generate the gene coordinate, protein translation and nucleotide files. When trying to run the -w option for the summary statistics file my code runs an error though: "unknown option" (nothing more). I am using Prodigal version 2.6.3 on a Linux64 machine.
My code looks like this:
prodigal -i inputfile.fa -o ${output}/${name}_prodigal.gbk -a ${output}/${name}_protein.translation.fsa -d ${output}/${name}_mrna.fsa -w ${output}/${name}_summary.txt -p meta
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I have been able to run prodigal successfully and generate the gene coordinate, protein translation and nucleotide files. When trying to run the -w option for the summary statistics file my code runs an error though: "unknown option" (nothing more). I am using Prodigal version 2.6.3 on a Linux64 machine.
My code looks like this:
prodigal -i inputfile.fa -o ${output}/${name}_prodigal.gbk -a ${output}/${name}_protein.translation.fsa -d ${output}/${name}_mrna.fsa -w ${output}/${name}_summary.txt -p meta
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: