From 1034cd0f9ffdb10f71f8fc019166a8c751b63d30 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Wed, 30 Oct 2019 16:41:18 +0100
Subject: [PATCH] fix htseq parameter_meta

---
 htseq.wdl | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/htseq.wdl b/htseq.wdl
index ffddb82..ad83ac3 100644
--- a/htseq.wdl
+++ b/htseq.wdl
@@ -45,10 +45,6 @@ task HTSeqCount {
             description: "The input BAM files.",
             category: "required"
         }
-        inputBamsIndex: {
-            description: "The index files of the iput BAM files, in the same order as the BAM files.",
-            catgory: "required"
-        }
         gtfFile: {
             description: "A GTF/GFF file containing the features of interest.",
             category: "required"
-- 
GitLab