Task | Execution | Time | Dependencies | Task program, Errors, StdOut / StdErr |
Num | 1 | ID | task.postalign_bam.dedup_bam_2_ctl1.line_144.id_10 | Name | dedup_bam_2 ctl1 | Thread | thread_42 | PID | 10239 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | 4 | Mem | | | Start | 2016-11-13 21:58:54 | End | 2016-11-13 22:37:00 | Elapsed | 00:38:05 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.dupmark.bam
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.bam
/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/ctl1/ss_50M_2000_GRCh38.nodup.flagstat.qc
/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/ctl1/ss_50M_2000_GRCh38.nodup.pbc.qc
| Dependencies | | |
# SYS command. line 146
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 150
samtools view -F 1804 -b /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.dupmark.bam > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.bam
# SYS command. line 153
sambamba index -t 4 /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.bam
# SYS command. line 155
sambamba flagstat -t 4 /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.bam > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/ctl1/ss_50M_2000_GRCh38.nodup.flagstat.qc
# SYS command. line 165
bedtools bamtobed -i /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.dupmark.bam | \
awk 'BEGIN{OFS="\t"}{print $1,$2,$3,$6}' | \
grep -v 'chrM' | sort | uniq -c | \
awk 'BEGIN{mt=0;m0=0;m1=0;m2=0} ($1==1){m1=m1+1} ($1==2){m2=m2+1} {m0=m0+1} {mt=mt+$1} END{m1_m2=-1.0; if(m2>0) m1_m2=m1/m2; printf "%d\t%d\t%d\t%d\t%f\t%f\t%f\n",mt,m0,m1,m2,m0/mt,m1/m0,m1_m2}' > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/ctl1/ss_50M_2000_GRCh38.nodup.pbc.qc
# SYS command. line 169
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
4659 (process ID) old priority 0, new priority 10
|
Num | 2 | ID | task.postalign_bam.dedup_bam_2_rep1.line_144.id_11 | Name | dedup_bam_2 rep1 | Thread | thread_41 | PID | 10240 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 21:58:55 | End | 2016-11-13 22:02:47 | Elapsed | 00:03:52 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.dupmark.bam
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.bam
/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.flagstat.qc
/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.pbc.qc
| Dependencies | | |
# SYS command. line 146
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 150
samtools view -F 1804 -b /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.dupmark.bam > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.bam
# SYS command. line 153
sambamba index -t 1 /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.bam
# SYS command. line 155
sambamba flagstat -t 1 /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.bam > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.flagstat.qc
# SYS command. line 165
bedtools bamtobed -i /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.dupmark.bam | \
awk 'BEGIN{OFS="\t"}{print $1,$2,$3,$6}' | \
grep -v 'chrM' | sort | uniq -c | \
awk 'BEGIN{mt=0;m0=0;m1=0;m2=0} ($1==1){m1=m1+1} ($1==2){m2=m2+1} {m0=m0+1} {mt=mt+$1} END{m1_m2=-1.0; if(m2>0) m1_m2=m1/m2; printf "%d\t%d\t%d\t%d\t%f\t%f\t%f\n",mt,m0,m1,m2,m0/mt,m1/m0,m1_m2}' > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.pbc.qc
# SYS command. line 169
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
13389 (process ID) old priority 0, new priority 10
|
Num | 3 | ID | task.postalign_bam.bam_to_tag_rep1.line_505.id_12 | Name | bam_to_tag rep1 | Thread | thread_41 | PID | 10374 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 22:02:48 | End | 2016-11-13 22:15:48 | Elapsed | 00:12:59 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.bam
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz
| Dependencies | | |
# SYS command. line 507
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 510
bedtools bamtobed -i /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.bam | awk 'BEGIN{OFS="\t"}{$4="N";$5="1000";print $0}' | gzip -nc > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz
# SYS command. line 512
echo
# SYS command. line 514
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
13411 (process ID) old priority 0, new priority 10
Waiting for 24 seconds.
|
Num | 4 | ID | task.postalign_bed.subsample_tag_rep1.line_45.id_13 | Name | subsample_tag rep1 | Thread | thread_41 | PID | 10493 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 22:15:50 | End | 2016-11-13 22:40:02 | Elapsed | 00:24:12 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.15M.tagAlign.gz
| Dependencies | | |
# SYS command. line 47
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 50
zcat /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz | \
grep -v "chrM" | shuf -n 15000000 --random-source=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz | gzip -nc > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.15M.tagAlign.gz
# SYS command. line 53
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
25854 (process ID) old priority 0, new priority 10
|
Num | 5 | ID | task.postalign_bed.spr_rep1.line_255.id_14 | Name | spr rep1 | Thread | thread_41 | PID | 10543 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 22:37:02 | End | 2016-11-13 22:50:40 | Elapsed | 00:13:37 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.pr1.tagAlign.gz
/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr2/SRR1370887_1.nodup.pr2.tagAlign.gz
| Dependencies | | |
# SYS command. line 257
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 260
nlines=$( zcat /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz | wc -l )
# SYS command. line 261
nlines=$(( (nlines + 1) / 2 ))
# SYS command. line 265
zcat /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz | shuf --random-source=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.tagAlign.gz | split -d -l $((nlines)) - /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.
# SYS command. line 268
gzip -nc /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.00 > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.pr1.tagAlign.gz
# SYS command. line 269
rm -f /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.00
# SYS command. line 270
gzip -nc /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.01 > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr2/SRR1370887_1.nodup.pr2.tagAlign.gz
# SYS command. line 271
rm -f /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/pseudo_reps/rep1/pr1/SRR1370887_1.nodup.01
# SYS command. line 273
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
18161 (process ID) old priority 0, new priority 10
Waiting for 17 seconds.
|
Num | 6 | ID | task.postalign_bam.bam_to_tag_ctl1.line_505.id_15 | Name | bam_to_tag ctl1 | Thread | thread_42 | PID | 10544 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 22:37:08 | End | 2016-11-13 22:55:29 | Elapsed | 00:18:21 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.bam
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.tagAlign.gz
| Dependencies | | |
# SYS command. line 507
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 510
bedtools bamtobed -i /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.bam | awk 'BEGIN{OFS="\t"}{$4="N";$5="1000";print $0}' | gzip -nc > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/ctl1/ss_50M_2000_GRCh38.nodup.tagAlign.gz
# SYS command. line 512
echo
# SYS command. line 514
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
5882 (process ID) old priority 0, new priority 10
|
Num | 7 | ID | task.postalign_bed.xcor_rep1.line_212.id_16 | Name | xcor rep1 | Thread | thread_41 | PID | 10611 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 22:50:41 | End | 2016-11-13 23:09:01 | Elapsed | 00:18:20 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.15M.tagAlign.gz
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc
/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.pdf
| Dependencies | | |
# SYS command. line 214
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 217
if [[ $(which run_spp_nodups.R 2> /dev/null | wc -l || echo) == "1" ]]; then RUN_SPP=$(which run_spp_nodups.R); \
else RUN_SPP=$(which run_spp.R); \
fi
# SYS command. line 223
Rscript ${RUN_SPP} -rf \
-c=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.15M.tagAlign.gz -p=1 \
-filtchr=chrM -savp=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.pdf -out=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc
# SYS command. line 226
sed -r 's/,[^\t]+//g' /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc.tmp
# SYS command. line 227
mv /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc.tmp /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc
# SYS command. line 229
TASKTIME=$[$(date +%s)-${STARTTIME}]; if [ ${TASKTIME} -lt 60 ]; then echo "Waiting for $[60-${TASKTIME}] seconds."; sleep $[60-${TASKTIME}]; fi
--------------------Stdout--------------------
27338 (process ID) old priority 0, new priority 10
################
ChIP data: /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.15M.tagAlign.gz
Control data: NA
strandshift(min): -500
strandshift(step): 5
strandshift(max) 1500
user-defined peak shift NA
exclusion(min): 10
exclusion(max): NaN
num parallel nodes: 1
FDR threshold: 0.01
NumPeaks Threshold: NA
Output Directory: /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1
narrowPeak output file name: NA
regionPeak output file name: NA
Rdata filename: NA
plot pdf filename: /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.pdf
result filename: /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.qc
Overwrite files?: TRUE
Decompressing ChIP file
Reading ChIP tagAlign/BAM file /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/align/rep1/SRR1370887_1.nodup.15M.tagAlign.gz
opened /tmp/10611.1.q/RtmpWQ7T0V/SRR1370887_1.nodup.15M.tagAlign6bd72f66421b
done. read 9534567 fragments
ChIP data read length 69
[1] TRUE
Calculating peak characteristics
Minimum cross-correlation value 0.1178359
Minimum cross-correlation shift 1500
Top 3 cross-correlation values 0.125413781155521,0.11856582082338,0.118270441378675
Top 3 estimates for fragment length 145,320,360
Window half size 200
Phantom peak location 70
Phantom peak Correlation 0.1208577
Normalized Strand cross-correlation coefficient (NSC) 1.064309
Relative Strand cross-correlation Coefficient (RSC) 2.507766
Phantom Peak Quality Tag 2
null device
1
--------------------Stderr--------------------
Loading required package: caTools
Warning message:
package ‘caTools’ was built under R version 3.2.3
|
Num | 8 | ID | task.graphviz.report.line_97.id_17 | Name | report | Thread | thread_Root | PID | 40915 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 23:09:02 | End | 2016-11-13 23:09:23 | Elapsed | 00:00:20 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | | Output files | | Dependencies | | |
# SYS command. line 98
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 99
dot -Tsvg /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/report/SRR1370887_1_workflow.dot > /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/report/SRR1370887_1_workflow.svg 2> /dev/null || echo "svg: /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/report/SRR1370887_1_workflow.svg" # to suppress dot font error (exit code=1)
--------------------Stdout--------------------
40919 (process ID) old priority 0, new priority 10
|
Num | 9 | ID | task.report.pdf2png.line_324.id_22 | Name | pdf2png | Thread | thread_Root | PID | 41142 | | OK | true | Exit Code | 0 | Retries | | State | FINISHED | Dep. | OK | Cpus | | Mem | | | Start | 2016-11-13 23:09:18 | End | 2016-11-13 23:09:27 | Elapsed | 00:00:08 | Timeout | 00:00:-1 | Wall Timeout | 100 days | | Input files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.pdf
| Output files | /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.png
| Dependencies | | |
# SYS command. line 325
if [[ -f $(which conda) && $(conda env list | grep aquas_chipseq | wc -l) != "0" ]]; then source activate aquas_chipseq; sleep 5; fi; export PATH=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/.:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/modules:/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/src/chipseq_pipeline/utils:${PATH}:/bin:/usr/bin:/usr/local/bin:${HOME}/.bds; set -o pipefail; STARTTIME=$(date +%s); renice -n 10 $$
# SYS command. line 326
gs -dFirstPage=1 -dLastPage=1 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r110x110 \
-dUseCropBox -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sDEVICE=png16m \
-sOutputFile=/srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.png \
-r144 /srv/scratch/shared/surya/imk1/TFBindingPredictionProject/HughesZnfData/SRR1370887_1/out/qc/rep1/SRR1370887_1.nodup.15M.cc.plot.pdf
--------------------Stdout--------------------
41149 (process ID) old priority 0, new priority 10
|