Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coverind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Salson Mikael
coverind
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
10
Feb
18
Jan
16
14
13
.gitlab-ci.yml: Fix package installation
master
master
.gitlab-ci.yml: Add coverind among the artifacts for the tests
.gitlab-ci.yml: Switch to apt-get
.gitlab-ci.yml: Add apt-update before installing
lib: Add CLI11 lib
Tests: add tests for the CLI
Coverind: Add info on BED
MultiCover: Fix case when window is larger than chromosome
coverind.cpp: CLI to build and query index
multicover.hpp: refactor generateBED in smaller functions
multicover: make getChrIndex const
Add LICENSE
Add tests and data for tests
Add an example
Rely on chromosome index rather than names for saving the BV
Add CI
Refactor LDFLAGS options in Makefile
Add -DNDEBUG flag to compilation options
Use MultiCover in benchmark.cpp instead of Coverind
Add class to deal with multiple sequences
Remove rank/select storage to file in Coverind
Add Coverind constructor with bit vectors passed in parameters
refactor Coverind constructors
Add dataset for tests
update benchmark.cpp
Add gzstream lib
bug: byte EOF may exist in the file
fixup
Loading from saved files
Save: add . for the extension
Differentiate reads starting or ending before position
coverind.hpp: Use template for rank/select support
init
Loading