From 3daa6d043dcbd3498f7b0376c087bf402e50ce23 Mon Sep 17 00:00:00 2001 From: luc Date: Mon, 20 May 2024 08:12:42 -0400 Subject: [PATCH] Update cellranger.py --- scripts/cellranger.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/cellranger.py b/scripts/cellranger.py index 73b7737..0b7e266 100644 --- a/scripts/cellranger.py +++ b/scripts/cellranger.py @@ -55,12 +55,8 @@ def get_tag(recipe): tag = "Skip" if recipe in CONFIG.COUNT_FLAVORS: tag = "count" - if recipe in CONFIG.CNV_FLAVORS: - tag = "cnv" if recipe in CONFIG.VDJ_FLAVORS: tag = "vdj" - if recipe in CONFIG.ATAC_FLAVORS: - tag = "atac_count" if recipe in CONFIG.ARC_FLAVORS: tag = "arc" if recipe in CONFIG.SPATIAL_FLAVORS: