generated from ydeng/python-program
Harrison Deng
08ba073ef9
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
19 lines
413 B
JSON
19 lines
413 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": [
|
|
"CHROM",
|
|
"pytest",
|
|
"pyvcf",
|
|
"vcfpy",
|
|
"vcfs"
|
|
],
|
|
} |