Skip to content

Commit

Permalink
Merge pull request #187 from DerThorsten/mmsplicefix
Browse files Browse the repository at this point in the history
Mmsplicefix
  • Loading branch information
DerThorsten authored Jul 29, 2019
2 parents 2875cf2 + 36aef28 commit 777280e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MMSplice/modules/acceptor/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice
- mmsplice==0.2.7
output_schema:
inputs:
ss:
Expand Down
2 changes: 2 additions & 0 deletions MMSplice/modules/acceptor/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ info:
tags:
- RNA splicing
dependencies:
conda:
- pip
pip:
- tensorflow>=1.0.0
- keras>=2.0.4
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modules/donor/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice
- mmsplice==0.2.7
output_schema:
inputs:
ss:
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modules/exon_3prime/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice
- mmsplice==0.2.7
output_schema:
inputs:
input_4:
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modules/exon_5prime/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice
- mmsplice==0.2.7
output_schema:
inputs:
input_3:
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modules/intron_3prime/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice
- mmsplice==0.2.7
output_schema:
inputs:
input_5:
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modules/intron_5prime/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice
- mmsplice==0.2.7
output_schema:
inputs:
input_15:
Expand Down
2 changes: 1 addition & 1 deletion labranchor/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ args:
defined_as: dataloader.py::BranchPointDataset
dependencies:
conda:
- python
- python==3.6
pip:
- pysam
- numpy
Expand Down
1 change: 1 addition & 0 deletions labranchor/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ default_dataloader: .
dependencies:
conda:
- pip
- bioconda::pysam
pip:
- tensorflow>=1.0.0
- keras>=2.0.4
Expand Down

0 comments on commit 777280e

Please sign in to comment.