Skip to content

Commit

Permalink
Fixing Deepcpg
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 1, 2021
1 parent 6a6d904 commit 8a61449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions DeepCpG_DNA/Hou2016_HCC_dna/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ args:
defined_as: dataloader.py::SeqDataset
dependencies:
conda:
- bioconda::genomelake==0.1.4
- bioconda::pybedtools
- python=3.5
- numpy
- pandas
- cython
- bioconda::genomelake=0.1.4
- bioconda::pybedtools=0.8.1
- python=3.6
- numpy=1.19.2
- pandas=1.1.3
info:
authors:
- github: avsecz
Expand Down
3 changes: 1 addition & 2 deletions DeepCpG_DNA/Hou2016_HCC_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ args:
default_dataloader: .
dependencies:
conda:
- python=3.5
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip:
- tensorflow==1.10.0
- keras==1.2.2
- deepcpg==1.0.4
info:
authors:
- github: cangermueller
Expand Down

0 comments on commit 8a61449

Please sign in to comment.