bio-locus
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.
- Versions: 0.0.7
- 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 the latest version of bio-locus as follows:
guix install bio-locus
Or install a particular version:
guix install bio-locus@0.0.7
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.
Badge code
You can use the following badge to inform users of bio-locus about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bio-locus'><img src='https://packages.guix.gnu.org/packages/bio-locus/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/bio-locus)
Example Org:
[[https://packages.guix.gnu.org/packages/bio-locus][https://packages.guix.gnu.org/packages/bio-locus/badges/latest-version.svg]]