File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ DIPPER runs on modern Linux and macOS systems, supporting NVIDIA (CUDA) and AMD
5050 * CPU-only execution (no GPU required)
5151
5252### 1. <a name =" conda " ></a > Using Conda (Recommended)
53- DIPPER is available on platforms with NVIDIA GPUs via Conda. See [ DIPPER Bioconda Page] ( https://anaconda.org/bioconda/dipper ) for details.
53+ DIPPER is available on above-mentioned platforms via Conda. See [ DIPPER Bioconda Page] ( https://anaconda.org/bioconda/dipper ) for details.
5454#### i. Dependencies
55551 . [ Conda] ( https://docs.conda.io/en/latest/ )
5656
@@ -69,7 +69,7 @@ conda install bioconda::dipper
6969
7070#### iii. Run DIPPER
7171``` bash
72- # Insider conda environment
72+ # Inside the conda environment
7373dipper --help
7474```
7575
@@ -87,12 +87,12 @@ docker run -it --gpus all swalia14/dipper:latest
8787```
8888#### iii. Run DIPPER
8989``` bash
90- # Insider docker container (path: /home/DIPPER/bin)
90+ # Inside the docker container (path: /home/DIPPER/bin)
9191./dipper --help
9292```
9393
9494### 3. Using DockerFile <a name =" dockerfile " ></a >
95- Docker container with the preinstalled DIPPER program can also be built from a Dockerfile by following these steps.
95+ A Docker container with the preinstalled DIPPER program can also be built from a Dockerfile by following these steps.
9696
9797#### i. Dependencies
98981 . [ Docker] ( https://docs.docker.com/engine/install/ )
@@ -110,7 +110,7 @@ docker run -it --gpus all dipper
110110```
111111#### iv. Run DIPPER
112112``` bash
113- # Insider docker container (path: /home/DIPPER/bin)
113+ # Inside the docker container (path: /home/DIPPER/bin)
114114./dipper --help
115115```
116116
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ DIPPER runs on modern Linux and macOS systems, supporting NVIDIA (CUDA) and AMD
2727 * CPU-only execution (no GPU required)
2828
2929### 1. <a name =" conda " ></a > Using Conda (Recommended)
30- DIPPER is available on platforms with NVIDIA GPUs via Conda. See [ DIPPER Bioconda Page] ( https://anaconda.org/bioconda/dipper ) for details.
30+ DIPPER is available on above-mentioned platforms Conda. See [ DIPPER Bioconda Page] ( https://anaconda.org/bioconda/dipper ) for details.
3131#### i. Dependencies
32321 . [ Conda] ( https://docs.conda.io/en/latest/ )
3333
@@ -46,7 +46,7 @@ conda install bioconda::dipper
4646
4747#### iii. Run DIPPER
4848``` bash
49- # Insider conda environment
49+ # Inside the conda environment
5050dipper --help
5151```
5252
@@ -64,7 +64,7 @@ docker run -it --gpus all swalia14/dipper:latest
6464```
6565#### iii. Run DIPPER
6666``` bash
67- # Insider docker container (path: /home/Dipper/bin)
67+ # Inside the docker container (path: /home/Dipper/bin)
6868./dipper --help
6969```
7070
@@ -87,7 +87,7 @@ docker run -it --gpus all dipper
8787```
8888#### iv. Run DIPPER
8989``` bash
90- # Insider docker container (path: /home/Dipper/bin)
90+ # Inside the docker container (path: /home/Dipper/bin)
9191./dipper --help
9292```
9393
You can’t perform that action at this time.
0 commit comments