annotate macros.xml @ 2:03f37e93a3ea draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
author iuc
date Fri, 11 Mar 2022 14:07:42 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
1 <macros>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
2 <xml name="requirements">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
3 <requirements>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
4 <requirement type="package" version="1.7.1">r-optparse</requirement>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
5 <requirement type="package" version="1.14.2">r-data.table</requirement>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
6 <requirement type="package" version="1.54.0">bioconductor-rtracklayer</requirement>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
7 </requirements>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
8 </xml>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
9 <xml name="fasta">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
10 <conditional name="fasta_file">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
11 <param name="fastaSource" type="select" label="Select a built-in FASTA or one from your history" help="Choose history if you don't see the correct FASTA. The FASTA must be the same genome version as the GTF.">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
12 <option value="indexed" selected="true">Use a built-in FASTA </option>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
13 <option value="history">Use a FASTA from history</option>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
14 </param>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
15 <when value="indexed">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
16 <param name="fasta_pre_installed" type="select" help="Select the FASTA file from a list of pre-installed genomes" label="Select a FASTA file">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
17 <options from_data_table="all_fasta">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
18 <filter type="sort_by" column="2" />
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
19 </options>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
20 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
21 </param>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
22 </when>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
23 <when value="history">
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
24 <param name="fasta_history" type="data" format="fasta" label="Select a FASTA file that matches the supplied GTF file" />
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
25 </when>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
26 </conditional>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
27 </xml>
03f37e93a3ea "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/length_and_gc_content commit 7b6b07d22f3e6fed77b2c237de2b0d96fa939711"
iuc
parents:
diff changeset
28 </macros>