We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bad01 commit cc84339Copy full SHA for cc84339
1 file changed
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: MAPPER_BT2 Test running with BowTie2
104
run: |
105
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --mapper 'bowtie2' --bt2_alignmode 'local' --bt2_sensitivity 'sensitive' --bt2n 1 --bt2l 16 --bt2_trim5 1 --bt2_trim3 1
106
- - name: HOST REMOVAL_FASTQ Run the basic pipeline with output unmapped reads as fastq
+ - name: HOST_REMOVAL_FASTQ Run the basic pipeline with output unmapped reads as fastq
107
108
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_complex,docker --hostremoval_input_fastq
109
- name: BAM_FILTERING Run basic mapping pipeline with mapping quality filtering, and unmapped export
0 commit comments