From 4ba16effa3d6b80a94cbcde7fbe374c02d4c171c Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Fri, 24 Sep 2021 15:49:49 +0200 Subject: [PATCH] [BUMP] v1.3.1 --- CHANGELOG.md | 8 +++++++- nextflow.config | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2d45f..f7ed796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index 7296cc2..2f8fd57 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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 -- GitLab