Open metalichen opened 1 year ago
Oh, forgot to mention: --debug flag doesn't work either. Here's what I get:
> singularity exec ../singularity/eukcc.sif eukcc single --db /path/to/eukccdb/eukcc2_db_ver_1.1 --debug ../path/to/MAG.fa
usage: eukcc [-h] [--quiet] [--debug] [-v] {single,folder,define_set,ncbi_update} ...
eukcc: error: unrecognized arguments: --debug
same error here, any updates?
Thanks
I eventually got it to run. I am working on a cluster, and have to use slurm. When I tried to run EukCC inside an interactive job, I was getting the error I described above. But when I submitted the job via sbatch, it worked fine and produced the output. I don't know enough about slurm to tell why it was so, but maybe this info will be helpful for you!
Thank you for your reply. I was actually submitting the job via sbatch but still had the error. Thanks anyway.
Hi ! I started getting this error when submitting to slurm instead of running directly from the interactive node, so more similar to @yan1365 's case. Did you manage to solve this ? The error log only contains:
Illegal instruction (core dumped)
Illegal instruction (core dumped)
Hi there!
I ran into an issue while trying to run EukCC via singularity.
I pulled the image and downloaded the database (tried both versions 1.1 and 1.2 with the same result):
But, when I tried to run EukCC with a genome, metaeuk immideatly fails:
And when I read the metaeuk.stout file, it only says "Illegal instruction"
Would appreciate any direction! Thanks