Skip to content

Commit

Permalink
Merge pull request #328 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
pull from devel to master to create Release 3.25.0
  • Loading branch information
jmtcsngr authored Oct 25, 2024
2 parents 5381dfc + 08875eb commit 2b0211d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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)

- Fix handling of undefined data release strategy
Expand Down
2 changes: 1 addition & 1 deletion lib/WTSI/NPG/iRODS/Annotator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b0211d

Please sign in to comment.