Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add gene symbols to model #549

Merged
merged 7 commits into from
May 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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