Skip to content

Commit

Permalink
- implemented all the features for #944
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Jun 15, 2023
1 parent 716eb0e commit 9047a70
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 421 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
"request": "attach",
"type": "pwa-chrome",
"urlFilter": "http://127.0.0.1:8080/*",
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}",
"smartStep": true
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://127.0.0.1:8080",
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}",
"smartStep": true
}
]
}
68 changes: 0 additions & 68 deletions jobconfigs/fragalysis-job-spec-1.1.json

This file was deleted.

190 changes: 0 additions & 190 deletions jobconfigs/fragalysis-job-spec-1.2.json

This file was deleted.

43 changes: 0 additions & 43 deletions jobconfigs/fragmenstein-combine-multi-scoring.json

This file was deleted.

31 changes: 0 additions & 31 deletions jobconfigs/fragmenstein-combine.json

This file was deleted.

32 changes: 0 additions & 32 deletions jobconfigs/fragmenstein-place-string.json

This file was deleted.

Loading

0 comments on commit 9047a70

Please sign in to comment.