annotate cummerbund_to_tabular.xml @ 1:36f917aa4b60 draft

Uploaded corrected script
author devteam
date Mon, 16 Mar 2015 15:43:38 -0400
parents 648c27c78eed
children 0761bbc0a4e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
1 <?xml version="1.0"?>
1
36f917aa4b60 Uploaded corrected script
devteam
parents: 0
diff changeset
2 <tool id="cummerbund_to_cuffdiff" name="Extract CuffDiff" version="1.0.1">
0
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
3 <description>tabular files from a cummeRbund database</description>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
4 <command interpreter="python"><![CDATA[
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
5 cummerbund_to_tabular.py --file ${input_database}
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
6 ${cds_count} ${cds_diff} ${cds_exp_diff} ${cds_fpkm} ${cds_rg}
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
7 ${gene_exp_diff} ${genes_count} ${genes_fpkm} ${gene_rg} ${isoform_exp_diff}
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
8 ${isoform_count} ${isoform_fpkm} ${isoform_rg} ${promoters_diff} ${read_groups}
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
9 ${run_info} ${splicing_diff} ${tss_group_exp} ${tss_count_tracking} ${tss_fpkm}
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
10 ${tss_rg} ${var_model}
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
11 ]]></command>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
12 <inputs>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
13 <param name="input_database" type="data" format="sqlite" label="Select backend database (sqlite)" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
14 <param type="boolean" name="cds_count" truevalue="--tables cds_count" falsevalue="" label="CDS count tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
15 <param type="boolean" name="cds_diff" truevalue="--tables cds_diff" falsevalue="" label="CDS overloading diffential expression testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
16 <param type="boolean" name="cds_exp_diff" truevalue="--tables cds_exp_diff" falsevalue="" label="CDS FPKM differential expression testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
17 <param type="boolean" name="cds_fpkm" truevalue="--tables cds_fpkm" falsevalue="" label="CDS FPKM tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
18 <param type="boolean" name="cds_rg" truevalue="--tables cds_rg" falsevalue="" label="CDS read groups" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
19 <param type="boolean" name="gene_exp_diff" truevalue="--tables gene_exp_diff" falsevalue="" label="gene differential expression testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
20 <param type="boolean" name="genes_count" truevalue="--tables genes_count" falsevalue="" label="gene count tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
21 <param type="boolean" name="genes_fpkm" truevalue="--tables genes_fpkm" falsevalue="" label="gene FPKM tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
22 <param type="boolean" name="gene_rg" truevalue="--tables gene_rg" falsevalue="" label="gene read groups" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
23 <param type="boolean" name="isoform_exp_diff" truevalue="--tables isoform_exp_diff" falsevalue="" label="transcript differential expression testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
24 <param type="boolean" name="isoform_count" truevalue="--tables isoform_count" falsevalue="" label="transcript count tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
25 <param type="boolean" name="isoform_fpkm" truevalue="--tables isoform_fpkm" falsevalue="" label="transcript FPKM tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
26 <param type="boolean" name="isoform_rg" truevalue="--tables isoform_rg" falsevalue="" label="transcript read groups" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
27 <param type="boolean" name="promoters_diff" truevalue="--tables promoters_diff" falsevalue="" label="promoter differential testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
28 <param type="boolean" name="read_groups" truevalue="--tables read_groups" falsevalue="" label="Read Groups" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
29 <param type="boolean" name="run_info" truevalue="--tables run_info" falsevalue="" label="Run details" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
30 <param type="boolean" name="splicing_diff" truevalue="--tables splicing_diff" falsevalue="" label="splicing differential expression testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
31 <param type="boolean" name="tss_group_exp" truevalue="--tables tss_group_exp" falsevalue="" label="TSS groups differential expression testing" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
32 <param type="boolean" name="tss_count_tracking" truevalue="--tables tss_count_tracking" falsevalue="" label="TSS count FPKM tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
33 <param type="boolean" name="tss_fpkm" truevalue="--tables tss_fpkm" falsevalue="" label="TSS groups FPKM tracking" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
34 <param type="boolean" name="tss_rg" truevalue="--tables tss_rg" falsevalue="" label="TSS read groups" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
35 <param type="boolean" name="var_model" truevalue="--tables var_model" falsevalue="" label="var_model.info" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
36 </inputs>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
37 <outputs>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
38 <data format="tabular" name="cds_count_output" from_work_dir="cds_count.tabular" label="${tool.name} on ${on_string}: CDS count tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
39 <filter>(cds_count is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
40 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
41 <data format="tabular" name="cds_diff_output" from_work_dir="cds_diff.tabular" label="${tool.name} on ${on_string}: CDS overloading diffential expression testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
42 <filter>(cds_diff is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
43 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
44 <data format="tabular" name="cds_exp_diff_output" from_work_dir="cds_exp_diff.tabular" label="${tool.name} on ${on_string}: CDS FPKM differential expression testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
45 <filter>(cds_exp_diff is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
46 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
47 <data format="tabular" name="cds_fpkm_output" from_work_dir="cds_fpkm.tabular" label="${tool.name} on ${on_string}: CDS FPKM tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
48 <filter>(cds_fpkm is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
49 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
50 <data format="tabular" name="cds_rg_output" from_work_dir="cds_rg.tabular" label="${tool.name} on ${on_string}: CDS read groups">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
51 <filter>(cds_rg is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
52 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
53 <data format="tabular" name="gene_exp_diff_output" from_work_dir="gene_exp_diff.tabular" label="${tool.name} on ${on_string}: gene differential expression testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
54 <filter>(gene_exp_diff is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
55 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
56 <data format="tabular" name="genes_count_output" from_work_dir="genes_count.tabular" label="${tool.name} on ${on_string}: gene count tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
57 <filter>(genes_count is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
58 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
59 <data format="tabular" name="genes_fpkm_output" from_work_dir="genes_fpkm.tabular" label="${tool.name} on ${on_string}: gene FPKM tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
60 <filter>(genes_fpkm is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
61 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
62 <data format="tabular" name="gene_rg_output" from_work_dir="gene_rg.tabular" label="${tool.name} on ${on_string}: gene read groups">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
63 <filter>(gene_rg is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
64 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
65 <data format="tabular" name="isoform_exp_diff_output" from_work_dir="isoform_exp_diff.tabular" label="${tool.name} on ${on_string}: transcript differential expression testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
66 <filter>(isoform_exp_diff is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
67 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
68 <data format="tabular" name="isoform_count_output" from_work_dir="isoform_count.tabular" label="${tool.name} on ${on_string}: transcript count tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
69 <filter>(isoform_count is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
70 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
71 <data format="tabular" name="isoform_fpkm_output" from_work_dir="isoform_fpkm.tabular" label="${tool.name} on ${on_string}: transcript FPKM tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
72 <filter>(isoform_fpkm is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
73 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
74 <data format="tabular" name="isoform_rg_output" from_work_dir="isoform_rg.tabular" label="${tool.name} on ${on_string}: transcript read groups">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
75 <filter>(isoform_rg is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
76 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
77 <data format="tabular" name="promoters_diff_output" from_work_dir="promoters_diff.tabular" label="${tool.name} on ${on_string}: promoter differential testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
78 <filter>(promoters_diff is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
79 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
80 <data format="tabular" name="read_groups_output" from_work_dir="read_groups.tabular" label="${tool.name} on ${on_string}: Read Groups">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
81 <filter>(read_groups is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
82 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
83 <data format="tabular" name="run_info_output" from_work_dir="run_info.tabular" label="${tool.name} on ${on_string}: Run details">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
84 <filter>(run_info is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
85 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
86 <data format="tabular" name="splicing_diff_output" from_work_dir="splicing_diff.tabular" label="${tool.name} on ${on_string}: splicing differential expression testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
87 <filter>(splicing_diff is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
88 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
89 <data format="tabular" name="tss_group_exp_output" from_work_dir="tss_group_exp.tabular" label="${tool.name} on ${on_string}: TSS groups differential expression testing">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
90 <filter>(tss_group_exp is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
91 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
92 <data format="tabular" name="tss_count_tracking_output" from_work_dir="tss_count_tracking.tabular" label="${tool.name} on ${on_string}: TSS count FPKM tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
93 <filter>(tss_count_tracking is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
94 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
95 <data format="tabular" name="tss_fpkm_output" from_work_dir="tss_fpkm.tabular" label="${tool.name} on ${on_string}: TSS groups FPKM tracking">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
96 <filter>(tss_fpkm is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
97 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
98 <data format="tabular" name="tss_rg_output" from_work_dir="tss_rg.tabular" label="${tool.name} on ${on_string}: TSS read groups">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
99 <filter>(tss_rg is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
100 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
101 <data format="tabular" name="var_model_output" from_work_dir="var_model.tabular" label="${tool.name} on ${on_string}: var_model.info">
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
102 <filter>(var_model is True)</filter>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
103 </data>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
104 </outputs>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
105 <citations>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
106 <citation type="doi">doi:10.1038/nprot.2012.016</citation>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
107 </citations>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
108 <help>This tool extracts cuffdiff tabular files from a cummeRbund SQLite database.</help>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
109 <tests>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
110 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
111 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
112 <param name="cds_count" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
113 <param name="cds_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
114 <param name="cds_exp_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
115 <param name="cds_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
116 <param name="cds_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
117 <param name="gene_exp_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
118 <param name="genes_count" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
119 <param name="genes_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
120 <param name="gene_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
121 <param name="isoform_exp_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
122 <param name="isoform_count" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
123 <param name="isoform_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
124 <param name="isoform_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
125 <param name="promoters_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
126 <param name="read_groups" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
127 <param name="run_info" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
128 <param name="splicing_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
129 <param name="tss_group_exp" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
130 <param name="tss_count_tracking" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
131 <param name="tss_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
132 <param name="tss_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
133 <param name="var_model" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
134 <output name="cds_count_output" ftype="tabular" file="cds_count.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
135 <output name="cds_diff_output" ftype="tabular" file="cds_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
136 <output name="cds_exp_diff_output" ftype="tabular" file="cds_exp_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
137 <output name="cds_fpkm_output" ftype="tabular" file="cds_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
138 <output name="cds_rg_output" ftype="tabular" file="cds_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
139 <output name="gene_exp_diff_output" ftype="tabular" file="gene_exp_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
140 <output name="genes_count_output" ftype="tabular" file="genes_count.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
141 <output name="genes_fpkm_output" ftype="tabular" file="genes_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
142 <output name="gene_rg_output" ftype="tabular" file="gene_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
143 <output name="isoform_exp_diff_output" ftype="tabular" file="isoform_exp_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
144 <output name="isoform_count_output" ftype="tabular" file="isoform_count.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
145 <output name="isoform_fpkm_output" ftype="tabular" file="isoform_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
146 <output name="isoform_rg_output" ftype="tabular" file="isoform_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
147 <output name="promoters_diff_output" ftype="tabular" file="promoters_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
148 <output name="read_groups_output" ftype="tabular" file="read_groups.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
149 <output name="run_info_output" ftype="tabular" file="run_info.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
150 <output name="splicing_diff_output" ftype="tabular" file="splicing_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
151 <output name="tss_group_exp_output" ftype="tabular" file="tss_group_exp.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
152 <output name="tss_count_tracking_output" ftype="tabular" file="tss_count_tracking.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
153 <output name="tss_fpkm_output" ftype="tabular" file="tss_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
154 <output name="tss_rg_output" ftype="tabular" file="tss_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
155 <output name="var_model_output" ftype="tabular" file="var_model.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
156 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
157 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
158 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
159 <param name="cds_count" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
160 <output name="cds_count_output" ftype="tabular" file="cds_count.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
161 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
162 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
163 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
164 <param name="cds_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
165 <output name="cds_diff_output" ftype="tabular" file="cds_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
166 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
167 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
168 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
169 <param name="cds_exp_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
170 <output name="cds_exp_diff_output" ftype="tabular" file="cds_exp_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
171 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
172 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
173 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
174 <param name="cds_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
175 <output name="cds_fpkm_output" ftype="tabular" file="cds_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
176 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
177 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
178 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
179 <param name="cds_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
180 <output name="cds_rg_output" ftype="tabular" file="cds_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
181 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
182 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
183 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
184 <param name="gene_exp_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
185 <output name="gene_exp_diff_output" ftype="tabular" file="gene_exp_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
186 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
187 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
188 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
189 <param name="genes_count" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
190 <output name="genes_count_output" ftype="tabular" file="genes_count.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
191 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
192 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
193 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
194 <param name="genes_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
195 <output name="genes_fpkm_output" ftype="tabular" file="genes_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
196 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
197 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
198 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
199 <param name="gene_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
200 <output name="gene_rg_output" ftype="tabular" file="gene_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
201 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
202 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
203 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
204 <param name="isoform_exp_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
205 <output name="isoform_exp_diff_output" ftype="tabular" file="isoform_exp_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
206 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
207 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
208 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
209 <param name="isoform_count" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
210 <output name="isoform_count_output" ftype="tabular" file="isoform_count.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
211 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
212 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
213 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
214 <param name="isoform_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
215 <output name="isoform_fpkm_output" ftype="tabular" file="isoform_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
216 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
217 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
218 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
219 <param name="isoform_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
220 <output name="isoform_rg_output" ftype="tabular" file="isoform_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
221 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
222 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
223 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
224 <param name="promoters_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
225 <output name="promoters_diff_output" ftype="tabular" file="promoters_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
226 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
227 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
228 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
229 <param name="read_groups" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
230 <output name="read_groups_output" ftype="tabular" file="read_groups.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
231 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
232 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
233 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
234 <param name="run_info" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
235 <output name="run_info_output" ftype="tabular" file="run_info.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
236 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
237 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
238 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
239 <param name="splicing_diff" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
240 <output name="splicing_diff_output" ftype="tabular" file="splicing_diff.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
241 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
242 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
243 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
244 <param name="tss_group_exp" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
245 <output name="tss_group_exp_output" ftype="tabular" file="tss_group_exp.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
246 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
247 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
248 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
249 <param name="tss_count_tracking" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
250 <output name="tss_count_tracking_output" ftype="tabular" file="tss_count_tracking.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
251 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
252 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
253 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
254 <param name="tss_fpkm" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
255 <output name="tss_fpkm_output" ftype="tabular" file="tss_fpkm.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
256 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
257 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
258 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
259 <param name="tss_rg" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
260 <output name="tss_rg_output" ftype="tabular" file="tss_rg.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
261 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
262 <test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
263 <param name="input_database" value="cuffdiff_out.sqlite" ftype="sqlite" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
264 <param name="var_model" value="True" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
265 <output name="var_model_output" ftype="tabular" file="var_model.tabular" />
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
266 </test>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
267 </tests>
648c27c78eed Initial commit with version 1.0.0 of the tool.
devteam
parents:
diff changeset
268 </tool>