Mercurial > repos > bgruening > deeptools_plot_pca
comparison deepTools_macros.xml @ 30:443d9a9d6d11 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:28:32 +0000 |
parents | 00d869ea03a1 |
children |
comparison
equal
deleted
inserted
replaced
29:00d869ea03a1 | 30:443d9a9d6d11 |
---|---|
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., "sample 1" "sample 2")"> | 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., 'sample 1'; 'sample 2')"> |
445 <sanitizer> | 445 <sanitizer> |
446 <valid initial="string.printable"> | 446 <valid initial="string.letters,string.digits,string.whitespace"> |
447 </valid> | 447 <add value="'" /> |
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"> |