Skip to content
Snippets Groups Projects
Verified Commit 5c6080a9 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Bowtie2/test.sh: fix nf path

parent 1041a4af
No related branches found
No related tags found
No related merge requests found
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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment