Skip to content

Commit

Permalink
More pinned models
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 1, 2021
1 parent 8a61449 commit 142c5e5
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 40 deletions.
11 changes: 5 additions & 6 deletions DeepCpG_DNA/Hou2016_HepG2_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_HepG2_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,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
11 changes: 5 additions & 6 deletions DeepCpG_DNA/Hou2016_mESC_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_mESC_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,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
11 changes: 5 additions & 6 deletions DeepCpG_DNA/Smallwood2014_2i_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/Smallwood2014_2i_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,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
11 changes: 5 additions & 6 deletions DeepCpG_DNA/Smallwood2014_serum_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/Smallwood2014_serum_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,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
11 changes: 5 additions & 6 deletions DeepCpG_DNA/template/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ info:
doc: Dataloader for the DeepCpG.
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
output_schema:
inputs:
dna:
Expand Down
3 changes: 1 addition & 2 deletions DeepCpG_DNA/template/model_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ info:
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
schema:
inputs:
dna:
Expand Down

0 comments on commit 142c5e5

Please sign in to comment.