@@ -234,7 +234,7 @@ Please follow the instructions at the [Singularity website](https://docs.sylabs.
234234You 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
246246The 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
252252Another profile is available (/! \\ actually not yet implemented):
@@ -256,7 +256,7 @@ Another profile is available (/!\\ actually not yet implemented):
256256The 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
268268nextflow 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.
285285Test 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
291291Test 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
297297Test 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
303303Test 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
309309On success you should get a message looking like this:
0 commit comments