Skip to content

Commit

Permalink
- fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
emattei committed Dec 18, 2024
1 parent 359af91 commit c5cf269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions modules/igvf-kallisto-bustools/docker_builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pip install --upgrade pip

RUN mkdir /software
COPY run_kallisto.py /software
COPY pyproject.toml /software
RUN cd /software && pip install --editable .

# Create and setup new user
Expand Down
6 changes: 3 additions & 3 deletions modules/igvf-kallisto-bustools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "igvf-kallisto-bustools"
version = "1.0.0"
description = "Align scRNA using kallisto-bustools"
requires-python = "==3.10.11"
requires-python = "==3.10.15"
dependencies = [
"click>=8.1.7",
"kb-python==0.28.2",
"anndata==0.10.1"
"kb-python==0.29.1",
"anndata==0.11.1"
]

[project.scripts]
Expand Down

0 comments on commit c5cf269

Please sign in to comment.