comparison data_manager/shapeit_ref.xml @ 4:094bd0114876 draft

planemo upload for repository https://github.com/pvanheus/data_manager_shapeit_reference commit 06f9376308b504cd2ab7a4ff0126ae70d73faacc
author sanbi-uwc
date Thu, 13 Sep 2018 14:35:09 -0400
parents 203133a92000
children f0c7cab2f547
comparison
equal deleted inserted replaced
3:203133a92000 4:094bd0114876
1 <tool id="shapeit_reference_manager" name="SHAPEIT reference data path manager" tool_type="manage_data" version="0.0.4"> 1 <tool id="shapeit_reference_manager" name="SHAPEIT reference data path manager" tool_type="manage_data" version="0.0.5">
2 <command detect_errors="aggressive"><![CDATA[ 2 <command detect_errors="aggressive"><![CDATA[
3 python $__tool_directory__/shapeit_ref.py 3 python $__tool_directory__/shapeit_ref.py
4 '${value}' 4 '${value}'
5 '${description}' 5 '${name}'
6 '${path}' 6 '${path}'
7 '${reference_prefix}' 7 '${reference_prefix}'
8 '${map_prefix}' 8 '${map_prefix}'
9 '${output_file}' 9 '${output_file}'
10 ]]></command>> 10 ]]></command>>
11 <inputs> 11 <inputs>
12 <param name="value" type="text" label="Short key to identify this reference set (no spaces)" /> 12 <param name="value" type="text" label="Short key to identify this reference set (no spaces)" />
13 <param name="description" type="text" label="Description of the reference data" /> 13 <param name="name" type="text" label="Description of the reference data" />
14 <param name="path" type="text" label="Filesystem path to directory containing this reference set" /> 14 <param name="path" type="text" label="Filesystem path to directory containing this reference set" />
15 <param name="reference_prefix" type="text" label="Filename prefix for the reference (.hap / .legend / .sample) files" /> 15 <param name="reference_prefix" type="text" label="Filename prefix for the reference (.hap / .legend / .sample) files" />
16 <param name="map_prefix" type="text" label="Filename prefix for map files in this reference set" /> 16 <param name="map_prefix" type="text" label="Filename prefix for map files in this reference set" />
17 </inputs> 17 </inputs>
18 <outputs> 18 <outputs>