Skip to content

Commit eaea8f5

Browse files
authored
adapt readme to next release
1 parent 700464f commit eaea8f5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Please follow the instructions at the [Singularity website](https://docs.sylabs.
234234
You can first check the available options and parameters by running:
235235

236236
```bash
237-
nextflow run Juke34/AliNe -r v1.4.0 --help
237+
nextflow run Juke34/AliNe -r v1.5.0 --help
238238
```
239239

240240
### Profile
@@ -246,7 +246,7 @@ To run the workflow you must select a profile according to the container platfor
246246
The command will look like that:
247247

248248
```bash
249-
nextflow run Juke34/AliNe -r v1.4.0 -profile docker <rest of paramaters>
249+
nextflow run Juke34/AliNe -r v1.5.0 -profile docker <rest of paramaters>
250250
```
251251

252252
Another profile is available (/!\\ actually not yet implemented):
@@ -256,7 +256,7 @@ Another profile is available (/!\\ actually not yet implemented):
256256
The use of the `slurm` profile will give a command like this one:
257257

258258
```bash
259-
nextflow run Juke34/AliNe -r v1.4.0 -profile singularity,slurm <rest of paramaters>
259+
nextflow run Juke34/AliNe -r v1.5.0 -profile singularity,slurm <rest of paramaters>
260260
```
261261

262262
### Example
@@ -266,7 +266,7 @@ Here, we use the docker container platform, remote read and reference files, spe
266266

267267
```bash
268268
nextflow run Juke34/AliNe \
269-
-r v1.4.0 \
269+
-r v1.5.0 \
270270
-profile docker \
271271
--reads https://github.com/Juke34/AliNe/raw/refs/heads/main/test/illumina/yeast_R1.fastq.gz \
272272
--reference https://raw.githubusercontent.com/Juke34/AliNe/refs/heads/main/test/yeast.fa \
@@ -285,25 +285,25 @@ Test data are included in the AliNe repository in the `test` folder.
285285
Test with short single reads:
286286

287287
```bash
288-
nextflow run -profile docker,test_illumina_single Juke34/AliNe -r v1.4.0
288+
nextflow run -profile docker,test_illumina_single Juke34/AliNe -r v1.5.0
289289
```
290290

291291
Test with short paired reads:
292292

293293
```bash
294-
nextflow run -profile docker,test_illumina_paired Juke34/AliNe -r v1.4.0
294+
nextflow run -profile docker,test_illumina_paired Juke34/AliNe -r v1.5.0
295295
```
296296

297297
Test with ont reads:
298298

299299
```bash
300-
nextflow run -profile docker,test_ont Juke34/AliNe -r v1.4.0
300+
nextflow run -profile docker,test_ont Juke34/AliNe -r v1.5.0
301301
```
302302

303303
Test with pacbio reads:
304304

305305
```bash
306-
nextflow run -profile docker,test_pacbio Juke34/AliNe -r v1.4.0
306+
nextflow run -profile docker,test_pacbio Juke34/AliNe -r v1.5.0
307307
```
308308

309309
On success you should get a message looking like this:

0 commit comments

Comments
 (0)