Skip to content

Commit

Permalink
修改调试启动参数
Browse files Browse the repository at this point in the history
  • Loading branch information
mahui-cn committed Oct 14, 2024
1 parent 8d35a06 commit 4234003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"args": [
"-tp",
"tsv_tmpl",
"-hld",
"high_ld/high_ld_hg19.txt",
"-mp",
"admix_model"
"admix_model",
"-hld",
"high_ld/high_ld_hg19.txt"
]
}
]
Expand Down

0 comments on commit 4234003

Please sign in to comment.