Skip to content

Commit

Permalink
Merge pull request #10 from HelikarLab/fix/remove-microarray
Browse files Browse the repository at this point in the history
Remove microarray references as they are no longer used
  • Loading branch information
JoshLoecker authored Oct 9, 2024
2 parents da73a0f + 5d0e99b commit 36637db
Show file tree
Hide file tree
Showing 26 changed files with 1,331 additions and 3,350 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
python=${{ matrix.python-version }}
- name: Run tests
run: python -m pytest
run: "cd main && python -m pytest"
shell: micromamba-shell {0}

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ main/data/results/
main/data/config_sheets/*_data_inputs_auto.xlsx
main/data/gene_info.csv
main/data/Repurposing_Hub_Preproc.tsv
main/microarray.db
main/data/config_sheets/*
main/data/GSE*_RAW
main/data/gpl*entrez.csv
Expand Down
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ RUN sed -i '/^python/d' /opt/conda/conda-meta/pinned && \
echo "c.ServerApp.root_dir = '${HOME}/main'" >> "${HOME}/.jupyter/jupyter_notebook_config.py" && \
echo "c.ServerApp.token = ''" >> "${HOME}/.jupyter/jupyter_notebook_config.py" && \
echo "c.ServerApp.password = ''" >> "${HOME}/.jupyter/jupyter_notebook_config.py" && \
conda config --quiet --add channels conda-forge && \
conda config --quiet --add channels bioconda && \
conda config --quiet --add channels r && \
rm -rf "${HOME}/main/tests" # Remove tests, they are not required for running COMO
mamba config --quiet --add channels conda-forge && \
mamba config --quiet --add channels bioconda && \
mamba config --quiet --add channels r && \
rm -rf "${HOME}/main/tests" # Tests not required for running COMO

# Update base environment
RUN ls "${HOME}" && \
mamba env update --name=base --file="${HOME}/environment.yaml" && \
RUN mamba env update --name=base --file="${HOME}/environment.yaml" && \
R -e "devtools::install_github('babessell1/zFPKM')" && \
pip cache purge && \
mamba clean --all --yes
Expand Down
313 changes: 127 additions & 186 deletions main/COMO.ipynb

Large diffs are not rendered by default.

362 changes: 0 additions & 362 deletions main/como/GSEpipeline.py

This file was deleted.

Loading

0 comments on commit 36637db

Please sign in to comment.