Closed longzhangnation closed 4 years ago
Most likely a JVM issue (see #1764 for example), post one of the logs from the failed jobs to check what the issue is.
Here is the log , I didnot find errors.
Found perl: /usr/bin/perl perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "zh_CN.utf8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
Found java: /BIGDATA1/app/jdk/8u141-b15-gcc-4.8.5/bin/java java version "1.8.0_141"
Found canu: /BIGDATA1/sysu_mhwang_1/canu-2.1/bin/canu perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "zh_CN.utf8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). canu 2.1
Running job 18 based on SLURM_ARRAY_TASK_ID=18 and offset=0. /BIGDATA1/sysu_mhwang_1/canu_zl/correction/1-overlapper Opened seqStore '../../test.seqStore' for 'raw' reads. Dumping raw reads from 711451 to 753300 (inclusive).
Starting mhap precompute.
Running with these settings: --filter-threshold = 1.0E-7 --help = false --max-shift = 0.2 --min-olap-length = 500 --min-store-length = 0 --no-rc = false --no-self = false --no-tf = false --num-hashes = 768 --num-min-matches = 2 --num-threads = 12 --ordered-kmer-size = 12 --ordered-sketch-size = 1536 --repeat-idf-scale = 10.0 --repeat-weight = 0.9 --settings = 0 --store-full-id = true --supress-noise = 0 --threshold = 0.73 --version = false -f = ../../0-mercounts/test.ms16.ignore.gz -h = false -k = 16 -p = ./000018.input.fasta -q = . -s =
Reading in filter file ../../0-mercounts/test.ms16.ignore.gz. Read in values for repeat 0 and 0 Warning, k-mer filter file has zero elements. Initializing Initialized Time (s) to read filter file: 0.108373642 Read in k-mer filter for sizes: [] Processing FASTA files for binary compression... Current # sequences loaded and processed from file: 5000...
Yes, that would imply your grid is likely killing these jobs which would be similar to the issue I pointed to. Check the status of the jobs on the grid, the command to run them should be in 1-overlapper/precompute.jobSubmit*sh
and their ID in 1-overlapper/precompute.jobSubmit*out
. If that's the case you can try the same parameter change as in the previous issue to see if the jobs succeed.
Any update?
Idle
Hi ,I am using Canu for my nanopore sequence correction , and my command is like
~/canu-2.1/bin/canu -correct useGrid=true gridEngineArrayMaxJobs=500 -p test -d canu_zl genomeSize=1.3g -nanopore sampled_15x_pass_nano.fastq.gz
. When the programe stopped , I checked the file incanu_zl/correction/
, I cannot find the corrected reads files . I see some fasta file under1-overlapper/blocks/
. When I see thecanu.out
it shows like thisShould I worry about the error ? where can I find the corrected files ? Or should I restart the command ? Hope you can give me some advice .