bio-faidx¶ ↑
API to work with the fai format produced to samtools. Useful if you don’t want to rely on all the samtools component. Can query sequences from the fasta file. At the minute, it uses bio-samtools, but the idea is to make this self-sufficient.
Installation¶ ↑
gem install bio-faidx
Usage¶ ↑
require 'bio-faidx'
The API doc is online. For more code examples see the test files in the source tree.
Project home page¶ ↑
Information on the source tree, documentation, examples, issues and how to contribute, see
github.com/homonecloco/bioruby-faidx
The BioRuby community is on IRC server: irc.freenode.org, channel: bioruby.
Cite¶ ↑
If you use this software, please cite one of
Biogems.info¶ ↑
This Biogem is published at (biogems.info/index.html#bio-faidx)
Copyright¶ ↑
Copyright © 2014 homonecloco. See LICENSE.txt for further details.