mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix joiner tool to inherit datatype, restoring previous behavior.
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user