Mercurial > repos > iuc > qiime_upgma_cluster
comparison upgma_cluster.xml @ 7:aae131716d22 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
author | iuc |
---|---|
date | Thu, 05 Dec 2019 07:39:27 -0500 |
parents | 4e9b6a0fcb78 |
children |
comparison
equal
deleted
inserted
replaced
6:de61aa230275 | 7:aae131716d22 |
---|---|
1 <tool id="qiime_upgma_cluster" name="Build a UPGMA tree" version="@WRAPPER_VERSION@.0"> | 1 <tool id="qiime_upgma_cluster" name="Build a UPGMA tree" version="@WRAPPER_VERSION@.0" profile="@PROFILE@"> |
2 <description> comparing samples (upgma_cluster)</description> | 2 <description> comparing samples (upgma_cluster)</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <version_command>upgma_cluster.py -v</version_command> | 7 <version_command>upgma_cluster.py -v</version_command> |
8 <command detect_errors="aggressive"><![CDATA[ | 8 <command detect_errors="aggressive"><![CDATA[ |
9 @MPLBACKEND@ | |
9 mkdir input | 10 mkdir input |
10 && | 11 && |
11 #for $i, $matrix in enumerate($input_path) | 12 #for $i, $matrix in enumerate($input_path) |
12 cp '$matrix' 'input/dataset_$i' && | 13 cp '$matrix' 'input/dataset_$i' && |
13 #end for | 14 #end for |