Skip to content

Commit

Permalink
add expect_num_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Sep 26, 2024
1 parent f328166 commit 2ffe613
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion tools/gatk4/.lint_skip
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
TestsExpectNumOutputs
ToolVersionPEP404
16 changes: 8 additions & 8 deletions tools/gatk4/gatk4_Mutect2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
</data>
</outputs>
<tests>
<test>
<test expect_num_outputs="1">
<conditional name="mode">
<param name="mode_parameters" value="tumor_only"/>
<param name="tumor" ftype="bam" value="Mutect2-in1.bam" />
Expand All @@ -610,7 +610,7 @@
<param name="output_parameters" value="no" />
<output name="output_vcf" file="Mutect2-out1.vcf" lines_diff="2" />
</test>
<test>
<test expect_num_outputs="1">
<conditional name="mode">
<param name="mode_parameters" value="tumor_only"/>
<param name="tumor" ftype="bam" value="Mutect2-in2.bam" />
Expand All @@ -626,7 +626,7 @@
<param name="output_parameters" value="no" />
<output name="output_vcf" file="Mutect2-out2.vcf" lines_diff="2" />
</test>
<test>
<test expect_num_outputs="1">
<conditional name="mode">
<param name="mode_parameters" value="tumor_only"/>
<param name="tumor" ftype="bam" value="Mutect2-in3.bam" />
Expand All @@ -641,21 +641,21 @@
<param name="output_parameters" value="no" />
<output name="output_vcf" file="Mutect2-out3.vcf" lines_diff="2" />
</test>
<test>
<test expect_num_outputs="1">
<conditional name="mode">
<param name="mode_parameters" value="tumor_only"/>
<param name="tumor" ftype="bam" value="Mutect2-in4.bam" />
</conditional>
<param name="reference_sequence" value="hg38"/>
<param name="gzipped_output" value="false" />
<param name="reference_source_selector" value="cached" />
<param name="reference_sequence" value="hg38"/>
<param name="reference_source_selector" value="cached" />
<param name="reference_sequence" value="hg38"/>
<param name="optional_parameters" value="no" />
<param name="advanced_parameters" value="no" />
<param name="output_parameters" value="no" />
<output name="output_vcf" file="Mutect2-out4.vcf" lines_diff="2" />
</test>
<test>
<test expect_num_outputs="3">
<conditional name="mode">
<param name="mode_parameters" value="tumor_only"/>
<param name="tumor" ftype="bam" value="Mutect2-in5.bam" />
Expand All @@ -672,7 +672,7 @@
<output name="assembly_region_out" file="Mutect2-out5-1.tabular" />
<output name="bam_output" file="Mutect2-out5.bam" />
</test>
<test>
<test expect_num_outputs="1">
<conditional name="mode">
<param name="mode_parameters" value="somatic"/>
<param name="tumor" ftype="bam" value="tumor.bam" />
Expand Down
1 change: 0 additions & 1 deletion tools/gatk4/macros.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0"?>
<macros>
<token name="@VERSION@">4.1.7.0</token>
<token name="@WRAPPER_VERSION@">@VERSION@+galaxy1</token>
Expand Down

0 comments on commit 2ffe613

Please sign in to comment.