-
Notifications
You must be signed in to change notification settings - Fork 45
Package Development
Registrator is a GitHub app to automate the official release of a new version of Julia packages
Track Traffic to Github repository
Modify source code and use the changes without restarting Julia
- Revise.jl
The notebook for reproducible research
make sure the local JWAS is latest
git pull
go to your branch to modify JWAS, instead of using master branch
git checkout mybranch
using dev/JWAS
]dev JWAS
or
using Pkg
Pkg.develop("JWAS")
check whether you're using dev/JWAS
]status
should have something like JWAS v1.1.3 ~/.julia/dev/JWAS
. Also check the branch in the lower left corner of VSCode.
using Revise
using JWAS
use an example code to make sure this is bug-free. Note that if a module is changed, need to restart Julia.
In server, update JWAS to your branch by
add JWAS#mybranch
Double-check by
]status
Then run unitest code.
Joint Analysis of Continuous, Censored and Categorical Traits
Integrating Phenotypic Causal Networks in GWAS
single trait and multiple trait GBLUP by providing the relationship matrix directly
User-defined Prediction Equation
Description of Mixed Effects Model
Constraint on variance components