Skip to content

Commit

Permalink
Merge pull request #115 from kipoi/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
haimasree committed Apr 7, 2022
2 parents 16e31f3 + 9c270e4 commit 58c22f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cd apptainer-${VERSION}
./mconfig -v -p /usr/local
make -C ./builddir all && sudo make -C ./builddir install
cd ../ && rm apptainer-${VERSION}.tar.gz && rm -rf apptainer-${VERSION}
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -158,10 +159,10 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ["sharedpy3keras1.2", "sharedpy3keras2", "mpra-dragonn", "extended_coda", "mmsplice",
"mmsplice-mtsplice", "deepmel", "framepool", "kipoisplice", "deeptarget",
"attentivechrome", "bpnet-oskn", "seqvec", "deepflybrain", "aparent-site_probabilities",
"aparent-veff", "deepstarr"]
image: ["sharedpy3keras1.2", "sharedpy3keras2", "mpra-dragonn", "extended_coda",
"mmsplice", "mmsplice-mtsplice", "deepmel", "framepool", "kipoisplice",
"deeptarget", "attentivechrome", "bpnet-oskn", "seqvec", "deepflybrain",
"aparent-site_probabilities", "aparent-veff", "deepstarr"]
runs-on: ubuntu-latest
env:
SINGULARITY_PULL_FOLDER: "/home/runner/singularity/"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-with-model-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cd apptainer-${VERSION}
./mconfig -v -p /usr/local
make -C ./builddir all && sudo make -C ./builddir install
cd ../ && rm apptainer-${VERSION}.tar.gz && rm -rf apptainer-${VERSION}
- name: Install pip dependencies
shell: bash -l {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
cd apptainer-${VERSION}
./mconfig -v -p /usr/local
make -C ./builddir all && sudo make -C ./builddir install
cd ../ && rm apptainer-${VERSION}.tar.gz && rm -rf apptainer-${VERSION}
- name: Install kipoi_containers
run: |
mkdir -p /home/runner/singularity/
Expand Down
2 changes: 1 addition & 1 deletion kipoi_containers/kipoi-model-repo-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65eb559f4f49fe3d0532198c6ed468fa0c46f862
9834e942d1262b4b2176a429a79bdea57c6e79df

0 comments on commit 58c22f1

Please sign in to comment.