modvcfsamples/.vscode/settings.json
Harrison Deng 58ea9ed2d0
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Added untested '-p' option.
2023-06-28 14:19:53 +00:00

22 lines
476 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",
"modvcfsamples",
"ploidy",
"pytest",
"pyvcf",
"vcfpy",
"vcfs"
],
}