-
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.
Merge pull request #32 from DerThorsten/niceparse
Niceparse
- Loading branch information
Showing
11 changed files
with
158 additions
and
258 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 |
---|---|---|
|
@@ -28,14 +28,15 @@ variables: | |
name: Install conda dependencies | ||
command: | | ||
conda install genomelake pyfaidx -c bioconda | ||
install_kipoi: &install_kipoi | ||
run: | ||
name: Install Kipoi | ||
command: | | ||
git clone [email protected]:kipoi/kipoi.git kipoi_pkg | ||
cd kipoi_pkg | ||
pip install '.' | ||
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 | ||
|
@@ -80,72 +81,22 @@ jobs: | |
- *update_pytorch | ||
- *install_conda_deps | ||
- *install_pip_deps | ||
- *install_kipoi | ||
- *install_kipoi_veff | ||
- *kipoi_ls | ||
- *run_tests | ||
- *run_coveralls | ||
- *store_test_results | ||
- *store_test_artifacts | ||
|
||
test-py27: | ||
docker: | ||
- image: kipoi/miniconda:4.3.14 | ||
working_directory: ~/repo | ||
steps: | ||
- checkout | ||
- *update_conda | ||
- *install_git_lfs | ||
- *update_pytorch | ||
- *install_conda_deps | ||
- *install_pip_deps | ||
- *install_kipoi | ||
- *install_kipoi_veff | ||
- *kipoi_ls | ||
- *run_tests | ||
- *store_test_results | ||
- *store_test_artifacts | ||
|
||
build-deploy-docs: | ||
docker: | ||
# - image: continuumio/miniconda3:4.3.14 | ||
- image: kipoi/miniconda3:4.3.14 | ||
# - image: continuumio/anaconda3:5.0.1 | ||
# - image: circleci/python:3.5 | ||
working_directory: ~/repo | ||
steps: | ||
- add_ssh_keys: | ||
fingerprints: | ||
- 08:c1:46:ae:ea:06:99:b6:64:ee:3f:e0:98:ac:30:ce | ||
- checkout | ||
- run: | ||
name: Install pip - Kipoi | ||
command: pip install -e . | ||
- run: | ||
name: Install build deps | ||
command: pip install nbconvert mkdocs pydoc-markdown | ||
- run: | ||
name: Build docs | ||
command: | | ||
cd docs/ | ||
mkdir -p theme_dir/img/ipynb/ | ||
./render_ipynb.bash | ||
pydocmd build | ||
- run: | ||
name: Deploy docs | ||
command: .circleci/deploy_docs.bash | ||
|
||
workflows: | ||
version: 2 | ||
|
||
test: | ||
jobs: | ||
- test-py36 | ||
- test-py27 | ||
- build-deploy-docs: | ||
requires: | ||
- test-py36 | ||
- test-py27 | ||
filters: | ||
branches: | ||
only: | ||
|
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
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,8 +5,9 @@ | |
|
||
|
||
requirements = [ | ||
"kipoi>=0.6.1", | ||
"kipoi-utils>=0.1.1", | ||
"kipoi>=0.6.12", | ||
#$"git+ssh://[email protected]/DerThorsten/kipoi.git@niceparse",#egg=kipoi, | ||
"kipoi-utils>=0.1.12", | ||
# vep | ||
"pyvcf", | ||
"cyvcf2", | ||
|
@@ -29,7 +30,7 @@ | |
"cookiecutter", | ||
# sometimes required | ||
"h5py", | ||
"urllib3>=1.21.1", #,<1.23", | ||
"urllib3>=1.21.1", #,<1.23", | ||
] | ||
|
||
test_requirements = [ | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
tests/models/non_bedinput_model/example_files/variants.vcf.gz
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/models/non_bedinput_model/example_files/variants.vcf.gz.tbi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/models/var_seqlen_model/example_files/variants.vcf.gz
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/models/var_seqlen_model/example_files/variants.vcf.gz.tbi
Binary file not shown.
Oops, something went wrong.