Skip to content
Snippets Groups Projects
Commit 3024b0ec authored by Sander Bollen's avatar Sander Bollen
Browse files

tinyfix

parent cd20e06d
Branches
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ rule genotype_gather:
output:
combined=out_path("multisample/genotyped.vcf.gz")
conda: "envs/gatk.yml"
shell: "java -Xmx4G -cp {input.gatk} org.broadinstitute.gatk.tool.CatVariants "\
shell: "java -Xmx4G -cp {input.gatk} org.broadinstitute.gatk.tools.CatVariants "\
"-R {input.ref} -V {params.vcfs} -out {output.combined} "\
"-assumeSorted"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment