Mercurial > repos > iuc > mothur_classify_svm
comparison macros.xml @ 0:ba0b90285bc0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
| author | iuc |
|---|---|
| date | Wed, 14 Feb 2018 10:29:38 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ba0b90285bc0 |
|---|---|
| 1 <macros> | |
| 2 <token name="@WRAPPER_VERSION@">1.39.5</token> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="@WRAPPER_VERSION@">mothur</requirement> | |
| 6 <yield/> | |
| 7 </requirements> | |
| 8 </xml> | |
| 9 <xml name="version_command"> | |
| 10 <version_command><![CDATA[ mothur "#help()" | sed '7q;d' | cut -d" " -f2 ]]></version_command> | |
| 11 </xml> | |
| 12 <xml name="stdio"> | |
| 13 <stdio> | |
| 14 <regex match="\[ERROR\]" source="stdout" level="fatal"/> | |
| 15 <exit_code range="1:" level="fatal"/> | |
| 16 </stdio> | |
| 17 </xml> | |
| 18 <token name="@SHELL_OPTIONS@">set -o pipefail;</token> | |
| 19 | |
| 20 | |
| 21 <!-- Input parameters --> | |
| 22 <xml name="labeloptions"> | |
| 23 <options> | |
| 24 <filter type="data_meta" ref="otu" key="labels"/> | |
| 25 </options> | |
| 26 </xml> | |
| 27 <xml name="calc-common"> | |
| 28 <!-- you can set defaults in tool xml by repeating those options again after macro expand, overriding first --> | |
| 29 <option value="anderberg">anderberg - Community Membership Similarity the Anderberg similarity coefficient</option> | |
| 30 <option value="braycurtis">braycurtis - Community Structure Similarity the Bray-Curtis similarity coefficient</option> | |
| 31 <option value="canberra">canberra - Community Structure Similarity</option> | |
| 32 <option value="gower">gower - Community Structure Similarity</option> | |
| 33 <option value="hamming">hamming - Community Membership Similarity</option> | |
| 34 <option value="hellinger">hellinger - Community Structure Similarity</option> | |
| 35 <option value="jabund">jabund - Community Structure Similarity the abundance-based Jaccard similarity coefficient</option> | |
| 36 <option value="jclass">jclass - Community Membership Similarity the traditional Jaccard similarity coefficient based on the observed richness</option> | |
| 37 <option value="jest">jest - Community Membership Similarity the Jaccard similarity coefficient based on the Chao1 estimated richnesses</option> | |
| 38 <option value="jsd">jsd</option> | |
| 39 <option value="kulczynski">kulczynski - Community Membership Similarity the Kulczynski similarity coefficient</option> | |
| 40 <option value="kulczynskicody">kulczynskicody - Community Membership Similarity the Kulczynski-Cody similarity coefficient</option> | |
| 41 <option value="kstest">kstest - Community Membership Similarity Kolmogorov-Smirnov test</option> | |
| 42 <option value="lennon">lennon - Community Membership Similarity the Lennon similarity coefficient</option> | |
| 43 <option value="manhattan">manhattan - Community Structure Similarity</option> | |
| 44 <option value="memchi2">memchi2 - Community Membership Similarity</option> | |
| 45 <option value="memchord">memchord - Community Membership Similarity</option> | |
| 46 <option value="memeuclidean">memeuclidean - Community Membership Similarity</option> | |
| 47 <option value="mempearson">mempearson - Community Membership Similarity</option> | |
| 48 <option value="morisitahorn">morisitahorn - Community Structure Similarity the Morisita-Horn similarity coefficient</option> | |
| 49 <option value="ochiai">ochiai - Community Membership Similarity the Ochiai similarity coefficient</option> | |
| 50 <option value="odum">odum - Community Structure Similarity</option> | |
| 51 <option value="rjsd">rjsd</option> | |
| 52 <option value="sharedace">sharedace - Shared community richness the two sample shared ACE richness estimator</option> | |
| 53 <option value="sharednseqs">sharednseqs - Utility the number of sequences in two samples</option> | |
| 54 <option value="sharedobserved">sharedobserved - Utility the number of sequences in two samples</option> | |
| 55 <option value="sharedsobs">sharedsobs - Shared community richness the observed richness shared between two or more samples</option> | |
| 56 <option value="sharedchao">sharedchao - Shared community richness the two or more sample shared Chao1 richness estimator</option> | |
| 57 <option value="soergel">soergel - Community Structure Similarity</option> | |
| 58 <option value="sorabund">sorabund - Community Structure Similarity the abundance-based Sorenson similarity coefficient</option> | |
| 59 <option value="sorclass">sorclass - Community Membership Similarity the Sorenson similarity coefficient based on the observed richness</option> | |
| 60 <option value="sorest">sorest - Community Membership Similarity the Sorenson similarity coefficient based on the Chao1 estimated richnesses</option> | |
| 61 <option value="spearman">spearman - Community Structure Similarity</option> | |
| 62 <option value="speciesprofile">speciesprofile - Community Structure Similarity</option> | |
| 63 <option value="structchi2">structchi2 - Community Structure Similarity</option> | |
| 64 <option value="structchord">structchord - Community Structure Similarity</option> | |
| 65 <option value="structeuclidean">structeuclidean - Community Structure Similarity</option> | |
| 66 <option value="structkulczynski">structkulczynski - Community Structure Similarity</option> | |
| 67 <option value="structpearson">structpearson - Community Structure Similarity</option> | |
| 68 <option value="thetan">thetan - Community Structure Similarity the Smith theta similarity coefficient</option> | |
| 69 <option value="thetayc">thetayc - Community Structure Similarity the Yue & Clayton theta similarity coefficient</option> | |
| 70 <option value="whittaker">whittaker - Community Membership Similarity the Whittaker similarity coefficient</option> | |
| 71 <yield/> | |
| 72 </xml> | |
| 73 | |
| 74 <!-- CLUSTERING --> | |
| 75 <xml name="param-clustermethods"> | |
| 76 <param argument="method" type="select" label="Clustering Method"> | |
| 77 <option value="opti" selected="true">Opticlust method</option> | |
| 78 <option value="furthest">Furthest neighbor</option> | |
| 79 <option value="nearest">Nearest neighbor</option> | |
| 80 <option value="average">Average neighbor</option> | |
| 81 <yield/> | |
| 82 </param> | |
| 83 </xml> | |
| 84 <xml name="option-vsearch-clustermethods"> | |
| 85 <option value="agc">Abundance-based greedy clustering (agc)(VSEARCH)</option> | |
| 86 <option value="dgc">Distance-based greedy clustering (dgc)(VSEARCH)</option> | |
| 87 </xml> | |
| 88 <xml name="params-opticlust"> | |
| 89 <param argument="metric" type="select" label="metric - select the metric in the opticluster method" | |
| 90 help="Options are Matthews correlation coefficient (mcc), sensitivity (sens), specificity (spec), true positives + true negatives (tptn), | |
| 91 false positives + false negatives (fpfn), true positives (tp), true negative (tn), false positive (fp), false negative (fn), f1score (f1score), | |
| 92 accuracy (accuracy), positive predictive value (ppv), negative predictive value (npv), false discovery rate (fdr). Default=mcc."> | |
| 93 <option value="mcc" selected="true">Matthews correlation coefficient (mcc)</option> | |
| 94 <option value="sens">Sensitivity</option> | |
| 95 <option value="spec">specificity</option> | |
| 96 <option value="tptn">true positives + true negatives</option> | |
| 97 <option value="fpfn">false positives + false negatives</option> | |
| 98 <option value="tp">true positives</option> | |
| 99 <option value="tn">true negative</option> | |
| 100 <option value="fp">false positive</option> | |
| 101 <option value="fn">false negative</option> | |
| 102 <option value="f1score">f1score</option> | |
| 103 <option value="accuracy">accuracy</option> | |
| 104 <option value="ppv">positive predictive value</option> | |
| 105 <option value="npv">negative predictive value</option> | |
| 106 <option value="fdr">false discovery rate</option> | |
| 107 </param> | |
| 108 <param argument="initialize" type="select" label="Initial randomization" | |
| 109 help="singleton: each sequence is randomly assigned to its own OTU; oneotu: all sequences are assigned to one otu"> | |
| 110 <option value="singleton" selected="true">Singleton</option> | |
| 111 <option value="oneotu">Oneotu</option> | |
| 112 </param> | |
| 113 <param argument="delta" type="float" value="0.0001" label="set the stable value for the metric in the opticluster method" | |
| 114 help="The delta parameter allows to set the stable value for the metric in the opticluster method. To reach a full convergence, set delta=0."/> | |
| 115 <param argument="iters" type="integer" value="100" label="Maximum number of iterations"/> | |
| 116 </xml> | |
| 117 <xml name="param-output"> | |
| 118 <param argument="output" type="select" label="Tax summary output type" | |
| 119 help="The detail format outputs the totals at each level, where as the simple format outputs the highest level"> | |
| 120 <option value="simple" selected="true">simple</option> | |
| 121 <option value="detail">detail</option> | |
| 122 </param> | |
| 123 </xml> | |
| 124 <xml name="param-printlevel"> | |
| 125 <param argument="printlevel" type="integer" value="-1" min="-1" label="Print level" help="specify taxlevel of your *tax.summary file to print to. Options are 1 to the maz level in the file. The default is -1, meaning max level" /> | |
| 126 </xml> | |
| 127 <xml name="logfile-output"> | |
| 128 <data name="logfile" format="txt" from_work_dir="mothur.out.log" label="${tool.name} on ${on_string}: logfile"/> | |
| 129 </xml> | |
| 130 | |
| 131 <!-- Output file tests --> | |
| 132 <xml name="logfile-test"> | |
| 133 <output name="logfile" ftype="txt"> | |
| 134 <assert_contents> | |
| 135 <has_text text="mothur"/> | |
| 136 <has_text text="@WRAPPER_VERSION@"/> | |
| 137 </assert_contents> | |
| 138 </output> | |
| 139 </xml> | |
| 140 | |
| 141 <xml name="test-accnos-format"> | |
| 142 <!-- one or two columns --> | |
| 143 <has_line_matching expression="^[\w\d\-]+(\t[^\t]+)?$"/> | |
| 144 </xml> | |
| 145 <xml name="test-align-format"> | |
| 146 <has_line_matching expression="^>.+$"/> | |
| 147 <has_line_matching expression="^[ACTG\-\.]+$"/> | |
| 148 </xml> | |
| 149 <xml name="test-aligncheck-format"> | |
| 150 <has_n_columns n="9"/> | |
| 151 <has_line_matching expression="^name\tpound\tdash\tplus\tequal\tloop\ttilde\ttotal\tnumseqs$"/> | |
| 152 </xml> | |
| 153 <xml name="test-alignreport-format"> | |
| 154 <has_line_matching expression="^QueryName\tQueryLength\tTemplateName\tTemplateLength\tSearchMethod\tSearchScore\tAlignmentMethod\tQueryStart\tQueryEnd\tTemplateStart\tTemplateEnd\tPairwiseAlignmentLength\tGapsInQuery\tGapsInTemplate\tLongestInsert\tSimBtwnQuery&Template$"/> | |
| 155 </xml> | |
| 156 <xml name="test-axes-format"> | |
| 157 <has_line_matching expression="^group(\taxis\d+)+$"/> | |
| 158 </xml> | |
| 159 <xml name="test-chimera-format"> | |
| 160 <has_line_matching expression="Score\tQuery\tParentA\tParentB\tIdQM\tIdQA\tIdQB\tIdAB\tIdQT\tLY\tLN\tLA\tRY\tRN\tRA\tDiv\tYN"/> | |
| 161 </xml> | |
| 162 <xml name="test-column-format"> | |
| 163 <has_n_columns n="3"/> | |
| 164 <has_line_matching expression="^[\w\d\-]+\t[\w\d\-]+\t[\d\.]+$"/> | |
| 165 </xml> | |
| 166 <xml name="test-contigsreport-format"> | |
| 167 <has_n_columns n="7"/> | |
| 168 <has_line_matching expression="^Name\tLength\tOverlap_Length\tOverlap_Start\tOverlap_End\tMisMatches\tNum_Ns$"/> | |
| 169 </xml> | |
| 170 <xml name="test-count-format"> | |
| 171 <has_line_matching expression="^Representative_Sequence\ttotal(\t\w+)*$"/> | |
| 172 <has_line_matching expression="^\w+(\t\d+)+(\s)*$"/> | |
| 173 </xml> | |
| 174 <xml name="test-dist-format"> | |
| 175 <has_line_matching expression="^[ \t]*\d+$"/> | |
| 176 <has_line_matching expression="^[\w\d\-]+(\t[\d\.]+)+\s?$"/> | |
| 177 </xml> | |
| 178 <xml name="test-fasta-format"> | |
| 179 <has_line_matching expression="^>.+$"/> | |
| 180 <has_line_matching expression="^[ACTGN-]+$"/> | |
| 181 </xml> | |
| 182 <xml name="test-fastq-format"> | |
| 183 <has_line_matching expression="^@.+$"/> | |
| 184 <has_line_matching expression="^[ACTGN]+$"/> | |
| 185 <has_line_matching expression="^\+$"/> | |
| 186 </xml> | |
| 187 <xml name="test-group-format"> | |
| 188 <has_line_matching expression="^Representative_Sequence\ttotal(\t[\w\d\-]+)+$"/> | |
| 189 <has_line_matching expression="^[\w\d\-]+(\t\d+)+$"/> | |
| 190 </xml> | |
| 191 <xml name="test-list-format"> | |
| 192 <has_line_matching expression="^label\tnumOtus(\tOtu\d+)+$"/> | |
| 193 <has_line_matching expression="^(unique|0\.\d+)\t\d+(\t[\w\d\-,]+)+$"/> | |
| 194 </xml> | |
| 195 <xml name="test-names-format"> | |
| 196 <has_line_matching expression="^[a-zA-Z0-9]+\t[a-zA-Z0-9]+$"/> | |
| 197 </xml> | |
| 198 <xml name="test-qfile-format"> | |
| 199 <has_line_matching expression="^(\d+ )+$"/> | |
| 200 <has_line_matching expression="^>.+$"/> | |
| 201 </xml> | |
| 202 <xml name="test-rabund-format"> | |
| 203 <has_line_matching expression="^(unique|0\.\d+)(\t\d+\.?\d*)+$"/> | |
| 204 </xml> | |
| 205 <xml name="test-sabund-format"> | |
| 206 <has_line_matching expression="^(unique|0\.\d+)(\t\d+)+$"/> | |
| 207 </xml> | |
| 208 <xml name="test-sensspec-format"> | |
| 209 <has_n_columns n="14"/> | |
| 210 <has_line_matching expression="^label\tcutoff\ttp\ttn\tfp\tfn\tsensitivity\tspecificity\tppv\tnpv\tfdr\taccuracy\t\w+\tf1score$"/> | |
| 211 </xml> | |
| 212 <xml name="test-shared-format"> | |
| 213 <has_line_matching expression="^label\tGroup\tnumOtus(\t(Otu|rareOTUs|.*OTU.*)\d+)+$"/> | |
| 214 </xml> | |
| 215 <xml name="test-taxonomy-format"> | |
| 216 <has_n_columns n="3"/> | |
| 217 <has_line_matching expression="^OTU\tSize\tTaxonomy$"/> | |
| 218 </xml> | |
| 219 <xml name="test-taxsummary-format"> | |
| 220 <has_line_matching expression="^((taxlevel\trankID\ttaxon\tdaughterlevels\ttotal(\t[\w\d\-]+)*)|(taxonomy\ttotal(\t[\w\d]+)*))$"/> | |
| 221 </xml> | |
| 222 <!-- backmatter --> | |
| 223 <token name="@MOTHUR_OVERVIEW@"> | |
| 224 <![CDATA[ | |
| 225 | |
| 226 **Mothur Overview** | |
| 227 | |
| 228 Mothur is a comprehensive suite of tools for microbial ecology community. It is initiated by Dr. Patrick Schloss and his software development team | |
| 229 in the Department of Microbiology and Immunology at The University of Michigan. For more information, see Mothur-Wiki_. | |
| 230 | |
| 231 .. _Mothur-Wiki: https://www.mothur.org/wiki/Main_Page | |
| 232 | |
| 233 ]]> | |
| 234 </token> | |
| 235 <xml name="citations"> | |
| 236 <citations> | |
| 237 <citation type="doi">10.1128/AEM.01541-09</citation> | |
| 238 <yield/> | |
| 239 </citations> | |
| 240 </xml> | |
| 241 </macros> |
