-
Notifications
You must be signed in to change notification settings - Fork 16
/
version.log
57 lines (45 loc) · 1.85 KB
/
version.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
fithic_2.0.0.tgz - 06/12/2018
-------------------------------
Initial release of Fit-Hi-C version 2.0
__________________________________________________________________
Notable changes:
* Significantly faster and uses less memory
* Required '--resolution, -r' argument
* Required '--outDir, -o' argument
* Specific to Python3
* Recommended bias file use
* Change in stdout outputs
* Creation of fithic.log file detailing previous values
* Complete revamp of utils/ with additional scripts provided
* Default number of spline passes is 1. Use -p 2 for 2 passes etc.
fithic_2.0.1-2.0.3.tgz - 06/15/2018
-------------------------------
Uploading to pip3
__________________________________________________________________
Took me a while to figure it out
fithic_2.0.4.tgz - 07/08/2018
-------------------------------
Update to fit-hi-c's main script
__________________________________________________________________
* Bias files also accept non gzipped files
* Fixed bug with outlier removal affecting distance values
* Updated 'interOnly' to bypass any spline fitting
fithic_2.0.5.tgz - 08/25/2018
-------------------------------
Finalizing the transition to bioconda
__________________________________________________________________
fithic_2.0.6.tgz - 01/15/2019
-------------------------------
Bias File Big Fix
__________________________________________________________________
* Fixed bug with reading in of bias values
* Added new util (createFitHiCContacts-hic.sh)
* Updated README with this util
__________________________________________________________________
fithic_2.0.7.tgz - 03/14/2019
-------------------------------
Small touchups + new util!
__________________________________________________________________
* Fixed test dataset to address bias file bug fix
* Added new utils (merge-filter.sh and merge-filter-parallelized.sh)
* Updated README with these utils