Mercurial > repos > iuc > dada2_plotcomplexity
comparison macros.xml @ 11:224abe7c80ed draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/dada2 commit f65944aa0547c2fbe4b746cf443c85b2a76e9a48
| author | iuc |
|---|---|
| date | Sat, 20 Dec 2025 14:15:33 +0000 |
| parents | 6f06d501b7e6 |
| children |
comparison
equal
deleted
inserted
replaced
| 10:6f06d501b7e6 | 11:224abe7c80ed |
|---|---|
| 10 <xrefs> | 10 <xrefs> |
| 11 <xref type="bio.tools">dada2</xref> | 11 <xref type="bio.tools">dada2</xref> |
| 12 <xref type="bioconductor">dada2</xref> | 12 <xref type="bioconductor">dada2</xref> |
| 13 </xrefs> | 13 </xrefs> |
| 14 </xml> | 14 </xml> |
| 15 <token name="@PROFILE@">23.2</token> | 15 <token name="@PROFILE@">24.2</token> |
| 16 <token name="@TOOL_VERSION@">1.34.0</token> | 16 <token name="@TOOL_VERSION@">1.34.0</token> |
| 17 <token name="@VERSION_SUFFIX@">0</token> | 17 <token name="@VERSION_SUFFIX@">1</token> |
| 18 | 18 |
| 19 <xml name="version_command"> | 19 <xml name="version_command"> |
| 20 <version_command><![CDATA[ | 20 <version_command><![CDATA[ |
| 21 echo $(R --version | grep version | grep -v GNU)", dada2 version" $(R --vanilla --slave -e "library(dada2); cat(sessionInfo()\$otherPkgs\$dada2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 21 echo $(R --version | grep version | grep -v GNU)", dada2 version" $(R --vanilla --slave -e "library(dada2); cat(sessionInfo()\$otherPkgs\$dada2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
| 22 ]]></version_command> | 22 ]]></version_command> |
| 78 ]]></token> | 78 ]]></token> |
| 79 | 79 |
| 80 <xml name="fastq_input" token_multiple="" token_collection_type="" token_argument_fwd="" token_argument_rev=""> | 80 <xml name="fastq_input" token_multiple="" token_collection_type="" token_argument_fwd="" token_argument_rev=""> |
| 81 <conditional name="paired_cond"> | 81 <conditional name="paired_cond"> |
| 82 <param name="paired_select" type="select" label="Paired reads"> | 82 <param name="paired_select" type="select" label="Paired reads"> |
| 83 <option value="paired">paired - in a data set pair</option> | 83 <option value="paired">paired</option> |
| 84 <option value="separate">paired - in two separate data sets</option> | |
| 85 <option value="single">single</option> | 84 <option value="single">single</option> |
| 86 </param> | 85 </param> |
| 87 <when value="paired"> | 86 <when value="paired"> |
| 88 <param name="reads" argument="@ARGUMENT_FWD@/@ARGUMENT_REV@" type="data_collection" collection_type="@COLLECTION_TYPE@" format="fastq,fastq.gz" label="Paired short read data"/> | 87 <param name="reads" argument="@ARGUMENT_FWD@/@ARGUMENT_REV@" type="data_collection" collection_type="@COLLECTION_TYPE@" format="fastq,fastq.gz" label="Paired short read data"/> |
| 89 </when> | |
| 90 <when value="separate"> | |
| 91 <param name="reads" argument="@ARGUMENT_FWD@" type="data" format="fastq,fastq.gz" multiple="@MULTIPLE@" label="Forward read data"/> | |
| 92 <param name="sdaer" argument="@ARGUMENT_REV@" type="data" format="fastq,fastq.gz" multiple="@MULTIPLE@" label="Reverse read data"/> | |
| 93 </when> | 88 </when> |
| 94 <when value="single"> | 89 <when value="single"> |
| 95 <param name="reads" argument="@ARGUMENT_FWD@" type="data" format="fastq,fastq.gz" multiple="@MULTIPLE@" label="Short read data"/> | 90 <param name="reads" argument="@ARGUMENT_FWD@" type="data" format="fastq,fastq.gz" multiple="@MULTIPLE@" label="Short read data"/> |
| 96 </when> | 91 </when> |
| 97 </conditional> | 92 </conditional> |
