File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
SOFT=" HiC-Pro"
12
- VERSION=" 2.8.0_devel "
12
+ VERSION=" 2.8.0 "
13
13
14
14
function usage {
15
15
echo -e " usage : $SOFT -i INPUT -o OUTPUT -c CONFIG [-s ANALYSIS_STEP] [-p] [-h] [-v]"
Original file line number Diff line number Diff line change @@ -118,16 +118,12 @@ ALlows to convert data in sparse symmetric format into dense matrices. This conv
118
118
-------------------
119
119
or **How can I use Fit-Hi-C after HiC-Pro processing ? **
120
120
121
-
122
121
Convert HiC-Pro output to Fit-Hi-C input (Ay et al. 2014)
123
122
124
123
.. code-block :: bash
125
124
126
- # # TODO !
127
125
# # 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
129
127
130
- # # Whithout IC bias vector
131
- HICPRO_PATH/bin/utils/hicpro2fithic.py
132
128
133
129
You can’t perform that action at this time.
0 commit comments