changeset 20:f90f08ed9810 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit df8a21df77acffe40c0bc0fe0409ca1b529cd7fc"
author iuc
date Sat, 11 Sep 2021 07:17:20 +0000
parents c8fcfa37825c
children
files snpSift_annotate.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/snpSift_annotate.xml	Sun Nov 29 21:14:27 2020 +0000
+++ b/snpSift_annotate.xml	Sat Sep 11 07:17:20 2021 +0000
@@ -10,12 +10,13 @@
     <expand macro="stdio" />
     <expand macro="version_command" />
     <command><![CDATA[
+ln -s '$dbSnp' 'dbSnp.vcf' &&
 SnpSift -Xmx8G annotate
 ${annotate.no_info}
 #if str($annotate.info_ids).strip():
     -info '$annotate.info_ids'
 #end if
--q '$dbSnp' '$input' > '$output'
+-q 'dbSnp.vcf' '$input' > '$output'
     ]]></command>
     <inputs>
         <param name="input" type="data" format="vcf" label="Variant input file in VCF format"/>