Skip to content

Commit 4ba16ef

Browse files
committed
[BUMP] v1.3.1
1 parent 9f47a54 commit 4ba16ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v1.3.0 - 2021-22-05
6+
## v1.3.1 - 2021-09-25
7+
8+
### `Fixed`
9+
10+
* Fix bug in conda environment for cooltools (#109)
11+
12+
## v1.3.0 - 2021-05-22
713

814
* Change the `/tmp/` folder to `./tmp/` folder so that all tmp files are now in the work directory (#24)
915
* Add `--hicpro_maps` options to generate the raw and normalized HiC-Pro maps. The default is now to use cooler

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ manifest {
225225
description = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
226226
mainScript = 'main.nf'
227227
nextflowVersion = '>=20.04.0'
228-
version = '1.3.0'
228+
version = '1.3.1'
229229
}
230230

231231
// Function to ensure that resource requirements don't go beyond

0 commit comments

Comments
 (0)