diff search.xml @ 2:4291c9d1ff07 draft

Uploaded 20180124
author fabio
date Wed, 24 Jan 2018 11:26:24 -0500
parents 00d6e82d74e9
children
line wrap: on
line diff
--- a/search.xml	Mon Jan 22 16:42:08 2018 -0500
+++ b/search.xml	Wed Jan 24 11:26:24 2018 -0500
@@ -10,10 +10,9 @@
 <![CDATA[
     python '$__tool_directory__/search.py'
     
-    --treeid '0'
-    --search '0'
-    --sthreshold '${sthreshold}'
-    --exact '0'
+    --search 'rrr'
+    --sthreshold ${sthreshold}
+    --exact 0
     
     #if $conditional_input_zero.inputtype_zero == '0':
         #set file_paths = ','.join( [ str( $f ) for $f in $conditional_input_zero.txtfiles ] )
@@ -45,7 +44,7 @@
         <param name="sthreshold" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Threshold applied to the search algorithm" />
     </inputs>
     <outputs>
-        <data name="output" format="txt" label="${tool.name} on ${on_string}: AllSome Sequence Bloom Tree Search Result" />
+        <data name="output" format="json" label="${tool.name} on ${on_string}: AllSome Sequence Bloom Tree Search Result" />
     </outputs>
 
     <help><![CDATA[