Mercurial > repos > lparsons > htseq_count
comparison README.md @ 13:30bb8acb77a4
Updated to v0.5.4p5, use repository dependencies.
author | lparsons |
---|---|
date | Tue, 05 Nov 2013 13:02:43 -0500 |
parents | |
children | 227f9d3f0e32 |
comparison
equal
deleted
inserted
replaced
12:62a1de8c8aae | 13:30bb8acb77a4 |
---|---|
1 htseq-count wrapper for Galaxy | |
2 ============================== | |
3 | |
4 Galaxy wrapper for | |
5 [htseq-count](http://www-huber.embl.de/users/anders/HTSeq/doc/count.html) | |
6 script from python | |
7 [HTSeq](http://www-huber.embl.de/users/anders/HTSeq/doc/index.html) package. | |
8 | |
9 Installation | |
10 ------------ | |
11 | |
12 Installtion directly from the [Galaxy | |
13 Toolshed](http://toolshed.g2.bx.psu.edu/view/lparsons/htseq_count) is | |
14 recommended. | |
15 | |
16 Development | |
17 ----------- | |
18 | |
19 Repository-Maintainer: Lance Parsons <lparsons@princeton.edu> | |
20 | |
21 Repository-Development: <https://bitbucket.org/lance_parsons/htseq_count_galaxy_wrapper> | |
22 | |
23 | |
24 License | |
25 ------- | |
26 | |
27 Copyright (c) 2012-2013, Lance R. Parsons <lparsons@princeton.edu> | |
28 All rights reserved. | |
29 | |
30 Licensed under the BSD 2-Clause License: <http://opensource.org/licenses/BSD-2-Clause> | |
31 | |
32 Redistribution and use in source and binary forms, with or without | |
33 modification, are permitted provided that the following conditions are met: | |
34 | |
35 * Redistributions of source code must retain the above copyright notice, | |
36 this list of conditions and the following disclaimer. | |
37 | |
38 * Redistributions in binary form must reproduce the above copyright notice, | |
39 this list of conditions and the following disclaimer in the documentation | |
40 and/or other materials provided with the distribution. | |
41 | |
42 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | |
43 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
44 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
45 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | |
46 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
47 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
48 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
49 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
50 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |