annotate cuff_macros.xml @ 6:28b94cfbfdb9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
author iuc
date Sat, 05 Oct 2024 11:16:24 +0000
parents 9a854107dbb2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a26af05ac218 Uploaded
devteam
parents:
diff changeset
1 <macros>
6
28b94cfbfdb9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents: 5
diff changeset
2 <token name="@TOOL_VERSION@">2.2.1</token>
28b94cfbfdb9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents: 5
diff changeset
3 <token name="@PROFILE@">23.1</token>
5
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
4
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
5 <xml name="requirements">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
6 <requirements>
6
28b94cfbfdb9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 80b06e80066b32ad53ed418628992f056444256f
iuc
parents: 5
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">cufflinks</requirement>
5
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
8 <yield />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
9 </requirements>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
10 </xml>
2
f8fdf50e0b3b planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
devteam
parents: 1
diff changeset
11
5
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
12 <xml name="conditions_repeat" token_format="">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
13 <repeat name="conditions" title="Condition" min="2">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
14 <param name="name" label="Condition name" type="text">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
15 <validator type="empty_field" message="You must provide a condition name" />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
16 <validator type="expression" message="Commas are not allowed in condition names">value and "," not in value</validator>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
17 </param>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
18 <param name="samples" label="Replicates" type="data" format="@FORMAT@" multiple="true"/>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
19 </repeat>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
20 </xml>
2
f8fdf50e0b3b planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
devteam
parents: 1
diff changeset
21
5
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
22 <xml name="condition_inputs">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
23 <!-- DEFAULT : use BAM/SAM files -->
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
24 <conditional name="in_type">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
25 <param name="set_in_type" type="select" label="Input data type"
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
26 help="CuffNorm supports either CXB (from cuffquant) or SAM/BAM input files. Mixing is not supported. Default: SAM/BAM">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
27 <option value="BAM">SAM/BAM</option>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
28 <option value="CXB">Cuffquant (CXB)</option>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
29 <option value="CONDITION_LIST">List of single replicate conditions</option>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
30 <option value="CONDITION_REPLICATE_LIST">List of multiple replicate conditions</option>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
31 </param>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
32 <when value="BAM">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
33 <expand macro="conditions_repeat" format="sam,bam" />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
34 </when>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
35 <when value="CXB">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
36 <expand macro="conditions_repeat" format="cxb" />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
37 </when>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
38 <when value="CONDITION_LIST">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
39 <param name="conditions" label="List of Conditions" type="data_collection" collection_type="list" />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
40 </when>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
41 <when value="CONDITION_REPLICATE_LIST">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
42 <param name="conditions" label="List of Conditions" type="data_collection" collection_type="list:list" />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
43 </when>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
44 </conditional>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
45 </xml>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
46 <token name="@CONDITION_SAMPLES@"><![CDATA[
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
47 #if $in_type.set_in_type in ['BAM', 'CXB']
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
48 #for $condition in $in_type.conditions:
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
49 #set samples = ','.join([str($sample) for $sample in $condition.samples])
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
50 '$samples'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
51 #end for
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
52 #elif $in_type.set_in_type == 'CONDITION_LIST'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
53 #for $sample in $in_type.conditions:
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
54 '$sample'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
55 #end for
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
56 #elif $in_type.set_in_type == 'CONDITION_REPLICATE_LIST'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
57 #for $condition_list in $in_type.conditions:
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
58 #set samples = ','.join([str($sample) for $sample in $condition_list])
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
59 '$samples'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
60 #end for
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
61 #end if
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
62 ]]></token>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
63 <token name="@CONDITION_LABELS@"><![CDATA[
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
64 #import re
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
65 #if $in_type.set_in_type in ['BAM', 'CXB']
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
66 #set labels = "','".join([str($condition.name) for $condition in $in_type.conditions])
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
67 #elif $in_type.set_in_type in ['CONDITION_LIST', 'CONDITION_REPLICATE_LIST']
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
68 #set labels = "','".join([str($condition).replace(',', '_') for $condition in $in_type.conditions.keys()])
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
69 #end if
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
70 --labels '$labels'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
71 ]]></token>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
72 <xml name="cufflinks_gtf_inputs">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
73 <param format="gtf" name="inputs" type="data" label="GTF file(s) produced by Cufflinks" help="" multiple="true" />
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
74 </xml>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
75 <token name="@CUFFLINKS_LINK_GTF_INPUTS@"><![CDATA[
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
76 ## Inputs.
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
77 #for $i, $input_file in enumerate($inputs):
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
78 ln -s '${input_file}' input_$i &&
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
79 #end for
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
80 ]]></token>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
81 <token name="@CUFFLINKS_GTF_INPUTS@"><![CDATA[
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
82 ## Inputs.
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
83 #for $i, $input_file in enumerate($inputs):
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
84 'input_$i'
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
85 #end for
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
86 ]]></token>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
87 <token name="@HAS_MULTIPLE_INPUTS@">getattr(inputs, "__len__", [].__len__)() >= 2</token>
4
6cbfede05833 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents: 3
diff changeset
88
5
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
89 <xml name="citations">
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
90 <citations>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
91 <citation type="doi">10.1038/nbt.1621</citation>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
92 <yield/>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
93 </citations>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
94 </xml>
4
6cbfede05833 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents: 3
diff changeset
95
1
7d4c2097aac5 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffnorm commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
96 </macros>