Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodules to work with GCC 10 #67

Open
wants to merge 6 commits into
base: jhess
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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 = https://github.com/julianhess/fermi-lite.git
[submodule "bwa"]
path = bwa
url = https://github.com/walaj/bwa
url = https://github.com/lh3/bwa.git
2 changes: 1 addition & 1 deletion bwa
2 changes: 1 addition & 1 deletion fermi-lite
Submodule fermi-lite updated 15 files
+2 −2 Makefile
+9 −2 README.md
+1 −1 bfc.c
+2 −2 bseq.c
+6 −7 bubble.c
+7 −2 example.c
+48 −11 f_ksw.c
+6 −3 fml.h
+5 −4 mag.c
+1 −1 mag.h
+9 −4 misc.c
+33 −0 neon_sse.h
+1 −1 rle.h
+119 −0 scalar_sse.h
+2 −2 unitig.c