Mercurial > repos > jpayne > table_ops
comparison table-union.xml @ 3:77fc9c4a7ef0
planemo upload
author | jpayne |
---|---|
date | Mon, 29 Jan 2018 13:58:43 -0500 |
parents | 9c8237621723 |
children | 4a5c79572664 |
comparison
equal
deleted
inserted
replaced
2:8c5fb0c5e560 | 3:77fc9c4a7ef0 |
---|---|
1 <tool id="table-union" name="Merge tabular datasets" version="0.1.0"> | 1 <tool id="table-union" name="Merge tabular datasets" version="0.1.0"> |
2 <description>by combining their rows and unionizing columns</description> | 2 <description>by combining their rows and unionizing columns</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package">package_python_3_5</requirement> | |
4 </requirements> | 5 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
6 $__tool_directory__/table-union.py | 7 $__tool_directory__/table-union.py |
7 #for $table in $tables | 8 #for $table in $tables |
8 $table | 9 $table |