comparison plotFingerprint.xml @ 8:449dc21ee4e9 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
author bgruening
date Mon, 19 Sep 2016 17:38:54 -0400
parents b9660f621e82
children 314348664620
comparison
equal deleted inserted replaced
7:e94df7973bb0 8:449dc21ee4e9
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">