Skip to content

Commit

Permalink
Merge pull request #16 from jmuhlich/add-bioformats
Browse files Browse the repository at this point in the history
Add bioformats support for file loading
  • Loading branch information
yfukai authored Mar 22, 2024
2 parents 76c3b68 + 94a2b00 commit 84b1f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.3.0
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.2.2'

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:
# Installing necessary packages

# Installing basicpy and other pip packages
RUN pip --no-cache-dir install git+https://github.com/peng-lab/BaSiCpy@dev
RUN pip --no-cache-dir install git+https://github.com/peng-lab/BaSiCpy@dev bioformats_jar

# Copy script and test run
COPY ./main.py /opt/
Expand Down

0 comments on commit 84b1f36

Please sign in to comment.