From f4f12a81d497e6644f8103c42fe8c6354197a3de Mon Sep 17 00:00:00 2001 From: Carol Scott Date: Tue, 22 Oct 2024 17:11:11 +0100 Subject: [PATCH 1/2] 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 From 9facc8b892301c1dcf246565264eb5df5f35eb82 Mon Sep 17 00:00:00 2001 From: jmtcsngr Date: Fri, 25 Oct 2024 12:30:18 +0100 Subject: [PATCH 2/2] prep release 3.25.0 --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index ba1ec4e3..8bcd57fc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Unreleased +Release 3.25.0 (2024-10-25) + - Added csi index file type to WTSI::NPG::iRODS::Annotator Release 3.24.1 (2024-10-04)