Skip to content

Commit 50fafbd

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

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ Please cite the following paper:
2121
self-supervised general linear models. Hani Z. Girgis, Benjamin T. James, and Brian B.
2222
Luczak. NAR GAB, 2020.
2323

24+
Requirments:
25+
GNU g++ 7.5.0 or later
26+
You may change the compiler in the CMakeLists.txt: set(CMAKE_CXX_COMPILER g++-7)
27+
28+
To Compile:
29+
mkdir bin
30+
cd bin
31+
cmake ..
32+
make
33+
34+
To Test:
35+
cd test
36+
../bin/identity -d keratin_small.fasta -q keratin_query.fasta -o output.txt -t 0.7
37+
2438
List of parameters:
2539

2640
-d: Required. Database file in FASTA format.

0 commit comments

Comments
 (0)