OpenTreeOfLife / reference-taxonomy

Open Tree Reference Taxonomy (OTT) tools
BSD 2-Clause "Simplified" License
11 stars 12 forks source link

make works no longer, um, works #370

Open kcranston opened 5 years ago

kcranston commented 5 years ago

In the instructions for deploying a new version of the taxonomy the command for making the final version with the new IDs is make works. That target no longer exists:

make: *** No rule to make target 'works'. Stop.

jar398 commented 5 years ago

Is need_ids.json nonzero?

jar398 commented 5 years ago

oh sorry. looks like you got past that point. There is almost certainly a new target to replace the former 'works'

jar398 commented 5 years ago

I suspect you just run 'make ott' again, and make sure afterward that need_ids.json says that no new ids are needed.

kcranston commented 5 years ago

So if needs_ids.json does not exist, I am ok to move to the next step?

jar398 commented 5 years ago

Yes I believe so. If it didn't write a need_ids.json file then it doesn't need any new ids, it already has all the ones it wants. (if I remember correctly, it's been a while)