@hackage sgrep0.0
Sgrep - grep Fasta files for sequences matching a regular expression
Categories
License
LicenseRef-GPL
Maintainer
Ketil Malde <ketil@malde.org>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.0 Mon, 13 Sep 2010
Installation
Dependencies (0)
- base >=3 && <5
- bio
- regex-compat Show all…
Dependents (1)
@hackage/acme-everything
This is a simple utility to extract sequences from Fasta files. It expects its first parameter to be a regular expression, and its second to be a Fasta-formatted file. It will then output all sequences matching the regexp to standard output.