diff --git a/mouse/configs/config.yaml b/mouse/configs/config.yaml deleted file mode 100644 index 68d27ac338c092c7bea8acb1d060ff7e0b0236d5..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..9be08adfc7ce4c13f320c7fd41daf0601daf3f22 --- /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 0000000000000000000000000000000000000000..39ebbe3f877a6e04105f21c31abc915d08a9c6f2 --- /dev/null +++ b/mouse/configs/config_H3K4me3.yaml @@ -0,0 +1,2 @@ +SAMPLES: 'configs/SRR_H3K4me3.txt' +CLUSTER_JSON: 'configs/cluster.json'