| 
0
 | 
     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 
 |