Mercurial > repos > jjohnson > cummerbund
comparison cuffdiff_mds_plot.xml @ 3:728b0aa0df6e
Add cuffdiff_mds_plot for MultiDimensionalScaling plot for read_group_tracking
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Mon, 08 Oct 2012 16:10:13 -0500 |
| parents | |
| children | 77ca14d2bb3d |
comparison
equal
deleted
inserted
replaced
| 2:de024d31e777 | 3:728b0aa0df6e |
|---|---|
| 1 <tool id="cuffdiff_mds_plot" name="Cuffdiff MDS Plot" version="1.0"> | |
| 2 <description>multidimensional scaling (MDS) plot from cuffdiff read_group_tracking</description> | |
| 3 <command interpreter="perl"> | |
| 4 cuffdiff_mds_plot.pl $input data.tmp $plot | |
| 5 </command> | |
| 6 <inputs> | |
| 7 <param format="tabular" name="input" type="data" label="A cuffdiff2 tracking file" | |
| 8 help="any of the *.read_group_tracking files produced by cuffdiff2"/> | |
| 9 </inputs> | |
| 10 <outputs> | |
| 11 <data format="png" name="plot" label="${tool.name} on ${on_string}"/> | |
| 12 </outputs> | |
| 13 <tests> | |
| 14 <test> | |
| 15 </test> | |
| 16 </tests> | |
| 17 <help> | |
| 18 Generates a multidimensional scaling (MDS) plot of a read_group_tracking output file from cuffdiff2. | |
| 19 </help> | |
| 20 </tool> |
