Mercurial > repos > iuc > featurecounts
comparison README.rst @ 0:9e7a369eec58 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
author | iuc |
---|---|
date | Wed, 21 Sep 2016 07:24:39 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9e7a369eec58 |
---|---|
1 FeatureCounts wrapper for Galaxy | |
2 ================================ | |
3 | |
4 * http://bioinf.wehi.edu.au/featureCounts/ | |
5 * http://subread.sourceforge.net/ | |
6 | |
7 FeatureCounts as part of the SUBREAD package is "a highly efficient and | |
8 accurate read summarization program". | |
9 | |
10 Installation | |
11 ------------ | |
12 | |
13 This wrapper requires Galaxy 16.04 to be fully functional because | |
14 of the following commits: | |
15 | |
16 * https://github.com/galaxyproject/galaxy/pull/961 | |
17 * https://github.com/galaxyproject/galaxy/pull/1714 | |
18 | |
19 License | |
20 ------- | |
21 | |
22 **featureCounts**: | |
23 | |
24 GPL (>=3) | |
25 |