# HG changeset patch # User iuc # Date 1567089758 14400 # Node ID 8353f3cc03dbdf5d162d2d01c9a99f520e3b92e4 # Parent db50f51a29529fc5c38e2bac9a4d82f0b1020c49 "planemo upload for repository https://github.com/jsh58/Genrich commit 62a6ec655d7743ce084e45ba02b495e8bd2dc06c" diff -r db50f51a2952 -r 8353f3cc03db genrich.xml --- a/genrich.xml Sat Aug 17 16:24:04 2019 -0400 +++ b/genrich.xml Thu Aug 29 10:42:38 2019 -0400 @@ -1,4 +1,4 @@ - + Detecting sites of genomic enrichment genrich @@ -19,7 +19,7 @@ ## Treatment File(s) #if str($treatment.t_multi_select) == "Yes": - -t ${ ' '.join( [ "'%s'" % $x for $x in $treatment.input_treatment_file] ) } + -t ${ ','.join( [ "'%s'" % $x for $x in $treatment.input_treatment_file] ) } #else -t '$treatment.input_treatment_file' #end if @@ -27,7 +27,7 @@ ## Control File(s) #if str($control.c_select) == "Yes": #if str($control.c_multiple.c_multi_select) == "Yes": - -c ${ ' '.join( [ "'%s'" % $x for $x in $control.c_multiple.input_control_file] ) } + -c ${ ','.join( [ "'%s'" % $x for $x in $control.c_multiple.input_control_file] ) } #else -c '$control.c_multiple.input_control_file' #end if @@ -251,6 +251,21 @@ + + + + + + + + + + + + + + +