Skip to content

Commit

Permalink
Merge pull request #549 from SysBioChalmers/feat/addGeneSymbols
Browse files Browse the repository at this point in the history
feat: add gene symbols to model
  • Loading branch information
haowang-bioinfo authored May 7, 2023
2 parents 757585f + b760c18 commit 06ea460
Show file tree
Hide file tree
Showing 5 changed files with 2,993 additions and 32 deletions.
75 changes: 63 additions & 12 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"doc",
"ideas",
"infra",
"maintenance",
"platform",
"projectManagement",
"question",
Expand All @@ -41,6 +42,7 @@
"doc",
"ideas",
"infra",
"maintenance",
"platform",
"projectManagement",
"question",
Expand Down Expand Up @@ -74,6 +76,7 @@
"bug",
"code",
"content",
"research",
"review"
]
},
Expand All @@ -83,7 +86,9 @@
"avatar_url": "https://avatars.githubusercontent.com/u/32029599?v=4",
"profile": "",
"contributions": [
"bug"
"bug",
"research",
"review"
]
},
{
Expand All @@ -92,7 +97,9 @@
"avatar_url": "https://avatars.githubusercontent.com/u/8766764?v=4",
"profile": "",
"contributions": [
"bug"
"bug",
"research",
"code"
]
},
{
Expand Down Expand Up @@ -121,7 +128,8 @@
"contributions": [
"bug",
"content",
"code"
"code",
"research"
]
},
{
Expand Down Expand Up @@ -187,7 +195,8 @@
"contributions": [
"bug",
"content",
"code"
"code",
"research"
]
},
{
Expand All @@ -196,7 +205,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/3072880?v=4",
"profile": "https://orcid.org/0000-0003-3947-488X",
"contributions": [
"bug"
"bug",
"research"
]
},
{
Expand All @@ -205,7 +215,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/45748199?v=4",
"profile": "https://github.com/mpagni12",
"contributions": [
"bug"
"bug",
"research"
]
},
{
Expand All @@ -215,7 +226,8 @@
"profile": "https://github.com/ANiknejad",
"contributions": [
"bug",
"content"
"content",
"research"
]
},
{
Expand All @@ -224,7 +236,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/62765618?v=4",
"profile": "https://github.com/CadavidJoseL",
"contributions": [
"bug"
"bug",
"research"
]
},
{
Expand All @@ -234,7 +247,8 @@
"profile": "https://github.com/johan-gson",
"contributions": [
"bug",
"content"
"content",
"research"
]
},
{
Expand All @@ -252,7 +266,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/22166601?v=4",
"profile": "https://github.com/Rasools",
"contributions": [
"ideas"
"ideas",
"research"
]
},
{
Expand All @@ -261,7 +276,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/6586371?v=4",
"profile": "https://github.com/stairs",
"contributions": [
"bug"
"bug",
"content"
]
},
{
Expand All @@ -273,8 +289,43 @@
"bug",
"code",
"data",
"doc",
"ideas",
"infra",
"maintenance",
"platform",
"projectManagement",
"research"
"research",
"review"
]
},
{
"login": "Devlin-Moyer",
"name": "Devlin Moyer",
"avatar_url": "https://avatars.githubusercontent.com/u/33460176?v=4",
"profile": "https://orcid.org/0000-0002-6997-9531",
"contributions": [
"bug",
"research",
"review"
]
},
{
"login": "manas-kohli",
"name": "manas-kohli",
"avatar_url": "https://avatars.githubusercontent.com/u/5028979?v=4",
"profile": "https://github.com/manas-kohli",
"contributions": [
"bug"
]
},
{
"login": "juliette-cooke",
"name": "Juliette",
"avatar_url": "https://avatars.githubusercontent.com/u/90753730?v=4",
"profile": "https://github.com/juliette-cooke",
"contributions": [
"bug"
]
}
],
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ Thumbs.db
*.exe.*

# Windows dynamic library files
*.dll
*.dll

yarn.lock
package.json
node_modules/
Loading

0 comments on commit 06ea460

Please sign in to comment.