From e467170721662644b1124178820ed147e8960eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Cis=C5=82ak?= Date: Wed, 30 May 2018 10:58:55 +0200 Subject: [PATCH] Readme cosmetics. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cc54f2..98be81b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add Boost library to the path for compilation by setting `BOOST_DIR` in the make Type `make` for optimized compile. Comment out `OPTFLAGS` in the makefile in order to disable optimization. -Tested with gcc 64-bit 7.2.0 and Boost 1.67.0 (not time-critical, used only for parameter and data parsing and formatting) on Ubuntu 17.10 Linux version 4.13.0-36 64-bit. +Tested with gcc 64-bit 7.2.0 and Boost 1.67.0 (the latter is not time-critical, used only for parameter and data parsing and formatting) on Ubuntu 17.10 Linux version 4.13.0-36 64-bit. ## Usage @@ -21,7 +21,7 @@ Basic usage: `./sopang [options] ` Input text file (positional parameter 1 or named parameter `-i` or `--in-text-file`) should contain the elastic-degenerate text in the format `{A,C,}GAAT{AT,A}ATT`. Input pattern file (positional parameter 2 or named parameter `-I` or `--in-pattern-file`) should contain the list of patterns, each of the same length, separated with newline characters. -Attached as part of the this package is a script `run_all.sh`, which allows for processing multiple input text (chromosome) and pattern files. +Attached as part of this package is a script `run_all.sh`, which allows for processing multiple input text (chromosome) and pattern files. #### Command-line parameter description