Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 9047a70
Author: Boris Kovar <[email protected]>
Date:   Thu Jun 15 09:53:13 2023 +0200

    - implemented all the features for #944

commit 716eb0e
Author: Boris Kovar <[email protected]>
Date:   Thu Jun 8 09:13:42 2023 +0200

    - initial commit
  • Loading branch information
boriskovar-m2ms committed Aug 10, 2023
1 parent bf711ee commit 3c3751b
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 3c3751b

Please sign in to comment.