Skip to content

Commit

Permalink
[BUMP] v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nservant committed Sep 24, 2021
1 parent 9f47a54 commit 4ba16ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
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).

## v1.3.0 - 2021-22-05
## v1.3.1 - 2021-09-25

### `Fixed`

* Fix bug in conda environment for cooltools (#109)

## v1.3.0 - 2021-05-22

* Change the `/tmp/` folder to `./tmp/` folder so that all tmp files are now in the work directory (#24)
* Add `--hicpro_maps` options to generate the raw and normalized HiC-Pro maps. The default is now to use cooler
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ manifest {
description = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
mainScript = 'main.nf'
nextflowVersion = '>=20.04.0'
version = '1.3.0'
version = '1.3.1'
}

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

0 comments on commit 4ba16ef

Please sign in to comment.