From 937595ab71c9dfb9c82f946971ba09f05231e0b4 Mon Sep 17 00:00:00 2001 From: evanbiederstedt Date: Fri, 31 May 2019 16:12:27 -0400 Subject: [PATCH] revised nextflow.config to use the correct version --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 53ac7d069..10d79b12f 100755 --- a/nextflow.config +++ b/nextflow.config @@ -18,7 +18,7 @@ manifest { mainScript = 'main_align_markDups_BaseRecal.nf' name = 'Vaporware' nextflowVersion = '>=0.32.0' - version = '0.13.0' + version = '0.13.1' } // Provides extra options for the Java and Nextflow runtime.