File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
44and 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments