From 48e6ec2b6d8ea180c086e22eb704a16a6cc54e9b Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Fri, 26 Jun 2020 16:58:17 -0500
Subject: [PATCH] Add in astrocyte 0.3.1 test.

---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 010ea62..b975a08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ user_configuration:
 astrocyte:
   stage: astrocyte
   script:
-  - module load astrocyte/0.2.0
+  - module load astrocyte/0.3.1
   - module unload nextflow
   - cd ..
   - astrocyte_cli validate atacseq_analysis
diff --git a/README.md b/README.md
index 784267a..2dbd450 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 |[![coverage report](https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis/badges/master/coverage.svg)](https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis/commits/master)|[![coverage report](https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis/badges/dev/coverage.svg)](https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis/commits/dev)|
 
 [![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A50.31.0-brightgreen)](https://www.nextflow.io/)
-[![Astrocyte](https://img.shields.io/badge/astrocyte-%E2%89%A50.2.0-blue)](https://astrocyte-test.biohpc.swmed.edu/static/docs/index.html)
+[![Astrocyte](https://img.shields.io/badge/astrocyte-%E2%89%A50.3.1-blue)](https://astrocyte-test.biohpc.swmed.edu/static/docs/index.html)
 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3526148.svg)](https://doi.org/10.5281/zenodo.3526148)
 
 ## Introduction
-- 
GitLab