Mercurial > repos > sanbi-uwc > vcf_to_alignment
changeset 5:4f3f7d390382 draft default tip
planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc commit 3e5c71977e50ec920d4f45be809d2528e55bff76-dirty
author | sanbi-uwc |
---|---|
date | Wed, 17 Oct 2018 02:35:51 -0400 |
parents | f58178c0f00d |
children | |
files | vcf_to_alignment.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vcf_to_alignment.xml Mon Oct 15 00:34:44 2018 -0400 +++ b/vcf_to_alignment.xml Wed Oct 17 02:35:51 2018 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> -<tool id="vcf_to_alignment" name="Generate FASTA alignment from VCF collection" version="0.4"> +<tool id="vcf_to_alignment" name="Generate FASTA alignment from VCF collection" version="0.5"> <description>Generate a multiple sequence alignment given a collection of variants and a reference sequence</description> <requirements> <requirement type="package" version="1.67">biopython</requirement> @@ -47,7 +47,7 @@ </when> </conditional> <conditional name="exclude_list"> - <param name="do_exclude" type="select"> + <param name="do_exclude" type="select" label="Exclude SNPs from specified regions"> <option value="yes">Yes</option> <option value="no" selected="true">No</option> </param>