-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem running EMU with some samples #53
Comments
<Signals.SIGKILL: 9> typically means the minimap2 run could not complete due to lack of memory space. Which version of emu and which version of minimap2 are you running? |
Thank you for answering. Emu, it is version 3.5.0. As for miniap2, it is version 2.28. |
So I upgraded Emu version. This is what I run on the server. #!/bin/bash #SBATCH --time=11:59:00 python ~/emu/emu abundance --keep-counts --min-abundance 0.000001 --db $SCRATCH/EMUdatabase/ --output-dir $SCRATCH/nanoconcat/emuresults --threads $SLURM_CPUS_PER_TASK vitfaniebarcode04chop.fastq many thanks! |
Bonjour Alexandre,
|
Hello! I want to stress out how EMU is the best tool for now for Nanopore 16S full sequencing! I am using it on a server and 90% of samples get through. But for some samples, (some with lots of sequences, some with very few sequences), it does not work. I get the following error message:
traceback (most recent call last):
File "/home/alexthi/emu/emu", line 804, in
SAM_FILE = generate_alignments(args.input_file, out_file, args.db)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/alexthi/emu/emu", line 416, in generate_alignments
subprocess.check_output("minimap2 -ax {} -t {} -N {} -p .9 -K {} {} {} -o {}".
File "/cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/Compiler/gcccore/python/3.11.5/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/Compiler/gcccore/python/3.11.5/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'minimap2 -ax map-ont -t 7 -N 50 -p .9 -K 100000000 /scratch/alexthi/EMUdatabase/species_taxid.fasta vitfaniebarcode92chop.fastq -o /scratch/alexthi/nanoconcat/emuresults/vitfaniebarcode92chop_emu_alignments.sam' died with <Signals.SIGKILL: 9>.
Any clue of what might be causing that?
I have tried to change -K, number of CPU, memory allocated, etc, but still get the same error.
The text was updated successfully, but these errors were encountered: