Hi,
I am getting following error while running juicer mapping pipeline on LSF cluster:
[M::bwa_idx_load_from_disk] read 0 ALT contigs
[E::main_mem] fail to open file `/scare/hpgh/an27t/fly/juicer-run/splits/*_R1*.fastq.gz'.
In my fastq folder I have fastq files folder(/scare/hpgh/an27t/fly/juicer-run/fastq) like:
HiC-flyplus_1_S2_L002_R1_001.fastq.gz
HiC-flyplus_1_S2_L002_R2_001.fastq.gz
HiC-flyplus_1_S9_L002_R1_001.fastq.gz
HiC-flyplus_1_S9_L002_R2_001.fastq.gz
..
...
In total I have 46 fastq.gz files named similar to this.
I am not sure why is it not taking the fastq files names instead giving it a *
Please let me know what could be the possible reason for this error.
Thanks,
Ankita
--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/a59d64d1-64ae-4d39-b5da-d97eeffa9983%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
./run-pipeline.sh –m haploid –t 15000 –s 2 –c 23 GSE95797_Hs1.fasta GSE95797_Hs1.mnd.txt
Not sure how to parse your input: files not listed or not found at expected locations. Exiting!
*****************************************************
3D de novo assembly: version 170123
USAGE: ./run-asm-pipeline.sh [options] <path_to_input_fasta> <path_to_input_mnd>
Could you please help me understand the reason of this error and how could I resolve this.
Thanks a lot!
Ankita
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/a59d64d1-64ae-4d39-b5da-d97eeffa9983%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I just changed the arguments in the run-pipeline.sh file. But by giving the LSF run time to 48 hours or 72 hours it fails giving the following error. I am sure it's not failing because of run time limit. I tried both (48 and 72 hours) but it has the same error both times. I think there is something else causing this error. Or I am missing any module to load on my cluster? If you could please have a look and help me resolve it, that will be great!
------------------------------------------------------------
# LSBATCH: User input
#!/bin/bash
module load gnu_parallel/20160522
./run-pipeline.sh GSE95797_Hs1.fasta GSE95797_Hs1.mnd.txt
------------------------------------------------------------
TERM_RUNLIMIT: job killed after reaching LSF run time limit.
Exited with exit code 140.
Resource usage summary:
CPU time : 165565.34 sec.
Max Memory : 51064 MB
Average Memory : 39858.61 MB
Total Requested Memory : 80960.00 MB
Delta Memory : 29896.00 MB
Max Processes : 11
Max Threads : 77
Run time : 172804 sec.
Turnaround time : 172808 sec.
The output (if any) follows:
gnu_parallel 20160522 is located under /share/pkg/gnu_parallel/20160522
:) -p flag was triggered. Running LIGer with GNU Parallel support parameter set to true.
:) -s flag was triggered, starting calculations with 1000 threshold starting contig/scaffold size
:) -q flag was triggered, starting calculations with 1 threshold mapping quality
...Using cprops file: GSE95797_Hs1.0.cprops
...Using merged_nodups file: GSE95797_Hs1.mnd.0.txt
...Scaffolding all scaffolds and contigs greater or equal to 1000 bp.
...Starting iteration # 1
sort: unrecognized option '--parallel=24'
Try `sort --help' for more information.
:) DONE!
:) -p flag was triggered. Running with GNU Parallel support parameter set to true.
:) -q flag was triggered, starting calculations for 1 threshold mapping quality
...Remapping contact data from the original contig set to assembly
...Building track files
...Building the hic file
Not including fragment map
Start preprocess
Writing header
Writing body
.User defined signal 2
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002ac6337af15e, pid=15532, tid=47030746217248
#
# JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.31-b07 mixed mode linux-amd64 )
# Problematic frame:
# V [libjvm.so+0x8e415e] SR_handler(int, siginfo*, ucontext*)+0x3e
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid15532.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Hi Ankita,
The error suggests that you have an older verion of sort than required for the pipeline (and that does not support parallelization). Please see below for the pipeline:
GNU coreutils sort >=8.11. You can check your version by typing "sort --version".
Best,
Olga
h.scores.step.*.txt ,h.scaffolds.step.*.txt, h.scaffolds.original.notation.step.*.txt
currently it is writing 29th steps file. I am confused since in my params I have defined it to be 10. Or this MAX_STEP=10 is different than how many *.step.*.txt files it will write? Now the pipeline has been running since 5 days. Also I have given the run time to be 5 days, so soon it is going to exit the program.
--
You received this message because you are subscribed to a topic in the Google Groups "3D Genomics" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/3d-genomics/kaFOGQA51Ys/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 3d-genomics+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/e9f672e6-5bfd-45ee-a154-82dca22e8930%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to 3d-genomics...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/a59d64d1-64ae-4d39-b5da-d97eeffa9983%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/23185f62-9381-4b74-a80c-fdbf4851d713n%40googlegroups.com.