Skip to content

Commit

Permalink
Fix incorrect diff so it shows accurate TSV snippet
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Kalita <[email protected]>
  • Loading branch information
eecavanna and pkalita-lbl authored Dec 6, 2024
1 parent 13ab942 commit f601b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Here's how you can update the submission schema to use a new version of `nmdc-sc
2. Update all the `nmdc-schema` version numbers in `sheets_and_friends/tsv_in/import_slots_regardless.tsv`

```diff
- schema_fp: https://raw.githubusercontent.com/microbiomedata/nmdc-schema/v11.0.1/nmdc_schema/nmdc_materialized_patterns.yaml; source_class: Biosample; destination_class: BuiltEnvInterface
+ schema_fp: https://raw.githubusercontent.com/microbiomedata/nmdc-schema/v11.1.0/nmdc_schema/nmdc_materialized_patterns.yaml; source_class: Biosample; destination_class: BuiltEnvInterface
- Biosample https://raw.githubusercontent.com/microbiomedata/nmdc-schema/v11.0.1/nmdc_schema/nmdc_materialized_patterns.yaml abs_air_humidity ...
+ Biosample https://raw.githubusercontent.com/microbiomedata/nmdc-schema/v11.1.0/nmdc_schema/nmdc_materialized_patterns.yaml abs_air_humidity ...
```
> That is one of the _many_ occurrences in that file.
>
Expand Down

0 comments on commit f601b3b

Please sign in to comment.