spades icon indicating copy to clipboard operation
spades copied to clipboard

Error == system call for: config.info

Open anaalmeidasantos opened this issue 1 year ago • 4 comments

Description of bug

I was running Unicycler to assemble a hybrid genome and encountered the following error related to SPAdes:

WARNING: Try to use logger before create one. Level=ERROR. Message=File /hpc/dla_mm/anasantos/data/202301_Efaecalis/data/hybrid_genomes/M508826_hybrid/spades_assembly/K111/configs/config.info doesn't exist or can't be read!

== Error == system call for: "['/hpc/dla_mm/anasantos/data/miniconda3/envs/unicycler_env/bin/spades-core', '/hpc/dla_mm/anasantos/data/202301_Efaecalis/data/hybrid_genomes/M508826_hybrid/spades_assembly/K111/configs/config.info', '/hpc/dla_mm/anasantos/data/202301_Efaecalis/data/hybrid_genomes/M508826_hybrid/spades_assembly/K111/configs/isolate_mode.info']" finished abnormally, OS return value: 2

I do not know what this is about. I usually do this all the time and never got this error before.

Could You help to identify the problem?

Thank you in advance

spades.log

spades.log

params.txt

params.txt

SPAdes version

3.15.4

Operating System

I am using a server (HPC)

Python Version

No response

Method of SPAdes installation

conda

No errors reported in spades.log

  • [X] Yes

anaalmeidasantos avatar Jul 08 '24 16:07 anaalmeidasantos

Could You help to identify the problem?

There are no errors in attached spades.log file. Will you please attach a correct one from failed run?

asl avatar Jul 08 '24 16:07 asl

It is the correct file.

The error is: == Error == system call for: "['/hpc/dla_mm/anasantos/data/miniconda3/envs/unicycler_env/bin/spades-core', '/hpc/dla_mm/anasantos/data/202301_Efaecalis/data/hybrid_genomes/M508826_hybrid/spades_assembly/K111/configs/config.info', '/hpc/dla_mm/anasantos/data/202301_Efaecalis/data/hybrid_genomes/M508826_hybrid/spades_assembly/K111/configs/isolate_mode.info']" finished abnormally, OS return value: 2

anaalmeidasantos avatar Jul 08 '24 16:07 anaalmeidasantos

Looks like you redirected output from several runs into a single output directory – spades.log contains intermixed lines. This is not going to work.

asl avatar Jul 08 '24 16:07 asl

I only did:

unicycler -1 namefile_1.fastq.gz -2 namefile_2.fastq.gz -l namefile.fastq -o name_of_directory

anaalmeidasantos avatar Jul 08 '24 16:07 anaalmeidasantos