Skip to content

Commit

Permalink
oncoexplorer -> oncopacket
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reese committed Jan 21, 2025
1 parent 9b8c899 commit 25b60e4
Show file tree
Hide file tree
Showing 78 changed files with 38 additions and 5,017 deletions.
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Feel free to skip this if you already have a virtual environment which you want


```shell
python3 -m venv oncoexporter-venv
source oncoexporter-venv/bin/activate
python3 -m venv oncopacket-venv
source oncopacket-venv/bin/activate
```


Expand All @@ -32,7 +32,7 @@ Next, Oncoexporter can be installed into an existing virtual environment by runn

```shell
# Ensure you are in the repo folder
cd oncoexporter
cd oncopacket
python3 -m pip install --editable .
```

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: oncoexporter
site_name: oncopacket

theme:
name: "material"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_TCGA_LUAD.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_bone.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_brain.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_breast.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_cervix.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_colon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_heart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_kidney.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_liver.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_lung.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_pancreas.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_skin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_thyroid.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from google.protobuf.json_format import MessageToJson

from oncoexporter.cda import CdaTableImporter, configure_cda_table_importer
from oncopacket.cda import CdaTableImporter, configure_cda_table_importer

'''
https://cda.readthedocs.io/en/latest/documentation/cdapython/code_update/#returning-a-matrix-of-results
Expand Down
13 changes: 0 additions & 13 deletions src/oncoexporter/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/oncoexporter/cda/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/oncoexporter/cda/_configure.py

This file was deleted.

127 changes: 0 additions & 127 deletions src/oncoexporter/cda/_gdc.orig.py

This file was deleted.

Loading

0 comments on commit 25b60e4

Please sign in to comment.