File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 3
3
- miniwdl
4
4
- arriba
5
5
command : >-
6
- miniwdl run -d test-output/. --task arriba -i tests/tools/input_json/arriba.json tools/arriba.wdl
6
+ miniwdl run --verbose - d test-output/. --task arriba -i tests/tools/input_json/arriba.json tools/arriba.wdl
7
7
files :
8
8
- path : test-output/out/fusions/fusions.tsv
9
9
- path : test-output/out/discarded_fusions/fusions.discarded.tsv
13
13
- miniwdl
14
14
- arriba
15
15
command : >-
16
- miniwdl run -d test-output/. --task arriba_tsv_to_vcf tools/arriba.wdl fusions="tests/input/fusions.tsv" reference_fasta="tests/input/GRCh38.chr9_chr22.fa.gz"
16
+ miniwdl run --verbose - d test-output/. --task arriba_tsv_to_vcf tools/arriba.wdl fusions="tests/input/fusions.tsv" reference_fasta="tests/input/GRCh38.chr9_chr22.fa.gz"
17
17
files :
18
18
- path : test-output/out/fusions_vcf/fusions.vcf
19
19
22
22
- miniwdl
23
23
- arriba
24
24
command : >-
25
- miniwdl run -d test-output/. --task arriba_extract_fusion_supporting_alignments tools/arriba.wdl fusions="tests/input/fusions.tsv" bam="tests/input/Aligned.sortedByCoord.chr9_chr22.bam" bam_index="tests/input/Aligned.sortedByCoord.chr9_chr22.bam.bai"
25
+ miniwdl run --verbose - d test-output/. --task arriba_extract_fusion_supporting_alignments tools/arriba.wdl fusions="tests/input/fusions.tsv" bam="tests/input/Aligned.sortedByCoord.chr9_chr22.bam" bam_index="tests/input/Aligned.sortedByCoord.chr9_chr22.bam.bai"
26
26
files :
27
27
- path : test-output/out/fusion_bams/0/fusions_1.bam
28
28
31
31
- miniwdl
32
32
- arriba
33
33
command : >-
34
- miniwdl run -d test-output/. --task arriba_annotate_exon_numbers tools/arriba.wdl fusions="tests/input/fusions.tsv" gtf="tests/input/gencode.v31.chr9_chr22.gtf.gz"
34
+ miniwdl run --verbose - d test-output/. --task arriba_annotate_exon_numbers tools/arriba.wdl fusions="tests/input/fusions.tsv" gtf="tests/input/gencode.v31.chr9_chr22.gtf.gz"
35
35
files :
36
36
- path : test-output/out/fusion_tsv/fusions.annotated.tsv
Original file line number Diff line number Diff line change 121
121
- miniwdl
122
122
- picard
123
123
command : >-
124
- miniwdl run -d test-output/. --task merge_vcfs -i tests/tools/input_json/picard_merge_vcfs.json tools/picard.wdl
124
+ miniwdl run --verbose - d test-output/. --task merge_vcfs -i tests/tools/input_json/picard_merge_vcfs.json tools/picard.wdl
125
125
files :
126
126
- path : test-output/out/merged_vcf/test.vcf.gz
127
127
130
130
- miniwdl
131
131
- picard
132
132
command : >-
133
- miniwdl run -d test-output/. --task scatter_interval_list tools/picard.wdl interval_list="tests/input/wgs_calling_regions.hg38.interval_list" scatter_count=3
133
+ miniwdl run --verbose - d test-output/. --task scatter_interval_list tools/picard.wdl interval_list="tests/input/wgs_calling_regions.hg38.interval_list" scatter_count=3
134
134
files :
135
135
- path : test-output/out/interval_lists_scatter/0/1scattered.interval_list
136
136
- path : test-output/out/interval_lists_scatter/1/2scattered.interval_list
141
141
- miniwdl
142
142
- picard
143
143
command : >-
144
- miniwdl run -d test-output/. --task create_sequence_dictionary tools/picard.wdl fasta="tests/input/GRCh38.chrY_chrM.fa" outfile_name="GRCh38.chrY_chrM.dict"
144
+ miniwdl run --verbose - d test-output/. --task create_sequence_dictionary tools/picard.wdl fasta="tests/input/GRCh38.chrY_chrM.fa" outfile_name="GRCh38.chrY_chrM.dict"
145
145
files :
146
146
- path : test-output/out/dictionary/GRCh38.chrY_chrM.dict
Original file line number Diff line number Diff line change 3
3
- miniwdl
4
4
- sambamba
5
5
command : >-
6
- miniwdl run -d test-output/. --task index tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
6
+ miniwdl run --verbose - d test-output/. --task index tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
7
7
files :
8
8
- path : test-output/out/bam_index/test.bwa_aln_pe.chrY_chrM.bam.bai
9
9
12
12
- miniwdl
13
13
- sambamba
14
14
command : >-
15
- miniwdl run -d test-output/. --task merge -i tests/tools/input_json/sambamba_merge.json tools/sambamba.wdl
15
+ miniwdl run --verbose - d test-output/. --task merge -i tests/tools/input_json/sambamba_merge.json tools/sambamba.wdl
16
16
files :
17
17
- path : test-output/out/merged_bam/test.bam
18
18
21
21
- miniwdl
22
22
- sambamba
23
23
command : >-
24
- miniwdl run -d test-output/. --task sort tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
24
+ miniwdl run --verbose - d test-output/. --task sort tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
25
25
files :
26
26
- path : test-output/out/sorted_bam/test.bwa_aln_pe.chrY_chrM.sorted.bam
27
27
30
30
- miniwdl
31
31
- sambamba
32
32
command : >-
33
- miniwdl run -d test-output/. --task flagstat tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
33
+ miniwdl run --verbose - d test-output/. --task flagstat tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
34
34
files :
35
35
- path : test-output/out/flagstat_report/test.bwa_aln_pe.chrY_chrM.flagstat.txt
36
36
39
39
- miniwdl
40
40
- sambamba
41
41
command : >-
42
- miniwdl run -d test-output/. --task markdup tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
42
+ miniwdl run --verbose - d test-output/. --task markdup tools/sambamba.wdl bam="tests/input/test.bwa_aln_pe.chrY_chrM.bam"
43
43
files :
44
44
- path : test-output/out/duplicate_marked_bam/test.bwa_aln_pe.chrY_chrM.markdup.bam
45
45
- path : test-output/out/duplicate_marked_bam_index/test.bwa_aln_pe.chrY_chrM.markdup.bam.bai
Original file line number Diff line number Diff line change 110
110
- miniwdl
111
111
- samtools
112
112
command : >-
113
- miniwdl run -d test-output/. --task faidx tools/samtools.wdl fasta="tests/input/test.fa"
113
+ miniwdl run --verbose - d test-output/. --task faidx tools/samtools.wdl fasta="tests/input/test.fa"
114
114
files :
115
115
- path : test-output/out/fasta_index/test.fa.fai
Original file line number Diff line number Diff line change 128
128
- miniwdl
129
129
- util
130
130
command : >-
131
- miniwdl run -d test-output/. --task split_fastq tools/util.wdl fastq="tests/input/test_R1.fq.gz" prefix="test.R1."
131
+ miniwdl run --verbose - d test-output/. --task split_fastq tools/util.wdl fastq="tests/input/test_R1.fq.gz" prefix="test.R1."
132
132
files :
133
133
- path : " test-output/out/fastqs/0/test.R1.000000.fastq.gz"
Original file line number Diff line number Diff line change 3
3
- miniwdl
4
4
- methylation
5
5
command : >-
6
- miniwdl run -d test-output/. --task combine_data -i tests/workflows/input_json/combine_data.json workflows/methylation/methylation-cohort.wdl
6
+ miniwdl run --verbose - d test-output/. --task combine_data -i tests/workflows/input_json/combine_data.json workflows/methylation/methylation-cohort.wdl
7
7
files :
8
8
- path : test-output/out/combined_beta/combined_beta.csv
9
9
12
12
- miniwdl
13
13
- methylation
14
14
command : >-
15
- miniwdl run -d test-output/. --task filter_probes -i tests/workflows/input_json/filter_probes.json workflows/methylation/methylation-cohort.wdl
15
+ miniwdl run --verbose - d test-output/. --task filter_probes -i tests/workflows/input_json/filter_probes.json workflows/methylation/methylation-cohort.wdl
16
16
files :
17
17
- path : test-output/out/filtered_beta_values/filtered.beta.csv
18
18
- path : test-output/out/filtered_probes/filtered.probes.csv
22
22
- miniwdl
23
23
- methylation
24
24
command : >-
25
- miniwdl run -d test-output/. --task generate_umap -i tests/workflows/input_json/generate_umap.json workflows/methylation/methylation-cohort.wdl
25
+ miniwdl run --verbose - d test-output/. --task generate_umap -i tests/workflows/input_json/generate_umap.json workflows/methylation/methylation-cohort.wdl
26
26
files :
27
27
- path : test-output/out/umap/umap.csv
28
28
31
31
- miniwdl
32
32
- methylation
33
33
command : >-
34
- miniwdl run -d test-output/. --task plot_umap -i tests/workflows/input_json/plot_umap.json workflows/methylation/methylation-cohort.wdl
34
+ miniwdl run --verbose - d test-output/. --task plot_umap -i tests/workflows/input_json/plot_umap.json workflows/methylation/methylation-cohort.wdl
35
35
files :
36
36
- path : test-output/out/umap_plot/umap.png
Original file line number Diff line number Diff line change 3
3
- miniwdl
4
4
- methylation
5
5
command : >-
6
- miniwdl run -d test-output/. --task process_raw_idats -i tests/workflows/input_json/process_raw_idats.json workflows/methylation/methylation-preprocess.wdl
6
+ miniwdl run --verbose - d test-output/. --task process_raw_idats -i tests/workflows/input_json/process_raw_idats.json workflows/methylation/methylation-preprocess.wdl
7
7
files :
8
8
- path : test-output/out/beta_swan_norm_unfiltered/201533520001_R03C01.beta_swan_norm_unfiltered.csv
9
9
- path : test-output/out/beta_swan_norm_unfiltered_genomic/201533520001_R03C01.beta_swan_norm_unfiltered.genomic.csv
You can’t perform that action at this time.
0 commit comments