File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
git+https://github.com/openvar/vv_hgvs.git@1.2.5.vv1#egg=vvhgvs
2
- git+https://github.com/openvar/variantValidator@1.0.4#egg=VariantValidator
3
- git+https://github.com/openvar/variantFormatter@1.0.2#egg=VariantFormatter
2
+ git+https://github.com/openvar/variantValidator@v1.0.4#egg=VariantValidator
3
+ git+https://github.com/openvar/variantFormatter@v1.0.2#egg=VariantFormatter
4
+ biopython==1.74
4
5
flask
5
6
flask-restplus
6
7
gunicorn
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ console = DEBUG
22
22
file = ERROR
23
23
24
24
[Entrez]
25
- email = <YOUR EMAIL ADDRESS>
26
- api_key = <YOUR API KEY>
25
+ email = admin@variantvalidator.org
26
+ api_key = a991783f8c1e9e1958d1e6bd90b6f4046f08
27
27
28
28
29
29
# <LICENSE>
Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ services:
37
37
expose :
38
38
- " 5000"
39
39
- " 8000"
40
+
40
41
volumes :
41
42
seqdata :
42
43
share :
43
44
driver : local
44
45
driver_opts :
45
46
type : ' none'
46
47
o : ' bind'
47
- device : ' ${HOME}/share'
48
+ device : ' ${HOME}/variantvalidator_data/ share'
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ $ git clone https://github.com/openvar/rest_variantValidator
14
14
```
15
15
16
16
Once the repository has been cloned, cd into the rest_variantValidator directory that the clone creates.
17
+
17
18
``` bash
18
19
$ cd rest_variantValidator/
19
20
```
@@ -44,7 +45,8 @@ $ docker-compose pull
44
45
45
46
- Create a directory for sharing resources between your computer and the container
46
47
``` bash
47
- $ mkdir ~ /share
48
+ $ mkdir ~ /variantvalidator_data
49
+ $ mkdir ~ /variantvalidator_data/share
48
50
```
49
51
i.e. a directory called share in your home directory
50
52
Original file line number Diff line number Diff line change 57
57
"requests" ,
58
58
"dicttoxml" ,
59
59
"vvhgvs @ git+https://github.com/openvar/vv_hgvs.git@1.2.5.vv1#egg=vvhgvs" ,
60
- "VariantValidator @ git+https://github.com/openvar/variantValidator.git@1 .0.4#egg=VariantValidator" ,
61
- "VariantFormatter @ git+https://github.com/openvar/variantFormatter.git@1 .0.2#egg=VariantFormatter" ,
60
+ "VariantValidator @ git+https://github.com/openvar/variantValidator.git@v1 .0.4#egg=VariantValidator" ,
61
+ "VariantFormatter @ git+https://github.com/openvar/variantFormatter.git@v1 .0.2#egg=VariantFormatter" ,
62
62
"biocommons.seqrepo>=0.5.1" ,
63
+ "biopython==1.74" ,
63
64
],
64
65
setup_requires = [
65
66
"setuptools_scm" ,
You can’t perform that action at this time.
0 commit comments