From 4da781e745a34bf02c851a2f38b82129db462896 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 25 May 2020 13:15:48 -0500
Subject: [PATCH] Add singularity to astrocyte

---
 CHANGELOG.md      | 1 +
 astrocyte_pkg.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 465b858..7136316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
 * Use docker containers
 * Update CI
 * Add pipeline tracking tool
+* Add singularity to astrocyte workflow_modules
 
 *Known Bugs*
 * Vizapp does not yet work for Astrocyte
diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml
index 4f83115..a58689f 100755
--- a/astrocyte_pkg.yml
+++ b/astrocyte_pkg.yml
@@ -39,6 +39,7 @@ documentation_files:
 # A list of cluster environment modules that this workflow requires to run.
 # Specify versioned module names to ensure reproducability.
 workflow_modules:
+  - 'singularity/3.0.2'
   - 'python/3.6.1-2-anaconda'
   - 'cellranger/2.1.1'
   - 'cellranger/3.0.1'
-- 
GitLab