Mercurial > repos > earlhaminst > lotus2
diff lotus2.xml @ 20:1d660ee0b1c8 draft
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/lotus2 commit e532d288f092df22f32805cea50583fe16a1070f
author | earlhaminst |
---|---|
date | Sat, 03 Dec 2022 16:37:26 +0000 |
parents | a3d31a68f291 |
children | fa84bba02a62 |
line wrap: on
line diff
--- a/lotus2.xml Mon Nov 21 11:49:15 2022 +0000 +++ b/lotus2.xml Sat Dec 03 16:37:26 2022 +0000 @@ -1,7 +1,7 @@ <tool id="lotus2" name="LotuS2" version="@VERSION@+galaxy2" profile="20.09"> <description>fast OTU processing pipeline</description> <macros> - <token name="@VERSION@">2.21</token> + <token name="@VERSION@">2.23</token> <xml name="refDB_macro" token_ref_fasta_formats="fasta,fasta.gz"> <conditional name="refDB_cond"> <param argument="-refDB" type="select" label="Taxonomy reference database"> @@ -264,7 +264,7 @@ </when> --> </conditional> <section name="clu_args" title="Other Clustering Options"> - <param argument="-derepMin" type="text" value="" label="Minimum size of dereplicated raw reads (optional)" help="E.g. 4:1,4:2,3:3 . See http://lotus2.earlham.ac.uk/images/Derep_options.pdf for how to specify this parameter. If not specified, LotuS2 will select an appropriate default for the chosen clustering algorithm." /> + <param argument="-derepMin" type="text" value="" label="Minimum size of dereplicated raw reads (optional)" help="E.g. 4:1,4:2,3:3 . See https://lotus2.earlham.ac.uk/images/Derep_options.pdf for how to specify this parameter. If not specified, LotuS2 will select an appropriate default for the chosen clustering algorithm." /> <param argument="-deactivateChimeraCheck" type="select" label="Chimera check"> <option value="" selected="true">(Default)</option> <option value="0">OTU chimera checks</option> @@ -305,7 +305,7 @@ <param argument="-keepUnclassified" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Keep unclassified OTUs" help="Includes unclassified OTUs (i.e. no match in RDP/Blast database) in OTU and taxa abundance matrix calculations" /> <param argument="-LCA_cover" type="float" min="0" max="1" value="" optional="true" label="Minimum horizontal coverage of an OTU sequence against ref DB (optional)"/> <param argument="-LCA_frac" type="float" min="0" max="1" value="" optional="true" label="Minimum fraction of reads with identical taxonomy (optional)"/> - <param argument="-lulu" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Use LULU to merge OTUs based on their occurrence" /> + <param argument="-lulu" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Use LULU to merge OTUs based on their occurrence" /> <param argument="-buildPhylo" type="select" label="Build OTU phylogeny"> <option value="0">Disable</option> <option value="1" selected="true">Use fasttree2</option> @@ -391,25 +391,16 @@ <collection type="list:paired"> <element name="Anh_sample"> <collection type="paired"> - <element name="forward" value="Anh_sample1.fastq.gz" ftype="fastqsanger.gz" /> - <element name="reverse" value="Anh_sample2.fastq.gz" ftype="fastqsanger.gz" /> + <element name="forward" value="Arabidopsis_R1.fastqsanger.gz" ftype="fastqsanger.gz" /> + <element name="reverse" value="Arabidopsis_R2.fastqsanger.gz" ftype="fastqsanger.gz" /> </collection> </element> </collection> </param> </conditional> - <param name="map" value="mapping_paired.txt" /> - <conditional name="clu_cond"> - <param name="clustering" value="3" /> - </conditional> - <section name="clu_args"> - <param name="derepMin" value="1" /> - </section> + <param name="map" value="mapping_paired.txt" ftype="tabular" /> <section name="tax_args"> - <param name="lulu" value="false" /> - </section> - <section name="other_opts"> - <param name="platform" value="454" /> + <param name="lulu" value="true" /> </section> <output name="otu" file="OTU_paired.txt" compare="sim_size" /> <output name="otu_fna" file="OTU_paired.fna" compare="sim_size" /> @@ -421,7 +412,7 @@ .. class:: infomark -The full LotuS2 **documentation** can be found at `<http://lotus2.earlham.ac.uk/>`_. +The full LotuS2 **documentation** can be found at `<https://lotus2.earlham.ac.uk/>`_. ]]></help> <citations> <citation type="doi">10.1186/s40168-022-01365-1</citation>