Mercurial > repos > bgruening > deeptools_plot_profile
comparison plotProfiler.xml @ 19:eeab38af9a92 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author | bgruening |
---|---|
date | Thu, 05 Apr 2018 10:50:19 -0400 |
parents | 18ab9a21ed30 |
children | 0cd2331b6e4f |
comparison
equal
deleted
inserted
replaced
18:18ab9a21ed30 | 19:eeab38af9a92 |
---|---|
15 | 15 |
16 #if $output.showOutputSettings == "yes" | 16 #if $output.showOutputSettings == "yes" |
17 --plotFileFormat $output.outFileFormat | 17 --plotFileFormat $output.outFileFormat |
18 | 18 |
19 #if $output.dpi: | 19 #if $output.dpi: |
20 --dpi "$output.dpi" | 20 --dpi '$output.dpi' |
21 #end if | 21 #end if |
22 | 22 |
23 #if $output.saveSortedRegions: | 23 #if $output.saveSortedRegions: |
24 --outFileSortedRegions '$outFileSortedRegions' | 24 --outFileSortedRegions '$outFileSortedRegions' |
25 #end if | 25 #end if |
65 #if str($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' |
71 #end if | 71 #end if |
72 | 72 |
73 @KMEANS_CLUSTERING@ | 73 @KMEANS_CLUSTERING@ |
74 | 74 |
75 #end if | 75 #end if |