bio-locus 0.0.7
Tool for fast querying of genome locations
Bio-locus is a tabix-like tool for fast querying of genome locations. Many file formats in bioinformatics contain records that start with a chromosome name and a position for a SNP, or a start-end position for indels. Bio-locus allows users to store this chr+pos or chr+pos+alt information in a database.
- Website: https://github.com/pjotrp/bio-locus
- Licenses: Expat
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install bio-locus 0.0.7
as follows:
guix install bio-locus@0.0.7
Or install the latest version:
guix install bio-locus
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.