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 followed the installation instructions and the example usage for generic antiSMASH output. I ran my script but the output folders are empty and I got the following error messages. How can I fix this?
My script:
for file in Scaffold*.gbk; do echo $file; sh /scratch/ar14g12/PIPS/funorder/FunOrder-2.0.1/funorder_2.0/funorder_server.sh 30 $file /scratch/ar14g12/PIPS/results/antismash/relax/BBM4/funorder_output ascomycota_db ; done
Error:
Scaffold1.region001.gbk
File "/scratch/ar14g12/PIPS/funorder/FunOrder-2.0.1/funorder_2.0/genbank_to_fasta_v1.2/genbank_to_fasta.py", line 89
print "You must specify an in_file. Use '-h' for help."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("You must specify an in_file. Use '-h' for help.")?
Read sequences and write them to individual files
Error: Failed to open filename 'Scaffold1.region001.gbk.fasta'
Error: Unable to read sequence 'Scaffold1.region001.gbk.fasta'
Died: seqretsplit terminated: Bad value for '-sequence' and no prompt
*.fasta
The text was updated successfully, but these errors were encountered:
The Error you sent states, that genbank_to_fasta.py script did not get an input file.
Did you try running funorder_server.sh for a single .gbk file to test it?
The command you sent appears to be correct if the absolute paths are correct.
You need to run this command in "from within the antiSMASH output-folder", that is the folder with the *.gbk files.
Hi,
I followed the installation instructions and the example usage for generic antiSMASH output. I ran my script but the output folders are empty and I got the following error messages. How can I fix this?
My script:
for file in Scaffold*.gbk; do echo $file; sh /scratch/ar14g12/PIPS/funorder/FunOrder-2.0.1/funorder_2.0/funorder_server.sh 30 $file /scratch/ar14g12/PIPS/results/antismash/relax/BBM4/funorder_output ascomycota_db ; done
Error:
Scaffold1.region001.gbk
File "/scratch/ar14g12/PIPS/funorder/FunOrder-2.0.1/funorder_2.0/genbank_to_fasta_v1.2/genbank_to_fasta.py", line 89
print "You must specify an in_file. Use '-h' for help."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("You must specify an in_file. Use '-h' for help.")?
Read sequences and write them to individual files
Error: Failed to open filename 'Scaffold1.region001.gbk.fasta'
Error: Unable to read sequence 'Scaffold1.region001.gbk.fasta'
Died: seqretsplit terminated: Bad value for '-sequence' and no prompt
*.fasta
The text was updated successfully, but these errors were encountered: