# HG changeset patch # User iuc # Date 1567089735 14400 # Node ID bb2fb6a25c218b006a24f9e0badc8d13b42e0003 # Parent 65ea5e60e6b021679bed33a2ee021cc5484e972d "planemo upload for repository https://github.com/jsh58/Genrich commit 62a6ec655d7743ce084e45ba02b495e8bd2dc06c" diff -r 65ea5e60e6b0 -r bb2fb6a25c21 genrich.xml --- a/genrich.xml Sat Aug 17 16:23:09 2019 -0400 +++ b/genrich.xml Thu Aug 29 10:42:15 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 @@ + + + + + + + + + + + + + + +