2023-03-30 21:16:00 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Splitter Single Gene with Translation",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
2023-04-11 21:13:07 +00:00
|
|
|
"program": "${workspaceFolder}/splitmsa/splitmsa.py",
|
2023-03-30 21:16:00 +00:00
|
|
|
"args": [
|
|
|
|
"${workspaceFolder}/tests/resources/test_msa-shortened.fa",
|
2023-04-11 21:13:07 +00:00
|
|
|
"--gene-list",
|
|
|
|
"${workspaceFolder}/tests/resources/gene_list.csv",
|
2023-03-30 21:16:00 +00:00
|
|
|
"-C",
|
2023-04-11 21:13:07 +00:00
|
|
|
"-E",
|
|
|
|
"DEBUG",
|
2023-03-30 21:16:00 +00:00
|
|
|
"--do-translate",
|
|
|
|
"--gen-cut-stop-codon"
|
|
|
|
],
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|