This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First pass at identifiers docs, addresses #2
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Identifiers in NMDC | ||
|
||
Identifiers are crucial for the NMDC, both for any data objects *created* and for any external objects *referenced* | ||
|
||
Examples of entities that require identifiers: | ||
|
||
* Samples | ||
* Data objects (e.g. sequence files) | ||
* Taxa | ||
* Genes | ||
* Ontology terms and other descriptors | ||
|
||
Identifiers should be: | ||
|
||
* Permanent | ||
* Unique | ||
* Resolvable | ||
* Opaque | ||
|
||
See [McMurry et al, PMID:28662064](https://www.ncbi.nlm.nih.gov/pubmed/28662064) for more desiderata. | ||
|
||
|
||
|
||
|