-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathmeta.yaml
52 lines (45 loc) · 1017 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
package:
name: rseqc
version: 2.6.4
source:
url: https://pypi.python.org/packages/61/58/1d9c280d8d852f7c5e873c0635952fc19305b0805e9f0ace50e8ef2f93c3/RSeQC-2.6.4.tar.gz
md5: 935779c452ffc84f3b8b9fb3d485c782
build:
skip: True # [not py27]
number: 2
script: python -m pip install --no-deps --ignore-installed .
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- setuptools
- cython >=0.17
- pysam
- bx-python
- numpy
- nose
run:
- python
- cython >=0.17
- pysam
- bx-python
- numpy
- r-base
test:
imports:
- qcmodule
- qcmodule.SAM
commands:
- read_distribution.py 2>&1 | grep Usage > /dev/null
- geneBody_coverage.py 2>&1 | grep Usage > /dev/null
about:
home: http://rseqc.sourceforge.net/
license: GNU General Public License v2 (GPLv2)
summary: 'RNA-seq QC Package'
license_family: GPL2
extra:
identifiers:
- biotools:rseqc
- doi:10.1093/bioinformatics/bts356