Skip to content

Commit

Permalink
updated h5ad files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Aug 2, 2024
1 parent e5f2185 commit f108e9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/scripts/create_h5ad_optimus.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def generate_col_attr(args):
"n_fragments",
"fragments_with_single_read_evidence",
"molecules_with_single_read_evidence",
"reads_mapped_mitochondrial",
"perfect_cell_barcodes",
"reads_mapped_intergenic",
"reads_unmapped",
Expand Down
1 change: 1 addition & 0 deletions tools/scripts/create_snrna_optimus_exons_h5ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def generate_col_attr(barcode_1_path,barcode_2_path,cell_metrics_path):
"n_fragments",
"fragments_with_single_read_evidence",
"molecules_with_single_read_evidence",
"reads_mapped_mitochondrial",
"perfect_cell_barcodes",
"reads_mapped_intergenic",
"reads_unmapped",
Expand Down
1 change: 1 addition & 0 deletions tools/scripts/create_snrna_optimus_full_h5ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def generate_col_attr(args):
"n_fragments",
"fragments_with_single_read_evidence",
"molecules_with_single_read_evidence",
"reads_mapped_mitochondrial",
"perfect_cell_barcodes",
"reads_mapped_intergenic",
"reads_unmapped",
Expand Down

0 comments on commit f108e9e

Please sign in to comment.