generated from ydeng/python-program
Changed build environment and project metadata
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
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:
parent
7bae01b1af
commit
f1aaaddc0c
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -10,6 +10,7 @@
|
|||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"bioconda",
|
||||||
"CHROM",
|
"CHROM",
|
||||||
"pytest",
|
"pytest",
|
||||||
"pyvcf",
|
"pyvcf",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user