Skip to content

Commit 29b0170

Browse files
committed
Add CI tests
1 parent 3d85b00 commit 29b0170

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
- name: ADAPTERREMOVAL Run the basic pipeline with preserve5p end and merged reads only options
103103
run: |
104104
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --preserve5p --mergedonly
105+
- name: ADAPTER LIST Run the basic pipeline using an adapter list
106+
run: |
107+
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --clip_adapters_list 'https://github.com/nf-core/test-datasets/raw/eager/databases/adapters/adapter-list.txt'
108+
- name: ADAPTER LIST Run the basic pipeline using an adapter list, skipping adapter removal
109+
run: |
110+
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --clip_adapters_list --skip_adapterremoval 'https://github.com/nf-core/test-datasets/raw/eager/databases/adapters/adapter-list.txt'
105111
- name: MAPPER_CIRCULARMAPPER Test running with CircularMapper
106112
run: |
107113
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --mapper 'circularmapper' --circulartarget 'NC_007596.2'

0 commit comments

Comments
 (0)