comparison cuffdiff_mds_plot.xml @ 0:da7241f92ecf

Uploaded
author jjohnson
date Mon, 04 Feb 2013 19:50:25 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:da7241f92ecf
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 cuffdiff ver2.
19 </help>
20 </tool>