Mercurial > repos > jpayne > table_ops
comparison table-union.xml @ 10:3f74684fb2a8
planemo upload
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 09:19:32 -0500 |
parents | fa9bd5c8fae0 |
children | 15230438f7f5 |
comparison
equal
deleted
inserted
replaced
9:4eaafbdfb8bf | 10:3f74684fb2a8 |
---|---|
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 python $__tool_directory__/table-union.py | 7 python3 $__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> |