Skip to content

Commit 7af8447

Browse files
author
nservant
committed
merge devel
2 parents 3ac304c + 4bb4bc0 commit 7af8447

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+850981
-2412143
lines changed

INSTALL

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Dependencies are checked during installation.
1717
A couple of tools such as bowtie2 and samtools (>1.0) can be automatically installed if not detected.
1818
Others have to be installed before starting the installation :
1919

20-
- R http://www.r-project.org/
20+
- R (http://www.r-project.org/) with the following packages
21+
--- ggplot2 (>2.2.1)
22+
--- RColorBrewer
23+
--- grid
2124
- Python libraries :
2225
--- bx-python (>=0.5.0) - https://pypi.python.org/pypi/bx-python
2326
--- numpy (>=1.8.2) - http://www.scipy.org/scipylib/download.html

LOGBOOK

+18-13
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,25 @@
77
##
88
################################################################################
99

10-
o Error if sample dir is named 'fastq'
10+
o Specify a chromosome subsets in the configuration file (to deal with random for instance)
1111

12-
o Add a way to load paired BAM file
12+
o It seems that recent PE data does not have the same read names ??
1313

14-
o New graph for Dumped pairs (see. Angelo's idea on the forum)
14+
o Look at issues about good practice installation
1515

16-
o HiCUP compare
16+
o Support for Python 3
1717

18-
o Assign reads using its 5' end ...
18+
o error if rerun the analysis twice in the same folder (rawdata link)
1919

20-
o bug in samtools
20+
o Add a way to load paired BAM file
2121

22-
o look at pull request
22+
o Could we image to support other mapper ??
2323

24-
o bug in plot using R3.1.2 and ggplot 2.2.1
24+
o New graph for Dumped pairs (see. Angelo's idea on the forum)
25+
26+
o Assign reads using its 5' end ...
2527

26-
o update qsub in step2 for paralleization per sample
28+
o update qsub in step2 for parallelization per sample
2729

2830
o EV - update error tracking
2931

@@ -35,17 +37,20 @@ o Deal with reads with multiple RS sites ?
3537

3638
o Check the impact of reads ordering in pairs classification
3739

38-
o Update of HiC-Pro for capture-C data
39-
40-
o Think about a docker version of HiC-Pro
41-
4240

4341
################################################################################
4442
##
4543
## LOGBOOK
4644
##
4745
################################################################################
4846

47+
##--------------------
48+
## 22-12-17
49+
##--------------------
50+
51+
o New major realease of HiC-Pro is almost ready (2.10.0). Still a few idea of improvments in the todo list !
52+
53+
4954
##--------------------
5055
## 21-03-16
5156
##--------------------

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ readstrimming: $(INST_SOURCES)/cutsite_trimming.cpp
5353

5454
## Build Python lib
5555
iced: $(INST_SOURCES)/ice_mod
56-
(cp $(INST_SOURCES)/ice_mod/iced/scripts/ice ${INST_SCRIPTS}; cd $(INST_SOURCES)/ice_mod/; ${PYTHON_PATH}/python setup.py install --user;)
56+
(cp $(INST_SOURCES)/ice_mod/iced/scripts/ice ${INST_SCRIPTS}; cd $(INST_SOURCES)/ice_mod/; ${PYTHON_PATH}/python setup.py install;)
5757

5858
test: config_check
5959
@echo ${PYTHON_PATH}

NEWS

+45
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
***********************************
2+
CHANGES IN VERSION 2.10.0
3+
4+
NEW FEATURES
5+
6+
o New utility - hicpro2higlass.sh to convert HiC-Pro output into higlass .cool files
7+
8+
o HiC-Pro is now availabe as a Singularity container !
9+
10+
o hicpro2juicebox.sh utility now supports alof HiC-Pro format (< 2.7.5)
11+
12+
SIGNIFICANT USER-VISIBLE CHANGES
13+
14+
o N_CPU parameter is now correcly used for the mapping step. R1 and R2 reads are now mapped using N_CPU/2 CPUs
15+
16+
o add simple script for unit testing 'test-op'
17+
18+
o udpate R scripts to be compatible with the lastest ggplot2 version (>2.2.1) and fix graphical bugs in quality controls
19+
20+
o add new checks on input files and configuration files
21+
22+
o Only provide HindIII annotation files for Mouse and Human as examples.
23+
24+
BUG FIXES
25+
26+
o Remove the --user option during iced installation
27+
28+
o R sessions are no longer saved and restored
29+
30+
o hicpro2fithic - bug fix when no -o option specified
31+
32+
o Fix bug to avoid floating values in valid pair positions
33+
34+
o Fix bug in order of samtools sort parameter in bowtie_combine.sh
35+
36+
o Fix bug in output option of makeViewpoints
37+
38+
o fix bugs in plots of no trans interactions were detected
39+
40+
o fix bug in split_reads.py when -o is specified
41+
42+
o fix issue in hicpro2juicebox.sh. The first column was duplicated, and position are now 1-based
43+
44+
o fix bug in ice_norm.sh when HiC-Pro is run with -s ice_norm option
45+
146
***********************************
247
CHANGES IN VERSION 2.9.0
348

0 commit comments

Comments
 (0)