forked from varfish-org/varfish-db-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
49 lines (49 loc) · 985 Bytes
/
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
name: varfish-db-downloader
channels:
- bioconda
- conda-forge
- defaults
dependencies:
# Python and Python packages.
- python =3.10
- setuptools-scm
- attrs
- cattrs
- click
- loguru
- numpy
- 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.28.0
- viguno =0.1.6
- mehari =0.18.1
- varfish-server-worker =0.10.1
# S3 uploads
- s5cmd =2.1.0