-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1bd0f2
commit 25c19ea
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule abPOA
updated
14 files
+2 −0 | .gitignore | |
+7 −1 | CMakeLists.txt | |
+43 −24 | Makefile | |
+54 −41 | README.md | |
+1 −1 | abpoa.pc.in | |
+ − | pog.png | |
+1 −2 | python/README.md | |
+4 −4 | python/example.py | |
+52 −41 | setup.py | |
+1 −1 | src/abpoa.c | |
+1 −1 | src/abpoa_align.h | |
+1 −1 | src/abpoa_output.c | |
+2 −2 | src/abpoa_seed.c | |
+15 −14 | src/simd_abpoa_align.c |