Mercurial > repos > yhoogstrate > featurecounts
comparison README.rst @ 2:b5c93611d2c5 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/featurecounts_galaxy_wrapper commit b05640a41e2106782ac7f88f858b0a256918fa6f
author | yhoogstrate |
---|---|
date | Thu, 10 Sep 2015 05:11:49 -0400 |
parents | 63bd455ed299 |
children | e04fbcc4e91a |
comparison
equal
deleted
inserted
replaced
1:63bd455ed299 | 2:b5c93611d2c5 |
---|---|
1 FeatureCounts wrapper for Galaxy | 1 FeatureCounts wrapper for Galaxy |
2 ================================ | 2 ================================ |
3 | 3 |
4 http://bioinf.wehi.edu.au/featureCounts/ | 4 * http://bioinf.wehi.edu.au/featureCounts/ |
5 http://subread.sourceforge.net/ | 5 * http://subread.sourceforge.net/ |
6 | 6 |
7 FeatureCounts as part of the SUBREAD package is "a highly efficient and | 7 FeatureCounts as part of the SUBREAD package is "a highly efficient and |
8 accurate read summarization program". | 8 accurate read summarization program". |
9 | 9 |
10 Development | 10 Development |
11 ----------- | 11 ----------- |
12 | 12 |
13 * Repository-Maintainer: Youri Hoogstrate | 13 * Repository-Maintainer: Youri Hoogstrate |
14 * Repository-Developers: Youri Hoogstrate, Marius van den Beek | 14 * Repository-Developers: Youri Hoogstrate, Marius van den Beek |
15 | 15 |
16 * Repository-Development: https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools | 16 * Repository-Development: https://github.com/ErasmusMC-Bioinformatics/featurecounts_galaxy_wrapper |
17 | 17 |
18 The tool wrapper has been written by Youri Hoogstrate from the Erasmus | 18 The tool wrapper has been written by Youri Hoogstrate from the Erasmus |
19 Medical Center (Rotterdam, Netherlands) on behalf of the Translational | 19 Medical Center (Rotterdam, Netherlands) on behalf of the Translational |
20 Research IT (TraIT) project: | 20 Research IT (TraIT) project: |
21 | 21 |
32 | 32 |
33 GPL (>=3) | 33 GPL (>=3) |
34 | 34 |
35 **This wrapper**: | 35 **This wrapper**: |
36 | 36 |
37 Copyright (C) 2013-2014 Youri Hoogstrate | 37 ``Copyright (C) 2013-2015 Youri Hoogstrate`` |
38 | 38 |
39 This program is free software: you can redistribute it and/or modify | 39 ``This program is free software: you can redistribute it and/or modify |
40 it under the terms of the GNU General Public License as published by | 40 it under the terms of the GNU General Public License as published by |
41 the Free Software Foundation, either version 3 of the License, or | 41 the Free Software Foundation, either version 3 of the License, or |
42 (at your option) any later version. | 42 (at your option) any later version.`` |
43 | 43 |
44 This program is distributed in the hope that it will be useful, | 44 ``This program is distributed in the hope that it will be useful, |
45 but WITHOUT ANY WARRANTY; without even the implied warranty of | 45 but WITHOUT ANY WARRANTY; without even the implied warranty of |
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
47 GNU General Public License for more details. | 47 GNU General Public License for more details.`` |
48 | 48 |
49 You should have received a copy of the GNU General Public License | 49 ``You should have received a copy of the GNU General Public License |
50 along with this program. If not, see <http://www.gnu.org/licenses/>. | 50 along with this program. If not, see <http://www.gnu.org/licenses/>.`` |
51 | 51 |
52 Acknowledgements | 52 Acknowledgements |
53 ---------------- | 53 ---------------- |
54 | 54 |
55 I would like to thank Marius van den Beek for his contributions to this project. | 55 I would like to thank Marius van den Beek for his contributions to this project. |