Hi,I am trying to run Juicer script but during alignment step it makes sam file upto some level and then individual job exits. It looks like this-
------------------------------------------------------------Sender: LSF System <lsfadmin@ottavino000-215.orchestra>
--
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/c43725f5-eeda-479c-bbd2-16cebcf64962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It looks like it went over the time limit for that queue. What split size did you use? I'm surprised that the BWA job is using so much memory and so much time. It also looks like you're doing short read alignment, is that correct? BWA can take a number of threads via the "-t" flag. To ask for multiple cores, you would add a BSUB header line with "-n" <# of cores>BestNeva
On Tue, Nov 1, 2016 at 12:43 PM, Kush B. <kushag...@gmail.com> wrote:
Hi,I am trying to run Juicer script but during alignment step it makes sam file upto some level and then individual job exits. It looks like this-
------------------------------------------------------------Sender: LSF System <lsfa...@ottavino000-215.orchestra>
Ah, never mind what I said about short read alignment.It looks like you're calling bwa mem with 16 threads; you should add that to the #BSUB lines.
On Tue, Nov 1, 2016 at 5:56 PM, Neva Durand <ne...@broadinstitute.org> wrote:
It looks like it went over the time limit for that queue. What split size did you use? I'm surprised that the BWA job is using so much memory and so much time. It also looks like you're doing short read alignment, is that correct? BWA can take a number of threads via the "-t" flag. To ask for multiple cores, you would add a BSUB header line with "-n" <# of cores>BestNeva
On Tue, Nov 1, 2016 at 12:43 PM, Kush B. <kushag...@gmail.com> wrote:
Hi,I am trying to run Juicer script but during alignment step it makes sam file upto some level and then individual job exits. It looks like this-
------------------------------------------------------------Sender: LSF System <lsfadmin@ottavino000-215.orchestra>
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/c43725f5-eeda-479c-bbd2-16cebcf64962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Neva Cherniavsky Durand, Ph.D.Staff Scientist, Aiden Lab
Hi,
I could solve the issue with running the script with short read option (-r). But script again exited at certain point not sure which step it is. The end of lsf file looks like this-
Clean2: No such queue------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-068.orchestra>
KB
------------------------------------------------------------Sender: LSF System <lsfa...@ottavino000-215.orchestra>
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/92730478-7046-4fbb-a2f1-fef5766cfc81%40googlegroups.com.
------------------------------------------------------------Sender: LSF System <lsfadmin@ottavino000-215.orchestra>
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/92730478-7046-4fbb-a2f1-fef5766cfc81%40googlegroups.com.
Thank you for the suggestion.
I have read 1 43bp and read2 42 bp, is that considered short read?KB
On Thursday, November 3, 2016 at 2:23:36 AM UTC-4, Neva Durand wrote:
You should not use the short read flag if your reads are not short.This looks like an LSF conversion bug where the queue "Clean2" (from AWS) was not removed.Otherwise, you have successfully merged the files. You could restart juicer from the dedup stage by running juicer.sh (whatever flags) -S dedup
On Wed, Nov 2, 2016 at 10:28 PM, Kush B. <kushag...@gmail.com> wrote:
Hi,I could solve the issue with running the script with short read option (-r). But script again exited at certain point not sure which step it is. The end of lsf file looks like this-
Clean2: No such queue------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-068.orchestra>
KB
------------------------------------------------------------Sender: LSF System <lsfa...@ottavino000-215.orchestra>
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/25b50289-4bf7-4329-908d-d675f2a97a60%40googlegroups.com.
Yes, in that case you should use the short read aligner.BestNeva
On Thu, Nov 3, 2016 at 8:07 AM, Kush B. <kushag...@gmail.com> wrote:
Thank you for the suggestion.
I have read 1 43bp and read2 42 bp, is that considered short read?KB
On Thursday, November 3, 2016 at 2:23:36 AM UTC-4, Neva Durand wrote:
You should not use the short read flag if your reads are not short.This looks like an LSF conversion bug where the queue "Clean2" (from AWS) was not removed.Otherwise, you have successfully merged the files. You could restart juicer from the dedup stage by running juicer.sh (whatever flags) -S dedup
On Wed, Nov 2, 2016 at 10:28 PM, Kush B. <kushag...@gmail.com> wrote:
Hi,I could solve the issue with running the script with short read option (-r). But script again exited at certain point not sure which step it is. The end of lsf file looks like this-
Clean2: No such queue------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-068.orchestra>
KB
------------------------------------------------------------Sender: LSF System <lsfadmin@ottavino000-215.orchestra>
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/25b50289-4bf7-4329-908d-d675f2a97a60%40googlegroups.com.
Hi,
Sorry to bother you again, but there is again some issue. Not sure what exactly it means. I am copying whole lsf output.
Thu Nov 3 03:08:34 EDT 2016Juicer version:1.5/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer.sh -g mm10 -d /groups/cbdm-db/kb124/FC_02524_test -q priority -p /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes -y /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -z /groups/shared_databases/igenome/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa -D /groups/cbdm-db/kb124/juicer-master_test/AWS -r -S dedup------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-061.orchestra>
Subject: Job 4646201: <a1478156907_cmd> DoneJob <a1478156907_cmd> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-061.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:08:33 2016Results reported at Thu Nov 3 03:08:34 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputdateecho "Juicer version:1.5"echo "/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer.sh -g mm10 -d /groups/cbdm-db/kb124/FC_02524_test -q priority -p /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes -y /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -z /groups/shared_databases/igenome/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa -D /groups/cbdm-db/kb124/juicer-master_test/AWS -r -S dedup"------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.10 sec.The output (if any) is above this job summary.Job <a1478156907_clean1> is not foundJob <4646208> is submitted to queue <priority>.Job <4646209> is submitted to queue <priority>.Job <4646210> is submitted to queue <priority>.Job <4646211> is submitted to queue <priority>.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-066.orchestra>
Sender: LSF System <lsfadmin@clarinet002-062.orchestra>
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Subject: Job 4646205: <a1478156907_postproc_wrap> DoneJob <a1478156907_postproc_wrap> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:01 2016Results reported at Thu Nov 3 03:09:02 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out#BSUB -w " done(a1478156907_launch) "#BSUB -J "a1478156907_postproc_wrap"bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 3600 -R "rusage[mem=32000]" -w "done(a1478156907_hic30)" -J "a1478156907_postproc" "/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer_postprocessing.sh -j /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox -i /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_30.hic -m /groups/cbdm-db/kb124/juicer-master_test/AWS/references/motif -g mm10"------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.33 sec.The output (if any) is above this job summary.Job <4646217> is submitted to queue <priority>.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-068.orchestra>
Sender: LSF System <lsfadmin@clarinet002-061.orchestra>
Subject: Job 4646207: < #!/bin/bash; #BSUB -q priority; #BSUB -W 1200; #BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out; #BSUB -w " done(a1478156907_launch) "; bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"> ExitedJob < #!/bin/bash; #BSUB -q priority; #BSUB -W 1200; #BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out; #BSUB -w " done(a1478156907_launch) "; bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-061.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:14 2016Results reported at Thu Nov 3 03:09:15 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out#BSUB -w " done(a1478156907_launch) "bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"------------------------------------------------------------Exited with exit code 2.Resource usage summary:CPU time : 0.09 sec.The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-063.orchestra>
Subject: Job 4646208: <a1478156907_msplit0000_> DoneJob <a1478156907_msplit0000_> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-063.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:08:54 2016Results reported at Thu Nov 3 03:09:17 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputawk -f /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/dups.awk -v name=/groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit0000_ /groups/cbdm-db/kb124/FC_02524_test/aligned/split0000;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 22.46 sec.Max Memory : 6 MBMax Swap : 338 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-066.orchestra>
Subject: Job 4646209: <a1478156907_msplit0001_> DoneJob <a1478156907_msplit0001_> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-066.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:21 2016Results reported at Thu Nov 3 03:09:25 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputawk -f /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/dups.awk -v name=/groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit0001_ /groups/cbdm-db/kb124/FC_02524_test/aligned/split0001;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 2.68 sec.Max Memory : 4 MBMax Swap : 336 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-067.orchestra>
Subject: Job 4646210: <a1478156907_catsplit> DoneJob <a1478156907_catsplit> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-067.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:28 2016Results reported at Thu Nov 3 03:09:31 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputcat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_optdups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/opt_dups.txt; cat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_dups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/dups.txt;cat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_merged_nodups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.51 sec.Max Memory : 3 MBMax Swap : 329 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-062.orchestra>
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Sender: LSF System <lsfadmin@clarinet002-062.orchestra>
Subject: Job 4646213: <a1478156907_hic> ExitedJob <a1478156907_hic> was submitted from host <clarinet002-062.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-062.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:10:23 2016Results reported at Thu Nov 3 03:10:28 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputdf -h;export _JAVA_OPTIONS=-Xmx16384m; if [ -n "" ]; then /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox pre -s /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.txt -g /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_hists.m -q 1 /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.hic /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes; else /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox pre -f /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -s /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.txt -g /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_hists.m -q 1 /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.hic /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes; fi ;------------------------------------------------------------Exited with exit code 1.Resource usage summary:CPU time : 2.78 sec.The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-065.orchestra>
Sender: LSF System <lsfa...@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-068.orchestra>
KB
------------------------------------------------------------Sender: LSF System <lsfa...@ottavino000-215.orchestra>
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/f2aa434f-95fc-405e-8a2d-7182a7c11c2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-068.orchestra>
KB
------------------------------------------------------------Sender: LSF System <lsfadmin@ottavino000-215.orchestra>
Subject: Job 4535172: <a1477977860_align2WT_1001.fastq> ExitedJob <a1477977860_align2WT_1001.fastq> was submitted from host <clarinet002-061.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <ottavino000-215.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 03:57:01 2016Results reported at Tue Nov 1 05:58:05 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -W 1200#BSUB -R "rusage[mem=128000]"#BSUB -J "a1477977860_align2WT_1001.fastq"# Align read2if [ -n "" ] || [ "0" -eq 2 ]thenecho 'Running command bwa aln -q 15 /groups/shared_databases/igenome/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa /groups/cbdm-db/kb124/FC_02524_sh/splits/WT_1_R2001.fastq > /groups/cbdm-db/kb1
...
Sender: LSF System <lsfa...@clarinet002-061.orchestra>
Subject: Job 4646201: <a1478156907_cmd> DoneJob <a1478156907_cmd> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-061.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:08:33 2016Results reported at Thu Nov 3 03:08:34 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputdateecho "Juicer version:1.5"echo "/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer.sh -g mm10 -d /groups/cbdm-db/kb124/FC_02524_test -q priority -p /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes -y /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -z /groups/shared_databases/igenome/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa -D /groups/cbdm-db/kb124/juicer-master_test/AWS -r -S dedup"------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.10 sec.The output (if any) is above this job summary.Job <a1478156907_clean1> is not foundJob <4646208> is submitted to queue <priority>.Job <4646209> is submitted to queue <priority>.Job <4646210> is submitted to queue <priority>.Job <4646211> is submitted to queue <priority>.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-066.orchestra>
Sender: LSF System <lsfa...@clarinet002-062.orchestra>
Sender: LSF System <lsfa...@clarinet002-064.orchestra>
Subject: Job 4646205: <a1478156907_postproc_wrap> DoneJob <a1478156907_postproc_wrap> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:01 2016Results reported at Thu Nov 3 03:09:02 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out#BSUB -w " done(a1478156907_launch) "#BSUB -J "a1478156907_postproc_wrap"bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 3600 -R "rusage[mem=32000]" -w "done(a1478156907_hic30)" -J "a1478156907_postproc" "/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer_postprocessing.sh -j /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox -i /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_30.hic -m /groups/cbdm-db/kb124/juicer-master_test/AWS/references/motif -g mm10"------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.33 sec.The output (if any) is above this job summary.Job <4646217> is submitted to queue <priority>.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-068.orchestra>
Sender: LSF System <lsfa...@clarinet002-061.orchestra>
Subject: Job 4646207: < #!/bin/bash; #BSUB -q priority; #BSUB -W 1200; #BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out; #BSUB -w " done(a1478156907_launch) "; bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"> ExitedJob < #!/bin/bash; #BSUB -q priority; #BSUB -W 1200; #BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out; #BSUB -w " done(a1478156907_launch) "; bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-061.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:14 2016Results reported at Thu Nov 3 03:09:15 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out#BSUB -w " done(a1478156907_launch) "bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"------------------------------------------------------------Exited with exit code 2.Resource usage summary:CPU time : 0.09 sec.The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-063.orchestra>
Subject: Job 4646208: <a1478156907_msplit0000_> DoneJob <a1478156907_msplit0000_> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-063.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:08:54 2016Results reported at Thu Nov 3 03:09:17 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputawk -f /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/dups.awk -v name=/groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit0000_ /groups/cbdm-db/kb124/FC_02524_test/aligned/split0000;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 22.46 sec.Max Memory : 6 MBMax Swap : 338 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-066.orchestra>
Subject: Job 4646209: <a1478156907_msplit0001_> DoneJob <a1478156907_msplit0001_> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-066.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:21 2016Results reported at Thu Nov 3 03:09:25 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputawk -f /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/dups.awk -v name=/groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit0001_ /groups/cbdm-db/kb124/FC_02524_test/aligned/split0001;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 2.68 sec.Max Memory : 4 MBMax Swap : 336 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-067.orchestra>
Subject: Job 4646210: <a1478156907_catsplit> DoneJob <a1478156907_catsplit> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-067.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:28 2016Results reported at Thu Nov 3 03:09:31 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputcat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_optdups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/opt_dups.txt; cat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_dups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/dups.txt;cat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_merged_nodups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.51 sec.Max Memory : 3 MBMax Swap : 329 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-062.orchestra>
Sender: LSF System <lsfa...@clarinet002-064.orchestra>
Sender: LSF System <lsfa...@clarinet002-062.orchestra>
Subject: Job 4646213: <a1478156907_hic> ExitedJob <a1478156907_hic> was submitted from host <clarinet002-062.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-062.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:10:23 2016Results reported at Thu Nov 3 03:10:28 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputdf -h;export _JAVA_OPTIONS=-Xmx16384m; if [ -n "" ]; then /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox pre -s /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.txt -g /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_hists.m -q 1 /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.hic /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes; else /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox pre -f /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -s /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.txt -g /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_hists.m -q 1 /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.hic /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes; fi ;------------------------------------------------------------Exited with exit code 1.Resource usage summary:CPU time : 2.78 sec.The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-065.orchestra>
Sender: LSF System <lsfa...@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfa...@clarinet002-068.orchestra>
KB
------------------------------------------------------------Sender: LSF System <lsfa...@ottavino000-215.orchestra>
Subject: Job 4535172: <a1477977860_align2WT_1001.fastq> ExitedJob <a1477977860_align2WT_1001.fastq> was submitted from host <clarinet002-061.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <ottavino000-215.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 03:57:01 2016Results reported at Tue Nov 1 05:58:05 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -W 1200#BSUB -R "rusage[mem=128000]"#BSUB -J "a1477977860_align2WT_1001.fastq"# Align read2if [ -n "" ] || [ "0" -eq 2 ]thenecho 'Running command bwa aln -q 15 /groups/shared_databases/igenome/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa /groups/cbdm-db/kb124/FC_02524_sh/splits/WT_1_R2001.fastq > /groups/cbdm-db/kb1
--...
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/a932e2a0-aaea-4407-a253-0a16aa6dd107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sender: LSF System <lsfadmin@clarinet002-061.orchestra>
Subject: Job 4646201: <a1478156907_cmd> DoneJob <a1478156907_cmd> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-061.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:08:33 2016Results reported at Thu Nov 3 03:08:34 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputdateecho "Juicer version:1.5"echo "/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer.sh -g mm10 -d /groups/cbdm-db/kb124/FC_02524_test -q priority -p /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes -y /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -z /groups/shared_databases/igenome/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa -D /groups/cbdm-db/kb124/juicer-master_test/AWS -r -S dedup"------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.10 sec.The output (if any) is above this job summary.Job <a1478156907_clean1> is not foundJob <4646208> is submitted to queue <priority>.Job <4646209> is submitted to queue <priority>.Job <4646210> is submitted to queue <priority>.Job <4646211> is submitted to queue <priority>.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-066.orchestra>
Sender: LSF System <lsfadmin@clarinet002-062.orchestra>
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Subject: Job 4646205: <a1478156907_postproc_wrap> DoneJob <a1478156907_postproc_wrap> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:01 2016Results reported at Thu Nov 3 03:09:02 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out#BSUB -w " done(a1478156907_launch) "#BSUB -J "a1478156907_postproc_wrap"bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 3600 -R "rusage[mem=32000]" -w "done(a1478156907_hic30)" -J "a1478156907_postproc" "/groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicer_postprocessing.sh -j /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox -i /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_30.hic -m /groups/cbdm-db/kb124/juicer-master_test/AWS/references/motif -g mm10"------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.33 sec.The output (if any) is above this job summary.Job <4646217> is submitted to queue <priority>.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-068.orchestra>
Sender: LSF System <lsfadmin@clarinet002-061.orchestra>
Subject: Job 4646207: < #!/bin/bash; #BSUB -q priority; #BSUB -W 1200; #BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out; #BSUB -w " done(a1478156907_launch) "; bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"> ExitedJob < #!/bin/bash; #BSUB -q priority; #BSUB -W 1200; #BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out; #BSUB -w " done(a1478156907_launch) "; bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"> was submitted from host <clarinet002-068.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-061.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:14 2016Results reported at Thu Nov 3 03:09:15 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out#BSUB -w " done(a1478156907_launch) "bsub -o /groups/cbdm-db/kb124/FC_02524_test/lsf.out -q priority -W 1200 -w "exit(a1478156907_postproc) || exit(a1478156907_stats) || exit(a1478156907_hic) || exit(a1478156907_hic30)" -J "a1478156907_clean3" "bkill -q -J "a1478156907_prep_done 0; bkill -q priority 0;"------------------------------------------------------------Exited with exit code 2.Resource usage summary:CPU time : 0.09 sec.The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-063.orchestra>
Subject: Job 4646208: <a1478156907_msplit0000_> DoneJob <a1478156907_msplit0000_> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-063.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:08:54 2016Results reported at Thu Nov 3 03:09:17 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputawk -f /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/dups.awk -v name=/groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit0000_ /groups/cbdm-db/kb124/FC_02524_test/aligned/split0000;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 22.46 sec.Max Memory : 6 MBMax Swap : 338 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-066.orchestra>
Subject: Job 4646209: <a1478156907_msplit0001_> DoneJob <a1478156907_msplit0001_> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-066.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:21 2016Results reported at Thu Nov 3 03:09:25 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputawk -f /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/dups.awk -v name=/groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit0001_ /groups/cbdm-db/kb124/FC_02524_test/aligned/split0001;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 2.68 sec.Max Memory : 4 MBMax Swap : 336 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-067.orchestra>
Subject: Job 4646210: <a1478156907_catsplit> DoneJob <a1478156907_catsplit> was submitted from host <clarinet002-066.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-067.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:09:28 2016Results reported at Thu Nov 3 03:09:31 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputcat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_optdups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/opt_dups.txt; cat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_dups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/dups.txt;cat /groups/cbdm-db/kb124/FC_02524_test/aligned/a1478156907_msplit*_merged_nodups.txt > /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt;------------------------------------------------------------Successfully completed.Resource usage summary:CPU time : 0.51 sec.Max Memory : 3 MBMax Swap : 329 MBMax Processes : 4Max Threads : 5The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-062.orchestra>
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Sender: LSF System <lsfadmin@clarinet002-062.orchestra>
Subject: Job 4646213: <a1478156907_hic> ExitedJob <a1478156907_hic> was submitted from host <clarinet002-062.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-062.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_test> was used as the working directory.Started at Thu Nov 3 03:10:23 2016Results reported at Thu Nov 3 03:10:28 2016Your job looked like:------------------------------------------------------------# LSBATCH: User inputdf -h;export _JAVA_OPTIONS=-Xmx16384m; if [ -n "" ]; then /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox pre -s /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.txt -g /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_hists.m -q 1 /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.hic /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes; else /groups/cbdm-db/kb124/juicer-master_test/AWS/scripts/juicebox pre -f /groups/cbdm-db/kb124/juicer-master/misc/mm10_MboI.txt -s /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.txt -g /groups/cbdm-db/kb124/FC_02524_test/aligned/inter_hists.m -q 1 /groups/cbdm-db/kb124/FC_02524_test/aligned/merged_nodups.txt /groups/cbdm-db/kb124/FC_02524_test/aligned/inter.hic /groups/cbdm_lab/kb124/bedtools/mm10.chrom.sizes; fi ;------------------------------------------------------------Exited with exit code 1.Resource usage summary:CPU time : 2.78 sec.The output (if any) is above this job summary.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-065.orchestra>
Sender: LSF System <lsfadmin@clarinet002-064.orchestra>
Subject: Job 4546040: <a1478006353_fragmerge1> ExitedJob <a1478006353_fragmerge1> was submitted from host <clarinet002-063.orchestra> by user <kb124> in cluster <hms_orchestra>.Job was executed on host(s) <clarinet002-064.orchestra>, in queue <priority>, as user <kb124> in cluster <hms_orchestra>.</tmp/.lsbtmp90016> was used as the home directory.</groups/cbdm-db/kb124/FC_02524_sh> was used as the working directory.Started at Tue Nov 1 16:54:27 2016Results reported at Tue Nov 1 16:54:27 2016Your job looked like:------------------------------------------------------------# LSBATCH: User input#!/bin/bash#BSUB -q priority#BSUB -W 1200#BSUB -o /groups/cbdm-db/kb124/FC_02524_sh/lsf.out#BSUB -w " done(a1478006353_chimeric*) "#BSUB -J "a1478006353_fragmerge1"bkill -q Clean2 0------------------------------------------------------------Exited with exit code 255.Resource usage summary:CPU time : 0.11 sec.The output (if any) is above this job summary.(-: Finished sorting all sorted files into a single merge.------------------------------------------------------------
Sender: LSF System <lsfadmin@clarinet002-068.orchestra>
...
Hi Kushagra,
Here are threads about this problem:
http://stackoverflow.com/questions/23960451/java-system-preferences-under-different-users-in-linux
https://groups.google.com/forum/m/#!searchin/3d-genomics/user$20prefs/3d-genomics/G0RKXXSe-Oc
But your error is due to a space I think between the -D and user.home. It needs to be next to it: -Duser.home=/groups/cbdm-db/kb124/juicer-master_test/AWS/script/temp
Also you must have write access to that directory.
Best
Neva
On Thu, Nov 3, 2016 at 11:29 AM, Kushagra Bansal <kushag...@gmail.com> wrote:
Sorry, I am not getting what's directory for prefs here. I modified the script like this-java -D user.home=/groups/cbdm-db/kb124/juicer-master_test/AWS/script/temp -Djava.io.tmpdir=/opt/juicer/tmp -Djava.awt.headless=true -Djava.library.path=`dirname $0`/lib64 -Xmx32000m -Xms8000m -jar `dirname $0`/juicebox_tools.7.0.jar $*And, got the error-Error: Could not find or load main class user.home=.groups.cbdm-db.kb124.juicer-master_test.AWS.scripts.tempAnd, if I run juicebox without any modification, I get this error-Not including fragment mapNov 03, 2016 6:03:54 AM java.util.prefs.FileSystemPreferences$1 run
WARNING: Couldn't create user preferences directory. User preferences are unusable.
Nov 03, 2016 6:03:54 AM java.util.prefs.FileSystemPreferences$1 run
WARNING: java.io.IOException: No such file or directoryFailed to create user directory!Exception in thread "main" java.lang.ExceptionInInitializerErrorat juicebox.tools.utils.original.Preprocessor.preprocess(Preprocessor.java:186)at juicebox.tools.clt.old.PreProcessing.run(PreProcessing.java:98)at juicebox.tools.HiCTools.main(HiCTools.java:77)Caused by: java.lang.NullPointerExceptionat juicebox.DirectoryManager.getHiCDirectory(DirectoryManager.java:113)at juicebox.HiCGlobals.<clinit>(HiCGlobals.java:52)... 3 more
Nov 03, 2016 6:03:56 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock User prefs. Unix error code 2.
Nov 03, 2016 6:03:56 AM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
KushagraOn Thu, Nov 3, 2016 at 5:49 AM, Neva Durand <ne...@broadinstitute.org> wrote:Yes looks normal.You can modify the juicebox.sh script to put in the flag -D user.home=<directory for prefs>. This is so you get rid of that error.Then you can run juicebox.sh pre -s inter.txt -g inter_hists.m -q 1 merged_nodups.txt inter.hic mm9(I think it was mm9 you aligned against?)That will create the .hic file and you can create one at mapq 30 via -q 30 (and adding appropriate endings to each)
On Thursday, November 3, 2016, Kushagra Bansal <kushag...@gmail.com> wrote:Thanks Neva! Yes, I tried to modify AWS version so that it can work on Orchestra but guess was not completely successful. I am little newbie to Hi-C analysis. If you don't mind could you please explain, how do I proceed with merged_sort, merged_nodups and dups file. Also, this is inter.txt file looks like for 1.4 million reads. Does it look normal.
Experiment description:Sequenced Read Pairs: 1,489,951Normal Paired: 1,155,173 (77.53%)Chimeric Paired: 0 (0.00%)Chimeric Ambiguous: 0 (0.00%)Unmapped: 334,778 (22.47%)Ligation Motif Present: 289,079 (19.40%)Alignable (Normal+Chimeric Paired): 1,155,173 (77.53%)Unique Reads: 1,138,383 (76.40%)PCR Duplicates: 16,316 (1.10%)Optical Duplicates: 474 (0.03%)Library Complexity Estimate: 40,473,765Intra-fragment Reads: 179,055 (12.02% / 15.73%)Below MAPQ Threshold: 297,243 (19.95% / 26.11%)Hi-C Contacts: 662,085 (44.44% / 58.16%)Ligation Motif Present: 14,413 (0.97% / 1.27%)3' Bias (Long Range): 82% - 18%Pair Type %(L-I-O-R): 25% - 25% - 25% - 25%Inter-chromosomal: 211,483 (14.19% / 18.58%)Intra-chromosomal: 450,602 (30.24% / 39.58%)Short Range (<20Kb): 108,896 (7.31% / 9.57%)Long Range (>20Kb): 341,706 (22.93% / 30.02%)Thank you!
Kushagra
Thank you, Neva! Yes, I figured out that problem. Also, I needed to change the directory for-Djava.io.tmpdir=/opt/juicer/tmpto-Djava.io.tmpdir=/groups/cbdm-db/kb124/Java/tmpOnce I get .hic file, those are the end files? And, I can directly use them on windows based juicebox program?Kushagra