comparison README.rst @ 20:3b3601a2a7c7 draft

planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/htseq_count commit 8a40cf16ce0b48cdfda88a505869e77e8826cb23
author lparsons
date Mon, 22 Jun 2015 17:01:05 -0400
parents
children 55ed198f2c1c
comparison
equal deleted inserted replaced
19:6f920f33c5eb 20:3b3601a2a7c7
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 Installation directly from the `Galaxy Toolshed <http://toolshed.g2.bx.psu.edu/view/lparsons/htseq_count>`_ is
13 recommended.
14
15 Development
16 -----------
17
18 Repository-Maintainer: Lance Parsons <lparsons@princeton.edu>
19
20 Repository-Development: `https://bitbucket.org/lance_parsons/htseq_count_galaxy_wrapper <https://bitbucket.org/lance_parsons/htseq_count_galaxy_wrapper>`_
21
22 License
23 -------
24
25 Copyright (c) 2012-2014, Lance R. Parsons <lparsons@princeton.edu>
26 All rights reserved.
27
28 Licensed under the BSD 2-Clause License: <http://opensource.org/licenses/BSD-2-Clause>
29
30 Redistribution and use in source and binary forms, with or without
31 modification, are permitted provided that the following conditions are met:
32
33 * Redistributions of source code must retain the above copyright notice,
34 this list of conditions and the following disclaimer.
35
36 * Redistributions in binary form must reproduce the above copyright notice,
37 this list of conditions and the following disclaimer in the documentation
38 and/or other materials provided with the distribution.
39
40 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
41 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
42 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
43 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
44 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
46 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
47 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
48 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.