Louis BECQUEY
Committed by GitHub

Correction -o -O options in readme

...@@ -93,7 +93,7 @@ Check the file [INSTALL.md](INSTALL.md) for installation instructions. ...@@ -93,7 +93,7 @@ Check the file [INSTALL.md](INSTALL.md) for installation instructions.
93 Consider placing these files on a fast I/O device (NVMe SSD, ...) 93 Consider placing these files on a fast I/O device (NVMe SSD, ...)
94 94
95 Examples: 95 Examples:
96 -biorseo.py -i myRNA.fa -o myResultsFolder/ --rna3dmotifs --patternmatch --func B 96 +biorseo.py -i myRNA.fa -o myResultsFile.dbn --rna3dmotifs --patternmatch --func B
97 -biorseo.py -i myRNA.fa -o myResultsFolder/ --3dmotifatlas --jar3d --func B -l 800 97 +biorseo.py -i myRNA.fa -O myResultsFolder/ --3dmotifatlas --jar3d --func B -l 800
98 biorseo.py -i myRNA.fa --3dmotifatlas --bayespairing --func D 98 biorseo.py -i myRNA.fa --3dmotifatlas --bayespairing --func D
99 ``` 99 ```
......