We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed8cb5 commit 50fafbdCopy full SHA for 50fafbd
1 file changed
README.md
@@ -21,6 +21,20 @@ Please cite the following paper:
21
self-supervised general linear models. Hani Z. Girgis, Benjamin T. James, and Brian B.
22
Luczak. NAR GAB, 2020.
23
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
38
List of parameters:
39
40
-d: Required. Database file in FASTA format.
0 commit comments