-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jts:master' into master
- Loading branch information
Showing
31 changed files
with
780 additions
and
1,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* Nanopolish-specific config */ | ||
//#define HAVE_LIBBZ2 1 | ||
//#define HAVE_LIBLZMA 1 | ||
//#define HAVE_LZMA_H 1 | ||
#define HAVE_FSEEKO 1 | ||
#define HAVE_DRAND48 1 |
Submodule fast5
deleted from
18d6e3
Submodule minimap2
updated
42 files
+21 −0 | .github/workflows/ci.yaml | |
+3 −0 | .gitmodules | |
+5 −1 | .travis.yml | |
+0 −1 | MANIFEST.in | |
+20 −16 | Makefile | |
+97 −0 | Makefile.simde | |
+205 −0 | NEWS.md | |
+37 −12 | README.md | |
+163 −56 | align.c | |
+0 −164 | chain.c | |
+30 −0 | code_of_conduct.md | |
+6 −6 | cookbook.md | |
+1 −1 | esterr.c | |
+1 −1 | example.c | |
+41 −43 | format.c | |
+27 −69 | hit.c | |
+23 −1 | index.c | |
+39 −0 | kalloc.h | |
+474 −0 | krmq.h | |
+13 −6 | ksw2.h | |
+8 −0 | ksw2_extd2_sse.c | |
+8 −1 | ksw2_exts2_sse.c | |
+8 −0 | ksw2_extz2_sse.c | |
+6 −1 | ksw2_ll_sse.c | |
+369 −0 | lchain.c | |
+1 −0 | lib/simde | |
+48 −13 | main.c | |
+68 −68 | map.c | |
+30 −8 | minimap.h | |
+85 −55 | minimap2.1 | |
+1 −0 | misc.c | |
+335 −0 | misc/mmphase.js | |
+654 −41 | misc/paftools.js | |
+41 −10 | mmpriv.h | |
+72 −33 | options.c | |
+1 −1 | python/README.rst | |
+19 −4 | python/cmappy.pxd | |
+2 −2 | python/mappy.pyx | |
+131 −0 | seed.c | |
+4 −14 | setup.py | |
+120 −0 | tex/minimap2.bib | |
+240 −0 | tex/mm2-update.tex |
Oops, something went wrong.