Skip to content

Commit

Permalink
Revert Dockerfile and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Nov 21, 2024
1 parent aa10217 commit d069a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ __pycache__/
# C extensions
*.so

# .config.yaml file
.config.yaml

# Distribution / packaging
.Python
Expand Down
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ COPY metaMS/ /metams/metaMS/
COPY README.md disclaimer.txt Makefile requirements.txt setup.py /metams/
COPY db/ /metams/db/

# Install the specific version of corems
RUN pip3 install corems==2.2.1

# Install other dependencies from requirements.txt
RUN pip3 install -r requirements.txt

# Install the MetaMS package in editable mode
RUN pip3 install --editable .

Expand Down
1 change: 1 addition & 0 deletions metaMS/lcms_lipidomics_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def instantiate_lcms_obj(file_in):
"""
# Instantiate parser based on binary file type
if ".raw" in str(file_in):
#TODO KRH: Add real functionality here
pass
#parser = ImportMassSpectraThermoMSFileReader(file_in)

Expand Down

0 comments on commit d069a67

Please sign in to comment.