Mercurial > repos > bgruening > deeptools
diff profiler.xml @ 34:934b9fccabd4 draft
Uploaded
| author | bgruening |
|---|---|
| date | Wed, 29 Jan 2014 19:20:42 -0500 |
| parents | fc3830717e24 |
| children | ea2f64efe70d |
line wrap: on
line diff
--- a/profiler.xml Tue Jan 28 16:30:41 2014 -0500 +++ b/profiler.xml Wed Jan 29 19:20:42 2014 -0500 @@ -5,6 +5,7 @@ <expand macro="requirements" /> <expand macro="stdio" /> <macros> + <token name="@BINARY@">profiler</token> <import>deepTools_macros.xml</import> </macros> <command> @@ -42,11 +43,11 @@ --regionsLabel '$advancedOpt.regionsLabel' - #if str($advancedOpt.plotTitle.value) != "None": + #if str($advancedOpt.plotTitle).strip() != "": --plotTitle '$advancedOpt.plotTitle' #end if - #if str($advancedOpt.colors.value) != "None": + #if str($advancedOpt.colors).strip() != "": --colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )# #end if
