modvcfsamples/.vscode/settings.json
Harrison Deng f1aaaddc0c
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Changed build environment and project metadata
Now includes 'vcfpy' instead of 'pyvcf'
2023-06-27 13:59:14 +00:00

20 lines
433 B
JSON

{
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintArgs": [
"--rcfile=setup.cfg"
],
"python.analysis.autoSearchPaths": true,
"python.analysis.extraPaths": [
"src"
],
"cSpell.words": [
"bioconda",
"CHROM",
"pytest",
"pyvcf",
"vcfpy",
"vcfs"
],
}