forked from mcveanlab/mccortex
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
71 lines (71 loc) · 1.94 KB
/
.gitmodules
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[submodule "libs/bit_array"]
path = libs/bit_array
url = https://github.com/noporpoise/BitArray
branch = master
[submodule "libs/string_buffer"]
path = libs/string_buffer
url = https://github.com/noporpoise/string_buffer
branch = master
[submodule "libs/madcrowlib"]
path = libs/madcrowlib
url = https://github.com/noporpoise/madcrowlib
branch = master
[submodule "libs/htslib"]
path = libs/htslib
url = git://github.com/samtools/htslib.git
ignore = dirty
branch = develop
[submodule "libs/bcftools"]
path = libs/bcftools
url = git://github.com/samtools/bcftools.git
ignore = dirty
branch = develop
[submodule "libs/samtools"]
path = libs/samtools
url = git://github.com/samtools/samtools.git
ignore = dirty
branch = develop
[submodule "libs/seq_file"]
path = libs/seq_file
url = https://github.com/noporpoise/seq_file.git
branch = master
[submodule "libs/bwa"]
path = libs/bwa
url = https://github.com/lh3/bwa.git
ignore = dirty
branch = master
[submodule "libs/sort_r"]
path = libs/sort_r
url = https://github.com/noporpoise/sort_r.git
branch = master
[submodule "libs/bioinf-perl"]
path = libs/bioinf-perl
url = https://github.com/noporpoise/bioinf-perl.git
branch = master
[submodule "libs/msg-pool"]
path = libs/msg-pool
url = https://github.com/noporpoise/msg-pool.git
branch = master
[submodule "libs/readsim"]
path = libs/readsim
url = https://github.com/noporpoise/readsim.git
branch = master
[submodule "libs/seq-align"]
path = libs/seq-align
url = https://github.com/noporpoise/seq-align.git
branch = master
[submodule "libs/xxHash"]
path = libs/xxHash
url = https://github.com/Cyan4973/xxHash.git
ignore = dirty
branch = master
[submodule "libs/biogrok"]
path = libs/biogrok
url = https://github.com/noporpoise/biogrok.git
branch = master
[submodule "libs/vcfhp"]
path = libs/vcf-slim
url = https://github.com/noporpoise/vcf-slim
[submodule "libs/carrays"]
path = libs/carrays
url = https://github.com/noporpoise/carrays.git