Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cossio/hmmer.jl
https://github.com/cossio/hmmer.jl
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cossio/hmmer.jl
- Owner: cossio
- License: mit
- Created: 2022-12-03T11:56:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:09:28.000Z (4 months ago)
- Last Synced: 2024-10-06T20:33:13.625Z (about 1 month ago)
- Language: Julia
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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")
```