Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Oct 11, 2024
1 parent b40f6c2 commit 0f0191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cellranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def lanuch_by_project(sequencer_and_run, project, sample_id_list, sample_genome_
if sample_genome_dict[sample] == "Human":
probe = CONFIG.config_dict[tag]["probe"]["Human_CytAssist"]
elif sample_genome_dict[sample] == "Mouse":
if sample_info.slide.startswith("H1"):
if sample_info.chip_id.startswith("H1"):
probe = CONFIG.config_dict[tag]["probe"]["Mouse_HD"]
else:
probe = CONFIG.config_dict[tag]["probe"]["Mouse"]
Expand Down

0 comments on commit 0f0191f

Please sign in to comment.