Mercurial > repos > iuc > qiime_beta_diversity
comparison beta_diversity.xml @ 7:b666756ba7f6 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 12:17:11 +0000 |
| parents | bc1d507d371f |
| children |
comparison
equal
deleted
inserted
replaced
| 6:6509f142542d | 7:b666756ba7f6 |
|---|---|
| 1 <tool id="qiime_beta_diversity" name="Calculate beta diversity" version="@WRAPPER_VERSION@.0"> | 1 <tool id="qiime_beta_diversity" name="Calculate beta diversity" version="@WRAPPER_VERSION@.0" profile="@PROFILE@"> |
| 2 <description>(pairwise sample dissimilarity) on one or many otu tables (beta_diversity)</description> | 2 <description>(pairwise sample dissimilarity) on one or many otu tables (beta_diversity)</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 <stdio> | 7 <stdio> |
| 8 <regex match="VisibleDeprecationWarning" source="both" level="warning" description="VisibleDeprecationWarning on numpy for `rank`"/> | 8 <regex match="VisibleDeprecationWarning" source="both" level="warning" description="VisibleDeprecationWarning on numpy for `rank`"/> |
| 9 </stdio> | 9 </stdio> |
| 10 <version_command>beta_diversity.py --version</version_command> | 10 <version_command>beta_diversity.py --version</version_command> |
| 11 <command detect_errors="aggressive"><