Skip to content

Commit

Permalink
Update changelog for v4.2.0 (#64)
Browse files Browse the repository at this point in the history
* Update changelog for v4.2.0

* Update pigeon version 1.3.0

---------

Co-authored-by: Jessica Mattick <[email protected]>
  • Loading branch information
jmattick and Jessica Mattick authored Oct 29, 2024
1 parent f050f71 commit 8d9047b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ nav_order: 99
---

# Version changelog
* **4.1.0**
* **4.2.0**
* SMRT Link v25.1 release
* Update `PM` to show platform name
* Update `RGID` to match `molecule` read name for `groupdedup` / `dedup`

* 4.1.0
* Update minimap2 to version 2.26
* SMRT Link v13.0 release

Expand Down
10 changes: 9 additions & 1 deletion docs/classification/pigeon-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ nav_order: 99

# Pigeon version changelog

**1.1.0**
**1.3.0**
* SMRT Link v25.1 release
* Add `exclude-singletons` option to `report`

1.2.0
* SMRT Link v13.0 release
* Improved record validation messages

1.1.0
* Multi-sample support
* Add `prepare` tool
* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/classification/pigeon.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ The CLI workflow is described [here](/classification/workflow).
The latest version of `pigeon` is distributed through [BioConda](https://github.com/PacificBiosciences/pbbioconda).

## Versions
Version **1.1.0**: [Full changelog here](/classification/pigeon-changelog)
Version **1.3.0**: [Full changelog here](/classification/pigeon-changelog)
6 changes: 6 additions & 0 deletions docs/classification/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ Gene and isoform- level saturation can be determined by subsampling the classifi
pigeon report <classification.filtered_lite_classification.txt> <saturation.txt>
```

For bulk Iso-Seq that has been clustered using `cluster2`, use the `--exclude-singletons` option.

``
pigeon report --exclude-singletons <classification.filtered_lite_classification.txt> <saturation.txt>
```
### Make Seurat-compatible gene- and isoform- count matrix for single-cell Iso-Seq
Output files that are compatible with the downstream [Seurat](https://satijalab.org/seurat/) analysis package.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please refer to our [official pbbioconda page](https://github.com/PacificBioscie
for information on Installation, Support, License, Copyright, and Disclaimer.

## Latest Version
Version **4.0.0**: [Full changelog here](/changelog)
Version **4.2.0**: [Full changelog here](/changelog)

## What's new!
Version 4.0 adds a new `cluster2` tool that enables clustering of hundreds of
Expand Down

0 comments on commit 8d9047b

Please sign in to comment.