comparison plot_coverage.xml @ 81:a446ab055307 draft default tip

"planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1abb25638cbf5e86c70b59de6453c7c045c2364f"
author mvdbeek
date Sun, 26 Apr 2020 07:59:19 -0400
parents c9361b7a025d
children
comparison
equal deleted inserted replaced
80:c9361b7a025d 81:a446ab055307
19 </repeat> 19 </repeat>
20 <param name="regions" type="text" label="Select regions to plot" optional="true" help="e.g X:1200000-1250000,X1250000-1300000. If left blank will plot all contigs/chromosomes."> 20 <param name="regions" type="text" label="Select regions to plot" optional="true" help="e.g X:1200000-1250000,X1250000-1300000. If left blank will plot all contigs/chromosomes.">
21 <sanitizer> 21 <sanitizer>
22 <valid initial="string.letters,string.digits"> 22 <valid initial="string.letters,string.digits">
23 <add value="-" /> 23 <add value="-" />
24 <add value="_" />
24 <add value="," /> 25 <add value="," />
25 <add value=":" /> 26 <add value=":" />
26 <add value="." /> 27 <add value="." />
27 </valid> 28 </valid>
28 </sanitizer> 29 </sanitizer>