Skip to content

Commit

Permalink
fix fb recipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Aug 9, 2024
1 parent 08cf414 commit 6c6279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cellranger_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def gather_sample_set_info(sample_name):
for key, value in sample.items():
if value[0].startswith(ilab_request) and key.endswith(sample_number):
value[2] = value[2].split(",")
if "SC_Chromium-FB-5" in value[2][0]:
if "SC_Chromium-FB-5" in value[2][0] or "SC_Chromium-FB-3" in value[2][0]:
if "Feature Barcoding" in fb_type:
sample_set["fb"] = "_IGO_".join([value[1], key])
if "Cell Hashing" in fb_type:
Expand Down

0 comments on commit 6c6279c

Please sign in to comment.