diff bcftools_gtcheck.xml @ 20:91c1e57d5c7f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit bfc4ff4956b94885638ae07a2560bac5f84fcca8
author iuc
date Tue, 16 Jul 2024 17:05:16 +0000
parents a29a2f40b665
children 7b4454382d39
line wrap: on
line diff
--- a/bcftools_gtcheck.xml	Thu Jan 12 15:36:04 2023 +0000
+++ b/bcftools_gtcheck.xml	Tue Jul 16 17:05:16 2024 +0000
@@ -23,7 +23,7 @@
     bcftools index $genotypes_vcf &&
   #elif $section.genotypes.is_of_type('bcf')
     #set $genotypes_vcf = 'genotypes.bcf'
-    ln -s '$ection.genotypes' $genotypes_vcf &&
+    ln -s '$section.genotypes' $genotypes_vcf &&
     #if $section.genotypes.metadata.bcf_index:
       ln -s $section.genotypes.metadata.bcf_index ${genotypes_vcf}.csi &&
     #else