Mercurial > repos > bgruening > sklearn_numeric_clustering
comparison numeric_clustering.xml @ 4:4fcf8b052fed draft
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit 7ce0f8d46dc6d468065b6c2db79864b6d542a898
author | bgruening |
---|---|
date | Sat, 04 Jun 2016 05:02:29 -0400 |
parents | dac8a9712939 |
children | 4edccd1eaaf0 |
comparison
equal
deleted
inserted
replaced
3:a8951d76b7d2 | 4:4fcf8b052fed |
---|---|
1 <tool id="sklearn_numeric_clustering" name="Numeric Clustering" version="@VERSION@"> | 1 <tool id="sklearn_numeric_clustering" name="Numeric Clustering" version="@VERSION@"> |
2 <description></description> | 2 <description></description> |
3 <expand macro="python_requirements"/> | |
4 <expand macro="macro_stdio"/> | |
5 <macros> | 3 <macros> |
6 <import>main_macros.xml</import> | 4 <import>main_macros.xml</import> |
7 </macros> | 5 </macros> |
6 <expand macro="python_requirements"/> | |
7 <expand macro="macro_stdio"/> | |
8 <version_command>echo "@VERSION@"</version_command> | 8 <version_command>echo "@VERSION@"</version_command> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 python "$cluster_script" '$inputs' | 10 python "$cluster_script" '$inputs' |
11 ]]> | 11 ]]> |
12 </command> | 12 </command> |