-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from uclahs-cds/nzeltser-cran-prep
Internal Release
- Loading branch information
Showing
8 changed files
with
107 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.github | ||
.vscode | ||
metadata.yaml | ||
LICENSE.md | ||
LICENSE.md | ||
RCMD-CHECK.R | ||
^doc$ | ||
^Meta$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
*.Rproj* | ||
.Rproj.user | ||
inst/doc | ||
/doc/ | ||
/Meta/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: ApplyPolygenicScore | ||
Type: Package | ||
Title: Utilities for the Application of a Polygenic Score to a VCF | ||
Version: 0.1.0 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person('Paul', 'Boutros', role = 'cre', email = '[email protected]'), | ||
person('Nicole', 'Zeltser', role = 'aut', comment = c(ORCID = '000-0001-7246-2771')), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# ApplyPolygenicScore (0.1.0) | ||
# ApplyPolygenicScore 1.0.0 (2024-07-25) | ||
|
||
* First release | ||
|
||
# ApplyPolygenicScore 0.1.0 (2024-07-25) | ||
|
||
* INITIAL FEATURES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
Category: '' # shoule be one of docker/pipeline/project/template/tool/training/users | ||
Description: '' # Description of why the repository exists | ||
Maintainers: ['[email protected]', 'someoneelse@mednet.ucla.edu'] # email address of maintainers | ||
Contributors: 'Xavier Hernandez' # Full names of contributors | ||
Languages: ['R', 'perl', 'nextflow'] # programming languages used | ||
Dependencies: 'BPG' # packages, tools that repo needs to run | ||
Category: 'tool' # should be one of docker/pipeline/project/template/tool/training/users | ||
Description: 'Utilities for matching a polygenic score coordinate file to a VCF input and the subsequent calculation of the provided polygenic score in each individual.' # Description of why the repository exists | ||
Maintainers: ['nzeltser@mednet.ucla.edu'] # email address of maintainers | ||
Contributors: ['Nicole Zeltser', 'Rachel Dang'] # Full names of contributors | ||
Languages: ['R'] # programming languages used | ||
Dependencies: ['BPG', 'vcfR', 'pROC', 'data.table', 'reshape2'] # packages, tools that repo needs to run | ||
References: '' # is the tool/dependencies published, is there a confluence page |