Skip to content

Commit aa5a7ef

Browse files
committed
update doc
1 parent 602e8f8 commit aa5a7ef

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: bin/HiC-Pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
SOFT="HiC-Pro"
12-
VERSION="2.8.0_devel"
12+
VERSION="2.8.0"
1313

1414
function usage {
1515
echo -e "usage : $SOFT -i INPUT -o OUTPUT -c CONFIG [-s ANALYSIS_STEP] [-p] [-h] [-v]"

Diff for: doc/UTILS.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,12 @@ ALlows to convert data in sparse symmetric format into dense matrices. This conv
118118
-------------------
119119
or **How can I use Fit-Hi-C after HiC-Pro processing ?**
120120

121-
122121
Convert HiC-Pro output to Fit-Hi-C input (Ay et al. 2014)
123122

124123
.. code-block:: bash
125124
126-
## TODO !
127125
## Whith IC bias vector
128-
HICPRO_PATH/bin/utils/hicpro2fithic.py
126+
HICPRO_PATH/bin/utils/hicpro2fithic.py -i hic_results/matrix/dixon_2M/raw/1000000/dixon_2M_1000000.matrix -b hic_results/matrix/dixon_2M/raw/1000000/dixon_2M_1000000_abs.bed -s hic_results/matrix/dixon_2M/iced/1000000/dixon_2M_1000000_iced.matrix.biases
129127
130-
## Whithout IC bias vector
131-
HICPRO_PATH/bin/utils/hicpro2fithic.py
132128
133129

0 commit comments

Comments
 (0)