comparison deepTools_macros.xml @ 20:e6d0bff01239 draft default tip

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 4a4029b5c2e725b7cebc27217b76d23910508412
author bgruening
date Wed, 27 Sep 2023 20:30:41 +0000
parents 7ef978dc1b8a
children
comparison
equal deleted inserted replaced
19:7ef978dc1b8a 20:e6d0bff01239
1 <macros> 1 <macros>
2 2
3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> 3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
4 <token name="@TOOL_VERSION@">3.5.2</token> 4 <token name="@TOOL_VERSION@">3.5.4</token>
5 <token name="@GALAXY_VERSION@">20.01</token> 5 <token name="@GALAXY_VERSION@">22.05</token>
6 <xml name="requirements"> 6 <xml name="requirements">
7 <requirements> 7 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">deeptools</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">deeptools</requirement>
9 <requirement type="package" version="1.9">samtools</requirement> 9 <requirement type="package" version="1.9">samtools</requirement>
10 </requirements> 10 </requirements>
439 <option value="Yes">Yes, I want to specify new labels</option> 439 <option value="Yes">Yes, I want to specify new labels</option>
440 </param> 440 </param>
441 <when value="No"> 441 <when value="No">
442 </when> 442 </when>
443 <when value="Yes"> 443 <when value="Yes">
444 <param argument="--labels" type="text" label="Sample Labels" help="Labels, separated by a space. If your labels themselves contain spaces then please enclose them in quotes (e.g., &quot;sample 1&quot; &quot;sample 2&quot;)"> 444 <param argument="--labels" type="text" label="Sample Labels" help="Labels, separated by a space. If your labels themselves contain spaces then please enclose them in quotes (e.g., &apos;sample 1&apos;; &apos;sample 2&apos;)">
445 <sanitizer> 445 <sanitizer>
446 <valid initial="string.printable"> 446 <valid initial="string.letters,string.digits,string.whitespace">
447 </valid> 447 <add value="&apos;" />
448 </sanitizer> 448 <add value="_" />
449 </param> 449 </valid>
450 </sanitizer>
451 <validator type="regex">[A-Za-z0-9 =-_/+]+</validator>
452 </param>
450 </when> 453 </when>
451 </conditional> 454 </conditional>
452 </xml> 455 </xml>
453 456
454 <xml name="plotTitle"> 457 <xml name="plotTitle">