Skip to content

Commit

Permalink
Merge pull request #3 from breimanntools/dev_scripts
Browse files Browse the repository at this point in the history
Dev scripts
  • Loading branch information
breimanntools authored Feb 13, 2024
2 parents 5ab758b + 4e1c766 commit fe7cef0
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 276 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Directories
/venv/
#/dev_scripts/
/dev_scripts/
/recipe/
/tutorials/.ipynb_checkpoints/
/dist/

# Created documentation
/docs/build/
/docs/source/generated/

# IDEs & Editors
## PyCharm
/.idea/
Expand All @@ -25,6 +29,11 @@ Thumbs.db
__pycache__/
*.py[cod]
*$py.class
**/__pycache__/

# Hypothesis
.hypothesis/
.coverage

## C extensions
*.so
Expand Down Expand Up @@ -119,3 +128,5 @@ dmypy.json

# Cython
cython_debug/
/venv_shap/
/dev_scripts/
Empty file removed dev_scripts/__init__.py
Empty file.
28 changes: 0 additions & 28 deletions dev_scripts/_utils.py

This file was deleted.

1 change: 0 additions & 1 deletion dev_scripts/data/.~lock.LIPID_DEMYLINATION.tsv#

This file was deleted.

Binary file removed dev_scripts/data/Demyelination_dpi0_vs_dpi7.xlsx
Binary file not shown.
Binary file removed dev_scripts/data/Demyelination_dpi0_vs_dpi7_.xlsx
Binary file not shown.
Binary file removed dev_scripts/data/raw_data_proteomics_lfq.xlsx
Binary file not shown.
104 changes: 0 additions & 104 deletions dev_scripts/dev_cimpute.py

This file was deleted.

142 changes: 0 additions & 142 deletions dev_scripts/dev_data.py

This file was deleted.

Binary file removed dev_scripts/results/LIPID_DEMYLINATION_SIG.xlsx
Binary file not shown.
Binary file removed dev_scripts/results/PROT_DEMYLINATION_SIG.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fe7cef0

Please sign in to comment.