annotate cuff_macros.xml @ 5:9a854107dbb2 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
author iuc
date Fri, 03 Jul 2020 11:44:40 -0400
parents 6cbfede05833
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a26af05ac218 Uploaded
devteam
parents:
diff changeset
1 <macros>
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
2 <token name="@VERSION@">2.2.1</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
3
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 <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
5 <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 <requirement type="package" version="2.2.1">cufflinks</requirement>
9a854107dbb2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffnorm commit 6b66cbbde16c35593fe95066ea2b91623bf35140"
iuc
parents: 4
diff changeset
7 <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
8 </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
9 </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
10
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
11 <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
12 <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
13 <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
14 <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
15 <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
16 </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
17 <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
18 </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
19 </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
20
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
21 <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
22 <!-- 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
23 <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
24 <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
25 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
26 <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
27 <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
28 <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
29 <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
30 </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
31 <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
32 <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
33 </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
34 <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
35 <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
36 </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
37 <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
38 <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
39 </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
40 <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
41 <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
42 </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
43 </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
44 </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
45 <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
46 #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
47 #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
48 #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
49 '$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 #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
51 #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
52 #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
53 '$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
54 #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
55 #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
56 #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
57 #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
58 '$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
59 #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
60 #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
61 ]]></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
62 <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
63 #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
64 #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
65 #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
66 #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
67 #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
68 #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
69 --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
70 ]]></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
71 <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
72 <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
73 </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
74 <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
75 ## 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
76 #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
77 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
78 #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
79 ]]></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
80 <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
81 ## 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
82 #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
83 '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
84 #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
85 ]]></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
86 <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
87
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
88 <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
89 <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 <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
91 <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
92 </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
93 </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
94
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
95 </macros>