Skip to content
Snippets Groups Projects
Commit ccebb5b5 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Adding combineGVFs

parent b7e531ee
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ task CombineGVCFs {
if [ ${length(gvcf_files)} -gt 1 ]; then
java ${"-Dsamjdk.compression_level=" + compression_level} -Xmx4G -jar ${gatk_jar} \
GenotypeGVCFs \
CombineGVCFs \
-R ${ref_fasta} \
-O ${output_basename + ".vcf.gz"} \
-V ${sep=' -V ' gvcf_files} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment