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"
],
"cSpell.words": [
"bioconda",
"CHROM",
"pytest",
"pyvcf",

View File

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

View File

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