Mercurial > repos > bgruening > deeptools_plot_profile
comparison plotProfiler.xml @ 34:8be53e83a2af draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 72ae8f62333aa38d1c63034ddb37184a0f72c64e-dirty
| author | bgruening |
|---|---|
| date | Fri, 02 Mar 2018 14:49:24 -0500 |
| parents | 3ae26ce6716d |
| children | 90b31e54abbf |
comparison
equal
deleted
inserted
replaced
| 33:3ae26ce6716d | 34:8be53e83a2af |
|---|---|
| 57 | 57 |
| 58 --labelRotation '$advancedOpt.labelRotation' | 58 --labelRotation '$advancedOpt.labelRotation' |
| 59 | 59 |
| 60 $advancedOpt.perGroup | 60 $advancedOpt.perGroup |
| 61 | 61 |
| 62 #if $advancedOpt.yMin: | 62 #if str($advancedOpt.yMin): |
| 63 --yMin $advancedOpt.yMin | 63 --yMin $advancedOpt.yMin |
| 64 #end if | 64 #end if |
| 65 #if $advancedOpt.yMax: | 65 #if str($advancedOpt.yMax): |
| 66 --yMax $advancedOpt.yMax | 66 --yMax $advancedOpt.yMax |
| 67 #end if | 67 #end if |
| 68 | 68 |
| 69 #if $advancedOpt.outFileNameData: | 69 #if $advancedOpt.outFileNameData: |
| 70 --outFileNameData "$output_outFileNameData" | 70 --outFileNameData "$output_outFileNameData" |
