Mercurial > repos > iuc > adapter_removal
view macros.xml @ 1:40874f772ea1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/adapter_removal/ commit faa8c4bf004428988500537078264968ae05fa67
author | iuc |
---|---|
date | Mon, 26 Aug 2024 13:47:54 +0000 |
parents | 04d05400d3a6 |
children |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.3.4</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">20.09</token> <token name="@DATATYPES@">fastqsanger.gz,fastqsanger</token> <xml name="bio_tools"> <xrefs> <xref type="bio.tools">adapterremoval</xref> </xrefs> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">adapterremoval</requirement> </requirements> </xml> <xml name="interleaved_output_param"> <param argument="--interleaved_output" type="select" label="Write paired-end reads to a single file, interleaving mate 1 and mate 2 reads?"> <option value="no" selected="true">No</option> <option value="yes">Yes</option> </param> </xml> <xml name="identify_adapters_param"> <param argument="--identify_adapters" type="boolean" truevalue="--identify-adapters" falsevalue="" checked="false" label="Attempt to build a consensus adapter sequence from fully overlapping pairs of paired-end reads?" help="No trimming is performed in this mode"/> </xml> <xml name="combined_output_param"> <param argument="--combined_output" type="boolean" truevalue="--combined-output" falsevalue="" checked="false" label="Output trimmed reads such that the sequences of reads discarded due to quality filters or read merging are replaced with a single 'N' with Phred score 0?"/> </xml> <xml name="sanitizer"> <sanitizer> <valid initial="string.printable"> <remove value="'" /> </valid> <mapping initial="none"> <add source="'" target="__sq__"/> </mapping> </sanitizer> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13104-016-1900-2</citation> </citations> </xml> </macros>