-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathmeta.yaml
More file actions
39 lines (32 loc) · 748 Bytes
/
meta.yaml
File metadata and controls
39 lines (32 loc) · 748 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
39
{% set version = "1.1.0" %}
package:
name: fqgrep
version: {{ version }}
build:
number: 0
run_exports:
- {{ pin_subpackage('fqgrep', max_pin="x") }}
source:
url: https://github.com/fulcrumgenomics/fqgrep/archive/v{{ version }}.tar.gz
sha256: 7be606f25f2241fc6d071276888cf7c82a8f8b4073dd5488e08a663e94715f48
requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('rust') }}
- rust >=1.60
- pkg-config
- make
- cmake
host:
run:
test:
commands:
- fqgrep --help
about:
home: https://github.com/fulcrumgenomics/fqgrep
license: MIT
license_file: LICENSE
summary: Search a pair of fastq files for reads that match a given ref or alt sequence
extra:
recipe-maintainers:
- nh13