Mercurial > repos > devteam > cuffnorm
comparison cuffnorm_wrapper.xml @ 1:14a78720e7de draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:38:19 -0400 |
parents | faa22754dac5 |
children | 885314f0d369 |
comparison
equal
deleted
inserted
replaced
0:faa22754dac5 | 1:14a78720e7de |
---|---|
1 <tool id="cuffnorm" name="Cuffnorm" version="@VERSION@.0"> | 1 <tool id="cuffnorm" name="Cuffnorm" version="@VERSION@.1"> |
2 <description>Create normalized expression levels</description> | 2 <description>Create normalized expression levels</description> |
3 <expand macro="requirements" /> | 3 <expand macro="requirements" /> |
4 <expand macro="stdio" /> | 4 <expand macro="stdio" /> |
5 <macros> | 5 <macros> |
6 <import>cuff_macros.xml</import> | 6 <import>cuff_macros.xml</import> |
90 </data> | 90 </data> |
91 <data format="tabular" name="tss_groups_read_group" label="${tool.name} on ${on_string}: TSS groups read group tracking" from_work_dir="tss_groups.read_group_tracking" > | 91 <data format="tabular" name="tss_groups_read_group" label="${tool.name} on ${on_string}: TSS groups read group tracking" from_work_dir="tss_groups.read_group_tracking" > |
92 <filter>(include_read_group_files == 'Yes')</filter> | 92 <filter>(include_read_group_files == 'Yes')</filter> |
93 <filter>(output_format == 'cuffdiff')</filter> | 93 <filter>(output_format == 'cuffdiff')</filter> |
94 </data> | 94 </data> |
95 <data format="text" name="read_groups_info" label="${tool.name} on ${on_string}: Read Groups" from_work_dir="read_groups.info" > | 95 <data format="txt" name="read_groups_info" label="${tool.name} on ${on_string}: Read Groups" from_work_dir="read_groups.info" > |
96 <filter>(include_read_group_files == 'Yes')</filter> | 96 <filter>(include_read_group_files == 'Yes')</filter> |
97 <filter>(output_format == 'cuffdiff')</filter> | 97 <filter>(output_format == 'cuffdiff')</filter> |
98 </data> | 98 </data> |
99 <!-- simple-table format--> | 99 <!-- simple-table format--> |
100 <data format="tabular" name="isoforms_attr" label="${tool.name} on ${on_string}: isoforms read group tracking" from_work_dir="isoforms.attr_table" > | 100 <data format="tabular" name="isoforms_attr" label="${tool.name} on ${on_string}: isoforms read group tracking" from_work_dir="isoforms.attr_table" > |
177 <help> | 177 <help> |
178 **Cuffnorm Overview** | 178 **Cuffnorm Overview** |
179 | 179 |
180 Cuffnorm is part of Cufflinks_. Running Cuffnorm is very similar to running Cuffdiff. Cuffnorm takes a GTF2/GFF3 file of transcripts as input, along with two or more SAM, BAM, or CXB files for two or more samples. It produces a number of output files that contain expression levels and normalized fragment counts at the level of transcripts, primary transcripts, and genes. It also tracks changes in the relative abundance of transcripts sharing a common transcription start site, and in the relative abundances of the primary transcripts of each gene. Tracking the former allows one to see changes in splicing, and the latter lets one see changes in relative promoter use within a gene.. Please cite: Trapnell C, Williams BA, Pertea G, Mortazavi AM, Kwan G, van Baren MJ, Salzberg SL, Wold B, Pachter L. Transcript assembly and abundance estimation from RNA-Seq reveals thousands of new transcripts and switching among isoforms. Nature Biotechnology doi:10.1038/nbt.1621 | 180 Cuffnorm is part of Cufflinks_. Running Cuffnorm is very similar to running Cuffdiff. Cuffnorm takes a GTF2/GFF3 file of transcripts as input, along with two or more SAM, BAM, or CXB files for two or more samples. It produces a number of output files that contain expression levels and normalized fragment counts at the level of transcripts, primary transcripts, and genes. It also tracks changes in the relative abundance of transcripts sharing a common transcription start site, and in the relative abundances of the primary transcripts of each gene. Tracking the former allows one to see changes in splicing, and the latter lets one see changes in relative promoter use within a gene.. Please cite: Trapnell C, Williams BA, Pertea G, Mortazavi AM, Kwan G, van Baren MJ, Salzberg SL, Wold B, Pachter L. Transcript assembly and abundance estimation from RNA-Seq reveals thousands of new transcripts and switching among isoforms. Nature Biotechnology doi:10.1038/nbt.1621 |
181 | 181 |
182 .. _Cufflinks: http://cufflinks.cbcb.umd.edu/ | 182 .. _Cufflinks: http://cole-trapnell-lab.github.io/cufflinks/ |
183 | 183 |
184 ------ | 184 ------ |
185 | 185 |
186 **Know what you are doing** | 186 **Know what you are doing** |
187 | 187 |
188 .. class:: warningmark | 188 .. class:: warningmark |
189 | 189 |
190 There is no such thing (yet) as an automated gearshift in expression analysis. It is all like stick-shift driving in San Francisco. In other words, running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. | 190 There is no such thing (yet) as an automated gearshift in expression analysis. It is all like stick-shift driving in San Francisco. In other words, running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. |
191 | 191 |
192 .. __: http://cufflinks.cbcb.umd.edu/manual.html#cuffdiff | 192 .. __: http://cole-trapnell-lab.github.io/cufflinks/cuffnorm/ |
193 | 193 |
194 ------ | 194 ------ |
195 | 195 |
196 **Input format** | 196 **Input format** |
197 | 197 |