Mercurial > repos > jpayne > table_ops
comparison table-union.xml @ 8:fa9bd5c8fae0
planemo upload
author | jpayne |
---|---|
date | Tue, 30 Jan 2018 15:54:55 -0500 |
parents | e2d0b5662c08 |
children | 3f74684fb2a8 |
comparison
equal
deleted
inserted
replaced
7:e2d0b5662c08 | 8:fa9bd5c8fae0 |
---|---|
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" version="3.4">python3</requirement> | 4 <requirement type="package" version="3.4">python3</requirement> |
5 </requirements> | 5 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
7 $__tool_directory__/table-union.py | 7 python $__tool_directory__/table-union.py |
8 #for $table in $tables | 8 #for $table in $tables |
9 $table | 9 $table |
10 #end for | 10 #end for |
11 > $combined_table | 11 > $combined_table |
12 ]]></command> | 12 ]]></command> |