Skip to content

Commit

Permalink
Merge pull request #92 from PixelgenTechnologies/chore/minor-doc-fixes
Browse files Browse the repository at this point in the history
Minor documentation fixes
  • Loading branch information
johandahlberg authored May 28, 2024
2 parents c085f75 + f1b288c commit db761d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[1.2.0](https://github.com/nf-core/pixelator/releases/tag/1.1.0)] - 2024-05-??
## [[1.2.0](https://github.com/nf-core/pixelator/releases/tag/1.2.0)] - 2024-05-??

### Enhancements & fixes

- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - Update pixelator to 0.17.1
- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - Add `pixelator single-cell layout` command
- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - The `graph` and `annotate` steps are now using `process_high` as their resource tags
- [[PR #91](https://github.com/nf-core/pixelator/pull/91)] - Set `process_high` to use 64GB of RAM and `process_high_memory` to use 128GB of RAM
- [[PR #92](https://github.com/nf-core/pixelator/pull/92)] - Minor touch-ups to the documentation

### Software dependencies

Expand Down
6 changes: 2 additions & 4 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,10 @@ newly recovered components are stored in a file (components_recovered.csv).
- `pixelator`

- `annotate`
- `<sample-id>.annotated.dataset.pxl`
- `<sample-id>.annotate.dataset.pxl`
- `<sample-id>.meta.json`: Command invocation metadata.
- `<sample-id>.rank_vs_size.png`
- `<sample-id>.raw_components_metrics.csv`
- `<sample-id>.raw_components_metrics.csv.gz`
- `<sample-id>.report.json`: Statistics for the analysis step.
- `<sample-id>.umap.png`
- `logs`
- `<sample-id>.pixelator-annotate.log`: pixelator log output.
</details>
Expand Down

0 comments on commit db761d1

Please sign in to comment.