Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dataset ¶
type Dataset string
Dataset is a keyword to identify the type of dataset file in a project.
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
A Project represents a collection of paths for particular datasets.
func Read ¶
Read reads a project file from a TSV file.
The TSV must contain the following fields:
- dataset, for the kind of file
- path, for the path of the file
Here is an example file:
# phydata project files dataset path homologues homologues.tab observations observations.tab
func (*Project) Add ¶
Add adds a filepath to a dataset to a given project. It returns the previous value for the dataset.
Click to show internal directories.
Click to hide internal directories.