2022-05-11 13:32:56 +02:00
|
|
|
- name: bowtie2 align test_bowtie2_align_single_end
|
2022-05-11 13:55:45 +02:00
|
|
|
command: nextflow run ./tests/modules/bowtie2/align -entry test_bowtie2_align_single_end -c ./tests/config/nextflow.config -c ./tests/modules/bowtie2/align/nextflow.config
|
2021-02-03 16:02:58 +00:00
|
|
|
tags:
|
|
|
|
- bowtie2
|
2022-05-03 11:46:19 +01:00
|
|
|
- bowtie2/align
|
|
|
|
files:
|
2022-05-12 10:01:33 +01:00
|
|
|
- path: ./output/bowtie2/test.bam
|
2022-05-13 12:01:16 +01:00
|
|
|
- path: ./output/bowtie2/test.bowtie2.log
|
|
|
|
- path: ./output/bowtie2/versions.yml
|
2022-05-12 10:01:33 +01:00
|
|
|
|
2022-05-13 15:32:14 +02:00
|
|
|
- name: bowtie2 align test_bowtie2_align_single_end_sorted
|
2022-05-13 15:26:41 +02:00
|
|
|
command: nextflow run ./tests/modules/bowtie2/align -entry test_bowtie2_align_single_end_sorted -c ./tests/config/nextflow.config -c ./tests/modules/bowtie2/align/nextflow.config
|
|
|
|
tags:
|
|
|
|
- bowtie2
|
|
|
|
- bowtie2/align
|
|
|
|
files:
|
|
|
|
- path: ./output/bowtie2/test.bam
|
|
|
|
- path: ./output/bowtie2/test.bowtie2.log
|
|
|
|
- path: ./output/bowtie2/versions.yml
|
|
|
|
|
2022-05-13 12:01:16 +01:00
|
|
|
- name: bowtie2 align test_bowtie2_align_paired_end
|
|
|
|
command: nextflow run tests/modules/bowtie2/align -entry test_bowtie2_align_paired_end -c tests/config/nextflow.config -c tests/modules/bowtie2/align/nextflow.config
|
|
|
|
tags:
|
|
|
|
- bowtie2
|
|
|
|
- bowtie2/align
|
|
|
|
files:
|
|
|
|
- path: ./output/bowtie2/test.bam
|
|
|
|
- path: ./output/bowtie2/test.bowtie2.log
|
|
|
|
- path: ./output/bowtie2/versions.yml
|
2022-05-12 10:01:33 +01:00
|
|
|
|
2022-05-13 12:01:16 +01:00
|
|
|
- name: bowtie2 align test_bowtie2_align_single_end_large_index
|
|
|
|
command: nextflow run tests/modules/bowtie2/align -entry test_bowtie2_align_single_end_large_index -c tests/config/nextflow.config -c tests/modules/bowtie2/align/nextflow.config --force_large_index
|
|
|
|
tags:
|
|
|
|
- bowtie2
|
|
|
|
- bowtie2/align
|
|
|
|
files:
|
|
|
|
- path: ./output/bowtie2/test.bam
|
|
|
|
- path: ./output/bowtie2/test.bowtie2.log
|
|
|
|
- path: ./output/bowtie2/versions.yml
|
2022-05-12 10:01:33 +01:00
|
|
|
|
2022-05-13 12:01:16 +01:00
|
|
|
- name: bowtie2 align test_bowtie2_align_paired_end_large_index
|
|
|
|
command: nextflow run tests/modules/bowtie2/align -entry test_bowtie2_align_paired_end_large_index -c tests/config/nextflow.config -c tests/modules/bowtie2/align/nextflow.config --force_large_index
|
|
|
|
tags:
|
|
|
|
- bowtie2
|
|
|
|
- bowtie2/align
|
|
|
|
files:
|
|
|
|
- path: ./output/bowtie2/test.bam
|
|
|
|
- path: ./output/bowtie2/test.bowtie2.log
|
|
|
|
- path: ./output/bowtie2/versions.yml
|