Skip to content

Commit

Permalink
Add files pulled into nmdc_schema folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 authored Mar 4, 2022
2 parents cc03fbd + 41d500e commit 49634bc
Show file tree
Hide file tree
Showing 10 changed files with 11,438 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
- name: Build package
run: |
# make build-package
cp src/schema/*.yaml nmdc_schema/ # copy yaml files
cp python/*.py nmdc_schema/ # copy python files
cp jsonschema/nmdc.schema.json nmdc_schema/ # copy nmdc json schema
cp sssom/gold-to-mixs.sssom.tsv nmdc_schema/ # copy sssom mapping
cp util/validate_nmdc_json.py nmdc_schema/ # copy command-line validation tool
cp util/nmdc_version.py nmdc_schema/ # copy command-line version tool
cp util/nmdc_data.py nmdc_schema/ # copy command-line data retrieval tool
poetry version $(git describe --tags --abbrev=0)
poetry build
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ docs/types/
.venv
local/

# directory that hold the nmdc_schema pypi package
nmdc_schema/

# jupyter backups
.ipynb_checkpoints/

Expand Down
Empty file removed nmdc_schema/__init__.py
Empty file.
129 changes: 129 additions & 0 deletions nmdc_schema/gold-to-mixs.sssom.tsv

Large diffs are not rendered by default.

6,296 changes: 6,296 additions & 0 deletions nmdc_schema/nmdc.py

Large diffs are not rendered by default.

3,629 changes: 3,629 additions & 0 deletions nmdc_schema/nmdc.schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit 49634bc

Please sign in to comment.