Skip to content
Open
Show file tree
Hide file tree
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
Binary file added script/dataharmonizer_templates.xlsx
Binary file not shown.
11,440 changes: 5,962 additions & 5,478 deletions web/templates/ambr/schema.json

Large diffs are not rendered by default.

1,747 changes: 1,070 additions & 677 deletions web/templates/ambr/schema.yaml

Large diffs are not rendered by default.

39 changes: 24 additions & 15 deletions web/templates/ambr/schema_core.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,46 @@
id: https://example.com/AMBR
name: AMBR
description: ""
description: ''
version: 2.4.2
imports:
- 'linkml:types'
- linkml:types
prefixes:
linkml: 'https://w3id.org/linkml/'
GENEPIO: 'http://purl.obolibrary.org/obo/GENEPIO_'
linkml: https://w3id.org/linkml/
GENEPIO: http://purl.obolibrary.org/obo/GENEPIO_
classes:
dh_interface:
name: dh_interface
description: 'A DataHarmonizer interface'
description: A DataHarmonizer interface
from_schema: https://example.com/AMBR
'AMBR':
name: 'AMBR'
description: The AMBR Project, led by the Harrison Lab at the University of Calgary, is an interdisciplinary study aimed at using 16S sequencing as part of a culturomics platform to identify antibiotic potentiators from the natural products of microbiota. The AMBR DataHarmonizer template was designed to standardize contextual data associated with the isolate repository from this work.
AMBR:
name: AMBR
description: The AMBR Project, led by the Harrison Lab at the University of Calgary,
is an interdisciplinary study aimed at using 16S sequencing as part of a culturomics
platform to identify antibiotic potentiators from the natural products of microbiota.
The AMBR DataHarmonizer template was designed to standardize contextual data
associated with the isolate repository from this work.
is_a: dh_interface
annotations:
version: 2.4.2
slots: {}
enums: {}
types:
WhitespaceMinimizedString:
name: 'WhitespaceMinimizedString'
name: WhitespaceMinimizedString
typeof: string
description: 'A string that has all whitespace trimmed off of beginning and end, and all internal whitespace segments reduced to single spaces. Whitespace includes #x9 (tab), #xA (linefeed), and #xD (carriage return).'
description: 'A string that has all whitespace trimmed off of beginning and end,
and all internal whitespace segments reduced to single spaces. Whitespace includes
#x9 (tab), #xA (linefeed), and #xD (carriage return).'
base: str
uri: xsd:token
Provenance:
name: 'Provenance'
name: Provenance
typeof: string
description: 'A field containing a DataHarmonizer versioning marker. It is issued by DataHarmonizer when validation is applied to a given row of data.'
description: A field containing a DataHarmonizer versioning marker. It is issued
by DataHarmonizer when validation is applied to a given row of data.
base: str
uri: xsd:token
settings:
Title_Case: "(((?<=\\b)[^a-z\\W]\\w*?|[\\W])+)"
UPPER_CASE: "[A-Z\\W\\d_]*"
lower_case: "[a-z\\W\\d_]*"
Title_Case: (((?<=\b)[^a-z\W]\w*?|[\W])+)
UPPER_CASE: '[A-Z\W\d_]*'
lower_case: '[a-z\W\d_]*'
Loading
Loading