From a031a1d7192fcd41335c354043392c4ae281ab91 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 8 Oct 2019 14:17:25 -0500
Subject: [PATCH] Update CI nextflow mod to 19.09.0 for Tower integration

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ab69b7..56ecdb1 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ before_script:
   - module load astrocyte
   - module load python/3.6.1-2-anaconda
   - pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
-  - module load nextflow/19.07.0
+  - module load nextflow/19.09.0
   - mkdir -p test_data/simple1
   - mkdir -p test_data/simple2
   - ln -sfn /project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_mkfastq/simple1/* test_data/simple1/
-- 
GitLab