Skip to content

Commit 7a3c809

Browse files
vtnphanCopilotCopilot
authored
Single prediction (#31)
* fix: edit comments not for using RCSB api Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: selectTool Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: improve coverage * fix: added SMILES tests * docs: added biological molecule types supported by AlphaFold Server --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent e3ff3e0 commit 7a3c809

16 files changed

Lines changed: 2553 additions & 61 deletions

angular.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"outputPath": "dist/sbp-portal",
2121
"index": "src/index.html",
2222
"browser": "src/main.ts",
23-
"polyfills": [
24-
"zone.js"
25-
],
23+
"polyfills": ["zone.js"],
2624
"tsConfig": "tsconfig.app.json",
2725
"assets": [
2826
{
@@ -31,10 +29,9 @@
3129
},
3230
"src/assets"
3331
],
34-
"styles": [
35-
"src/styles.scss"
36-
],
37-
"scripts": []
32+
"styles": ["src/styles.scss"],
33+
"scripts": [],
34+
"allowedCommonJsDependencies": ["als-normalize-urlpath"]
3835
},
3936
"configurations": {
4037
"production": {
@@ -43,8 +40,8 @@
4340
"budgets": [
4441
{
4542
"type": "initial",
46-
"maximumWarning": "500kB",
47-
"maximumError": "1MB"
43+
"maximumWarning": "1MB",
44+
"maximumError": "1.5MB"
4845
},
4946
{
5047
"type": "anyComponentStyle",

package-lock.json

Lines changed: 19 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)