Code Monkey home page Code Monkey logo

mixs6.2_release_candidate's Introduction

Harmonized MIxS 6.2 Release Candidate

Documentation and data validator: http://w3id.org/mixs-6-2-rc/

  • This validator does not submit data to any repository
Repo | Report Bug | Releases



Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact


About The Project

The Minimal Information about any (x) Sequence (MIxS) standard is a product of the Genomic Standards Consortium (GSC). The GSC has a mission of enabling genomic data integration, discovery, and comparison through international community-driven standards.

This code repository was developed in collaboration between the National Microbiome Data Collaborative (NMDC) and the GSC. It transitions a spreadsheet version of the MIxS standard into a machine-actionable, self-documenting schema adhering to the Linked Data Modelling Language (LinkML).

  • Term attributes are harmonized
  • Previously informal data constraints are formalized
  • Implicit classes are made explicit
  • Example data is provided
  • Validation tools are provided

This work is provided for consideration as MIxS 6.2 and will be presented at the 23rd Genomic Standards Consortium Meeting in August 2023 in Bangkok, Thailand.

See also Social and Technical Aspects of Implementing MIxS in LinkML

(back to top)

Getting Started

This is a standard Python project that runs on the CLI. No installation is required for

Prerequisites for Rebuilding Locally

  • software build tools like GNU Make that are often present on many Linux and MacOS systems
    • or Windows systems using interoperability layers like WSL
  • python >= 3.9
  • poetry >= 1.2

First Time Setup

  1. Install Poetry if necessary
  2. Install dependencies > poetry install
  3. Run with > make all

(back to top)

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Mark Andrew Miller, National Microbiome Data Collaborative, Lawrence Berkeley National Laboratory

(back to top)

mixs6.2_release_candidate's People

Contributors

turbomam avatar sujaypatil96 avatar ramonawalls avatar folker avatar renzok avatar lschriml avatar only1chunts avatar dependabot[bot] avatar genomicstandardsconsortium avatar

Watchers

 avatar

mixs6.2_release_candidate's Issues

Timeline for MIxS 6.2 release

We should aim to have all changes into the YAML file by the next CIG meeting on Sep. 26. At that point, no more conversions from the old spreadsheets to YAML should happen.

At the CIG meeting, the TWG will present the MIxS 6.2 release with YAML as SOT. If approved by TWG, we can proceed with the release.

After the 6.2 release, we will implement conversion to schema sheets as SOT, as per issue GenomicsStandardsConsortium#715 .

DH interface not building because JSON version of schema has NaN values

npm run build -- \
  --outDir ../dist/__data_harmonizer \
  --base /mixs6.2_release_candidate/__data_harmonizer/

2023-10-03T14:50:31.7455664Z shell: /usr/bin/bash -e {0}
2023-10-03T14:50:31.7455936Z env:
2023-10-03T14:50:31.7456235Z pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64
2023-10-03T14:50:31.7456610Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib
2023-10-03T14:50:31.7456914Z VENV: .venv/bin/activate
2023-10-03T14:50:31.7457142Z ##[endgroup]
2023-10-03T14:50:36.8080841Z
2023-10-03T14:50:36.8082077Z > [email protected] build
2023-10-03T14:50:36.8082892Z > vite build --outDir ../dist/__data_harmonizer --base /mixs6.2_release_candidate/__data_harmonizer/
2023-10-03T14:50:36.8083181Z
2023-10-03T14:50:37.0252115Z �[36mvite v3.0.4 �[32mbuilding for production...�[36m�[39m
2023-10-03T14:50:37.0902595Z transforming...
2023-10-03T14:50:40.3690301Z �[32m✓�[39m 10 modules transformed.
2023-10-03T14:50:40.3695634Z �[31m[vite:json] Failed to parse JSON file, invalid JSON syntax found at line 1655660�[39m
2023-10-03T14:50:40.3696692Z file: �[36m/home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/schemas/mixs_6_2_rc.json�[39m
2023-10-03T14:50:40.3721431Z �[31merror during build:
2023-10-03T14:50:40.3722112Z Error: Failed to parse JSON file, invalid JSON syntax found at line 1655660
2023-10-03T14:50:40.3723287Z at error (file:///home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/node_modules/rollup/dist/es/shared/rollup.js:1858:30)
2023-10-03T14:50:40.3724133Z at throwPluginError (file:///home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/node_modules/rollup/dist/es/shared/rollup.js:21587:12)
2023-10-03T14:50:40.3724913Z at Object.error (file:///home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/node_modules/rollup/dist/es/shared/rollup.js:22541:20)
2023-10-03T14:50:40.3725664Z at Object.error (file:///home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/node_modules/rollup/dist/es/shared/rollup.js:21764:42)
2023-10-03T14:50:40.3726819Z at Object.transform (file:///home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/node_modules/vite/dist/node/chunks/dep-71eb12cb.js:38838:22)
2023-10-03T14:50:40.3728189Z at file:///home/runner/work/mixs6.2_release_candidate/mixs6.2_release_candidate/data_harmonizer/node_modules/rollup/dist/es/shared/rollup.js:22748:40�[39m

Term table broken in production

The term table list that we see being rendered correctly locally after running the Makefile documentation steps is not working in production due to GitHub Actions oddities.

use LinkML cookiecutter as basis of 6.2 merge?

I.e. don't merge this, but make a new branch, empty it out, repopulate with the official cookiecutter, and move the generated schema into the cookiecutter's expected schema source directory.

May also want to copy over some of the QC utilities, but not the schema generation code.

Could also check in the last batch of logs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.