We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
pyproject.toml
The text was updated successfully, but these errors were encountered:
#253
4c71ad3
removing these yq commands that had previously been commend out
yq
# 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"' $@
Sorry, something went wrong.
turbomam
Successfully merging a pull request may close this issue.
remove some of these scripts?
old hints for alternate import sources in
pyproject.toml
:The text was updated successfully, but these errors were encountered: