annotate macros.xml @ 0:875ba3871f3c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
author iuc
date Fri, 09 Dec 2022 17:39:54 +0000
parents
children 5cc3b0e3178e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
1 <macros>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
2 <token name="@VERSION@">0.7</token>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
3 <token name="@PROFILE@">21.05</token>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
4 <xml name="requirements">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
5 <requirements>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
6 <requirement type="package" version="@VERSION@">cherri</requirement>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
7 </requirements>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
8 </xml>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
9 <macro name="reference_source_conditional">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
10 <conditional name="ref_source">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
11 <param name="ref_source_selector" type="select" label="Reference genome in FASTA format">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
12 <option value="cached">locally cached</option>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
13 <option value="history">in your history</option>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
14 </param>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
15 <when value="cached">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
16 <param name="genome_fasta" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
17 <options from_data_table="all_fasta">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
18 <filter type="sort_by" column="2" />
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
19 <validator type="no_options" message="No indices are available." />
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
20 </options>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
21 </param>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
22 </when>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
23 <when value="history">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
24 <param name="genome_fasta" type="data" format="fasta" label="Select a reference dataset in FASTA format" />
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
25 </when>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
26 </conditional>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
27 <param name="chrom_len_file" type="data" format="tabular" label="Two column tabular file containing chromosome lengths" help="Format: 'chrom name' \t 'chrom length'" />
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
28 </macro>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
29 <token name="@COMMONPARAMS@" ><![CDATA[
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
30 #if $intarna_param_file:
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
31 -p '$intarna_param_file'
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
32 #end if
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
33 -c '$context'
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
34 -st $use_structure
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
35 -t '$run_time'
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
36 -me "\${GALAXY_MEMORY_MB_PER_SLOT:-8000}"
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
37 -j "\${GALAXY_SLOTS:-1}"
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
38 ]]></token>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
39 <xml name="edam_ontology">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
40 <edam_topics>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
41 <edam_topic>topic_0080</edam_topic>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
42 <edam_topic>topic_0081</edam_topic>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
43 <edam_topic>topic_0160</edam_topic>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
44 </edam_topics>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
45 <edam_operations>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
46 <edam_operation>operation_2995</edam_operation>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
47 </edam_operations>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
48 </xml>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
49 <xml name="bio_tools">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
50 <xrefs>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
51 <xref type="bio.tools">cherri</xref>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
52 </xrefs>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
53 </xml>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
54 <xml name="requirements">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
55 <requirements>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
56 <requirement type="package" version="@VERSION@">cherri</requirement>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
57 <yield/>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
58 </requirements>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
59 </xml>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
60 <xml name="citations">
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
61 <citations>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
62 <yield />
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
63 </citations>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
64 </xml>
875ba3871f3c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cherri commit f9348123725f421ddbdbd8d372d038da4880dbac
iuc
parents:
diff changeset
65 </macros>