Changed build environment and project metadata
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit

Now includes 'vcfpy' instead of 'pyvcf'
This commit is contained in:
Harrison Deng 2023-06-27 13:59:14 +00:00
parent 7bae01b1af
commit f1aaaddc0c
3 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@
"src" "src"
], ],
"cSpell.words": [ "cSpell.words": [
"bioconda",
"CHROM", "CHROM",
"pytest", "pytest",
"pyvcf", "pyvcf",

View File

@ -1,6 +1,7 @@
name: program name: program
channels: channels:
- conda-forge - conda-forge
- bioconda
dependencies: dependencies:
- python - python
- pip - pip
@ -9,4 +10,4 @@ dependencies:
- pytest-cov - pytest-cov
- twine - twine
- sphinx - sphinx
- pyvcf - vcfpy

View File

@ -6,7 +6,7 @@ version = 0.0.1
package_dir = package_dir =
= ./src = ./src
install_requires = install_requires =
pyvcf ==0.6.8 vcfpy ==0.13.6
[options.entry_points] [options.entry_points]