You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The **cool-seq-tool** provides:
12
12
### pip
13
13
14
14
```commandline
15
-
pip install cool-seq-tool
15
+
pip install cool-seq-tool[dev,tests]
16
16
```
17
17
18
18
### Development
@@ -30,7 +30,7 @@ Install backend dependencies and enter Pipenv environment:
30
30
31
31
```commandline
32
32
pipenv shell
33
-
pipenv lock && pipenv sync
33
+
pipenv update
34
34
pipenv install --dev
35
35
```
36
36
@@ -71,7 +71,7 @@ If you do not wish to use the default, you must set the environment variable `UT
71
71
#### SeqRepo
72
72
`cool-seq-tool` relies on [seqrepo](https://github.com/biocommons/biocommons.seqrepo), which you must download yourself.
73
73
74
-
Use the `SEQREPO_DATA_PATH` environment variable to set the path of an already existing SeqRepo directory. The default is `/usr/local/share/seqrepo/latest`.
74
+
Use the `SEQREPO_ROOT_DIR` environment variable to set the path of an already existing SeqRepo directory. The default is `/usr/local/share/seqrepo/latest`.
0 commit comments