From 65df55de795b2404a16a1df99f24500bf5dbfa20 Mon Sep 17 00:00:00 2001 From: Jesse Marks <32715488+jaamarks@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:11:21 -0500 Subject: [PATCH] Update unzip_extract_stats.R --- multiqc_extract/v1.0/unzip_extract_stats.R | 1 - 1 file changed, 1 deletion(-) diff --git a/multiqc_extract/v1.0/unzip_extract_stats.R b/multiqc_extract/v1.0/unzip_extract_stats.R index 03cc491..7fb98dd 100644 --- a/multiqc_extract/v1.0/unzip_extract_stats.R +++ b/multiqc_extract/v1.0/unzip_extract_stats.R @@ -28,7 +28,6 @@ spec <- matrix(c( # Parse the command line parameters into R args=getopt(spec, argString) - # If missing required fields then display usage and quit if ( !is.null(args$help)) { cat(usage)