Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grailbio/bio

Bioinformatic infrastructure libraries
https://github.com/grailbio/bio

bioinformatics data-science golang

Last synced: about 22 hours ago
JSON representation

Bioinformatic infrastructure libraries

Awesome Lists containing this project

README

        

## Bioinformatics tools

- [bio-fusion](https://github.com/grailbio/bio/tree/master/fusion): High-performance RNA/DNA fusion detector

## Infrastructure libraries

- [encoding/bamprovider](https://godoc.org/github.com/grailbio/bio/encoding/bamprovider): Parallel BAM/PAM reader and parallel paired reader.
- [encoding/fasta](https://godoc.org/github.com/grailbio/bio/encoding/fasta): FASTA reader and writer.
- [encoding/fastq](https://godoc.org/github.com/grailbio/bio/encoding/fastq): FASTQ reader
- [encoding/pam](https://godoc.org/github.com/grailbio/bio/encoding/pam): A faster, smaller alternative to BAM files.
- [encoding/bam](https://godoc.org/github.com/grailbio/bio/encoding/bam): Utilities for BAM files. Based on github.com/biogo/hts.
- [encoding/converter](https://godoc.org/github.com/grailbio/bio/encoding/converter): Conversion between file formats
- [cmd/bio-pamtool](https://github.com/grailbio/bio/tree/master/cmd/bio-pamtool): "samtool" like tool for PAM and BAM.
- [cmd/bio-bam-sort](https://github.com/grailbio/bio/tree/master/cmd/bio-bam-sort): Tool for sorting and merging aligner outputs into PAM or BAM.
- [cmd/bio-bam-gindex](https://github.com/grailbio/bio/tree/master/cmd/bio-bam-gindex): Alternate index for faster seeking into BAM files.
- [cmd/bio-pileup](https://github.com/grailbio/bio/tree/master/cmd/bio-pileup): Tool to support variant calling on PAM or BAM.
- [biosimd](https://godoc.org/github.com/grailbio/bio/biosimd): Fast reverse-complement, pack/unpack from BAM seq[] format, etc.