Skip to content

Commit

Permalink
added comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Jul 16, 2024
1 parent 7def26a commit 57a04c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/create_h5ad_optimus.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def generate_col_attr(args):
# Split the pandas DataFrame into different data types for storing in the ZARR
IntColumnNames = [ # UInt
"n_reads",
"tso_reads"
"tso_reads",
"noise_reads",
"perfect_molecule_barcodes",
"reads_mapped_exonic",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/create_snrna_optimus_exons_h5ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def generate_col_attr(barcode_1_path,barcode_2_path,cell_metrics_path):
# Split the pandas DataFrame into different data types for storing in the ZARR
IntColumnNames = [ # UInt
"n_reads",
"tso_reads"
"tso_reads",
"noise_reads",
"perfect_molecule_barcodes",
"reads_mapped_exonic",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/create_snrna_optimus_full_h5ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def generate_col_attr(args):
# Split the pandas DataFrame into different data types for storing in the ZARR
IntColumnNames = [ # UInt
"n_reads",
"tso_reads"
"tso_reads",
"noise_reads",
"perfect_molecule_barcodes",
"reads_mapped_exonic",
Expand Down

0 comments on commit 57a04c7

Please sign in to comment.