Closed tiagolbiotech closed 8 years ago
When running
make INPUTDIR='../Tests/PAL_July06/antiSMASH_input/'
fails with the output below:
Traceback (most recent call last): File "makedb.py", line 138, in main() File "makedb.py", line 106, in main descriptions = parse_gbk_embl(inputfiles, dbname) File "/Users/Tiago/Desktop/Gene_Cluster_Network/Tests/PAL_July06/multigeneblast_1.1.14/dblib/parse_gbk.py", line 695, in parse_gbk_embl outputfile = open(dbname + "_dbbuild.fasta","w") IOError: [Errno 2] No such file or directory: '../outputs/tables/PAL_db_dbbuild.fasta' make[1]: * [../outputs/tables/PAL_db] Error 1 make: * [ALL] Error 2
When running
make INPUTDIR='../Tests/PAL_July06/antiSMASH_input/'
fails with the output below:
Traceback (most recent call last): File "makedb.py", line 138, in
main()
File "makedb.py", line 106, in main
descriptions = parse_gbk_embl(inputfiles, dbname)
File "/Users/Tiago/Desktop/Gene_Cluster_Network/Tests/PAL_July06/multigeneblast_1.1.14/dblib/parse_gbk.py", line 695, in parse_gbk_embl
outputfile = open(dbname + "_dbbuild.fasta","w")
IOError: [Errno 2] No such file or directory: '../outputs/tables/PAL_db_dbbuild.fasta'
make[1]: * [../outputs/tables/PAL_db] Error 1
make: * [ALL] Error 2