Change path to bowtie tests

This commit is contained in:
drpatelh 2021-02-03 16:39:00 +00:00
parent 9b153f296d
commit a87d584c48
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
- name: bowtie align single-end
command: nextflow run ./tests/software/bowtie -entry test_bowtie_alignment_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie/align -entry test_bowtie_alignment_single_end -c tests/config/nextflow.config
tags:
- bowtie
- bowtie_align
@ -23,7 +23,7 @@
should_exist: true
- name: bowtie align paired-end
command: nextflow run ./tests/software/bowtie -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie/align -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config
tags:
- bowtie
- bowtie_align

View file

@ -1,5 +1,5 @@
- name: bowtie build
command: nextflow run ./tests/software/bowtie -entry test_bowtie_build -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie/build -entry test_bowtie_build -c tests/config/nextflow.config
tags:
- bowtie
- bowtie_build