Skip to content

Commit 762c8e5

Browse files
committed
As test_tsv mixes SE/PE switch to dedup-based workaround
1 parent 8d51340 commit 762c8e5

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
@@ -109,7 +109,7 @@ jobs:
109109
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --run_bam_filtering --bam_mapping_quality_threshold 37 --bam_discard_unmapped --bam_unmapped_type 'fastq'
110110
- name: DEDUPLICATION Test with dedup
111111
run: |
112-
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --mergedonly --dedupper 'dedup'
112+
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --dedupper 'dedup' --dedup_all_merged
113113
- name: GENOTYPING_HC Test running GATK HaplotypeCaller
114114
run: |
115115
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_fna,docker --run_genotyping --genotyping_tool 'hc' --gatk_out_mode 'EMIT_ALL_SITES' --gatk_hc_emitrefconf 'BP_RESOLUTION'

0 commit comments

Comments
 (0)