-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from ielis/release_1.0.0RC1
Release 1.0.0 RC1
- Loading branch information
Showing
94 changed files
with
1,857 additions
and
1,106 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
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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# README | ||
|
||
This directory contains spreadsheets with definitions of recommended constants (OntologyClass objects) that | ||
are useful for common data elements needed to create Phenopackets. | ||
are useful for common data elements needed to create phenopackets. | ||
|
||
The python script create_classes.py transforms the CSV files into the corresponding Java classes. | ||
The script `create_classes.py` transforms the CSV files into the corresponding Java classes: | ||
|
||
The python script create_rtd.py creates read the docs documentation files. | ||
```shell | ||
python3 create_classes.py | ||
``` | ||
|
||
The script `create_rtd.py` creates read the docs documentation files: | ||
|
||
```shell | ||
python3 create_rtd.py | ||
``` |
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
Oops, something went wrong.