Mercurial > repos > iuc > fastspar_reduce
comparison macros.xml @ 0:e18c802858bb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
| author | iuc |
|---|---|
| date | Thu, 19 Jun 2025 21:51:44 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e18c802858bb |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">1.0.0</token> | |
| 3 <token name="@VERSION_SUFFIX@">0</token> | |
| 4 <token name="@PROFILE@">23.0</token> | |
| 5 <xml name="requirements"> | |
| 6 <requirements> | |
| 7 <requirement type="package" version="@TOOL_VERSION@">fastspar</requirement> | |
| 8 </requirements> | |
| 9 </xml> | |
| 10 <xml name="requirements_pvalues"> | |
| 11 <requirements> | |
| 12 <requirement type="package" version="@TOOL_VERSION@">fastspar</requirement> | |
| 13 <requirement type="package" version="20250422">parallel</requirement> | |
| 14 </requirements> | |
| 15 </xml> | |
| 16 | |
| 17 <xml name="fastspar_tool_parameters"> | |
| 18 <param argument="--iterations" type="integer" min="1" max="1000" value="50" label="Number of iterations" | |
| 19 help="Rounds of SparCC correlation estimation."/> | |
| 20 <param argument="--exclude_iterations" type="integer" min="0" max="100" value="10" label="Number of exclusion iterations" | |
| 21 help="The number of times highly correlated OTU pairs are excluded."/> | |
| 22 <param argument="--threshold" type="float" min="0.0" max="1.0" value="0.1" label="Exclusion threshold" | |
| 23 help="Correlation strength above which to exclude OTU pairs."/> | |
| 24 </xml> | |
| 25 | |
| 26 <xml name="biotools"> | |
| 27 <xrefs> | |
| 28 <xref type="bio.tools">FastSpar</xref> | |
| 29 </xrefs> | |
| 30 </xml> | |
| 31 <xml name="citations"> | |
| 32 <citations> | |
| 33 <citation type="doi">10.1093/bioinformatics/bty734</citation> | |
| 34 <citation type="doi">10.1371/journal.pcbi.1002687</citation> | |
| 35 </citations> | |
| 36 </xml> | |
| 37 </macros> |
