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
`-p`: public and private port for the server, default:5000(public):5000(private)
190
176
-`-v`, `--volume`: mount the working directory to docker container, for example, the `$PWD/data` could replace by the path to your directory contains all necessary data
191
177
-`--user`: prevent docker read and write file using root privileges
192
-
- the rest usage please check [Command line usage](./command.md)
Copy file name to clipboardExpand all lines: docs/installation.md
+53-62Lines changed: 53 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,6 @@
1
+
## Using trackplot by a command line
1
2
2
-
## Install with pypi, conda or docker
3
-
4
-
### Notes
5
-
>1. For **windows**, **mac(apple silicon)** and **other arm** users, due to several requirements pysam, pybigwig and hicmatrix do not support those platforms, pleas use docker image as alternative
6
-
>2. if `segment fault` with multiple processing, please try to use docker image, or just run with `-p 1`.
7
-
>3. if `Please install pyBigWig and hicmatrix` occurs, please check the official document of
8
-
[pyBigWig](https://github.com/deeptools/pyBigWig) and [hicmatrix](https://github.com/deeptools/HiCMatrix)
9
-
to solve their requirements.
10
-
11
-
### PyPi
3
+
1. install from PyPi
12
4
13
5
Before running this command line, please check python (>=3.8) was installed.
-`-v`, `--volume`: mount the working directory to docker container
73
-
-`--user`: prevent docker read and write file using root privileges
74
-
- the rest usage please check [Command line usage](./command.md)
75
-
76
-
**Note: ** detailed command line usage please check [Command line Usage](./command.md)
77
-
78
64
79
65
---
80
66
81
-
### Install from source
67
+
4. install from source code
82
68
83
69
Prior to installing the tool from the source code, users should verify their Python version (>=3.8).
84
70
@@ -87,9 +73,11 @@ python --version
87
73
# Python 3.10.8
88
74
```
89
75
90
-
####python3 is not available
76
+
4.1 python3 is not available
91
77
92
-
If your Python version does not match the requirements of Trackplot, users could follow the cmd to install and more detailed instruction for different system please refer to [here](https://realpython.com/installing-python/).
78
+
If your Python version does not match the requirements of Trackplot,
79
+
users could follow the cmd to install and
80
+
more detailed instruction for different system please refer to [here](https://realpython.com/installing-python/).
93
81
94
82
```bash
95
83
# If the default Python version does not meet the requirements of Trackplot,
`-p`: public and private port for the server, default:5000(public):5000(private)
241
+
-`-v`, `--volume`: mount the working directory to docker container, for example, the `$PWD/data` could replace by the path to your directory contains all necessary data
242
+
-`--user`: prevent docker read and write file using root privileges
243
+
- the rest usage please check [Command line usage](./command.md)
0 commit comments