diff qiime2/qiime_fragment-insertion_sepp.xml @ 4:914fa4daf16a draft

Fixes
author florianbegusch
date Wed, 31 Jul 2019 03:06:00 -0400
parents 370e0b6e9826
children f190567fe3f6
line wrap: on
line diff
--- a/qiime2/qiime_fragment-insertion_sepp.xml	Sun Jul 21 02:21:34 2019 -0400
+++ b/qiime2/qiime_fragment-insertion_sepp.xml	Wed Jul 31 03:06:00 2019 -0400
@@ -23,7 +23,7 @@
 #end if
 
 
-#if $palignmentsubsetsize:
+#if str($palignmentsubsetsize):
  --p-alignment-subset-size=$palignmentsubsetsize
 #end if
 
@@ -31,10 +31,6 @@
  --p-placement-subset-size="$pplacementsubsetsize"
 #end if
 
-#if $pdebug:
- --p-debug
-#end if
-
 --o-tree=otree
 --o-placements=oplacements
 ;
@@ -47,7 +43,6 @@
 		<param format="qza,no_unzip.zip" label="--i-reference-phylogeny: ARTIFACT Phylogeny[Rooted]  The rooted reference phylogeny. Must be in sync with reference-alignment, i.e. each tip name must have exactly one corresponding record.            [optional]" name="ireferencephylogeny" optional="True" type="data"/>
 		<param label="--p-alignment-subset-size: INTEGER Each placement subset is further broken into subsets of at most these many sequences and a separate HMM is trained on each subset. The default alignment subset size is set to balance the exhaustiveness of the alignment step with the running time.   [default: 1000]" name="palignmentsubsetsize" optional="True" type="integer" value="1000"/>
 		<param label="--p-placement-subset-size: INTEGER The tree is divided into subsets such that each subset includes at most these many subsets. The placement step places the fragment on only one subset, determined based on alignment scores. The default placement subset is set to make sure the memory requirement of the pplacer step does not become prohibitively large." name="pplacementsubsetsize" optional="True" type="integer"/>
-		<param label="--p-debug: --p-no-debug Print additional run information to STDOUT for debugging. Run together with --verbose to actually see the information on STDOUT. Temporary directories will not be removed if run fails.           [default: False]" name="pdebug" selected="False" type="boolean"/>
 	</inputs>
 	<outputs>
 		<data format="qza" label="${tool.name} on ${on_string}: tree.qza" name="otree"/>