We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01655ee commit 5f85ee6Copy full SHA for 5f85ee6
1 file changed
.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
119
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'circularmapper' --circulartarget 'NC_007596.2'
120
- name: MAPPER_BWAMEM Test running with BWA Mem
121
run: |
122
- nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'bwamem'
+ nextflow run ${GITHUB_WORKSPACE} -profile test,docker --mapper 'bwamem' --skip_collapse
123
- name: MAPPER_BT2 Test running with BowTie2
124
125
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