Adding again bcftools modules to filters after solving conflict

This commit is contained in:
JoseEspinosa 2021-02-08 18:10:50 +01:00
parent f4e322f88d
commit 7a0ba85843

24
.github/filters.yml vendored
View file

@ -2,6 +2,30 @@ bandage_image:
- software/bandage/image/** - software/bandage/image/**
- tests/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: bedtools_complement:
- software/bedtools/complement/** - software/bedtools/complement/**
- tests/software/bedtools/complement/** - tests/software/bedtools/complement/**