-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
55 lines (55 loc) · 1.07 KB
/
environment.yml
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
name: varfish-db-downloader
channels:
- bioconda
- conda-forge
dependencies:
# Python and Python packages.
- python =3.10
- setuptools-scm
- attrs
- cattrs
- click
- hashdeep
- loguru
- numpy
- pydantic
- pronto >=2.5,<3.0
- pyyaml
- requests
- requests-ftp
- snakemake-minimal =7
- interval-binning >=1.0,<2.0
- tqdm
- vcfpy
# Python and Snakemake formatting and linting.
- black >=23.0,<24.0
- snakefmt >=0.8,<0.9
- isort >=5.0,<6.0
- flake8 >=6.0,<7.0
# Shell formatting and linting.
- beautysh >=6.0,<7.0
- shellcheck >=0.9,<0.10
# JSON transformation tool used in many rules.
- jq
# Tools for file downloads.
- aria2 >=1.36.0
- wget
# Tool for processing BED files.
- bedops =2
# VCF/BCF/HTSlib/Samtools.
- bcftools =1.17
- htslib =1.17
- samtools =1.17
# Parallel (de)compression.
- pigz
# Varfish related
- annonars =0.41.3
- viguno =0.3.1
- mehari =0.25.5
- varfish-server-worker =0.13.0
# S3 uploads
- s5cmd =2.1.0
# async HTTP requests
- httpx =0.25.0
- httpcore =0.18.0
- trio