Ensembl / Bio-DB-HTS

Git repo for Bio::DB::HTS module on CPAN, providing Perl links into HTSlib
Apache License 2.0
24 stars 16 forks source link

unaligned reads? #102

Open rhysf opened 2 years ago

rhysf commented 2 years ago

Hi, is there a way to use this to extract unaligned reads?

Along the lines of:

my @unaligned = $hts->get_features_by_location(-type => 'match', -seq_id =>'*');

Thanks, Rhys