From 7a0ba8584387f460f3a9d7356b2d1ae26aaa6b6b Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Mon, 8 Feb 2021 18:10:50 +0100 Subject: [PATCH] Adding again bcftools modules to filters after solving conflict --- .github/filters.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/filters.yml b/.github/filters.yml index 279eaf50..db826b81 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -2,6 +2,30 @@ bandage_image: - software/bandage/image/** - tests/software/bandage/image/** +bcftools_bgzip: + - software/bowtie/bgzip/** + - tests/software/bcftools/bgzip** + +bcftools_consensus: + - software/bowtie/consesus/** + - tests/software/bcftools/consesus** + +bcftools_filter: + - software/bowtie/filter/** + - tests/software/bcftools/filter** + +bcftools_isec: + - software/bowtie/isec/** + - tests/software/bcftools/isec** + +bcftools_stats: + - software/bowtie/stats/** + - tests/software/bcftools/stats** + +bcftools_tabix: + - software/bowtie/tabix/** + - tests/software/bcftools/tabix** + bedtools_complement: - software/bedtools/complement/** - tests/software/bedtools/complement/**