Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "fermi-lite"]
path = fermi-lite
url = https://github.com/walaj/fermi-lite
[submodule "htslib"]
path = htslib
url = https://github.com/samtools/htslib
url = [email protected]:julianhess/fermi-lite.git
[submodule "bwa"]
path = bwa
url = https://github.com/walaj/bwa
url = git@github.com:lh3/bwa.git
2 changes: 1 addition & 1 deletion bwa
Submodule bwa updated 44 files
+46 −0 .github/workflows/ci.yaml
+0 −5 .travis.yml
+674 −0 COPYING
+0 −168 LICENSE.txt
+8 −10 Makefile
+29 −1 NEWS.md
+402 −0 QSufSort.c
+45 −0 QSufSort.h
+28 −16 README.md
+13 −8 bntseq.c
+3 −3 bntseq.h
+52 −6 bwa.1
+60 −9 bwa.c
+29 −1 bwa.h
+1 −1 bwakit/bwa-postalt.js
+4 −3 bwakit/run-bwamem
+1 −1 bwakit/run-gen-ref
+48 −10 bwamem.c
+28 −0 bwamem.h
+33 −3 bwamem_extra.c
+26 −0 bwamem_pair.c
+3 −2 bwape.c
+6 −3 bwase.c
+4 −2 bwt.h
+1,629 −0 bwt_gen.c
+1 −1 bwt_lite.c
+3 −2 bwtaln.c
+1 −1 bwtgap.c
+3 −3 bwtgap.h
+53 −34 bwtindex.c
+7 −1 bwtsw2_pair.c
+30 −0 code_of_conduct.md
+46 −6 fastmap.c
+19 −0 kstring.c
+1 −20 kstring.h
+41 −5 ksw.c
+1 −0 kthread.c
+32 −3 main.c
+4 −4 malloc_wrap.c
+33 −0 neon_sse.h
+1 −1 rle.h
+119 −0 scalar_sse.h
+16 −5 utils.c
+6 −6 utils.h
2 changes: 1 addition & 1 deletion fermi-lite
Submodule fermi-lite updated 1 files
+1 −1 rle.h