Skip to content

Commit

Permalink
using most recent kipoi version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Apr 25, 2019
1 parent 59841be commit ca5a8bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ variables:
command: |
conda install genomelake pyfaidx -c bioconda
install_kipoi: &install_kipoi
run:
name: Install Kipoi
command: |
git clone [email protected]:DerThorsten/kipoi.git -b niceparse kipoi_pkg
cd kipoi_pkg
pip install '.' --no-deps
cd ..
# install_kipoi: &install_kipoi
# run:
# name: Install Kipoi
# command: |
# git clone [email protected]:DerThorsten/kipoi.git -b niceparse kipoi_pkg
# cd kipoi_pkg
# pip install '.' --no-deps
# cd ..
install_kipoi_veff: &install_kipoi_veff
run:
name: Install Kipoi-veff
Expand Down Expand Up @@ -81,9 +81,7 @@ jobs:
- *update_pytorch
- *install_conda_deps
- *install_pip_deps
- *install_kipoi
- *install_kipoi_veff
- *install_kipoi
- *kipoi_ls
- *run_tests
- *run_coveralls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


requirements = [
"kipoi>=0.6.1",
"kipoi>=0.6.12",
#$"git+ssh://[email protected]/DerThorsten/kipoi.git@niceparse",#egg=kipoi,
"kipoi-utils>=0.1.12",
# vep
Expand Down

0 comments on commit ca5a8bf

Please sign in to comment.