comparison MDSplot/mdsplot.xml @ 5:ec22fcacb66c draft

planemo upload
author gandres
date Mon, 15 Feb 2016 10:26:18 -0500
parents 10627af23f10
children 6bf69b40365c
comparison
equal deleted inserted replaced
4:10627af23f10 5:ec22fcacb66c
1 <tool id="sniplay_mdsplot" name="MDS plot" version="1.1.1"> 1 <tool id="sniplay_mdsplot" name="MDS plot" version="1.2.0">
2 2
3 <!-- [REQUIRED] Tool description displayed after the tool name --> 3 <!-- [REQUIRED] Tool description displayed after the tool name -->
4 <description> IBS matrix / multi-dimensional scaling</description> 4 <description> IBS matrix / multi-dimensional scaling</description>
5 5
6 <!-- [OPTIONAL] 3rd party tools, binaries, modules... required for the tool to work --> 6 <!-- [OPTIONAL] 3rd party tools, binaries, modules... required for the tool to work -->
35 <param name="fileout_label" type="text" value="analyse" label="Output name" help="Output name for tabular files" /> 35 <param name="fileout_label" type="text" value="analyse" label="Output name" help="Output name for tabular files" />
36 </inputs> 36 </inputs>
37 37
38 <!-- [REQUIRED] Output files --> 38 <!-- [REQUIRED] Output files -->
39 <outputs> 39 <outputs>
40 <data name="fileout_matrix" type="data" format="tabular" label="${fileout_label}.ibs_matrix.txt" /> 40 <data name="fileout_matrix" type="data" format="txt" label="${fileout_label}.ibs_matrix.txt" />
41 <data name="fileout_plot" type="data" format="tabular" label="${fileout_label}.mds_plot.txt" /> 41 <data name="fileout_plot" type="data" format="txt" label="${fileout_label}.mds_plot.txt" />
42 <data name="fileout_log" type="data" format="txt" label="${fileout_label}.log" /> 42 <data name="fileout_log" type="data" format="txt" label="${fileout_label}.log" />
43 </outputs> 43 </outputs>
44 44
45 <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin --> 45 <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin -->
46 <tests> 46 <tests>