From 7a612622d2af64932e88589f7d55277fbfab056a Mon Sep 17 00:00:00 2001
From: Laura Cook <l.cook2@student.unimelb.edu.au>
Date: Thu, 3 Sep 2020 10:31:44 +1000
Subject: [PATCH] created separate config files for each histone mark

---
 mouse/configs/config.yaml         | 2 --
 mouse/configs/config_H3K27ac.yaml | 2 ++
 mouse/configs/config_H3K4me3.yaml | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)
 delete mode 100644 mouse/configs/config.yaml
 create mode 100644 mouse/configs/config_H3K27ac.yaml
 create mode 100644 mouse/configs/config_H3K4me3.yaml

diff --git a/mouse/configs/config.yaml b/mouse/configs/config.yaml
deleted file mode 100644
index 68d27ac..0000000
--- a/mouse/configs/config.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-SAMPLES: 'envs/SRR_H3K27ac.txt'
-CLUSTER_JSON: 'envs/cluster.json'
diff --git a/mouse/configs/config_H3K27ac.yaml b/mouse/configs/config_H3K27ac.yaml
new file mode 100644
index 0000000..9be08ad
--- /dev/null
+++ b/mouse/configs/config_H3K27ac.yaml
@@ -0,0 +1,2 @@
+SAMPLES: 'configs/SRR_H3K27ac.txt'
+CLUSTER_JSON: 'configs/cluster.json'
diff --git a/mouse/configs/config_H3K4me3.yaml b/mouse/configs/config_H3K4me3.yaml
new file mode 100644
index 0000000..39ebbe3
--- /dev/null
+++ b/mouse/configs/config_H3K4me3.yaml
@@ -0,0 +1,2 @@
+SAMPLES: 'configs/SRR_H3K4me3.txt'
+CLUSTER_JSON: 'configs/cluster.json'
-- 
GitLab