File tree 12 files changed +45
-45
lines changed
rnaseq_expression_classification
12 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 35
35
version 1.0
36
36
37
37
38
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/samtools.wdl"
39
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/picard.wdl"
40
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/fq.wdl"
38
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/samtools.wdl"
39
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/picard.wdl"
40
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/fq.wdl"
41
41
42
42
workflow bam_to_fastqs {
43
43
input {
Original file line number Diff line number Diff line change 33
33
34
34
version 1.0
35
35
36
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/bwa.wdl"
37
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/wget.wdl"
36
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/bwa.wdl"
37
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/wget.wdl"
38
38
39
39
workflow bwa_db_build {
40
40
input {
Original file line number Diff line number Diff line change 4
4
5
5
version 1.0
6
6
7
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/fastq_screen.wdl"
7
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/fastq_screen.wdl"
8
8
9
9
workflow make_qc_reference {
10
10
call fastq_screen .build_db as fastq_screen_build_db
Original file line number Diff line number Diff line change 27
27
28
28
version 1.0
29
29
30
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/md5sum.wdl"
31
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/picard.wdl"
32
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/samtools.wdl"
33
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/fastqc.wdl" as fqc
34
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/ngsderive.wdl"
35
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/qualimap.wdl"
36
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/fq.wdl"
37
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/fastq_screen.wdl" as fq_screen
38
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/multiqc.wdl" as mqc
30
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/md5sum.wdl"
31
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/picard.wdl"
32
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/samtools.wdl"
33
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/fastqc.wdl" as fqc
34
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/ngsderive.wdl"
35
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/qualimap.wdl"
36
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/fq.wdl"
37
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/fastq_screen.wdl" as fq_screen
38
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/multiqc.wdl" as mqc
39
39
40
40
workflow quality_check {
41
41
input {
Original file line number Diff line number Diff line change 1
1
version 1.0
2
2
3
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/estimate.wdl"
3
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/estimate.wdl"
4
4
5
5
workflow ESTIMATE {
6
6
input {
Original file line number Diff line number Diff line change 1
1
version 1.0
2
2
3
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/util.wdl"
3
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/util.wdl"
4
4
5
5
workflow calc_gene_lengths {
6
6
input {
Original file line number Diff line number Diff line change 28
28
29
29
version 1.0
30
30
31
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/fq.wdl"
32
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/star.wdl"
33
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/picard.wdl"
34
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/ngsderive.wdl"
35
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/htseq.wdl"
36
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/samtools.wdl"
37
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/util.wdl"
38
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/deeptools.wdl"
31
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/fq.wdl"
32
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/star.wdl"
33
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/picard.wdl"
34
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/ngsderive.wdl"
35
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/htseq.wdl"
36
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/samtools.wdl"
37
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/util.wdl"
38
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/deeptools.wdl"
39
39
import "https://raw.githubusercontent.com/stjude/xenocp/3.1.4/wdl/workflows/xenocp.wdl"
40
40
41
41
workflow rnaseq_standard_fastq {
Original file line number Diff line number Diff line change 30
30
31
31
version 1.0
32
32
33
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /workflows/general/bam-to-fastqs.wdl" as b2fq
34
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/star.wdl"
35
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/picard.wdl"
36
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/ngsderive.wdl"
37
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/htseq.wdl"
38
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/samtools.wdl"
39
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/util.wdl"
40
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/deeptools.wdl"
33
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /workflows/general/bam-to-fastqs.wdl" as b2fq
34
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/star.wdl"
35
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/picard.wdl"
36
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/ngsderive.wdl"
37
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/htseq.wdl"
38
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/samtools.wdl"
39
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/util.wdl"
40
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/deeptools.wdl"
41
41
import "https://raw.githubusercontent.com/stjude/xenocp/3.1.4/wdl/workflows/xenocp.wdl"
42
42
43
43
workflow rnaseq_standard {
Original file line number Diff line number Diff line change 36
36
37
37
version 1.0
38
38
39
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/star.wdl"
40
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/wget.wdl"
39
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/star.wdl"
40
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/wget.wdl"
41
41
42
42
workflow rnaseq_star_db_build {
43
43
input {
Original file line number Diff line number Diff line change 37
37
38
38
version 1.0
39
39
40
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /workflows/rnaseq/rnaseq-standard.wdl" as rnav2
41
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/util.wdl"
42
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/tsne.wdl"
40
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /workflows/rnaseq/rnaseq-standard.wdl" as rnav2
41
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/util.wdl"
42
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/tsne.wdl"
43
43
44
44
workflow rnaseq_expression_classification {
45
45
input {
Original file line number Diff line number Diff line change 36
36
37
37
version 1.0
38
38
39
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/htseq.wdl"
40
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/samtools.wdl"
41
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/ngsderive.wdl"
42
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/util.wdl"
43
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/tsne.wdl"
39
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/htseq.wdl"
40
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/samtools.wdl"
41
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/ngsderive.wdl"
42
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/util.wdl"
43
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/tsne.wdl"
44
44
45
45
workflow rnaseq_expression_classification_from_bams {
46
46
input {
Original file line number Diff line number Diff line change 34
34
35
35
version 1.0
36
36
37
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/util.wdl"
38
- import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0 /tools/tsne.wdl"
37
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/util.wdl"
38
+ import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.1 /tools/tsne.wdl"
39
39
40
40
workflow rnaseq_expression_classification_from_counts {
41
41
input {
You can’t perform that action at this time.
0 commit comments