Skip to content

Commit

Permalink
changed dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 29, 2019
1 parent 9a0cc94 commit 36aef28
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 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==0.27
- mmsplice==0.2.7
output_schema:
inputs:
ss:
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
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 36aef28

Please sign in to comment.