Skip to content

Commit

Permalink
Update cellranger_multi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Apr 17, 2024
1 parent 326971a commit 177a0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cellranger_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def gather_sample_set_info(sample_name):

genome = args.genome
config = gather_config_info(sample_dict, genome, args.ge)
print(config.lirbaries)
project_ID = "_".join(args.ge.split("IGO_")[1].split("_")[:-1])
file_name = "{}Project_{}/{}.csv".format(CONFIG_AREA, project_ID, args.ge)

Expand Down

0 comments on commit 177a0ee

Please sign in to comment.