comparison bamtools-filter.xml @ 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
comparison
equal deleted inserted replaced
12:ce5482dfe8bd 13:9d8b309a7265
25 #set $filter[ $str( s[ 'bam_property' ][ 'bam_property_selector' ] ) ] = $str( s[ 'bam_property' ][ 'bam_property_value' ] ) 25 #set $filter[ $str( s[ 'bam_property' ][ 'bam_property_selector' ] ) ] = $str( s[ 'bam_property' ][ 'bam_property_value' ] )
26 #end for 26 #end for
27 $(config[ 'filters' ].append( $filter )) 27 $(config[ 'filters' ].append( $filter ))
28 #end for 28 #end for
29 #if str( $rule_configuration.rules_selector ) == "true": 29 #if str( $rule_configuration.rules_selector ) == "true":
30 #set $config[ 'rule' ] = $rule_configuration.rules 30 #set $config[ 'rule' ] = str( $rule_configuration.rules )
31 #end if 31 #end if
32 #end if 32 #end if
33 $json.dumps( $config, indent=4 ) 33 $json.dumps( $config, indent=4 )
34 ]]> 34 ]]>
35 </configfile> 35 </configfile>