Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cossio/hmmer.jl


https://github.com/cossio/hmmer.jl

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# HMMER.jl

A thin Julia wrapper of [hmmer](http://hmmer.org). Functions have the same name as the HMMER programs (and Easel miniapps). Keyword arguments are named consistently with the command line arguments of the respective programs. The package creates temporary files for output and returns the path.

## Installation

This package is registered. Install with:

```julia
import Pkg
Pkg.add("HMMER")
```