microbiomedata / submission-schema

https://microbiomedata.github.io/submission-schema/
MIT License
1 stars 1 forks source link

makefile cleanup: identify out-dated code; extract todos into issues #253

Open turbomam opened 3 weeks ago

turbomam commented 3 weeks ago

remove some of these scripts?

oak-tree-to-pv-list = "nmdc_submission_schema.scripts.oak_tree_to_pv_list:main"
dh-json2linkml = 'nmdc_submission_schema.scripts.dh_json2linkml:update_json'
linkml-json2dh = 'nmdc_submission_schema.scripts.linkml_json2dh:extract_lists'

old hints for alternate import sources in pyproject.toml:

turbomam commented 3 weeks ago

removing these yq commands that had previously been commend out

#   yq -i '(.slots.[] | select(has("range") | not  ) | .range ) = "string"' $@
#   yq -i '(.classes.[].slot_usage.[] | select(has("range") | not  ) | .range ) = "string"' $@

#   yq -i '(.slots.[] | select(.name == "dna_dnase") | .range) = "boolean"' $@
#   yq -i '(.classes.[].slot_usage.[] | select(.name == "dna_dnase") | .range) = "boolean"' $@