Skip to content

Commit

Permalink
Added csi index file type to WTSI::NPG::iRODS::Annotator
Browse files Browse the repository at this point in the history
  • Loading branch information
ces committed Oct 22, 2024
1 parent 5381dfc commit f4f12a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
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 f4f12a8

Please sign in to comment.