Skip to content

Commit

Permalink
remove test for actions from collection_creates_pair_format
Browse files Browse the repository at this point in the history
now in metadata_column_names
  • Loading branch information
bernt-matthias committed Jul 30, 2024
1 parent 8310bf2 commit 262b4b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/functional/tools/collection_creates_pair_format.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<change_format>
<when input="out_format" value="interval" format="interval" />
</change_format>
<actions>
<action name="dbkey" type="metadata" default="hg38" />
</actions>
</data>
<data name="reverse" format_source="input1" from_work_dir="reverse.txt" />
</collection>
Expand All @@ -40,7 +37,6 @@
<param name="input1" ftype="bed" value="simple_lines_interleaved.txt" />
<output_collection name="paired_output" type="paired">
<element name="forward" ftype="txt">
<metadata name="dbkey" value="hg38"/>
<assert_contents>
<has_text_matching expression="^This is a line of text.\nThis is a line of text.\n$" />
</assert_contents>
Expand All @@ -53,7 +49,6 @@
</output_collection>
<output_collection name="paired_output_default_format" type="paired">
<element name="forward" ftype="fasta">
<metadata name="dbkey" value="hg38"/>
<assert_contents>
<has_text_matching expression="^This is a line of text.\nThis is a line of text.\n$" />
</assert_contents>
Expand All @@ -70,7 +65,6 @@
<param name="out_format" value="interval"/>
<output_collection name="paired_output" type="paired">
<element name="forward" ftype="interval">
<metadata name="dbkey" value="hg38"/>
<assert_contents>
<has_text_matching expression="^This is a line of text.\nThis is a line of text.\n$" />
</assert_contents>
Expand All @@ -83,7 +77,6 @@
</output_collection>
<output_collection name="paired_output_default_format" type="paired">
<element name="forward" ftype="interval">
<metadata name="dbkey" value="hg38"/>
<assert_contents>
<has_text_matching expression="^This is a line of text.\nThis is a line of text.\n$" />
</assert_contents>
Expand Down

0 comments on commit 262b4b6

Please sign in to comment.