You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The ldpred2 scripts works as is, but it's not optimal in terms of distribution and development.
Describe the solution you'd like
More code can be moved into usecases/LDpred2/fun.R and create an R-package based on this. The R scripts in usecases/LDpred2/ would then be interfaces to this R-package.
Easier development as there is a good library for package development in R (devtools).
This would simplify use of these scripts independently of the containers.
Dependencies can be loaded through the R-package, rather than this obscure workaround to resolve script paths:
The most important thing: Any package name suggestion? Maybe something like "ldpred2Commander" (in reference to being a command-line interface to ldpred2)... @espenhgn
Is your feature request related to a problem? Please describe.
The ldpred2 scripts works as is, but it's not optimal in terms of distribution and development.
Describe the solution you'd like
More code can be moved into
usecases/LDpred2/fun.R
and create an R-package based on this. The R scripts inusecases/LDpred2/
would then be interfaces to this R-package.devtools
).containers/usecases/LDpred2/ldpred2.R
Lines 11 to 14 in eea44e4
The text was updated successfully, but these errors were encountered: