Skip to content

Commit e87bc73

Browse files
committed
fix reference
1 parent 92a0131 commit e87bc73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/create_resources/human_cll_mass_cytometry.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ adata = ad.read_h5ad("$RAW_DIR/human_cll_mass_cytometry.h5ad")
2424
for col in ["parameter_num_clusters", "parameter_som_xdim", "parameter_som_ydim"]:
2525
adata.uns[col] = int(adata.uns[col])
2626
27+
adata.uns["dataset_reference"] = "10.1016/j.cell.2020.12.002"
28+
2729
# make sure the output is compressed
2830
adata.write_h5ad("$OUTPUT_DIR/common_dataset.h5ad", compression='gzip')
2931
HERE

0 commit comments

Comments
 (0)