forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFastK_package
More file actions
55 lines (48 loc) · 1.04 KB
/
FastK_package
File metadata and controls
55 lines (48 loc) · 1.04 KB
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 = "Fastk" %}
{% set version = "1.0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/josiahkuja/FASTK.git
git_tag: FastK
build:
number: 0
skip: True # [win]
requirements:
build:
- git
- make
- cmake
- cython
- {{ compiler('cxx') }}
host:
- python
- pip
- cython
- setuptools
- setuptools_scm
- networkx
- xopen
- pbsim
- Biopython
- pystream-protobuf
- pysam
- pyvcf
- pyfaidx
test:
imports:
- FastK
- FastK.tests
about:
home: https://github.com/josiahkuja/FASTK
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: A fast K-mer counter for high-quality datasets
description: |
FastK is a k‑mer counter that is optimized for processing high
quality DNA assembly data sets such as those produced with an
Illumina instrument or a PacBio run in HiFi mode.
doc_url: https://josiahkuja.github.io/FASTK/
dev_url: hhttps://github.com/josiahkuja/FASTK