From cbd6de84edb3776aef10e774f2d15f8c29902490 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Mon, 18 Jul 2022 13:20:33 +0200
Subject: [PATCH] fix typo in star GenomeGenerate parameter_meta

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

diff --git a/star.wdl b/star.wdl
index aa1fd60..6a123c8 100644
--- a/star.wdl
+++ b/star.wdl
@@ -78,7 +78,7 @@ task GenomeGenerate {
 
     parameter_meta {
         # inputs
-        genomeDir: {description:"The directory the STAR index should be written to.", categroy: "common"}
+        genomeDir: {description:"The directory the STAR index should be written to.", category: "common"}
         referenceFasta: {description: "The reference Fasta file.", category: "required"}
         referenceGtf: {description: "The reference GTF file.", category: "common"}
         sjdbOverhang: {description: "Equivalent to STAR's `--sjdbOverhang` option.", category: "advanced"}
-- 
GitLab