Skip to content
Snippets Groups Projects
Commit 4ba16eff authored by nservant's avatar nservant
Browse files

[BUMP] v1.3.1

parent 9f47a54a
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,13 @@ ...@@ -3,7 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 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). 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) * 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 * Add `--hicpro_maps` options to generate the raw and normalized HiC-Pro maps. The default is now to use cooler
......
...@@ -225,7 +225,7 @@ manifest { ...@@ -225,7 +225,7 @@ manifest {
description = 'Analysis of Chromosome Conformation Capture data (Hi-C)' description = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
mainScript = 'main.nf' mainScript = 'main.nf'
nextflowVersion = '>=20.04.0' nextflowVersion = '>=20.04.0'
version = '1.3.0' version = '1.3.1'
} }
// Function to ensure that resource requirements don't go beyond // Function to ensure that resource requirements don't go beyond
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment