Mercurial > repos > lecorguille > hmmer_hmmbuild
comparison readme.rst @ 0:31279c47259a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 76281ba139c693f75a900a42c314e74d9649b0ef-dirty
author | lecorguille |
---|---|
date | Tue, 01 Nov 2016 17:12:07 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:31279c47259a |
---|---|
1 Galaxy wrapper for HMMER3 | |
2 ========================= | |
3 | |
4 This wrapper is copyright 2015 by Eric Rasche | |
5 | |
6 HMMER is used for searching sequence databases for homologs of protein | |
7 sequences, and for making protein sequence alignments. It implements methods | |
8 using probabilistic models called profile hidden Markov models (profile HMMs). | |
9 | |
10 Compared to BLAST, FASTA, and other sequence alignment and database search | |
11 tools based on older scoring methodology, HMMER aims to be significantly more | |
12 accurate and more able to detect remote homologs because of the strength of its | |
13 underlying mathematical models. In the past, this strength came at significant | |
14 computational expense, but in the new HMMER3 project, HMMER is now essentially | |
15 as fast as BLAST. | |
16 | |
17 http://hmmer.janelia.org/ | |
18 http://hmmer.janelia.org/about | |
19 | |
20 | |
21 Installation | |
22 ============ | |
23 | |
24 The recommended installation is by means of the toolshed_. | |
25 | |
26 .. _toolshed: http://toolshed.g2.bx.psu.edu/view/iuc/hmmer3 | |
27 | |
28 | |
29 History | |
30 ======= | |
31 | |
32 * v0.2 - Add build-in hmm database for hmmscan and hmmsearch | |
33 * v0.1 - Initial public release | |
34 | |
35 | |
36 Licence (MIT) | |
37 ============= | |
38 | |
39 Permission is hereby granted, free of charge, to any person obtaining a copy | |
40 of this software and associated documentation files (the "Software"), to deal | |
41 in the Software without restriction, including without limitation the rights | |
42 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
43 copies of the Software, and to permit persons to whom the Software is | |
44 furnished to do so, subject to the following conditions: | |
45 | |
46 The above copyright notice and this permission notice shall be included in | |
47 all copies or substantial portions of the Software. | |
48 | |
49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
50 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
51 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
52 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
53 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
54 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
55 THE SOFTWARE. |