From 5c6080a96c98341d287a327717a6fcfac843600d Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Mon, 23 Jul 2018 17:07:30 +0200
Subject: [PATCH] Bowtie2/test.sh: fix nf path

---
 src/nf_modules/Bowtie2/tests/tests.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/nf_modules/Bowtie2/tests/tests.sh b/src/nf_modules/Bowtie2/tests/tests.sh
index 55e88ed..1db702a 100755
--- a/src/nf_modules/Bowtie2/tests/tests.sh
+++ b/src/nf_modules/Bowtie2/tests/tests.sh
@@ -1,15 +1,15 @@
-nextflow src/nf_modules/Bowtie2/tests/index.nf \
+./nextflow src/nf_modules/Bowtie2/tests/index.nf \
   -c src/nf_modules/Bowtie2/bowtie2.config \
   -profile docker \
   --fasta "data/tiny_dataset/fasta/tiny_v2.fasta"
 
-nextflow src/nf_modules/Bowtie2/tests/mapping_single.nf \
+./nextflow src/nf_modules/Bowtie2/tests/mapping_single.nf \
   -c src/nf_modules/Bowtie2/bowtie2.config \
   -profile docker \
   --index "data/tiny_dataset/fasta/*.bt2" \
   --fastq "data/tiny_dataset/fastq/tiny*_S.fastq"
 
-nextflow src/nf_modules/Bowtie2/tests/mapping_paired.nf \
+./nextflow src/nf_modules/Bowtie2/tests/mapping_paired.nf \
   -c src/nf_modules/Bowtie2/bowtie2.config \
   -profile docker \
   --index "data/tiny_dataset/fasta/*.bt2" \
-- 
GitLab