-
Notifications
You must be signed in to change notification settings - Fork 53
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
Error: '/bin/sh nextdenovo/01_rundir/01.raw_align/02.raw_align.sh.work/raw_align0/raw_align001/nextDenovo.sh #137
Comments
Could you paste the content of file |
Hi, Dr. Hu hostname
real 0m0.702s |
As the log says, the input files |
Hi, Dr. Hu |
How about |
Its file size is also 224MB |
Try to reinstall the lastest version of NextDenovo and rerun from the beginning. |
Hi Dr. command '/bin/sh /home/navi/magnaporthe-KI215/assembly_number_3/01.raw_align/03.raw_align.sh.work/raw_align08/nextDenovo.sh > /home/navi/magnaporthe-KI215/assembly_number_3/01.raw_align/03.raw_align.sh.work/raw_align08/nextDenovo.sh.o 2> /home/navi/magnaporthe-KI215/assembly_number_3/01.raw_align/03.raw_align.sh.work/raw_align08/nextDenovo.sh.e' returned non-zero exit status 137, error info: . raw_align08/nextDenovo.sh.e files has the following error hostname
|
It seems you don't have enough memory, try to reduce |
Hi, Dr. Hu
I ran into this problem when I assembled the genome from ONT data and couldn't solve it:
Exception: Command '/bin/sh 01_rundir/01.raw_align/02.raw_align.sh.work/raw_align0/raw_align001/nextDenovo.sh > 01_rundir/01.raw_align/02.raw_align.sh.work/raw_align0/raw_align001/nextDenovo.sh.o 2> 01_rundir/01.raw_align/02.raw_align.sh.work/raw_align0/raw_align001/nextDenovo.sh.e' returned non-zero exit status 1, error info: .
My configuration file run.cfg is as follows
[General]
job_type = local
job_prefix = nextDenovo
task = all # 'all', 'correct', 'assemble'
rewrite = yes # yes/no
deltmp = yes
rerun = 6
parallel_jobs = 20
input_type = raw
read_type = ont
input_fofn = input.fofn
workdir = 01_rundir
[correct_option]
read_cutoff = 1k
genome_size = 480M
seed_cutoff = 57862
blocksize = 2g
pa_correction = 15
seed_cutfiles = 20
sort_options = -m 1g -t 10 -k 40
minimap2_options_raw = - x ava-ont -t 8
correction_options = -p 15
[assemble_option]
random_round = 20
minimap2_options_cns = -x ava-ont -t 8 -k17 -w17
nextgraph_options = -a 1
Could you give me some advice?
Thanks
The text was updated successfully, but these errors were encountered: