comparison presto_assemblepairs.xml @ 3:540fcbdac82e draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit d52e3c9c53dd358e14e65a3a083e7d5c102f8697"
author iuc
date Sat, 25 Sep 2021 18:33:43 +0000
parents 0af48f0b7eb8
children
comparison
equal deleted inserted replaced
2:0af48f0b7eb8 3:540fcbdac82e
1 <tool id="presto_assemblepairs" name="pRESTO AssemblePairs" version="@TOOL_VERSION@"> 1 <tool id="presto_assemblepairs" name="pRESTO AssemblePairs" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>Assembles paired-end reads into a single sequence.</description> 2 <description>Assembles paired-end reads into a single sequence.</description>
3 3 <expand macro="bio_tools"/>
4 <macros> 4 <macros>
5 <import>presto_macros.xml</import> 5 <import>presto_macros.xml</import>
6 <xml name="align-params"> 6 <xml name="align-params">
7 <param argument="--alpha" type="float" value="1e-05" label="Alpha" help="Significance threshold for de-novo assembly."/> 7 <param argument="--alpha" type="float" value="1e-05" label="Alpha" help="Significance threshold for de-novo assembly."/>
8 <param argument="--maxerror" type="float" value="0.3" label="Max Error" help="Maximum error rate for de novo assembly."/> 8 <param argument="--maxerror" type="float" value="0.3" label="Max Error" help="Maximum error rate for de novo assembly."/>