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