From f4f12a81d497e6644f8103c42fe8c6354197a3de Mon Sep 17 00:00:00 2001 From: Carol Scott Date: Tue, 22 Oct 2024 17:11:11 +0100 Subject: [PATCH] Added csi index file type to WTSI::NPG::iRODS::Annotator --- Changes | 2 ++ lib/WTSI/NPG/iRODS/Annotator.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c5911c02..ba1ec4e3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Unreleased + - Added csi index file type to WTSI::NPG::iRODS::Annotator + Release 3.24.1 (2024-10-04) - Fix handling of undefined data release strategy diff --git a/lib/WTSI/NPG/iRODS/Annotator.pm b/lib/WTSI/NPG/iRODS/Annotator.pm index 1b3a29ae..d6229234 100644 --- a/lib/WTSI/NPG/iRODS/Annotator.pm +++ b/lib/WTSI/NPG/iRODS/Annotator.pm @@ -56,7 +56,7 @@ sub genotype_data_suffixes { =cut sub hts_data_suffixes { - return (qw[bam cram bai crai pbi tbi]); + return (qw[bam cram bai crai csi pbi tbi]); } =head2 hts_ancillary_suffixes