annotate macros.xml @ 2:e3ba567abdf5 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:08:11 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
e3ba567abdf5 "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>
e3ba567abdf5 "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">
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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">
e3ba567abdf5 "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">
e3ba567abdf5 "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.">
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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">
e3ba567abdf5 "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">
e3ba567abdf5 "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">
e3ba567abdf5 "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" />
e3ba567abdf5 "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>
e3ba567abdf5 "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"/>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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">
e3ba567abdf5 "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" />
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>
e3ba567abdf5 "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>