Skip to content

Commit b18efec

Browse files
authored
Update README.md
1 parent 50fafbd commit b18efec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@ Please cite the following paper:
2222
Luczak. NAR GAB, 2020.
2323

2424
Requirments:
25+
2526
GNU g++ 7.5.0 or later
2627
You may change the compiler in the CMakeLists.txt: set(CMAKE_CXX_COMPILER g++-7)
2728

2829
To Compile:
30+
2931
mkdir bin
3032
cd bin
3133
cmake ..
3234
make
3335

3436
To Test:
37+
3538
cd test
3639
../bin/identity -d keratin_small.fasta -q keratin_query.fasta -o output.txt -t 0.7
3740

0 commit comments

Comments
 (0)