Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Oct 10, 2024
1 parent b1a1a19 commit adbf3fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ the result to be out of bounds.

* Fix `--output` argument not working for several workflows (PR #740).

* `convert/from_10xh5_to_h5mu`: add .uns slot to mdata root when metrics file is provided (PR #887).

## MINOR CHANGES

* `metadata/grep_annotation_column`: Added more logging output (PR #697).
Expand Down
4 changes: 2 additions & 2 deletions src/convert/from_10xh5_to_h5mu/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

## VIASH START
par = {
"input": "raw_feature_bc_matrix_j1.h5",
"input_metrics_summary": "metrics_summary_j1.csv",
"input": "resources_test/pbmc_1k_protein_v3/pbmc_1k_protein_v3_raw_feature_bc_matrix.h5",
"input_metrics_summary": None,
"uns_metrics": "metrics_cellranger",
"output": "foo.h5mu",
"min_genes": None,
Expand Down

0 comments on commit adbf3fe

Please sign in to comment.