Skip to content

Commit

Permalink
Merge pull request #57 from monarch-initiative/ontology
Browse files Browse the repository at this point in the history
Ontology
  • Loading branch information
pnrobinson authored Jan 14, 2024
2 parents 2656536 + 96be5bc commit c2273d4
Show file tree
Hide file tree
Showing 12 changed files with 767 additions and 58 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: mkdocs-generation
on:
push:
branches:
- master
- develop
- ontology
- main
permissions:
contents: write
Expand Down
3 changes: 3 additions & 0 deletions docs/cda/cda_mutation_factory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CdaMutationFactory

::: src.oncoexporter.cda.CdaMutationFactory
165 changes: 165 additions & 0 deletions docs/explanations/cda_mutation.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Input data from sources such as Cancer Data Aggregator (CDA) are
transformed into collections of
[GA4GH Phenopackets](https://github.com/phenopackets/phenopacket-schema){:target="\_blank"}.


The source code is available in the oncoexporter [GitHub repository](https://github.com/monarch-initiative/oncoexporter).

### Feedback

Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ nav:
- cda_individual_factory: 'cda/cda_individual_factory.md'
- cda_disease_factory: 'cda/cda_disease_factory.md'
- cda_biosample_factory: 'cda/cda_biosample_factory.md'
- cda_mutation_factory: 'cda/cda_mutation_factory.md'
- model:
- "overview": "index.md"
- "op_individual": "model/op_individual.md"
- explanations:
- cda_disease: 'explanations/cda_disease.md'
- cda_mutation: 'explanations/cda_mutation.md'


plugins:
Expand Down
Loading

0 comments on commit c2273d4

Please sign in to comment.