Mercurial > repos > dereeper > sniplay
diff MDSplot/mdsplot.xml @ 5:ec22fcacb66c draft
planemo upload
author | gandres |
---|---|
date | Mon, 15 Feb 2016 10:26:18 -0500 |
parents | 10627af23f10 |
children | 6bf69b40365c |
line wrap: on
line diff
--- a/MDSplot/mdsplot.xml Tue Dec 15 05:18:02 2015 -0500 +++ b/MDSplot/mdsplot.xml Mon Feb 15 10:26:18 2016 -0500 @@ -1,4 +1,4 @@ -<tool id="sniplay_mdsplot" name="MDS plot" version="1.1.1"> +<tool id="sniplay_mdsplot" name="MDS plot" version="1.2.0"> <!-- [REQUIRED] Tool description displayed after the tool name --> <description> IBS matrix / multi-dimensional scaling</description> @@ -37,8 +37,8 @@ <!-- [REQUIRED] Output files --> <outputs> - <data name="fileout_matrix" type="data" format="tabular" label="${fileout_label}.ibs_matrix.txt" /> - <data name="fileout_plot" type="data" format="tabular" label="${fileout_label}.mds_plot.txt" /> + <data name="fileout_matrix" type="data" format="txt" label="${fileout_label}.ibs_matrix.txt" /> + <data name="fileout_plot" type="data" format="txt" label="${fileout_label}.mds_plot.txt" /> <data name="fileout_log" type="data" format="txt" label="${fileout_label}.log" /> </outputs>