Entering edit mode
9.4 years ago
frcamacho
▴
210
Hi there,
I am using shortBRED and while using the ./shortbred_identify.py
program I get the following error:
Making a fasta file for each protein family...
Traceback (most recent call last):
File "./shortbred_identify.py", line 269, in <module>
pb.MakeFamilyFastaFiles( strMapFile, str(args.sGOIProts), dirFams)
File "/Users/fc/Desktop/shortBRED/src/process_blast.py", line 262, in MakeFamilyFastaFiles
f = open(strFamFile, 'w')
IOError: [Errno 2] No such file or directory: 'mergedDB_identify/clust/fams/gi_92012075_|ctg1_orf00009|transatpks|short-chain_dehydrogenase/reductase_SDR.faa'
Does anybody have any thoughts about this error?
Thanks in advance!