Previous changeset 3:20c7d583fec1 (2017-06-12) Next changeset 5:09d6806c609e (2018-04-18) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 9d2052269bfbca81a5f9cd10c3153e611358a329 |
modified:
snpSift_annotate.xml |
b |
diff -r 20c7d583fec1 -r b04635ebfab0 snpSift_annotate.xml --- a/snpSift_annotate.xml Mon Jun 12 10:25:32 2017 -0400 +++ b/snpSift_annotate.xml Tue Oct 24 07:28:17 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"> |