From d1922724faf06dac8e835c395fc37e5d5e64f515 Mon Sep 17 00:00:00 2001
From: Davy Cats <davycats.dc@gmail.com>
Date: Thu, 6 Aug 2020 13:21:07 +0200
Subject: [PATCH] add missing category for outputType in bcftools view

---
 bcftools.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bcftools.wdl b/bcftools.wdl
index 2677899..8875903 100644
--- a/bcftools.wdl
+++ b/bcftools.wdl
@@ -58,7 +58,7 @@ task View {
     parameter_meta {
         inputFile: {description: "A vcf or bcf file.", category: "required"}
         outputPath: {description: "The location the output VCF file should be written.", category: "common"}
-        outputType: {description: "Output type: v=vcf, z=vcf.gz, b=bcf, u=uncompressed bcf"}
+        outputType: {description: "Output type: v=vcf, z=vcf.gz, b=bcf, u=uncompressed bcf", category: "advanced"}
         memory: {description: "The amount of memory this job will use.", category: "advanced"}
         compressionLevel: {description: "Compression level from 0 (uncompressed) to 9 (best).", category: "advanced"}
         timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
-- 
GitLab