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

create examples/output/ again #204

Merged
merged 1 commit into from
Jul 3, 2024
Merged
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: 2 additions & 0 deletions project.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,10 @@ src/data/valid/SampleData-water-data-exhaustive.yaml
--index-slot water_data \
--schema $(word 1,$^) $(word 2,$^)

# todo temporary soltuion to get build and test to complete MAM 2024-07-03
examples/output/SampleData-water-data-exhaustive.regen.yaml: src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml \
local/SampleData-water-data-exhaustive.tsv
mkdir -p $(dir $@) # shouldn't need to do this each time
$(RUN) linkml-convert \
--output $@ \
--target-class SampleData \
Expand Down
Loading