From 87a47dbd0a0347c387d13da608217fee673bc9a6 Mon Sep 17 00:00:00 2001 From: Erin Young Date: Wed, 17 Nov 2021 15:11:55 -0700 Subject: [PATCH] Fixed error with reading in paired-end fastq files --- Cecret.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cecret.nf b/Cecret.nf index e7eabab..3650b8d 100644 --- a/Cecret.nf +++ b/Cecret.nf @@ -3,7 +3,7 @@ println("Currently using the Cecret workflow for use with amplicon-based Illumina hybrid library prep on MiSeq\n") println("Author: Erin Young") println("email: eriny@utah.gov") -println("Version: v.2.1.2021117") +println("Version: v.2.1.2021117.1") println("") params.reads = workflow.launchDir + '/reads'