-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59841be
commit ca5a8bf
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|