Skip to content

Commit

Permalink
finalize initial mkdocs structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed May 17, 2024
1 parent 37c4915 commit b5c9be3
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/reference/fileformats/assay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.assay
1 change: 1 addition & 0 deletions docs/reference/fileformats/bed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.bed
1 change: 1 addition & 0 deletions docs/reference/fileformats/clinical.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.clinical
1 change: 1 addition & 0 deletions docs/reference/fileformats/cna.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.cna
1 change: 1 addition & 0 deletions docs/reference/fileformats/mutations_in_cis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.mutationsInCis
1 change: 1 addition & 0 deletions docs/reference/fileformats/patient_retraction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.patientRetraction
1 change: 1 addition & 0 deletions docs/reference/fileformats/sample_retraction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.sampleRetraction
1 change: 1 addition & 0 deletions docs/reference/fileformats/seg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.seg
1 change: 1 addition & 0 deletions docs/reference/fileformats/structural_variant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.structural_variant
1 change: 1 addition & 0 deletions docs/reference/fileformats/vcf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.vcf
1 change: 1 addition & 0 deletions docs/reference/fileformats/workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie_registry.workflow
1 change: 1 addition & 0 deletions docs/reference/helper_modules/create_case_lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie.create_case_lists
1 change: 1 addition & 0 deletions docs/reference/helper_modules/dashboard_table_updater.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie.dashboard_table_updater
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: bin.consortium_to_public
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: bin.database_to_staging
1 change: 1 addition & 0 deletions docs/reference/main_pipeline_commands/input_to_database.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: bin.input_to_database
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie.toRetract
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: genie.write_invalid_reasons
38 changes: 32 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,46 @@ nav:
- Getting Started: getting_started.md
- Tutorials:
- Local File Validation: tutorials/local_file_validation.md
- Reference:
- Reference:
# contains reference to all of the technical codebase
- Main Pipeline Commands:
# contains reference to the scripts with the command line args we call to
# run the pipeline
- Input to Database: reference/main_pipeline_commands/input_to_database.md
- Database to Staging: reference/main_pipeline_commands/database_to_staging.md
- Consortium to Public: reference/main_pipeline_commands/consortium_to_public.md
- Main Pipeline Steps:
- Input to Database: reference/main_pipeline_steps/input_to_database.md
# contains all code related to input to database step
- Input to Database:
- input_to_database: reference/main_pipeline_steps/input_to_database/input_to_database.md
- validate: reference/main_pipeline_steps/input_to_database/validate.md
- write_invalid_reasons: reference/main_pipeline_steps/input_to_database/write_invalid_reasons.md
- process_mutation: reference/main_pipeline_steps/input_to_database/process_mutation.md
- to_retract: reference/main_pipeline_steps/input_to_database/toRetract.py
- Database to Staging: reference/main_pipeline_steps/database_to_staging.md
- Consortium to Public: reference/main_pipeline_steps/consortium_to_public.md
- Fileformats:
- Fileformat: reference/fileformats/fileformat.md
- maf: reference/fileformats/maf.md
- Assay Information: reference/fileformats/assay.md
- Bed: reference/fileformats/bed.md
- Clinical: reference/fileformats/clinical.md
- Cna: reference/fileformats/cna.md
- Maf: reference/fileformats/maf.md
- Mutations In Cis: reference/fileformats/mutations_in_cis.md
- Patient retraction: reference/fileformats/patient_retraction.md
- Sample retraction: reference/fileformats/sample_retraction.md
- Segmented: reference/fileformats/seg.md
- Structural variant: reference/fileformats/structural_variant.md
- Vcf: reference/fileformats/vcf.md
- Workflow: reference/fileformats/workflow.md
- Helper modules:
- process_functions: reference/helper_modules/process_functions.md
- validate: reference/helper_modules/validate.md
# contains all code used in more than one step of the pipeline
- create_case_lists: reference/helper_modules/create_case_lists.md
- dashboard_table_updater: reference/helper_modules/dashboard_table_updater.md
- extract: reference/helper_modules/extract.md
- load: reference/helper_modules/load.md
- process_functions: reference/helper_modules/process_functions.md
- transform: reference/helper_modules/transform.md
- process_mutation: reference/helper_modules/process_mutation.md

# Theme configuration
theme:
Expand Down Expand Up @@ -84,6 +109,7 @@ plugins:
python:
options:
members_order: source
# shows all functions and attributes even hidden
members: yes
show_if_no_docstring: False
show_root_heading: True
Expand Down

0 comments on commit b5c9be3

Please sign in to comment.