From bd585265ce6772b80319f249051c26119d579115 Mon Sep 17 00:00:00 2001 From: kevinmenden Date: Mon, 22 Feb 2021 13:36:49 +0100 Subject: [PATCH] added entry to filters.yml --- .github/filters.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/filters.yml b/.github/filters.yml index a8402739..32ce12a7 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -140,6 +140,10 @@ gatk4_samtofastq: - software/gatk4/samtofastq/** - tests/software/gatk4/samtofastq/** +gatk4_splitncigarreads: + - software/gatk4/splitncigarreads/** + - tests/software/gatk4/splitncigarreads/** + gffread: - software/gffread/** - tests/software/gffread/**