From 68eeeb5381649f80c6de77f8c839f02ba5eb684a Mon Sep 17 00:00:00 2001
From: JasperBoom <jboom@infernum.nl>
Date: Fri, 3 Jul 2020 10:30:01 +0200
Subject: [PATCH] Address last comment.

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

diff --git a/talon.wdl b/talon.wdl
index 87fc407..a469ddb 100644
--- a/talon.wdl
+++ b/talon.wdl
@@ -278,7 +278,7 @@ task GetSpliceJunctions {
     parameter_meta {
         # inputs
         SJinformationFile: {description: "TALON GTF file or database from which to extract exons/introns.", category: "required"}
-        inputFileType: {description: "The file type of SJinformationFile.", category: "required"}
+        inputFileType: {description: "The file type of SJinformationFile.", category: "common"}
         referenceGTF: {description: "GTF reference file (ie GENCODE).", category: "required"}
         runMode: {description: "Determines whether to include introns or exons in the output.", category: "common"}
         outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
-- 
GitLab