From 879434e388cdffe218d3656437900be7b9b4149c Mon Sep 17 00:00:00 2001 From: Dev Gulati Date: Tue, 16 Apr 2024 11:48:18 -0400 Subject: [PATCH] update sample set name and release in constants.py --- depmapomics/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depmapomics/constants.py b/depmapomics/constants.py index fbaa47dc..7659d94f 100644 --- a/depmapomics/constants.py +++ b/depmapomics/constants.py @@ -1,6 +1,6 @@ -SAMPLESETNAME = "23Q4" +SAMPLESETNAME = "24Q2" -RELEASE = "23q4" +RELEASE = "24q2" WORKING_DIR = "output/"