Skip to content

Commit

Permalink
Merge pull request #307 from ces/pacbio3
Browse files Browse the repository at this point in the history
Add fastq and gff as a standard ancillary file type
  • Loading branch information
kjsanger authored Jun 7, 2024
2 parents a1962a1 + 0fa5a0b commit 43f219f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

- Add PACBIO_ISOSEQ_PRIMERS to Metadata - required for archiving
analysis output from IsoSeq analysis jobs
- Add fastq and gff as a standard ancillary file type

Release 3.22.2 (2024-05-24)

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 @@ -72,7 +72,7 @@ sub hts_data_suffixes {
=cut

sub hts_ancillary_suffixes {
return (qw[bam_stats bcfstats bamcheck bed bqsr_table fasta flagstat hops json quant
return (qw[bam_stats bcfstats bamcheck bed bqsr_table fasta fastq flagstat gff hops json quant
seqchksum stats tab txt xml _SamHaplotag_Clear_BC _SamHaplotag_UnClear_BC _SamHaplotag_Missing_BC_QT_tags
]
);
Expand Down

0 comments on commit 43f219f

Please sign in to comment.