Skip to content

Commit

Permalink
Fixing deepcpgdna singularity container info
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Nov 12, 2021
1 parent 28748e1 commit d253033
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ workflows:
- test_all_models_singularity:
matrix:
parameters:
num_of_shards: [4]
shard_id: [0, 1, 2, 3]
num_of_shards: [12]
shard_id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] #TODO: Switch back to 4
filters:
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "Installing Kipoi."
# install kipoi and others from the master branch for now
pip install git+https://github.com/kipoi/kipoi-utils.git
pip install git+https://github.com/kipoi/kipoi-conda.git
pip install git+https://github.com/kipoi/kipoi.git@add-singularity
pip install git+https://github.com/kipoi/kipoi.git
# pip install kipoi

# fi
Expand Down
6 changes: 3 additions & 3 deletions shared/containers/model-to-singularity.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"DeepCpG_DNA": {
"url": "https://zenodo.org/record/5644007/files/kipoi-docker_sharedpy3keras2.sif?download=1",
"name": "kipoi-docker_sharedpy3keras2",
"md5": "0e5354145f54c2c8c7efc3bb265aebac"
"url": "https://zenodo.org/record/5644005/files/kipoi-docker_sharedpy3keras1.2.sif?download=1",
"name": "kipoi-docker_sharedpy3keras1.2",
"md5": "cd748bae471b6af0b2cdaecca1e1c6ac"
},
"CpGenie": {
"url": "https://zenodo.org/record/5644005/files/kipoi-docker_sharedpy3keras1.2.sif?download=1",
Expand Down

0 comments on commit d253033

Please sign in to comment.