comparison get_chrom_sizes/get_chrom_sizes.xml @ 1:f2306942d61a draft default tip

Uploaded
author triasteran
date Tue, 14 Feb 2023 12:29:12 +0000
parents b93d6b2e561b
children
comparison
equal deleted inserted replaced
0:b93d6b2e561b 1:f2306942d61a
1 <tool id="get_chrom_sizes" name="Get Chromosome Sizes" version="2.8.3a"> 1 <tool id="get_chrom_sizes" name="Get Chromosome Sizes" version="2.8.3b">
2 <description>Generates a TAB Delimited chrom.sizes File from an Inputted FASTA</description> 2 <description>Generates a TAB Delimited chrom.sizes File from an Inputted FASTA</description>
3 <requirement type="package" version="0.7.1">pyfaidx</requirement> 3 <requirement type="package" version="0.7.1">pyfaidx</requirement>
4 4
5 <command> 5 <command>
6 6
17 <option value="builtin">Use a built-in FASTA</option> 17 <option value="builtin">Use a built-in FASTA</option>
18 <option value="history">Use one from the history</option> 18 <option value="history">Use one from the history</option>
19 </param> 19 </param>
20 <when value="builtin"> 20 <when value="builtin">
21 <param name="input1_builtin" type="select" format="fasta" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team"> 21 <param name="input1_builtin" type="select" format="fasta" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team">
22 <options from_data_table="builtin_fastas_3"> 22 <options from_data_table="builtin_fastas_4">
23 <filter type="sort_by" column="2" /> 23 <filter type="sort_by" column="2" />
24 <validator type="no_options" message="No built-ins are available" /> 24 <validator type="no_options" message="No built-ins are available" />
25 </options> 25 </options>
26 </param> 26 </param>
27 </when> 27 </when>