mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Change path to bowtie tests
This commit is contained in:
parent
9b153f296d
commit
a87d584c48
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue