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
+22-18
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ See below for full instructions
12
12
13
13
# Accessing the webserver
14
14
15
-
The execution of the `start_slim_v0.5.2.sh` script deploys and start the webserver.
15
+
The execution of the `start_slim_v0.5.3.sh` script deploys and start the webserver.
16
16
By default, the webserver is accessible on the 8080 port.
17
17
18
18
* To access it on a remote server from your machine, type the server IP address followed by ":8080" (for example `156.241.0.12:8080`) from an internet browser (prefer Firefox and Google Chrome).
@@ -149,12 +149,12 @@ First of all, docker needs to be installed on the machine. You can find instruct
149
149
*[docker for Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
150
150
*[docker for macOS](https://docs.docker.com/docker-for-mac/install/)
151
151
152
-
To install SLIM, get the last stable release [here](https://github.com/trtcrd/SLIM/archive/v0.5.2.tar.gz) or, using terminal :
152
+
To install SLIM, get the last stable release [here](https://github.com/trtcrd/SLIM/archive/v0.5.3.tar.gz) or, using terminal :
Before deploying SLIM, you need to configure the mailing account that will be used for mailing service.
@@ -174,13 +174,13 @@ exports.mailer = {
174
174
```
175
175
176
176
177
-
As soon as docker is installed and running, the SLIM archive downloaded and the mailing account set, it can be deployed by using the two scripts `get_dependencies_slim_v0.5.2.sh` and `start_slim_v0.5.2.sh` as **super user**.
178
-
*`get_dependencies_slim_v0.5.2.sh` fetches all the bioinformatics tools needed from their respective repositories.
179
-
*`start_slim_v0.5.2.sh` destroys the current running webserver to replace it with a new one. **/!\\** All the files previously uploaded and the results of analysis will be detroyed during the process.
177
+
As soon as docker is installed and running, the SLIM archive downloaded and the mailing account set, it can be deployed by using the two scripts `get_dependencies_slim_v0.5.3.sh` and `start_slim_v0.5.3.sh` as **super user**.
178
+
*`get_dependencies_slim_v0.5.3.sh` fetches all the bioinformatics tools needed from their respective repositories.
179
+
*`start_slim_v0.5.3.sh` destroys the current running webserver to replace it with a new one. **/!\\** All the files previously uploaded and the results of analysis will be detroyed during the process.
180
180
181
181
```bash
182
-
sudo bash get_dependencies_slim_v0.5.2.sh
183
-
sudo bash start_slim_v0.5.2.sh
182
+
sudo bash get_dependencies_slim_v0.5.3.sh
183
+
sudo bash start_slim_v0.5.3.sh
184
184
```
185
185
186
186
The server is configured to use up to 8 CPU cores per job. The amount of available cores will determine the amount of job that can be executed in parallel (1-8 -> 1 job, 16 -> 2 jobs, etc.). To admin and access SLIM logs, please refer to the docker command line [documentation](https://docs.docker.com/engine/reference/commandline/docker/).
@@ -219,34 +219,38 @@ Please refer to the wiki pages to learn [how to create a module](https://github.
219
219
220
220
# Version history
221
221
222
-
v0.5.2
222
+
### v0.5.3
223
+
224
+
DTD: added an option for trimming the primers at the end of the reads in and a length filtering (primers dimers issue)
225
+
226
+
### v0.5.2
223
227
224
228
DADA2 beta integration, small fix on IDATAXA
225
229
226
-
v0.5.1
230
+
### v0.5.1
227
231
228
232
BUGFIX of the IDTAXA module, added wiki for the module
229
233
230
-
v0.5
234
+
### v0.5
231
235
232
236
Integration of the IDTAXA module
233
237
234
-
v0.4.1
238
+
### v0.4.1
235
239
236
240
Fixed the Dockerfile to fetch the latest R version and CASPER util.c file
237
241
238
-
v0.4
242
+
### v0.4
239
243
240
244
Added timing checkpoints in the logs of the scheduler; Added the third-party software version infos in the email
241
245
242
-
v0.3
246
+
### v0.3
243
247
244
248
Fixed LULU module and the otu table writing is now done by a python script
245
249
246
-
v0.2
250
+
### v0.2
247
251
248
252
Updated the `get_dependencies` script.
249
253
250
-
v0.1
254
+
### v0.1
251
255
252
256
First release, with third-parties versions handled within the `get_dependencies_slim.sh` script.
0 commit comments