Skip to content

Commit

Permalink
Add 10x-compatible matrix to the output list
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Mar 26, 2022
1 parent ac62a6c commit abc7bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/seqc/core/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ def create_read_array(
args.output_prefix + "_sparse_molecule_counts.mtx",
args.output_prefix + "_sparse_counts_barcodes.csv",
args.output_prefix + "_sparse_counts_genes.csv",
"raw_feature_bc_matrix/matrix.mtx.gz",
"raw_feature_bc_matrix/barcodes.tsv.gz",
"raw_feature_bc_matrix/features.tsv.gz",
]

if os.path.exists(args.output_prefix + "_cb-correction.csv.gz"):
Expand Down

0 comments on commit abc7bac

Please sign in to comment.