changeset 13:9d8b309a7265 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools_filter commit 36169ce65193faaace8e8b999f83adf0c3d5aeba
author iuc
date Tue, 05 Jun 2018 14:22:26 -0400
parents ce5482dfe8bd
children ab0a7a622ff6
files bamtools-filter.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bamtools-filter.xml	Sat Sep 02 11:43:07 2017 -0400
+++ b/bamtools-filter.xml	Tue Jun 05 14:22:26 2018 -0400
@@ -27,7 +27,7 @@
         $(config[ 'filters' ].append( $filter ))
     #end for
     #if str( $rule_configuration.rules_selector ) == "true":
-        #set $config[ 'rule' ] = $rule_configuration.rules
+        #set $config[ 'rule' ] = str( $rule_configuration.rules )
     #end if
 #end if
 $json.dumps( $config, indent=4 )