From dc6e344cab41f0e75c49cdd53b11c5b36966d2d9 Mon Sep 17 00:00:00 2001 From: X3N1A <108679125+X3N1A@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:39:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d7e9bb..07bd6a7 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,9 @@ $\dots$ input files in format: ```[, ]``` ```"ChrNr": "15,16,17,18,19,20,21,22,X"``` $\dots$ chromosome numbers to be evaluated. -```"NormM": 0``` $\dots$ input contact matrices can be balanced. If ```NormM: 1```, balancing weights in cooler are applied. If set to 1, ENT3C expects weights to be in dataset ```/resolutions//bins/weight```. +```"NormM": 0``` $\dots$ input contact matrices can be balanced. If ```NormM: 1```, balancing weights in cooler are applied. If set to 1, ENT3C expects weights to be in dataset ```/resolutions//bins/```. + +```"WEIGHTS_NAME": "weight"``` $\dots$ name of dataset in cooler containing normalization weights. ```"SUB_M_SIZE_FIX": null``` $\dots$ fixed submatrix dimension. @@ -126,7 +128,7 @@ If set, $\varphi$ is increased until $\Phi \approx \Phi\_{\max}$. # Running main scripts * ```julia ENT3C.jl --config-file=config/config.test.json --install-deps=no``` -* ```matlab -nodesktop -nosplash -nodisplay -r "ENT3C; exit"``` +* ```matlab -nodesktop -nosplash -nodisplay -r "ENT3C('config/config.test.json'); exit"``` Associated functions are contained in directories ```JULIA_functions/``` and ```MATLAB_functions/```.