Mercurial > repos > florianbegusch > qiime2_wrappers
diff qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml @ 4:71f124e02000 draft default tip
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:40:25 -0400 |
parents | 149432539226 |
children |
line wrap: on
line diff
--- a/qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml Tue Aug 13 07:40:25 2019 -0400 @@ -20,15 +20,16 @@ #end if -#if $pmaxaccepts: + +#if str($pmaxaccepts): --p-maxaccepts=$pmaxaccepts #end if -#if $ppercidentity: +#if str($ppercidentity): --p-perc-identity=$ppercidentity #end if -#if $pquerycov: +#if str($pquerycov): --p-query-cov=$pquerycov #end if @@ -36,14 +37,26 @@ --p-strand=$pstrand #end if -#if $pminconsensus: +#if str($pminconsensus): --p-min-consensus=$pminconsensus #end if + + + + +#if '__sq__' in str($punassignablelabel): + #set $punassignablelabel_temp = $punassignablelabel.replace('__sq__', "'") + #set $punassignablelabel = $punassignablelabel_temp +#end if + #if str($punassignablelabel): --p-unassignable-label="$punassignablelabel" #end if + + + #set $pthreads = '${GALAXY_SLOTS:-4}' #if str($pthreads): --p-threads="$pthreads" @@ -81,7 +94,7 @@ <option value="plus">plus</option> </param> <param label="--p-min-consensus: NUMBER Range(0.5, 1.0, inclusive_start=False, inclusive_end=True) Minimum fraction of assignments must match top hit to be accepted as consensus assignment. Must be in range (0.5, 1.0]. [default: 0.51]" name="pminconsensus" optional="True" type="float" min="0.5" max="1" exclude_min="True" exclude_max="False" value="0.51"/> - <param label="--p-unassignable-label: TEXT [default: 'Unassigned']" name="punassignablelabel" optional="True" type="text" value="'Unassigned'"/> + <param label="--p-unassignable-label: TEXT [default: 'Unassigned']" name="punassignablelabel" optional="True" type="text" value="Unassigned"/> </inputs> <outputs> <data format="qza" label="${tool.name} on ${on_string}: classification.qza" name="oclassification"/>