comparison data_manager/shapeit_ref.xml @ 3:203133a92000 draft

planemo upload for repository https://github.com/pvanheus/data_manager_shapeit_reference commit 74cb5dd2b3aaed4a5b26840b451b8f2920e4b9fe-dirty
author sanbi-uwc
date Thu, 13 Sep 2018 10:03:16 -0400
parents 495439e68fca
children 094bd0114876
comparison
equal deleted inserted replaced
2:495439e68fca 3:203133a92000
1 <tool id="shapeit_reference_manager" name="SHAPEIT reference data path manager" tool_type="manage_data" version="0.0.3"> 1 <tool id="shapeit_reference_manager" name="SHAPEIT reference data path manager" tool_type="manage_data" version="0.0.4">
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 '${key}' 4 '${value}'
5 '${description}' 5 '${description}'
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="key" 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="description" 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>