Skip to content

Commit

Permalink
Fixing model-template
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed May 31, 2021
1 parent c5f4abf commit 2ee8e57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
2 changes: 2 additions & 0 deletions epidermal_basset/test_subset.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
encode-roadmap.basset.clf.testfold-0
ggr.basset.clf.pretrained.folds.testfold-0

0 comments on commit 2ee8e57

Please sign in to comment.