Mercurial > repos > jpayne > table_ops
diff table-union.xml @ 12:15230438f7f5
planemo upload
author | jpayne |
---|---|
date | Mon, 12 Feb 2018 10:22:47 -0500 |
parents | 3f74684fb2a8 |
children | 1af2524f48b7 |
line wrap: on
line diff
--- a/table-union.xml Wed Jan 31 09:47:10 2018 -0500 +++ b/table-union.xml Mon Feb 12 10:22:47 2018 -0500 @@ -1,10 +1,10 @@ <tool id="table-union" name="Merge tabular datasets" version="0.1.0"> <description>by combining their rows and unionizing columns</description> <requirements> - <requirement type="package" version="3.4">python3</requirement> + <!-- <requirement type="package" version="3.4">python</requirement> --> </requirements> <command detect_errors="exit_code"><![CDATA[ - python3 $__tool_directory__/table-union.py + python $__tool_directory__/table-union.py #for $table in $tables $table #end for