Mercurial > repos > devteam > join
comparison join.xml @ 5:718d04143c31 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/join commit d7b1a60c0aecc46b7f625c3e32f882562b512fd9
author | devteam |
---|---|
date | Mon, 13 Jun 2022 16:23:52 +0000 |
parents | a10f49d9218a |
children |
comparison
equal
deleted
inserted
replaced
4:a10f49d9218a | 5:718d04143c31 |
---|---|
25 <option value="left">All records of second dataset (fill null with ".")</option> | 25 <option value="left">All records of second dataset (fill null with ".")</option> |
26 <option value="both">All records of both datasets (fill nulls with ".")</option> | 26 <option value="both">All records of both datasets (fill nulls with ".")</option> |
27 </param> | 27 </param> |
28 </inputs> | 28 </inputs> |
29 <outputs> | 29 <outputs> |
30 <data name="output" format_source="input1" metadata_source="input1" /> | 30 <data name="output" format="interval" metadata_source="input1" /> |
31 </outputs> | 31 </outputs> |
32 <tests> | 32 <tests> |
33 <test> | 33 <test> |
34 <param name="input1" value="1.bed" /> | 34 <param name="input1" value="1.bed" /> |
35 <param name="input2" value="2.bed" /> | 35 <param name="input2" value="2.bed" /> |