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
+16-12
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.3.sh` script deploys and start the webserver.
15
+
The execution of the `start_slim_v0.4.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).
@@ -62,10 +62,10 @@ ACTACTYCAAATCGG
62
62
**Example of sequences reference database file**
63
63
64
64
This FASTA file contains reference sequences with unique identifier and taxonomic path in the header.
65
-
Such database can be downloaded for instance from [SILVA](https://www.arb-silva.de/) for both prokaryotes and eukaryotes (16S and 18S), [EUKREF](https://eukref.org/) for eularyotes (18S), [UNITE](https://unite.ut.ee/repository.php) for fungi (ITS), [MIDORI](http://www.reference-midori.info/download.php#) for metazoan (COI).
65
+
Such database can be downloaded for instance from [SILVA](https://www.arb-silva.de/) for both prokaryotes and eukaryotes (16S and 18S), [EUKREF](https://eukref.org/)or [PR2](https://github.com/pr2database/pr2database)for eukaryotes (18S), [UNITE](https://unite.ut.ee/repository.php) for fungi (ITS), [MIDORI](http://www.reference-midori.info/download.php#) for metazoan (COI).
66
66
Each header include a unique identifier (usually the accession),
67
67
a space ' ', and the taxonomic path separated by a semi-colon (without any space, please use "_" underscore).
68
-
**Prefer having the same amount of taxonomic rank for each reference sequences**
68
+
**You should have the same amount of taxonomic rank for each reference sequences**
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.3.sh` and `start_slim_v0.3.sh` as **super user**.
178
-
*`get_dependencies_slim_v0.3.sh` fetches all the bioinformatics tools needed from their respective repositories.
179
-
*`start_slim_v0.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.
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.4.sh` and `start_slim_v0.4.sh` as **super user**.
178
+
*`get_dependencies_slim_v0.4.sh` fetches all the bioinformatics tools needed from their respective repositories.
179
+
*`start_slim_v0.4.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.3.sh
183
-
sudo bash start_slim_v0.3.sh
182
+
sudo bash get_dependencies_slim_v0.4.sh
183
+
sudo bash start_slim_v0.4.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/).
@@ -217,6 +217,10 @@ Please refer to the wiki pages to learn [how to create a module](https://github.
217
217
218
218
# Version history
219
219
220
+
v0.4
221
+
222
+
Added timing checkpoints in the logs of the scheduler; Added the third-party software version infos in the email
223
+
220
224
v0.3
221
225
222
226
Fixed LULU module and the otu table writing is now done by a python script
0 commit comments