EMBL-PKU / BASALT

MIT License
91 stars 14 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'clustering_gt1000.csv' #45

Open tenguzame opened 4 months ago

tenguzame commented 4 months ago

Good morning, I'm trying to run BASALT on a local HPC. I'm trying to bin 2 assemblies using 2 read sets, using the following command:

srun BASALT.py -a MHallok.fasta -s CC_TOT_03_trim_norm_1.fastq,CC_TOT_03_trim_norm_2.fastq -t 30 -e m -m 350 --mode new

Everything runs fine, until CONCOCT is run. At that point, the program halts with the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'clustering_gt1000.csv'

How do I fix it?

Best regards