Skip to content

Commit

Permalink
Add inherit_format tag to paired_collection_map_over_structured_like …
Browse files Browse the repository at this point in the history
…tool
  • Loading branch information
mvdbeek committed Nov 22, 2016
1 parent 6fd77db commit 1aba754
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
<param name="input1" type="data_collection" collection_type="paired" label="Input" help="Input collection..." format="txt" />
</inputs>
<outputs>
<collection name="list_output" structured_like="input1" type="paired" label="Duplicate List">
<collection name="list_output" structured_like="input1" type="paired" label="Duplicate List" inherit_format="true">
<!-- inherit_format can be used in conjunction with structured_like
to perserve format. -->
</collection>
Expand Down

0 comments on commit 1aba754

Please sign in to comment.