File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments