Created by Bpipe, Tue Sep 26 18:26:07 EEST 2017
Total Runtime = 6 minutes, 51.595 seconds
fastqToFASTA.pl v2.0 and collapseFA.pl v2.0
| Inputs |
|
|---|---|
| Commands | cat test.fastq | ../scripts/fastqToFASTA.pl 2> test.fastq.processing | cutadapt -a TCGTATGCCGTCTTCTGCTTG -g AATGATACGGCGACCACCGACAGGTTCAGAGTTCTACAGTCCGACGATC -b CGTACGCGGGTTTAAACGA -b CGTACGCGGAATAGTTTAAACTGT -n 1 -m 20 - 2>> test.fastq.processing | ../scripts/collapseFA.pl > test.fasta |
| Outputs |
|
| Execution Time | 2017-9-26 18:19:15 - 2017-9-26 18:21:58 (2 minutes, 42.916 seconds) |
filterSAMMultiMapperTC.pl v2.0
| Inputs |
|
|---|---|
| Commands | bowtie /data/results/reference/mmu/mm10/Mus_musculus/UCSC/mm10/Sequence/BowtieIndex/genome -v 2 -m 10 --best --strata -p 8 -S --un unaligned_test.fasta -f test.fasta --quiet | samtools view -hS -F 4 - > test.aligned.sam |
| Outputs |
|
| Tools |
|
| Execution Time | 2017-9-26 18:21:58 - 2017-9-26 18:23:44 (1 minutes, 45.619 seconds) |
editPARalyzerINIfile.pl v2.0
| Inputs |
|
|---|---|
| Commands | perl ../scripts/editPARalyzerINIfile.pl ../scripts/Default_PARalyzer_Parameters.ini test.aligned.sam /data/results/reference/mmu/mm10/Mus_musculus/UCSC/mm10/Sequence/WholeGenomeFasta/genome.2bit > test.ini |
| Outputs |
|
| Execution Time | 2017-9-26 18:23:44 (0.153 seconds) |
| Inputs |
|
|---|---|
| Commands | ../scripts/PARalyzer 20G test.ini mv test_PARalyzer_Utilized.sam test.sam |
| Outputs |
|
| Execution Time | 2017-9-26 18:23:44 - 2017-9-26 18:24:7 (22.816 seconds) |
| Inputs |
|
|---|---|
| Commands | samtools view -bhS test.sam | samtools sort -o - - > test.bam |
| Outputs |
|
| Tools |
|
| Execution Time | 2017-9-26 18:24:7 - 2017-9-26 18:24:9 (1.798 seconds) |
| Inputs |
|
|---|---|
| Commands | samtools index test.bam |
| Outputs |
|
| Tools |
|
| Execution Time | 2017-9-26 18:24:9 (0.183 seconds) |
readAttributesTC.pl v2.0
| Inputs |
|
|---|---|
| Commands | ../scripts/readAttributesTC.pl test.sam > test.attr |
| Outputs |
|
| Execution Time | 2017-9-26 18:24:9 - 2017-9-26 18:24:11 (2.101 seconds) |
| Inputs |
|
|---|---|
| Commands | ../scripts/annotate.pl -g ../files/gencode.vM2.chr_patch_hapl_scaff.annotation.gtf -p ../scripts/annotationRank.txt -r ../files/hg19_rmsk.bed.gz -s ../files/hg19_rmsk_info -strict -oi test.attr > test.readcsv |
| Outputs |
|
| Execution Time | 2017-9-26 18:24:11 - 2017-9-26 18:24:53 (41.659 seconds) |
reads2bed.pl v2.0
| Inputs |
|
|---|---|
| Commands | ../scripts/reads2bed.py test.readcsv > test.readbed |
| Outputs |
|
| Execution Time | 2017-9-26 18:24:53 (0.596 seconds) |
PARclusters2bed.py v2.0
| Inputs |
|
|---|---|
| Commands | ../scripts/annotate.pl -g ../files/gencode.vM2.chr_patch_hapl_scaff.annotation.gtf -p ../scripts/annotationRank.txt -r ../files/hg19_rmsk.bed.gz -s ../files/hg19_rmsk_info -strict -oi test.clusters | ../scripts/PARclusters2bed.py > test.clusterbed |
| Outputs |
|
| Execution Time | 2017-9-26 18:24:53 - 2017-9-26 18:25:10 (16.842 seconds) |
editClustersTC.pl v2.0
| Inputs |
|
|---|---|
| Commands | intersectBed -a test.readbed -b test.clusterbed -wao -s | awk -F " " 'BEGIN{OFS=",";} { print $5,$7,$8,$9,$11,$12}' | sed '/,\-1/d' | ../scripts/editClustersTC.pl .6 > test.clusters.csv |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:10 - 2017-9-26 18:25:11 (1.417 seconds) |
visclusterbed.py v2.0
| Inputs |
|
|---|---|
| Commands | cat test.clusters.csv | ../scripts/visclusterbed.py > test.clusters.bed |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:11 (0.247 seconds) |
geneLevel.pl v1.0
| Inputs |
|
|---|---|
| Commands | perl ../scripts/geneLevel.pl test.clusters.csv ../files/gencode.vM2.chr_patch_hapl_scaff.annotation.gtf > test.gene_cl.csv |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:12 (0.618 seconds) |
| Inputs |
|
|---|---|
| Commands | ../scripts/annotate.pl -g ../files/gencode.vM2.chr_patch_hapl_scaff.annotation.gtf -p ../scripts/annotationRank.txt -r ../files/hg19_rmsk.bed.gz -s ../files/hg19_rmsk_info -strict -oi test.groups | ../scripts/PARclusters2bed.py > test.groupbed |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:12 - 2017-9-26 18:25:30 (17.585 seconds) |
editClustersTC.pl v2.0
| Inputs |
|
|---|---|
| Commands | intersectBed -a test.readbed -b test.groupbed -wao -s | awk -F " " 'BEGIN{OFS=",";} { print $5,$7,$8,$9,$11,$12}' | sed '/,\-1/d' | ../scripts/editClustersTC.pl > test.groups.csv |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:30 - 2017-9-26 18:25:31 (1.442 seconds) |
geneLevel.pl v1.0
| Inputs |
|
|---|---|
| Commands | perl ../scripts/geneLevel.pl test.groups.csv ../files/gencode.vM2.chr_patch_hapl_scaff.annotation.gtf > test.gene_gr.csv |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:31 (0.805 seconds) |
| Inputs |
|
|---|---|
| Commands | ../scripts/extractDataTC.pl test > test.clusters.txt |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:32 - 2017-9-26 18:25:33 (1.094 seconds) |
| Inputs |
|
|---|---|
| Commands | perl ../scripts/Spatial.pl -g ../files/gencode.vM2.chr_patch_hapl_scaff.annotation.gtf -a test -strict -t ../files/isoforms.fpkm_tracking |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:33 - 2017-9-26 18:25:58 (24.325 seconds) |
| Inputs |
|
|---|---|
| Commands | unset TMP; unset TEMP; TEMPDIR="/tmp/47609700210084528-0" setsid Rscript - <<'!' yn<-'n' fn<-'test' resolution<-3 install.packages('../scripts/colorRamps_2.3.tar.gz', lib='../scripts/') install.packages('../scripts/schoolmath_0.4.tar.gz', lib='../scripts/') install.packages('../scripts/gtools_3.4.1.tar.gz', lib='../scripts/') install.packages('../scripts/ellipse_0.3-8.tar.gz', lib='../scripts/') install.packages('../scripts/RColorBrewer_1.1-2.tar.gz', lib='../scripts/') install.packages('../scripts/LSD_2.5.tar.gz', lib='../scripts/') library(colorRamps, lib.loc='../scripts/') library(schoolmath, lib.loc='../scripts/') library(gtools, lib.loc='../scripts/') library(ellipse, lib.loc='../scripts/') library(RColorBrewer, lib.loc='../scripts/') library(LSD, lib.loc='../scripts/') library(parallel) source('../scripts/Spatial.R') ! |
| Outputs |
|
| Execution Time | 2017-9-26 18:25:58 - 2017-9-26 18:26:7 (8.902 seconds) |