Skip to content

Commit bf36c7d

Browse files
committed
chore: add --verbose flag to tests
1 parent 54dc314 commit bf36c7d

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

tests/tools/test_arriba.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- miniwdl
44
- arriba
55
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
77
files:
88
- path: test-output/out/fusions/fusions.tsv
99
- path: test-output/out/discarded_fusions/fusions.discarded.tsv
@@ -13,7 +13,7 @@
1313
- miniwdl
1414
- arriba
1515
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"
1717
files:
1818
- path: test-output/out/fusions_vcf/fusions.vcf
1919

@@ -22,7 +22,7 @@
2222
- miniwdl
2323
- arriba
2424
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"
2626
files:
2727
- path: test-output/out/fusion_bams/0/fusions_1.bam
2828

@@ -31,6 +31,6 @@
3131
- miniwdl
3232
- arriba
3333
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"
3535
files:
3636
- path: test-output/out/fusion_tsv/fusions.annotated.tsv

tests/tools/test_picard.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
- miniwdl
122122
- picard
123123
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
125125
files:
126126
- path: test-output/out/merged_vcf/test.vcf.gz
127127

@@ -130,7 +130,7 @@
130130
- miniwdl
131131
- picard
132132
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
134134
files:
135135
- path: test-output/out/interval_lists_scatter/0/1scattered.interval_list
136136
- path: test-output/out/interval_lists_scatter/1/2scattered.interval_list
@@ -141,6 +141,6 @@
141141
- miniwdl
142142
- picard
143143
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"
145145
files:
146146
- path: test-output/out/dictionary/GRCh38.chrY_chrM.dict

tests/tools/test_sambamba.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- miniwdl
44
- sambamba
55
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"
77
files:
88
- path: test-output/out/bam_index/test.bwa_aln_pe.chrY_chrM.bam.bai
99

@@ -12,7 +12,7 @@
1212
- miniwdl
1313
- sambamba
1414
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
1616
files:
1717
- path: test-output/out/merged_bam/test.bam
1818

@@ -21,7 +21,7 @@
2121
- miniwdl
2222
- sambamba
2323
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"
2525
files:
2626
- path: test-output/out/sorted_bam/test.bwa_aln_pe.chrY_chrM.sorted.bam
2727

@@ -30,7 +30,7 @@
3030
- miniwdl
3131
- sambamba
3232
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"
3434
files:
3535
- path: test-output/out/flagstat_report/test.bwa_aln_pe.chrY_chrM.flagstat.txt
3636

@@ -39,7 +39,7 @@
3939
- miniwdl
4040
- sambamba
4141
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"
4343
files:
4444
- path: test-output/out/duplicate_marked_bam/test.bwa_aln_pe.chrY_chrM.markdup.bam
4545
- path: test-output/out/duplicate_marked_bam_index/test.bwa_aln_pe.chrY_chrM.markdup.bam.bai

tests/tools/test_samtools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
- miniwdl
111111
- samtools
112112
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"
114114
files:
115115
- path: test-output/out/fasta_index/test.fa.fai

tests/tools/test_util.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@
128128
- miniwdl
129129
- util
130130
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."
132132
files:
133133
- path: "test-output/out/fastqs/0/test.R1.000000.fastq.gz"

tests/workflows/test-methylation-cohort.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- miniwdl
44
- methylation
55
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
77
files:
88
- path: test-output/out/combined_beta/combined_beta.csv
99

@@ -12,7 +12,7 @@
1212
- miniwdl
1313
- methylation
1414
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
1616
files:
1717
- path: test-output/out/filtered_beta_values/filtered.beta.csv
1818
- path: test-output/out/filtered_probes/filtered.probes.csv
@@ -22,7 +22,7 @@
2222
- miniwdl
2323
- methylation
2424
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
2626
files:
2727
- path: test-output/out/umap/umap.csv
2828

@@ -31,6 +31,6 @@
3131
- miniwdl
3232
- methylation
3333
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
3535
files:
3636
- path: test-output/out/umap_plot/umap.png

tests/workflows/test-methylation-preprocess.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- miniwdl
44
- methylation
55
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
77
files:
88
- path: test-output/out/beta_swan_norm_unfiltered/201533520001_R03C01.beta_swan_norm_unfiltered.csv
99
- path: test-output/out/beta_swan_norm_unfiltered_genomic/201533520001_R03C01.beta_swan_norm_unfiltered.genomic.csv

0 commit comments

Comments
 (0)