Mercurial > repos > lldelisle > cooler_cload_tabix
view macros.xml @ 2:c639f60ae76a draft
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/blob/master/tools/cooler/.shed.yml commit 4eb8ee330c85b8b2c157c625247c7b3c8e597fcc
author | lldelisle |
---|---|
date | Wed, 06 Sep 2023 10:25:59 +0000 |
parents | 8745321ccc3e |
children | 0641e1c892c6 |
line wrap: on
line source
<macros> <token name="@VERSION@">0.9.2</token> <xml name="requirements"> <requirements> <requirement type="package" version="1.18">htslib</requirement> <requirement type="package" version="@VERSION@">cooler</requirement> </requirements> </xml> <xml name="stdio"> <stdio> <!-- Anything other than zero is an error --> <exit_code range="1:" /> <exit_code range=":-1" /> <!-- In case the return code has not been set propery check stderr too --> <regex match="Error:" /> <regex match="Exception:" /> </stdio> <version_command>cooler --version</version_command> </xml> <xml name="size_macro"> <conditional name="size_source"> <param name="size_source_selector" type="select" label="Choose the source for the chromosome sizes"> <option value="cached">Locally cached</option> <option value="history">History</option> </param> <when value="cached"> <param name="fasta_cached" type="select" label="Fasta availables"> <options from_data_table="fasta_indexes"> <validator type="no_options" message="No cached fasta is available"/> </options> </param> </when> <when value="history"> <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)."/> </when> </conditional> </xml> <xml name="citation_cooler"> <citations> <citation type="doi">10.1093/bioinformatics/btz540</citation> </citations> </xml> </macros>