-
Notifications
You must be signed in to change notification settings - Fork 6
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
db7514b
commit b3bf155
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slow5lib
updated
25 files
+11 −0 | .github/workflows/c-cpp.yml | |
+2 −2 | .github/workflows/python.yml | |
+10 −2 | CMakeLists.txt | |
+3 −5 | docs/slow5_api/low_level_api/slow5_idx_load_with.md | |
+3 −0 | docs/slow5_api/slow5.md | |
+3 −0 | docs/slow5_api/slow5_internal.md | |
+1 −1 | docs/slow5_api/slow5_low_level_api.md | |
+1 −1 | include/slow5/slow5_defs.h | |
+9 −0 | include/slow5/slow5_mt.h | |
+1 −1 | setup.py | |
+20 −14 | src/slow5_idx.c | |
+2 −0 | src/slow5_idx.h | |
+13 −4 | src/slow5_mt.c | |
+10 −5 | test/.gitignore | |
+10 −5 | test/bench/build.sh | |
+1 −1 | test/bench/convert_to_pa.c | |
+1 −1 | test/bench/convert_to_pa_rand.c | |
+6 −13 | test/bench/get_all.c | |
+5 −15 | test/bench/get_read_ids.c | |
+9 −21 | test/bench/get_read_number_rand.c | |
+9 −21 | test/bench/get_sample_count_rand.c | |
+8 −15 | test/bench/get_samples.c | |
+11 −19 | test/bench/get_samples_no_pipelining.c | |
+9 −21 | test/bench/get_samples_rand.c | |
+15 −0 | test/bench/readme.md |