-
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.
Merge pull request #202 from pangenome/update_odgi
update odgi
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule odgi
updated
11 files
+8 −0 | README.md | |
+5 −0 | default.nix | |
+1 −1 | docs/rst/commands/odgi_crush.rst | |
+40 −0 | odgi.nix | |
+19 −0 | src/algorithms/atomic_image.cpp | |
+4 −0 | src/algorithms/atomic_image.hpp | |
+11 −4 | src/algorithms/draw.cpp | |
+3 −1 | src/algorithms/draw.hpp | |
+1 −1 | src/subcommand/crush_main.cpp | |
+9 −1 | src/subcommand/depth_main.cpp | |
+3 −3 | src/subcommand/draw_main.cpp |