comparison plotFingerprint.xml @ 12:ea9198c920f6 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit cbb142cf0582948030f99621d5dd65ab80caa296
author bgruening
date Thu, 11 Aug 2016 06:27:35 -0400
parents d0a10af43611
children 2768f00a7d25
comparison
equal deleted inserted replaced
11:eb393451c67c 12:ea9198c920f6
40 40
41 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": 41 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":
42 --plotTitle '$advancedOpt.plotTitle' 42 --plotTitle '$advancedOpt.plotTitle'
43 #end if 43 #end if
44 @ADVANCED_OPTS_READ_PROCESSING@ 44 @ADVANCED_OPTS_READ_PROCESSING@
45 @blacklist@
45 #end if 46 #end if
46 ]]> 47 ]]>
47 </command> 48 </command>
48 49
49 <inputs> 50 <inputs>
64 label="Number of samples" 65 label="Number of samples"
65 help="Number of samples taken from the genome to compute the scaling factors."/> 66 help="Number of samples taken from the genome to compute the scaling factors."/>
66 <expand macro="read_processing_options" /> 67 <expand macro="read_processing_options" />
67 <expand macro="skipZeros" /> 68 <expand macro="skipZeros" />
68 <expand macro="plotTitle" /> 69 <expand macro="plotTitle" />
70 <expand macro="blacklist" />
69 </when> 71 </when>
70 </conditional> 72 </conditional>
71 73
72 <conditional name="output"> 74 <conditional name="output">
73 <param name="showOutputSettings" type="select" label="Show advanced output settings"> 75 <param name="showOutputSettings" type="select" label="Show advanced output settings">