Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit bc0ed2f

Browse files
committed
versioning to v1.3.0
1 parent 1381f54 commit bc0ed2f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/home/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## Version 1.3.0
4+
5+
### Additions
6+
7+
For yeast, adding peak calling and analysis functionality. This includes
8+
the following to the cmd line:
9+
- `yeast_call_peaks` - call peaks on a yeast qBED file
10+
- `yeast_chipexo_promoter_sig` - calculate the significance of the
11+
promoter signal over a given set of promoter regions
12+
- `yeast_rank_response` - Given a promoter set and expression data, compare
13+
the binding and expression sets
14+
15+
### Changes
16+
17+
- the yeast barcode qc summary outputs the actual r1/r2 sequences as opposed to
18+
just the edit distance equivalent classes
19+
320
## Version 1.2.0
421

522
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "callingCardsTools"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "A collection of objects and functions to work with calling cards sequencing tools"
55
authors = ["chase mateusiak <chase.mateusiak@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)