monarch-initiative / vertebrate-breed-ontology

https://monarch-initiative.github.io/vertebrate-breed-ontology/
8 stars 0 forks source link

VBO components update old one + created new one #13

Closed sabrinatoro closed 2 years ago

sabrinatoro commented 2 years ago

@matentzn : could you please take a quick look to see that everything is correct? Especially in the makefile document. I think the /Makefile was updated automatically with "update repo". Everything looks good, but I would like another pair of eyes and acknowledgment that it is expected to see a change in the /Makefile. Thanks!

sabrinatoro commented 2 years ago

@matentzn And also, checks have failed... and I don't understand what the issue is.

matentzn commented 2 years ago

I think the issue is that at some point, you used upper case letters, and git does not understand that.. It still things your files are named with upper case OMIA, and therefore cannot find them.. Try this:

git mv -f components/OMIAbreeds.owl components/omiabreeds.owl
git mv -f components/OMIAtransbounds.owl components/omiatransbounds.owl

And commit the changes.