generated from ydeng/python-program
Harrison Deng
9245b3f68e
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
21 lines
458 B
JSON
21 lines
458 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",
|
|
"pytest",
|
|
"pyvcf",
|
|
"vcfpy",
|
|
"vcfs"
|
|
],
|
|
} |