Enum: TrackedContent
What version control keeps of a directory.
URI: tvbo_study:enum/TrackedContent
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| all | None | Everything in it is tracked |
| declared_files | None | Only the files the record declares under it are tracked, at whatever depth th… |
| none | None | Nothing in it is tracked; the directory is reproduced by running the study |
Slots
| Name | Description |
|---|---|
| tracked | What version control keeps, which is what the `` |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo/study
LinkML Source
name: TrackedContent
description: What version control keeps of a directory.
from_schema: https://w3id.org/tvbo/study
permissible_values:
all:
text: all
description: Everything in it is tracked.
declared_files:
text: declared_files
description: Only the files the record declares under it are tracked, at whatever
depth they sit; everything else it accumulates is not. A source directory keeps
its README, so third-party material is documented without being redistributed,
and a derivative dataset keeps the description that declares what it is, so
a checkout validates before anything has been run.
none:
text: none
description: Nothing in it is tracked; the directory is reproduced by running
the study.