-
Notifications
You must be signed in to change notification settings - Fork 24
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
cns_1_al_vol_0.sh: line 16: 35702 Bus error #57
Comments
Hi, @QichengMa I read your mail and Is it convenient to provide the file size in |
I increased the values, but I still get the same error: (base) [kggx609@seskscpn075 fastq_pass]$ more my_config.txt (base) [kggx609@seskscpn075 fastq_pass]$ tail nohup.out (base) [kggx609@seskscpn075 fastq_pass]$ cd - Vol0 is a binary file. |
I forgot to mention that the project folder (gr1_gfp) needs to be deleted first.跟读-------- 原始邮件 --------发件人: QichengMa ***@***.***>日期: 2023年8月4日周五 早上8:06收件人: xiaochuanle/NECAT ***@***.***>抄送: lemene ***@***.***>, Comment ***@***.***>主 题: Re: [xiaochuanle/NECAT] cns_1_al_vol_0.sh: line 16: 35702 Bus error (Issue #57)
I increased the values, but I still get the same error:
(base) ***@***.*** fastq_pass]$ more my_config.txt
PROJECT=gr1_gfp
ONT_READ_LIST=read_list.txt
GENOME_SIZE=600000
THREADS=1
MIN_READ_LENGTH=1500
PREP_OUTPUT_COVERAGE=200
OVLP_FAST_OPTIONS=-n 500 -z 20 -b 2000 -e 0.5 -j 0 -u 1 -a 1000
OVLP_SENSITIVE_OPTIONS=-n 500 -z 10 -e 0.5 -j 0 -u 1 -a 1000
CNS_FAST_OPTIONS=-a 2000 -x 4 -y 12 -l 1000 -e 0.5 -p 0.8 -u 0
CNS_SENSITIVE_OPTIONS=-a 2000 -x 4 -y 12 -l 1000 -e 0.5 -p 0.8 -u 0
TRIM_OVLP_OPTIONS=-n 100 -z 10 -b 2000 -e 0.5 -j 1 -u 1 -a 400
ASM_OVLP_OPTIONS=-n 100 -z 10 -b 2000 -e 0.5 -j 1 -u 0 -a 400
NUM_ITER=2
CNS_OUTPUT_COVERAGE=30
CLEANUP=1
USE_GRID=false
GRID_NODE=0
GRID_OPTIONS=
SMALL_MEMORY=0
FSA_OL_FILTER_OPTIONS=
FSA_ASSEMBLE_OPTIONS=
FSA_CTG_BRIDGE_OPTIONS=
POLISH_CONTIGS=true
(base) ***@***.*** fastq_pass]$
(base) ***@***.*** fastq_pass]$ tail nohup.out
2023-08-03 23:58:20 [Info] Skip filtering reads for consensus for outputs are newer.
2023-08-03 23:58:20 [Info] Start correcting iteratively for cns 1..
2023-08-03 23:58:20 [Info] Start aliging for cns 1.
2023-08-03 23:58:20 [Info] Skip making vol for cns 1 for outputs are newer.
2023-08-03 23:58:20 [Info] Start aligning vol for cns 1.
2023-08-03 23:58:20 [Info] Parallelly start aligning vol 0 for cns 1.
2023-08-03 23:58:20 [Info] Run script: /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/scripts/cns_1_al_vol_0.sh 2>&1 |tee /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/scripts/cns_1_al_vol_0.sh.log
/home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/scripts/cns_1_al_vol_0.sh: line 16: 8202 Bus error /home/kggx609/software/NECAT/Linux-amd64/bin/oc2pmov -e 0.5 -m 500 -a 1000 -u 1 -j 0 -k 15 -b 2000 -i 1 -d 0.25 -t 1 -q 500 -s 3 -n 500 -z 10 -t 1 /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1/PackedData 0 /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1/PackedData/pm_result_0
2023-08-03 23:58:38 [Warning] Failed to run script, 135, /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/scripts/cns_1_al_vol_0.sh
2023-08-03 23:58:38 [Error] Reached to maximum number of script errors
(base) ***@***.*** fastq_pass]$
(base) ***@***.*** fastq_pass]$ cd -
/home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1
(base) ***@***.*** cns_iter1]$ ls -ltr
total 1
drwxrwx--- 2 kggx609 xaz-scp-rd 4096 Aug 3 01:53 PackedData
(base) ***@***.*** cns_iter1]$ pwd
/home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1
(base) ***@***.*** cns_iter1]$ ls
PackedData
(base) ***@***.*** cns_iter1]$ cd PackedData
(base) ***@***.*** PackedData]$ ls
reads_info.txt vol0 volume_names.txt
(base) ***@***.*** PackedData]$ ls -ltr
total 129
-rw-rw---- 1 kggx609 xaz-scp-rd 75091 Aug 3 01:53 vol0
-rw-rw---- 1 kggx609 xaz-scp-rd 92 Aug 3 01:53 volume_names.txt
-rw-rw---- 1 kggx609 xaz-scp-rd 4 Aug 3 01:53 reads_info.txt
(base) ***@***.*** PackedData]$ more reads_info.txt
1 3
(base) ***@***.*** PackedData]$ more volume_names.txt
/home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1/PackedData/vol0 0 3
(base) ***@***.*** PackedData]$ file vol0
vol0: data
(base) ***@***.*** PackedData]$
Vol0 is a binary file.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I deleted it: $ /bin/rm -rf gr1_gfp nohup.out But I still get errors: Smartmatch is experimental at /home/kggx609/software/NECAT/Linux-amd64/bin/Plgd/Project.pm line 263. 2023-08-04 00:30:35 [INFO] length size = 523144 BUT, this time, the file vol0 is MUCH larger, (base) [kggx609@seskscpn075 PackedData]$ pwd Thanks again! |
Hi, @QichengMa |
This is the first time that I use NECAT. |
Dear Chuan-Le,
When I run "necat.pl correct my_config.txt", I got the error message:
"cns_1_al_vol_0.sh: line 16: 35702 Bus error
... ...
/home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/scripts/cns_1_al_vol_0.sh: line 16: 35702 Bus error /home/kggx609/software/NECAT/Linux-amd64/bin/oc2pmov -a 1000 -b 2000 -k 15 -t 1 -q 500 -i 1 -d 0.25 -n 500 -z 10 -m 500 -j
0 -s 3 -u 1 -e 0.5 -t 1 /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1/PackedData 0 /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/1-consensus/cns_iter1/PackedData/pm_result_02023-08-03 01:53:33 [Warning] Failed to run script, 135, /home/kggx609/projects/gr1_gfp/fastq_pass/gr1_gfp/scripts/cns_
1_al_vol_0.sh
2023-08-03 01:53:33 [Error] Reached to maximum number of script errors
"
I appreciate if you could help me to configure out where I did wrong.
Thanks,
The text was updated successfully, but these errors were encountered: