Sha256: 56dd890910fbb58b62e3155d16f818327482ef1607f11de2899e7815ef16b175
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
= bio-tm_hmm {<img src="https://secure.travis-ci.org/wwood/bioruby-tm_hmm.png" />}[http://travis-ci.org/#!/wwood/bioruby-tm_hmm] A bioruby plugin for running TMHMM automatically on multiple sequences in a FASTA file and manipulation of the results Note: this software is under active development! == Installation gem install bio-tm_hmm == Usage bio-tm_hmm my.fasta Where my.fasta is a FASTA file with one or more protein sequences in it. Output will be a description of the transmembrane domains predicted by TMHMM. Other options include -f for printing out the fasta sequences that have some number of transmembrane domains in them, and ignoring those that done (converse is -g) bio-tm_hmm -f 2 <my.fasta == Developers To use the library require 'bio-tm_hmm' The API doc is online. For more code examples see also the test files in the source tree. == Project home page Information on the source tree, documentation, issues and how to contribute, see http://github.com/wwood/bioruby-tm_hmm The BioRuby community is on IRC server: irc.freenode.org, channel: #bioruby. == Cite If you use this software, please cite one of * [BioRuby: bioinformatics software for the Ruby programming language](http://dx.doi.org/10.1093/bioinformatics/btq475) * [Biogem: an effective tool-based approach for scaling up open source software development in bioinformatics](http://dx.doi.org/10.1093/bioinformatics/bts080) == Biogems.info This Biogem is published at http://biogems.info/index.html#bio-tm_hmm == Copyright Copyright (c) 2012 Ben J Woodcroft. See LICENSE.txt for further details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-tm_hmm-0.2.1 | README.rdoc |
bio-tm_hmm-0.0.1 | README.rdoc |