We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d51340 commit 762c8e5Copy full SHA for 762c8e5
1 file changed
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --run_bam_filtering --bam_mapping_quality_threshold 37 --bam_discard_unmapped --bam_unmapped_type 'fastq'
110
- name: DEDUPLICATION Test with dedup
111
run: |
112
- nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --mergedonly --dedupper 'dedup'
+ nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --dedupper 'dedup' --dedup_all_merged
113
- name: GENOTYPING_HC Test running GATK HaplotypeCaller
114
115
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