Mercurial > repos > bgruening > deeptools_plot_profile
diff deepTools_macros.xml @ 23:1d290f98916a draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3cefc7d64faa53ef9a4e5984c7b275fc47cbdaaf
author | bgruening |
---|---|
date | Wed, 20 Feb 2019 07:54:28 -0500 |
parents | d948f3c4e3f7 |
children | 14aa0c2d5ba5 |
line wrap: on
line diff
--- a/deepTools_macros.xml Tue Feb 19 09:54:00 2019 -0500 +++ b/deepTools_macros.xml Wed Feb 20 07:54:28 2019 -0500 @@ -512,7 +512,7 @@ <token name="@multiple_input_bigwigs@"> <![CDATA[ - #if $custom_labels_conditional.custom_labels_select == "Yes": + #if $custom_sample_labels_conditional.custom_labels_select == "Yes": #set custom_labels=labels #end if #set files=[] @@ -533,7 +533,7 @@ #silent $labels.append("'%s'" % $identifier) #end for #end if - #if $custom_labels_conditional.custom_labels_select == "Yes": + #if $custom_sample_labels_conditional.custom_labels_select == "Yes": #set labels=custom_labels #end if ]]>