Skip to content

Commit

Permalink
Merge pull request #1922 from natefoo/bamtools-filter-rules-fix
Browse files Browse the repository at this point in the history
Explicitly cast BamTools Filter's rules param to a string
  • Loading branch information
nsoranzo committed Jun 5, 2018
2 parents 5f8052a + e2fdb19 commit 36169ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 36169ce

Please sign in to comment.