Skip to content

Commit 5f85ee6

Browse files
committed
Add skip collapse flag..
1 parent 01655ee commit 5f85ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'circularmapper' --circulartarget 'NC_007596.2'
120120
- name: MAPPER_BWAMEM Test running with BWA Mem
121121
run: |
122-
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'bwamem'
122+
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'bwamem' --skip_collapse
123123
- name: MAPPER_BT2 Test running with BowTie2
124124
run: |
125125
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'bowtie2' --bt2_alignmode 'local' --bt2_sensitivity 'sensitive' --bt2n 1 --bt2l 16 --bt2_trim5 1 --bt2_trim3 1

0 commit comments

Comments
 (0)