Mercurial > repos > bgruening > deeptools_plot_profile
comparison plotProfiler.xml @ 35:90b31e54abbf draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
| author | bgruening |
|---|---|
| date | Thu, 05 Apr 2018 10:38:30 -0400 |
| parents | 8be53e83a2af |
| children | cce6d2f932bd |
comparison
equal
deleted
inserted
replaced
| 34:8be53e83a2af | 35:90b31e54abbf |
|---|---|
| 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 |
