Skip to content

Commit

Permalink
Merge pull request #175 from DerThorsten/master
Browse files Browse the repository at this point in the history
fighting software erosion
  • Loading branch information
DerThorsten authored Apr 29, 2019
2 parents 6cbb34c + 74767d8 commit 47afb1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FactorNet/CTCF/metaGENCODE_RNAseq_Unique35_DGF/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from kipoi.data import Dataset
from kipoi.metadata import GenomicRanges
from kipoi.specs import RemoteFile
from kipoi.external.torchvision.dataset_utils import download_url
from kipoi.utils import makedir_exist_ok
from kipoi_utils.external.torchvision.dataset_utils import download_url
from kipoi_utils.utils import makedir_exist_ok
import linecache
from six.moves.urllib.request import urlretrieve

Expand Down
5 changes: 2 additions & 3 deletions FactorNet/CTCF/metaGENCODE_RNAseq_Unique35_DGF/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ info:
- DNA binding
default_dataloader: .
dependencies:
conda:
- python=3.5
pip:
- tensorflow>=1.4.1
- keras>=2.0.4,<2.2.0
Expand All @@ -83,4 +81,5 @@ schema:
test:
expect:
url: https://s3.eu-central-1.amazonaws.com/kipoi-models/predictions/14f9bf4b49e21c7b31e8f6d6b9fc69ed88e25f43/FactorNet/CTCF/metaGENCODE_RNAseq_Unique35_DGF/predictions.h5
md5: c168e8b807823c522144cc28b024c9f0
md5: c168e8b807823c522144cc28b024c9f0
precision_decimal: 6

0 comments on commit 47afb1b

Please sign in to comment.