changeset 3:ce4174c80be5 draft

planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/mzsqlite_psm_align commit 3a37749e711a57ed1ca14b7d23a7ce14f630e6fe-dirty
author jjohnson
date Tue, 10 Apr 2018 10:48:42 -0400
parents 46113c737b68
children a96b2754171c
files mzsqlite_psm_align.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mzsqlite_psm_align.xml	Tue Apr 10 10:22:41 2018 -0400
+++ b/mzsqlite_psm_align.xml	Tue Apr 10 10:48:42 2018 -0400
@@ -19,13 +19,13 @@
             #if $readlignments:
                 --reads_bam '$readlignments'
             #end if
-            #if 'probed' in $output_formats:
+            #if 'probed' in str($output_formats).split(','):
                --probed '$probed'
             #end if
-            #if 'prosam' in $output_formats:
+            #if 'prosam' in str($output_formats).split(','):
                --prosam '$prosam'
             #end if
-            #if 'probam' in $output_formats:
+            #if 'probam' in str($output_formats).split(','):
                --probam '$probam'
             #end if
             #if $genomicref: