comparison plotEnrichment.xml @ 11:36de8f366d51 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author bgruening
date Thu, 05 Apr 2018 10:53:04 -0400
parents 084c9358ce76
children 7515364dd2df
comparison
equal deleted inserted replaced
10:8a6d7e6cbb9f 11:36de8f366d51
17 --labels #echo " ".join($labels)# 17 --labels #echo " ".join($labels)#
18 18
19 @multiple_bed@ 19 @multiple_bed@
20 20
21 #if $outRawCounts: 21 #if $outRawCounts:
22 --outRawCounts "$outFileRawCounts" 22 --outRawCounts '$outFileRawCounts'
23 #end if 23 #end if
24 24
25 --plotFileFormat "$outFileFormat" 25 --plotFileFormat '$outFileFormat'
26 26
27 #if str($region).strip() != "": 27 #if str($region).strip() != "":
28 --region '$region' 28 --region '$region'
29 #end if 29 #end if
30 30