Skip to content

Commit

Permalink
build: correct authorships
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
  • Loading branch information
AliSajid committed Nov 10, 2024
1 parent 83dbfa9 commit 34c4aee
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: drugfindR
Title: Investigate iLINCS for candidate repurposable drugs
Version: 0.99.1014
Version: 0.99.1015
Authors@R: c(
person(given = c("Ali", "Sajid"),
family = "Imami",
Expand All @@ -16,7 +16,7 @@ Authors@R: c(
family = "Creeden",
role = c("aut"),
email = "Justin.Creeden@rockets.utoledo.edu",
comment = c(ORCID = "0000-0003-3123-8401")),
comment = c(ORCID = "0000-0003-3123-8401"))
)
Description: This package provides a convenient way to access the
LINCS Signatures available in the iLINCS database. These signatures include
Expand Down
36 changes: 34 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,45 @@
"codeRepository": "https://github.com/CogDisResLab/drugfindR",
"issueTracker": "https://github.com/CogDisResLab/drugfindR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.99.1014",
"version": "0.99.1015",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"author": [
{
"@type": "Person",
"givenName": ["Ali", "Sajid"],
"familyName": "Imami",
"email": "Ali.Sajid.Imami@gmail.com",
"@id": "https://orcid.org/0000-0003-3684-3539"
},
{
"@type": "Person",
"givenName": "Smita",
"familyName": "Sahay",
"email": "Smita.Sahay@rockets.utoledo.edu",
"@id": "https://orcid.org/0009-0003-4377-8963"
},
{
"@type": "Person",
"givenName": ["Justin", "Fortune"],
"familyName": "Creeden",
"email": "Justin.Creeden@rockets.utoledo.edu",
"@id": "https://orcid.org/0000-0003-3123-8401"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": ["Ali", "Sajid"],
"familyName": "Imami",
"email": "Ali.Sajid.Imami@gmail.com",
"@id": "https://orcid.org/0000-0003-3684-3539"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -311,7 +343,7 @@
"applicationCategory": "Genomics",
"isPartOf": "https://bioconductor.org",
"keywords": ["LINCS", "iLINCS", "drugrepurposing", "drugdiscovery", "transcriptomics", "geneexpression", "geneknockdown", "geneoverexpression", "chemicalperturbagen", "drugfindR", "r", "ilincs", "bioinformatics", "bioinformatics-pipeline"],
"fileSize": "2087.33KB",
"fileSize": "2087.188KB",
"readme": "https://github.com/CogDisResLab/drugfindR/blob/devel/README.md",
"contIntegration": ["https://github.com/CogDisResLab/drugfindR/actions/workflows/rworkflows.yml", "https://app.codecov.io/gh/CogDisResLab/drugfindR?branch=devel"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental"
Expand Down
6 changes: 2 additions & 4 deletions man/drugfindR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34c4aee

Please sign in to comment.