Skip to content

Commit

Permalink
Update cellranger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed May 20, 2024
1 parent dfb15c2 commit 3daa6d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/cellranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3daa6d0

Please sign in to comment.