Skip to content

Commit

Permalink
towards fixing multiple instances of same complex problem
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-combe committed Aug 4, 2021
1 parent 4a57196 commit 761d485
Show file tree
Hide file tree
Showing 12 changed files with 1,775 additions and 641 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": true
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": "eslint:recommended",
Expand Down
4 changes: 2 additions & 2 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": "3.0.0",
"modules": false
"corejs": "3.15.2",
"modules": "auto"
}
]
]
Expand Down
1,559 changes: 1,558 additions & 1 deletion data/CPX-5684.json

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ const exampleIndex = [
"name": "CPX-5684",
"url": "https://www.ebi.ac.uk/complexportal/complex/CPX-5684",
},
{
"ac": "CPX-5605",
"name": "CPX-5605",
"url": "https://www.ebi.ac.uk/complexportal/complex/CPX-5605",
},
{
"ac": "CPX-5897",
"name": "CPX-5897",
"url": "https://www.ebi.ac.uk/complexportal/complex/CPX-5897",
},
{
"ac": "EBI-25776165",
"name": "EBI-25776165",
Expand All @@ -25,17 +35,6 @@ const exampleIndex = [
"name": "~CPX-1920",
"url": "https://www.ebi.ac.uk/complexportal/complex/CPX-1920",
},
{
"ac": "~CPX-5605",
"name": "~CPX-5605",
"url": "https://www.ebi.ac.uk/complexportal/complex/CPX-5605",
},
{
"ac": "~CPX-5897",
"name": "~CPX-5897",
"url": "https://www.ebi.ac.uk/complexportal/complex/CPX-5897",
},

{
"ac": "EBI-25816865",
"name": "EBI-25816865",
Expand Down
308 changes: 0 additions & 308 deletions data/~CPX-5605.json

This file was deleted.

Loading

0 comments on commit 761d485

Please sign in to comment.