Skip to content

Commit 8d002a1

Browse files
committed
Moving to v0.4.1
1 parent 5f4499a commit 8d002a1

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

README.md

+20-16
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See below for full instructions
1212

1313
# Accessing the webserver
1414

15-
The execution of the `start_slim_v0.4.sh` script deploys and start the webserver.
15+
The execution of the `start_slim_v0.4.1.sh` script deploys and start the webserver.
1616
By default, the webserver is accessible on the 8080 port.
1717

1818
* 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).
@@ -63,8 +63,8 @@ ACTACTYCAAATCGG
6363

6464
This FASTA file contains reference sequences with unique identifier and taxonomic path in the header.
6565
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-
Each header include a unique identifier (usually the accession),
67-
a space ' ', and the taxonomic path separated by a semi-colon (without any space, please use "_" underscore).
66+
Each header include a unique identifier (usually the accession),
67+
a space ' ', and the taxonomic path separated by a semi-colon (without any space, please use "_" underscore).
6868
**You should have the same amount of taxonomic rank for each reference sequences**
6969

7070
```
@@ -136,9 +136,9 @@ Your files will remain available on the server during 24h, after what they will
136136
Each module status is displayed besides its names:
137137
- waiting: the execution started, the module is waiting for files input.
138138
- running: the module is busy.
139-
- warnings: there was some warnings during the execution, but the module is still running.
140-
- aborted: the module aborted and the pipeline has stopped its execution.
141-
- ended: the module has finnished its task.
139+
- warnings: there was some warnings during the execution, but the module is still running.
140+
- aborted: the module aborted and the pipeline has stopped its execution.
141+
- ended: the module has finnished its task.
142142

143143
For more details on the app, you can refer to the [wiki pages](https://github.com/yoann-dufresne/SLIM/wiki)
144144

@@ -149,12 +149,12 @@ First of all, docker needs to be installed on the machine. You can find instruct
149149
* [docker for Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
150150
* [docker for macOS](https://docs.docker.com/docker-for-mac/install/)
151151

152-
To install SLIM, get the last stable release [here](https://github.com/trtcrd/SLIM/archive/v0.4.tar.gz) or, using terminal :
152+
To install SLIM, get the last stable release [here](https://github.com/trtcrd/SLIM/archive/v0.4.1.tar.gz) or, using terminal :
153153
```bash
154154
sudo apt-get update && apt-get install git curl
155-
curl -OL https://github.com/trtcrd/SLIM/archive/v0.4.tar.gz
156-
tar -xzvf v0.4.tar.gz
157-
cd SLIM-0.4
155+
curl -OL https://github.com/trtcrd/SLIM/archive/v0.4.1.tar.gz
156+
tar -xzvf v0.4.1.tar.gz
157+
cd SLIM-0.4.1
158158
```
159159

160160
Before deploying SLIM, you need to configure the mailing account that will be used for mailing service.
@@ -174,13 +174,13 @@ exports.mailer = {
174174
```
175175

176176

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.
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.1.sh` and `start_slim_v0.4.1.sh` as **super user**.
178+
* `get_dependencies_slim_v0.4.1.sh` fetches all the bioinformatics tools needed from their respective repositories.
179+
* `start_slim_v0.4.1.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.
180180

181181
```bash
182-
sudo bash get_dependencies_slim_v0.4.sh
183-
sudo bash start_slim_v0.4.sh
182+
sudo bash get_dependencies_slim_v0.4.1.sh
183+
sudo bash start_slim_v0.4.1.sh
184184
```
185185

186186
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,9 +217,13 @@ Please refer to the wiki pages to learn [how to create a module](https://github.
217217

218218
# Version history
219219

220+
v0.4.1
221+
222+
Fixed the Dockerfile to fetch the latest R version and CASPER util.c file
223+
220224
v0.4
221225

222-
Added timing checkpoints in the logs of the scheduler; Added the third-party software version infos in the email
226+
Added timing checkpoints in the logs of the scheduler; Added the third-party software version infos in the email
223227

224228
v0.3
225229

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)