forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
38 lines (30 loc) · 811 Bytes
/
meta.yaml
File metadata and controls
38 lines (30 loc) · 811 Bytes
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
package:
name: mapsplice
version: 2.2.0
source:
fn: MapSplice-v2.2.0.zip
url: http://protocols.netlab.uky.edu/~zeng/MapSplice-v2.2.0.zip
md5: 171975d48d2ddcc111a314d926f3527a
patches:
- mapsplice.patch
- samtools.patch
build:
number: 1
skip: True # [osx]
string: "py{{CONDA_PY}}_ncurses{{CONDA_NCURSES}}_{{PKG_BUILDNUM}}"
requirements:
build:
- python
- zlib
- ncurses {{CONDA_NCURSES}}*
run:
- python
- zlib
- ncurses {{CONDA_NCURSES}}*
test:
commands:
- mapsplice.py -v 2>&1 |grep MapSplice > /dev/null
about:
license: Custom
summary: MapSplice is a software for mapping RNA-seq data to reference genome for splice junction discovery that depends only on reference genome, and not on any further annotations.
license_file: Copyright.txt