Mercurial > repos > saskia-hiltemann > cgatools_v17
view tools/cgatools17/vcf_to_listVariants.xml @ 2:977861cbcf10 draft
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 2e3fa5e8558ca86a5368258969c348b78ffa31ab
author | yhoogstrate |
---|---|
date | Tue, 10 Nov 2015 10:13:49 -0500 |
parents | 3a2e0f376f26 |
children |
line wrap: on
line source
<tool id="vcf_to_listVariants" name="VCF to ListVariants" version="1.0.0"> <description>Convert a VCF file into a ListVariants file</description> <requirements> <requirement type="package" version="1.0.0">vcf_to_listVariants</requirement> </requirements> <command interpreter="python"> vcf_to_listVariants.py -i $vcf_input -o $listVariants_output </command> <inputs> <param name="vcf_input" format="vcf" type="data" label="VCF SNP/SNV file"/> </inputs> <outputs> <data name="listVariants_output" format="tabular" label="${tool.name} on ${on_string}"/> </outputs> <help>Converts SNPs/SNVs from a VCF file into the "listVariants" syntax as used by the Integrative Plot</help> </tool>