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

global replace OmicsProcessing with DataGeneration #1515

Closed
aclum opened this issue Dec 12, 2023 · 6 comments · Fixed by microbiomedata/berkeley-schema-fy24#2
Closed

global replace OmicsProcessing with DataGeneration #1515

aclum opened this issue Dec 12, 2023 · 6 comments · Fixed by microbiomedata/berkeley-schema-fy24#2
Assignees
Labels
berkeley-fy24-refactor Label to describe issues created during the December 2023 hackathon for schema refactor

Comments

@aclum
Copy link
Contributor

aclum commented Dec 12, 2023

Replace all records of OmicsPrcessing with DataGeneration.

@aclum aclum added the berkeley-fy24-refactor Label to describe issues created during the December 2023 hackathon for schema refactor label Dec 12, 2023
@turbomam
Copy link
Member

leave OmicsProcessing as an alias

@turbomam
Copy link
Member

turbomam commented Dec 12, 2023

  • cloned git@github.com:microbiomedata/berkeley-schema-fy24.git, which i s based on
  • opened in PyCharm
  • built poetry environment
  • currently running make squeaky-clean all test
    • want to confirm baseline functionality
    • next step: global find and replace, followed by another make squeaky-clean all test

@turbomam
Copy link
Member

Omitting slots and slot_usages

  DataGeneration:
    aliases:
      - OmicsProcessing
      - assay
      - omics assay
      - sequencing project
      - experiment
    is_a: PlannedProcess
    in_subset:
      - sample subset
    description: >-
      The methods and processes used to generate omics data from a biosample or organism.
    alt_descriptions:
      embl.ena:
        An experiment contains information about a sequencing experiment including
        library and instrument details.
    broad_mappings:
      - OBI:0000070
      - ISA:Assay

@turbomam
Copy link
Member

Now need to rename example files

turbomam added a commit to microbiomedata/berkeley-schema-fy24 that referenced this issue Dec 12, 2023
@turbomam
Copy link
Member

and omics_processing_set slot name -> data_generation_set

@turbomam
Copy link
Member

turbomam commented Dec 12, 2023

build succeeds now including examples, but we ahven't addressed typecodes yet

brynnz22 added a commit to microbiomedata/berkeley-schema-fy24 that referenced this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
berkeley-fy24-refactor Label to describe issues created during the December 2023 hackathon for schema refactor
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants