Skip to content

Commit

Permalink
Fix joiner tool to inherit datatype, restoring previous behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 3, 2017
1 parent 0827b23 commit fbf3cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/filters/joiner.xml
@@ -1,4 +1,4 @@
<tool id="join1" name="Join two Datasets" version="2.1.0">
<tool id="join1" name="Join two Datasets" version="2.1.1">
<description>side by side on a specified field</description>
<requirements>
<requirement type="package" version="2.7.13">python</requirement>
Expand Down Expand Up @@ -85,7 +85,7 @@ ${json.dumps( __fill_options )}
</param>
</inputs>
<outputs>
<data format_source="input" name="out_file1" metadata_source="input1" />
<data format_source="input1" name="out_file1" metadata_source="input1" />
</outputs>
<tests>
<test>
Expand Down

0 comments on commit fbf3cf3

Please sign in to comment.