-
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 #137 from phenopackets/release-0.4.7
Release 0.4.7
- Loading branch information
Showing
253 changed files
with
10,577 additions
and
2,114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
========= | ||
Changelog | ||
========= | ||
|
||
0.4.7 | ||
----- | ||
|
||
* Add more predefined constants into the builder module, update the code for generating constants | ||
* Write a tutorial with examples for validation and conversion functionalities | ||
* Add I/O module, implement YAML parser and printer | ||
* Add organ system validator | ||
* Finalize VRS-like validation | ||
* Let the user choose the CLI verbosity | ||
|
||
v0.4.6 | ||
------ | ||
|
||
* Validate metadata | ||
* Convert v1 variants | ||
* Extend phenopacket examples | ||
* Update documentation | ||
* Improve CLI and extend CLI documentation | ||
|
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 |
---|---|---|
|
@@ -14,8 +14,7 @@ The cli application works in a standard UNIX-like manner. | |
```shell | ||
cd phenopacket-tools | ||
./mvnw package | ||
PXF_VERSION="0.4.6" | ||
alias pfx-tools="java -jar $(pwd)/phenopacket-tools-cli/target/phenopacket-tools-cli-${PXF_VERSION}.jar" | ||
alias pfx-tools="java -jar $(pwd)/phenopacket-tools-cli/target/[email protected]@.jar" | ||
pfx-tools --help | ||
``` | ||
|
||
|
@@ -51,6 +50,5 @@ pfx-tools validate family ~/phenopacket-examples/families/*.json | |
pfx-tools convert phenopacket.json | ||
``` | ||
|
||
|
||
see this for VRS -- https://github.com/ga4gh/vrs/blob/76542a903b913110e67811885a8958625bbc3aae/schema/vrs.json | ||
import it like vrsatile | ||
### API | ||
A Javadoc description of the API of phenopacket-tools is available [here](https://javadoc.io/doc/org.phenopackets.phenopackettools). |
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,10 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C38276 Intravenous Route of Administration INTRAVENOUS_ROUTE intravenous | ||
NCIT:C38222 Intraarterial Route of Administration INTRAARTERIAL_ROUTE intraarterial | ||
NCIT:C183503 Administration via Wound Irrigation WOUND_IRRIGATION_ROUTE woundIrrigation | ||
NCIT:C149695 Nebulizer Route of Administration NEBULIZER_ROUTE nebulizer | ||
NCIT:C38288 Oral Route of Administration ORAL_ROUTE oral | ||
NCIT:C38267 Intrathecal Route of Administration INTRATHECAL_ROUTE intrathecal | ||
NCIT:C38677 Peridural Route of Administration PERIDURAL_ROUTE peridural | ||
NCIT:C38304 Topical Route of Administration TOPICAL_ROUTE topical | ||
NCIT:C38305 Transdermal Route of Administration TRANSDERMAL transdermal |
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C133261 Bone Marrow Aspirate BONE_MARROW_ASPIRATE boneMarrowAspirate | ||
NCIT:C158416 Blood DNA BLOOD_DNA bloodDNA | ||
NCIT:C185194 Cerebrospinal Fluid Sample CSF_SAMPLE cerebrospinalFluidSample | ||
NCIT:C156435 Formalin-Fixed Paraffin-Embedded DNA FORMALIN_FIXED_PARAFIN_DNA formalinFixedParaffinEmbeddedDNA | ||
NCIT:C13195 Bronchoalveolar Lavage Fluid BAL_FLUID bronchoalveolarLavageFluid | ||
NCIT:C187062 Pericardial Fluid Specimen PERICARDIAL_FLUID_SAMPLE pericardialFluidSpecimen | ||
NCIT:C185197 Peritoneal Fluid Sample PERTONIAL_FLUID_SAMPLE peritonealFluidSample | ||
NCIT:C163995 Total RNA TOTAL_RNA totalRNA | ||
NCIT:C18009 Tumor Tissue TUMOR_TISSUE tumorTissue |
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,7 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C28077 Grade 1 GRADE_1 grade1 | ||
NCIT:C28078 Grade 2 GRADE_2 grade2 | ||
NCIT:C28079 Grade 3 GRADE_3 grade3 | ||
NCIT:C28080 Grade 3a GRADE_3A grade3a | ||
NCIT:C28081 Grade 3b GRADE_3B grade3b | ||
NCIT:C28082 Grade 4 GRADE_4 grade4 |
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,11 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C28051 Stage 0 STAGE_0 stage0 | ||
NCIT:C27966 Stage I STAGE_I stageI | ||
NCIT:C28054 Stage II STAGE_II stageII | ||
NCIT:C27970 Stage III STAGE_III stageIII | ||
NCIT:C27971 Stage IV STAGE_IV stageIV | ||
NCIT:C66904 New York Heart Association Class I NYHA_I nyhaClassI | ||
NCIT:C66905 New York Heart Association Class II NYHA_II nyhaClassII | ||
NCIT:C66907 New York Heart Association Class III NYHA_III nyhaClassIII | ||
NCIT:C7922 New York Heart Association Class III/IV NYHA_III_IV nyhaClassIII_or_IV | ||
NCIT:C66908 New York Heart Association Class IV NYHA_IV nyhaClassIV |
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,6 @@ | ||
ontology.id ontology.label variable.name function.name | ||
ECO:0006016 author statement from published clinical study AUTHOR_STATEMENT_FROM_PCS authorStatementFromPublishedClinicalStudy | ||
ECO:0007539 author statement from published clinical study used in automatic assertion AUTHOR_STATEMENT_FROM_PCS_AUTOMATIC authorStatementFromPublishedClinicalStudyAutomaticAssertion | ||
ECO:0006017 author statement from published clinical study used in manual assertion AUTHOR_STATEMENT_FROM_PCS_MANUAL authorStatementFromPublishedClinicalStudyManualAssertion | ||
ECO:0000033 author statement supported by traceable reference AUTHOR_STATEMENT_TRACEABLE_REFERENCE authorStatementSupportedByTraceableReference | ||
ECO:0006154 self-reported patient statement evidence SELF_REPORTED_PATIENT_STATEMENT_EVIDENCE selfReportedPatientStatementEvidence |
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,3 @@ | ||
ontology.id ontology.label variable.name function.name | ||
EFO:0009655 abnormal sample ABNORMAL_SAMPLE abnormalSample | ||
EFO:0009654 reference sample REFERENCE_SAMPLE referenceSample |
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,10 +1,10 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C41331 Adverse Event ADVERSE_EVENT adverseEvent | ||
NCIT:C64530 Four Times Daily FOUR_TIMES_DAILY fourtimesDaily | ||
NCIT:C64530 Four Times Daily FOUR_TIMES_DAILY fourTimesDaily | ||
NCIT:C38222 Intraarterial Route of Administration INTRA_ARTERIAL intraArterialAdministration | ||
NCIT:C38276 Intravenous Route of Administration IV_ADMINISTRATION intravenousAdministration | ||
NCIT:C38288 Oral Route of Administration ORAL_ADMINISTRATION oralAdministration | ||
NCIT:C64576 Once ONCE once | ||
NCIT:C125004 Once Daily ONCE_DAILY onceDaily | ||
NCIT:C64527 Three Times Daily THREE_TIMES_DAILY threetimesDaily | ||
NCIT:C64527 Three Times Daily THREE_TIMES_DAILY threeTimesDaily | ||
NCIT:C64496 Twice Daily TWICE_DAILY twiceDaily |
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,37 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C48740 pM0 Stage Finding PM0_STAGE_FINDING pM0StageFinding | ||
NCIT:C48741 pM1 Stage Finding PM1_STAGE_FINDING pM1StageFinding | ||
NCIT:C48742 pM1a Stage Finding PM1A_STAGE_FINDING pM1aStageFinding | ||
NCIT:C48743 pM1b Stage Finding PM1B_STAGE_FINDING pM1bStageFinding | ||
NCIT:C48744 pM1c Stage Finding PM1C_STAGE_FINDING pM1cStageFinding | ||
NCIT:C48745 pN0 Stage Finding PN0_STAGE_FINDING pN0StageFinding | ||
NCIT:C48746 pN1 Stage Finding PN1_STAGE_FINDING pN1StageFinding | ||
NCIT:C48747 pN1a Stage Finding PN1A_STAGE_FINDING pN1aStageFinding | ||
NCIT:C48748 pN1b Stage Finding PN1B_STAGE_FINDING pN1bStageFinding | ||
NCIT:C48749 pN1c Stage Finding PN1C_STAGE_FINDING pN1cStageFinding | ||
NCIT:C48750 pN2 Stage Finding PN2_STAGE_FINDING pN2StageFinding | ||
NCIT:C48751 pN2a Stage Finding PN2A_STAGE_FINDING pN2aStageFinding | ||
NCIT:C48752 pN2b Stage Finding PN2B_STAGE_FINDING pN2bStageFinding | ||
NCIT:C48753 pN2c Stage Finding PN2C_STAGE_FINDING pN2cStageFinding | ||
NCIT:C48754 pN3 Stage Finding PN3_STAGE_FINDING pN3StageFinding | ||
NCIT:C48755 pN3a Stage Finding PN3A_STAGE_FINDING pN3aStageFinding | ||
NCIT:C48756 pN3b Stage Finding PN3B_STAGE_FINDING pN3bStageFinding | ||
NCIT:C48757 pN3c Stage Finding PN3C_STAGE_FINDING pN3cStageFinding | ||
NCIT:C48758 pT0 Stage Finding PT0_STAGE_FINDING pT0StageFinding | ||
NCIT:C48759 pT1 Stage Finding PT1_STAGE_FINDING pT1StageFinding | ||
NCIT:C48760 pT1a Stage Finding PT1A_STAGE_FINDING pT1aStageFinding | ||
NCIT:C48761 pT1b Stage Finding PT1B_STAGE_FINDING pT1bStageFinding | ||
NCIT:C48763 pT1c Stage Finding PT1C_STAGE_FINDING pT1cStageFinding | ||
NCIT:C48764 pT2 Stage Finding PT2_STAGE_FINDING pT2StageFinding | ||
NCIT:C48765 pT2a Stage Finding PT2A_STAGE_FINDING pT2aStageFinding | ||
NCIT:C48766 pT2b Stage Finding PT2B_STAGE_FINDING pT2bStageFinding | ||
NCIT:C48767 pT2c Stage Finding PT2C_STAGE_FINDING pT2cStageFinding | ||
NCIT:C48768 pT3 Stage Finding PT3_STAGE_FINDING pT3StageFinding | ||
NCIT:C48769 pT3a Stage Finding PT3A_STAGE_FINDING pT3aStageFinding | ||
NCIT:C48770 pT3b Stage Finding PT3B_STAGE_FINDING pT3bStageFinding | ||
NCIT:C48771 pT3c Stage Finding PT3C_STAGE_FINDING pT3cStageFinding | ||
NCIT:C48772 pT4 Stage Finding PT4_STAGE_FINDING pT4StageFinding | ||
NCIT:C48773 pT4a Stage Finding PT4A_STAGE_FINDING pT4aStageFinding | ||
NCIT:C48774 pT4b Stage Finding PT4B_STAGE_FINDING pT4bStageFinding | ||
NCIT:C48775 pT4c Stage Finding PT4C_STAGE_FINDING pT4cStageFinding | ||
NCIT:C48776 pT4d Stage Finding PT4D_STAGE_FINDING pT4dStageFinding |
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,3 +1,14 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C102560 Favorable FAVORABLE favorable | ||
NCIT:C102561 Unfavorable UNFAVORABLE unfavorable | ||
NCIT:C123584 Favorable Response FAVORABLE_RESPONSE favorableResponse | ||
NCIT:C123617 Unfavorable Response UNFAVORABLE_RESPONSE unfavorableResponse | ||
NCIT:C123600 No Response NO_RESPONSE noResponse | ||
NCIT:C123614 Stringent Complete Response STRINGENT_COMPLETE_RESPONSE stringentCompleteResponse | ||
NCIT:C123598 Minimal Response MINIMAL_RESPONSE minimalResponse | ||
NCIT:C4870 Complete Remission COMPLETE_REMISSION completeRemission | ||
NCIT:C18058 Partial Remission PARTIAL_REMISSION partialRemission | ||
NCIT:C70604 Primary Refractory PRIMARY_REFRACTORY primaryRefractory | ||
NCIT:C142357 iRECIST Complete Response iRECIST_COMPLETE_RESPONSE iRECISTCompleteResponse | ||
NCIT:C142356 iRECIST Confirmed Progressive Disease iRECIST_CONFIRMED_PROGRESSIVE_DISEASE iRECISTConfirmedProgressiveDisease | ||
NCIT:C142358 iRECIST Partial Response iRECIST_PARTIAL_RESPONSE iRECISTPartialResponse | ||
NCIT:C142359 iRECIST Stable Disease iRECIST_STABLE_DISEASE iRECISTStableDisease | ||
NCIT:C142360 iRECIST Unconfirmed Progressive Disease iRECIST_UNCONFIRMED_PROGRESSIVE_DISEASE iRECISTUnconfirmedProgressiveDisease |
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,6 @@ | ||
ontology.id ontology.label variable.name function.name | ||
HP:0012827 Borderline BORDERLINE borderline | ||
HP:0012825 Mild MILD mild | ||
HP:0012826 Moderate MODERATE moderate | ||
HP:0012828 Severe SEVERE severe | ||
HP:0012829 Profound PROFOUND profound |
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,5 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C105740 Treatment Completed as Prescribed TREATMENT_COMPLETED_AS_PRESCRIBED treatmentCompletedAsPrescribed | ||
NCIT:C105741 Treatment Terminated Due to Toxicity TREATMENT_TERMINATED_TOXICITY treatmentTerminatedDueToToxicity | ||
NCIT:C106470 Treatment on Hold TREATMENT_ON_HOLD treatmentOnHold | ||
NCIT:C41331 Adverse Event ADVERSE_EVENT adverseEvent |
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,4 @@ | ||
ontology.id ontology.label variable.name function.name | ||
NCIT:C8509 Primary Neoplasm PRIMARY_NEOPLASM primaryNeoplasm | ||
NCIT:C3261 Metastatic Neoplasm METASTATIC_NEOPLASM metastaticNeoplasm | ||
NCIT:C4798 Recurrent Neoplasm RECURRENT_NEOPLASM recurrentNeoplasm |
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
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.