Mercurial > repos > bgruening > crispr_recognition_tool
comparison readme.rst @ 0:db0f5c1cb227 draft
Imported from capsule None
author | bgruening |
---|---|
date | Fri, 02 May 2014 06:15:38 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:db0f5c1cb227 |
---|---|
1 Galaxy wrapper for CRISPR RECOGNITION TOOL | |
2 ========================================== | |
3 | |
4 This wrapper is copyright 2012-2013 by Björn Grüning and Omer Alkhnbashi | |
5 | |
6 This is a wrapper for the command line tool of CRT. | |
7 | |
8 CRISPR Recognition Tool - a tool for automatic detection of clustered regularly interspaced palindromic repeats | |
9 | |
10 http://www.room220.com/crt/ | |
11 | |
12 For the underlying tool, please cite `Bland C, Ramsey TL, Sabree F, Lowe M, Brown K, Kyrpides NC, Hugenholtz P: | |
13 CRISPR Recognition Tool (CRT): a tool for automatic detection of clustered regularly interspaced palindromic repeats. BMC Bioinformatics. 2007 Jun 18;8(1):209` | |
14 | |
15 | |
16 Installation | |
17 ============ | |
18 | |
19 Galaxy should be able to automatically install the dependencies. | |
20 | |
21 | |
22 History | |
23 ======= | |
24 | |
25 v0.1 - Initial public release | |
26 | |
27 | |
28 Licence (MIT) | |
29 ============= | |
30 | |
31 Permission is hereby granted, free of charge, to any person obtaining a copy | |
32 of this software and associated documentation files (the "Software"), to deal | |
33 in the Software without restriction, including without limitation the rights | |
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
35 copies of the Software, and to permit persons to whom the Software is | |
36 furnished to do so, subject to the following conditions: | |
37 | |
38 The above copyright notice and this permission notice shall be included in | |
39 all copies or substantial portions of the Software. | |
40 | |
41 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
44 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
47 THE SOFTWARE. | |
48 |