-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
Create NMDC Environmental Context subset properties #1590
Comments
starting research: what is the EnvO subset infrastructure find . \( -path './.git' -o -path './src/envo/releases' \) -prune -o -iname '*subset*' -print
|
The
That all looks like it is for reporting of subsets and their members, not for generating any subset or assigning members to them. see also |
find . -iname '*makefile*'
It doesn't look like any of those Makefiles do much with subsets besides |
assignment of EnvO classes into these subsets will take place in a separate issue/PR
The text was updated successfully, but these errors were encountered: