Skip to content
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

DO NOT MERGE YET change MIxS import to 6.2 #1386

Draft
wants to merge 2 commits into
base: main-old
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ site-clean: clean
rm -rf nmdc_schema/*.tsv
rm -rf nmdc_schema/*.yaml

squeaky-clean: clean OmicsProcessing-clean accepting-legacy-ids-clean examples-clean mongodb-clean rdf-clean shuttle-clean site-clean # does not include mixs-yaml-clean
squeaky-clean: clean OmicsProcessing-clean accepting-legacy-ids-clean examples-clean rdf-clean shuttle-clean site-clean # does not include mixs-yaml-clean

project/nmdc_schema_merged.yaml:
$(RUN) gen-linkml \
Expand Down
2 changes: 1 addition & 1 deletion assets/old_python/get_class_usages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import logging

from nmdc_schema.get_mixs_slots import MIxSSlotsGetter
# from nmdc_schema.get_mixs_slots import MIxSSlotsGetter

logging.basicConfig(level=logging.WARNING)
logger = logging.getLogger(__name__)
Expand Down
484 changes: 484 additions & 0 deletions assets/other_mixs_yaml_files/mixs_slots_import_sheet.tsv

Large diffs are not rendered by default.

54 changes: 0 additions & 54 deletions nmdc_schema/generate_import_slots_regardless.py

This file was deleted.

47 changes: 0 additions & 47 deletions nmdc_schema/get_mixs_slots.py

This file was deleted.

50 changes: 0 additions & 50 deletions nmdc_schema/get_mixs_slots_matching_slot_list.py

This file was deleted.

40 changes: 0 additions & 40 deletions nmdc_schema/get_mixs_slots_used_in_schema.py

This file was deleted.

50 changes: 0 additions & 50 deletions nmdc_schema/get_slots_from_class.py

This file was deleted.

16 changes: 0 additions & 16 deletions nmdc_schema/get_slots_from_view.py

This file was deleted.

2 changes: 1 addition & 1 deletion nmdc_schema/test_more_tolerant_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def do_test():
term=OntologyClass(id='ENVO:00010483', name='freshwater environment')),
env_local_scale=ControlledIdentifiedTermValue(
term=OntologyClass(id='ENVO:00010483', name='freshwater environment')),
)
),

print(yaml_dumper.dumps(bs))
Loading
Loading