Mercurial > repos > galaxy-australia > hapcut2
comparison macros.xml @ 2:800f8086da7d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 908fb9148a3a116dbf7ccd16e0992e7882e748c2
author | iuc |
---|---|
date | Tue, 30 Apr 2024 08:38:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:271eb7f4b8bc | 2:800f8086da7d |
---|---|
1 <macro> | |
2 <xml name="reference_genome_input"> | |
3 <conditional name="reference_genome"> | |
4 <param name="source" type="select" label="Source for the reference genome" help="Built-in references were created using default options."> | |
5 <option value="indexed" selected="true">Use a built-in genome</option> | |
6 <option value="history">Use a genome from history</option> | |
7 </param> | |
8 <when value="indexed"> | |
9 <param name="index" type="select" label="Select a reference genome" help="If your genome of interest is not listed, contact the Galaxy team."> | |
10 <options from_data_table="fasta_indexes"> | |
11 <filter type="sort_by" column="2" /> | |
12 <validator type="no_options" message="No genomes are available for the selected input dataset" /> | |
13 </options> | |
14 </param> | |
15 </when> | |
16 <when value="history"> | |
17 <param name="fasta" type="data" format="fasta,fasta.gz" | |
18 label="Reference genome fasta file" | |
19 help="The reference genome is required for long-read optimization." | |
20 /> | |
21 </when> | |
22 </conditional> | |
23 </xml> | |
24 | |
25 <xml name="creator"> | |
26 <creator> | |
27 <organization name="Galaxy Australia" url="https://site.usegalaxy.org.au"/> | |
28 </creator> | |
29 </xml> | |
30 </macro> |