geneontology / noctua-models

This is the data repository for the models created and edited with the Noctua tool stack for GO.
http://noctua.geneontology.org/
Creative Commons Attribution 4.0 International
10 stars 3 forks source link

Refresh of Noctua prod models into dev #183

Closed dustine32 closed 3 years ago

dustine32 commented 3 years ago

A "merge" of the master branch models into dev branch. Here are the cmds I used to do this:

git clone https://github.com/geneontology/noctua-models.git
cd noctua-models/
cp -r models/ models_bk
git checkout dev
git checkout -b dev-refresh-from-master
cp models_bk/* models/
git add models/
git commit -am "..."