annotate cuff_macros.xml @ 18:a85acc5199c7 draft default tip

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