Mercurial > repos > iuc > snpsift
diff snpSift_annotate.xml @ 16:f0e87bdad733 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 9d2052269bfbca81a5f9cd10c3153e611358a329
| author | iuc |
|---|---|
| date | Tue, 24 Oct 2017 07:27:22 -0400 |
| parents | 8bd645802765 |
| children | ede8954f5c82 |
line wrap: on
line diff
--- a/snpSift_annotate.xml Mon Jun 12 10:24:36 2017 -0400 +++ b/snpSift_annotate.xml Tue Oct 24 07:27:22 2017 -0400 @@ -10,7 +10,7 @@ <expand macro="stdio" /> <expand macro="version_command" /> <command><![CDATA[ -SnpSift annotate +SnpSift -Xmx8G annotate #if $annotate.id == 'id': -id #elif str($annotate.info_ids).strip() != '': @@ -20,7 +20,7 @@ ]]></command> <inputs> <param name="input" type="data" format="vcf" label="Variant input file in VCF format"/> - <param name="dbSnp" type="data" format="vcf" label="VCF File with ID field annotated (e.g. dnSNP.vcf)" + <param name="dbSnp" type="data" format="vcf" label="VCF File with ID field annotated (e.g. dbSNP.vcf)" help="The ID field for a variant in input will be assigned from a matching variant in this file."/> <conditional name="annotate"> <param name="id" type="select" label="Fields to annotate">
