-
Notifications
You must be signed in to change notification settings - Fork 2
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 #67 from ComparativeGenomicsToolkit/update-hal
update to latest hal
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hal
updated
13 files
+53 −26 | README.md | |
+16 −6 | api/hdf5_impl/hdf5BottomSegment.cpp | |
+20 −16 | api/hdf5_impl/hdf5Genome.cpp | |
+222 −170 | blockViz/impl/halBlockViz.cpp | |
+34 −72 | liftover/impl/halBlockMapper.cpp | |
+0 −1 | liftover/inc/halBlockMapper.h | |
+4 −3 | maf/Makefile | |
+5 −0 | maf/hal2mafMP.py | |
+1 −1 | maf/impl/halMafExport.cpp | |
+69 −14 | maf/tests/expected/hal2mafSeqPartTest.maf | |
+19 −8 | modify/halAppendSubtree.cpp | |
+123 −0 | stats/halcoverage-table.py | |
+48 −14 | stats/impl/halCoverage.cpp |