Skip to content

Commit

Permalink
removing testv6 from inputs and tests sections
Browse files Browse the repository at this point in the history
  • Loading branch information
RZ9082 committed Dec 6, 2024
1 parent 0258fd3 commit 24cbe66
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<inputs>
<!-- <param name="test_data_manager" type="hidden" /> -->
<param name="test_data_manager_v5" type="boolean" truevalue="--test" falsevalue="" checked="False" label="Download minimal test DB and create mock data table entry for v5." />
<param name="test_data_manager_v6" type="boolean" truevalue="--test" falsevalue="" checked="False" label="Download minimal test DB and create mock data table entry for v6." />
<conditional name="select_version">
<param argument="--version" type="select" label="Select MGnify version">
<option value="5.0">v5.0</option>
Expand Down Expand Up @@ -57,17 +56,6 @@
</assert_contents>
</output>
</test>
<test expect_num_outputs="1">
<param name="test_data_manager_v6" value="--test"/>
<param name="version" value="6.0"/>
<param name="database_type" value="mgnify_v6_pr2"/>
<output name="out_file">
<assert_contents>
<has_text text="mgnify_v6_pr2"/>
<has_text text="6.0"/>
</assert_contents>
</output>
</test>
</tests>
<help>
Downloads preformatted DBs form MGnify that can be used for mapseq.
Expand Down

0 comments on commit 24cbe66

Please sign in to comment.