From e29df66cd70df1681b892c8fb01af426beb4333a Mon Sep 17 00:00:00 2001 From: Redmar van den Berg <RedmarvandenBerg@lumc.nl> Date: Wed, 28 Oct 2020 07:03:02 +0100 Subject: [PATCH] Remove duplicate parameter meta --- ccs.wdl | 1 - 1 file changed, 1 deletion(-) diff --git a/ccs.wdl b/ccs.wdl index bcebefe..5d9887b 100644 --- a/ccs.wdl +++ b/ccs.wdl @@ -81,7 +81,6 @@ task CCS { logLevel: {description: "Set log level. Valid choices: (TRACE, DEBUG, INFO, WARN, FATAL).", category: "advanced"} subreadsFile: {description: "Subreads input file.", category: "required"} subreadsIndexFile: {description: "Index for the subreads input file.", category: "required"} - outputPrefix: {description: "Output directory path + output file prefix.", category: "advanced"} chunkString: {descpription: "Chunk string (e.g. 1/4, 5/5) for CCS.", category: "advanced"} outputPrefix: {description: "Output directory path + output file prefix.", category: "required"} cores: {description: "The number of cores to be used.", category: "advanced"} -- GitLab