Guillaume POSTIC

Update README.md

Showing 1 changed file with 16 additions and 16 deletions
...@@ -13,9 +13,9 @@ Besides this stand-alone version, a web server is freely available on the [EvryR ...@@ -13,9 +13,9 @@ Besides this stand-alone version, a web server is freely available on the [EvryR
13 13
14 Installation 14 Installation
15 ------------ 15 ------------
16 -If all the dependencies are already installed on your system, a simple `make` within the C-RCPred directory is sufficient to build the executable file. 16 +If all the dependencies are already installed on your system, using the `make` command within the C-RCPred directory is sufficient to build the executable file.
17 Alternatively, C-RCPred can easily be installed by using Docker as follows: 17 Alternatively, C-RCPred can easily be installed by using Docker as follows:
18 -```bash 18 +```
19 git clone https://forge.ibisc.univ-evry.fr/EvryRNA/C-RCPred.git 19 git clone https://forge.ibisc.univ-evry.fr/EvryRNA/C-RCPred.git
20 cd C-RCPred 20 cd C-RCPred
21 docker build -t c-rcpred ./ 21 docker build -t c-rcpred ./
...@@ -52,20 +52,20 @@ The same test can be performed with the files provided for PDB_00805. ...@@ -52,20 +52,20 @@ The same test can be performed with the files provided for PDB_00805.
52 52
53 The following list of options can also be accessed by running `./C-RCPred`: 53 The following list of options can also be accessed by running `./C-RCPred`:
54 ``` 54 ```
55 - -f input fasta file 55 + -f Input fasta file
56 - -s input secondary structure files, 56 + -s Input secondary structure files,
57 - -i input interaction secondary structure files, 57 + -i Input interaction secondary structure files,
58 - -c constraint files where constraints are in the same order than the secondary structure and interaction files 58 + -c Constraint files where constraints are in the same order than the secondary structure and interaction files
59 - -p probing data file for each RNA, in the same order than the fasta files (if no data for an RNA, an empty file is needed) 59 + -p Probing data file for each RNA, in the same order than the fasta files (if no data for an RNA, an empty file is needed)
60 - -o format of output "d" (dot-parenthesis, default), "j" (json) or "b" (base pair list format) 60 + -o Format of output "d" (dot-parenthesis, default), "j" (json) or "b" (base pair list format)
61 - -e energy model (0: No energy model (use energies computed by upstream tools)), (1: ViennaRNA package model, default), (2: NUPACK model) 61 + -e Energy model (0: No energy model (use energies computed by upstream tools)), (1: ViennaRNA package model, default), (2: NUPACK model)
62 - -t threshold for compatibility RNA (0->100, default 100) 62 + -t Threshold for compatibility RNA (0->100, default 100)
63 - -l lower probing threshold (0->100, if not specified, probing values between 0% and the upper threshold once normalized will not be taken into account) 63 + -l Lower probing threshold (0->100, if not specified, probing values between 0% and the upper threshold once normalized will not be taken into account)
64 - -u upper probing threshold (0->100, if not specified, probing values between the lower threshold and 100% once normalized will not be taken into account) 64 + -u Upper probing threshold (0->100, if not specified, probing values between the lower threshold and 100% once normalized will not be taken into account)
65 - -g output graph file 65 + -g Output graph file
66 - -k output cliques predicted 66 + -k Output cliques predicted
67 - -q output cliques predicted without duplicates 67 + -q Output cliques predicted without duplicates
68 - -m maximum number of structures to output 68 + -m Maximum number of structures to output
69 ``` 69 ```
70 70
71 Contact 71 Contact
......