File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,17 @@ variables:
1616 name : Update pytorch
1717 command : |
1818 conda install --yes pytorch-cpu -c pytorch
19- install_pip_deps : &install_pip_deps
19+ icondaall_pip_deps : &install_pip_deps
2020 run :
2121 name : Install pip dependencies
2222 command : |
2323 pip install genomelake --no-deps
2424 pip install pyfaidx
25+ install_conda_deps : &install_conda_deps
26+ run :
27+ name : Install conda dependencies
28+ command : |
29+ conda install genomelake pyfaidx -c bioconda
2530 install_kipoi : &install_kipoi
2631 run :
2732 name : Install Kipoi
7277 - *update_conda
7378 - *install_git_lfs
7479 - *update_pytorch
75- - *install_pip_deps
80+ - *install_conda_deps
7681 - *install_kipoi
7782 - *install_kipoiseq
7883 - *kipoi_ls
9095 - *update_conda
9196 - *install_git_lfs
9297 - *update_pytorch
93- - *install_pip_deps
98+ - *install_conda_deps
9499 - *install_kipoi
95100 - *install_kipoiseq
96101 - *kipoi_ls
You can’t perform that action at this time.
0 commit comments