Mercurial > repos > sanbi-uwc > data_manager_shapeit_reference
comparison data_manager/shapeit_ref.xml @ 0:f86c65c60056 draft
planemo upload for repository https://github.com/pvanheus/data_manager_shapeit_reference commit c9acc04bcb85873e6eb78b4163d1a7daa2679f22
| author | sanbi-uwc |
|---|---|
| date | Tue, 11 Sep 2018 10:39:38 -0400 |
| parents | |
| children | 52f0767fe68d |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f86c65c60056 |
|---|---|
| 1 <tool id="shapeit_reference_manager" name="SHAPEIT reference data path manager" tool_type="manage_data" version="0.0.1"> | |
| 2 <command detect_errors="aggressive"><![CDATA[ | |
| 3 python $__tool_directory__/shapeit_ref.py | |
| 4 '${key}' | |
| 5 '${description}' | |
| 6 '${path}' | |
| 7 '${prefix}' | |
| 8 '${output_file}' | |
| 9 ]]></command>> | |
| 10 <inputs> | |
| 11 <param name="key" type="text" label="Short key to identify this reference set (no spaces)" /> | |
| 12 <param name="description" type="text" label="Description of the reference data" /> | |
| 13 <param name="path" type="text" label="Filesystem path to directory containing this reference set" /> | |
| 14 <param name="prefix" type="text" label="Filename prefix for files in this reference set" /> | |
| 15 </inputs> | |
| 16 <outputs> | |
| 17 <data name="output_file" format="data_manager_json" /> | |
| 18 </outputs> | |
| 19 <help><![CDATA[ | |
| 20 This data manager updates the *shapeit_ref* table with information about locally-maintained reference data | |
| 21 used by the SHAPEIT_ haplotype estimation (i.e. phasing) package. An example for the 1000 Genomes | |
| 22 dataset is available here_. | |
| 23 | |
| 24 .. _SHAPEIT: http://mathgen.stats.ox.ac.uk/genetics_software/shapeit/shapeit.html | |
| 25 .. _here: https://mathgen.stats.ox.ac.uk/impute/1000GP_Phase3.html | |
| 26 ]]></help> | |
| 27 <citations> | |
| 28 <citation type="doi">10.1038/nmeth.1785</citation> | |
| 29 </citations> | |
| 30 </tool> |
