forked from schneebergerlab/DrLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
35 lines (24 loc) · 835 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
cd /your_path_to/DrLink_src
# compile gzstream lib (DrLink works with .gz compressed files with the help of gzstream)
cd gzstream
rm libgzstream.a ../gzlib/libgzstream.a
make clean
make
cp libgzstream.a ../gzlib
cd ..
# compile DrLink
make
export PATH=/your_path_to/DrLink_src/:$PATH
# test
DrLink
# which should print the following info
# Given linked-read sequencing of recombinants, this tool identifies meiotic recombinations.
# (version 1.0 - compiled on MM DD YYYY, HH:MM:SS)
#
# Usage: DrLink subprogram [options]
#
# Subprograms:
# preprocess (Usage: please check options with DrLink preprocess)
# molecule (Usage: please check options with DrLink molecule)
# recombis (Usage: please check options with DrLink recombis)
# intersec (Usage: please check options with DrLink intersec)