You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# # having trouble selectively injecting rules based on title pattern
# yq eval-all \
# 'select(fileIndex==1).classes.JgiMtInterface.rules = (select(fileIndex==0).classes.Biosample.rules.[] | select(.title == "rna*")) | select(fileIndex==1)' \
# local/nmdc.yaml src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml | cat > ruleswap.yaml
# # so just inject all rules...
# # using | cat > because yq fails to write to STDOUT (permissions error?!)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: