comparison macros.xml @ 0:4069512d96bd draft default tip

planemo upload for repository https://github.com/lldelisle/tools-lldelisle/blob/master/tools/cooler/.shed.yml commit bee0809b51b16e750353b19fad34bfcf5e93ab13
author lldelisle
date Tue, 02 Apr 2024 07:30:31 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4069512d96bd
1 <macros>
2 <token name="@VERSION@">0.9.3</token>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="1.18">htslib</requirement>
6 <requirement type="package" version="@VERSION@">cooler</requirement>
7 </requirements>
8 </xml>
9 <xml name="stdio">
10 <stdio>
11 <!-- Anything other than zero is an error -->
12 <exit_code range="1:" />
13 <exit_code range=":-1" />
14 <!-- In case the return code has not been set propery check stderr too -->
15 <regex match="Error:" />
16 <regex match="Exception:" />
17 </stdio>
18 <version_command>cooler --version</version_command>
19 </xml>
20 <xml name="size_macro">
21 <conditional name="size_source">
22 <param name="size_source_selector" type="select" label="Choose the source for the chromosome sizes">
23 <option value="cached">Locally cached</option>
24 <option value="history">History</option>
25 </param>
26 <when value="cached">
27 <param name="fasta_cached" type="select" label="Fasta availables">
28 <options from_data_table="fasta_indexes">
29 <validator type="no_options" message="No cached fasta is available"/>
30 </options>
31 </param>
32 </when>
33 <when value="history">
34 <param name="chromosomeSize" multiple="false" type="data" format="tabular" label="Select a file with the size of chromosome (One column with the chromosome names in the desired order, one column with the sizes)."/>
35 </when>
36 </conditional>
37 </xml>
38 <xml name="citation_cooler">
39 <citations>
40 <citation type="doi">10.1093/bioinformatics/btz540</citation>
41 </citations>
42 </xml>
43 </macros>