Skip to content

Commit 4a3f3bd

Browse files
committed
Update VSCode launch.json
1 parent 07cc52b commit 4a3f3bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
"--mode", "3",
1818
"--min-count", "0",
1919
]
20-
},
20+
},
2121
{
2222
"name": "Python: hto-adt-postprocess/combine.py",
2323
"type": "python",
2424
"request": "launch",
2525
"program": "${workspaceFolder}/dockers/hto-adt-postprocess/combine.py",
2626
"console": "integratedTerminal",
27+
"cwd": "${workspaceFolder}/dockers/hto-adt-postprocess/",
2728
"args": [
2829
"--dense-count-matrix", "/Users/chunj/Downloads/totalseq-b/1973_HD1915_7xNK_IGO_10657_2_dense.csv",
2930
"--hto-classification", "/Users/chunj/Downloads/totalseq-b/final-classification.tsv.gz",

0 commit comments

Comments
 (0)