-
Notifications
You must be signed in to change notification settings - Fork 3.4k
/
Copy pathmeta.yaml
55 lines (48 loc) · 1.36 KB
/
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
53
54
55
{% set name = "ataqv" %}
{% set version = "1.3.1" %}
{% set sha256 = "e286d521919d8117aad8b6aaf91d0539212d8c5fcc1bd33be26d435ef8b58dd3" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 5
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}
source:
url: https://github.com/ParkerLab/ataqv/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}
requirements:
build:
- make
- {{ compiler('cxx') }}
host:
- boost-cpp
- htslib
- ncurses
- zlib
- coreutils # required for 'realpath' call in Makefile
- python
run:
- boost-cpp
- htslib
- ncurses
- zlib
- coreutils
- python
test:
commands:
- ataqv --version 2>&1 | grep "{{ version }}"
- ataqv --help 2>&1 | grep "metrics"
- mkarv --help 2>&1 | grep "DESCRIPTION"
- srvarv --help 2>&1 | grep "instance"
about:
home: https://parkerlab.github.io/ataqv/
license: GPL-3.0-only
license_file: LICENSE
summary: ataqv is a toolkit for measuring and comparing ATAC-seq results. It was written to help understand how well ATAC-seq assays have worked, and to make it easier to spot differences that might be caused by library prep or sequencing.
dev_url: https://github.com/ParkerLab/ataqv
doc_url: https://github.com/ParkerLab/ataqv/blob/master/README.rst
extra:
additional-platforms:
- linux-aarch64
- osx-arm64