comparison SNP_density/calculateSlidingWindowsSNPdensitiesFromHapMap_wrapper.xml @ 5:ec22fcacb66c draft

planemo upload
author gandres
date Mon, 15 Feb 2016 10:26:18 -0500
parents 10627af23f10
children
comparison
equal deleted inserted replaced
4:10627af23f10 5:ec22fcacb66c
1 <tool id="sniplay_density" name="SNP density" version="1.3.0"> 1 <tool id="sniplay_density" name="SNP density" version="1.4.0">
2 2
3 <!-- [REQUIRED] Tool description displayed after the tool name --> 3 <!-- [REQUIRED] Tool description displayed after the tool name -->
4 <description> Calculate SNP densities along chromosome from HapMap</description> 4 <description> Calculate SNP densities along chromosome from HapMap</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 -->
33 <param name="fileout_label" type="text" value="densities" label="Output name" help="Output name for tabular files" /> 33 <param name="fileout_label" type="text" value="densities" label="Output name" help="Output name for tabular files" />
34 </inputs> 34 </inputs>
35 35
36 <!-- [REQUIRED] Output files --> 36 <!-- [REQUIRED] Output files -->
37 <outputs> 37 <outputs>
38 <data name="fileout" type="data" format="tabular" label="${fileout_label}" /> 38 <data name="fileout" type="data" format="txt" label="${fileout_label}" />
39 <data name="fileout_bysample" type="data" format="tabular" label="${fileout_label}.by_sample" /> 39 <data name="fileout_bysample" type="data" format="txt" label="${fileout_label}.by_sample" />
40 </outputs> 40 </outputs>
41 41
42 <tests> 42 <tests>
43 <test> 43 <test>
44 <param name="filein" value="SNPden-hapmap" /> 44 <param name="filein" value="SNPden-hapmap" />