Skip to content

Commit b2511c7

Browse files
v0.0.2
1 parent cb07cab commit b2511c7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
All changed fall under either one of these types: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`.
77

88
## [Unreleased]
9+
10+
## v0.0.2 - 2020-06-29
911
### Fixed
1012
- samtools using the correct nr of threads after update to v1.10
1113

1214
### Changed
1315

1416
- The count table for ATAC/ChIP-seq peaks is now made from finding all peaks within a range of 200 bp, and taking the most significant one (gimmemotifs' combine_peaks) and extending the remaining peaks 200 bp. On this count table quantile normalisation, TMM, RLE and upperquartile normalisation with CPM is done. Downstream steps log transform these and mean center them. This however means that for broadpeaks no count_table is generated.
17+
- Snakefmt -l 121 applied
1518

1619
## v0.0.1 - 2020-06-17
1720
Many minor bug- and quality of life fixes.

bin/seq2science

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ except ImportError:
2727
conda_frontend = "conda"
2828

2929

30-
__version__ = "0.0.1"
30+
__version__ = "0.0.2"
3131

3232

3333
def main():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "seq2science"
33
packages = ["seq2science"]
44
package_data = "{'seq2science':['envs/*', 'rules/*', 'schemas/*', 'schemas/*/*', 'scripts/*', 'workflows/*/*']}"
55
include_package_data = true
6-
version = "0.0.1"
6+
version = "0.0.2"
77
description = "seq2science: easy pre-processing of ngs data."
88
author = [
99
"Maarten van der Sande <M.vanderSande@science.ru.nl>"]

0 commit comments

Comments
 (0)