Skip to content

Commit

Permalink
depend on Bio::GFF3::LowLevel::Parser 1.8, which fixes a bug with how…
Browse files Browse the repository at this point in the history
… features are returned
  • Loading branch information
rbuels committed Oct 28, 2013
1 parent 6f05acf commit 1326a7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
"PREREQ_PM" => {
"Bio::Annotation::SimpleValue" => 0,
"Bio::FeatureIO" => 0,
"Bio::GFF3::LowLevel::Parser" => "1.7",
"Bio::GFF3::LowLevel::Parser" => "1.8",
"Bio::Index::Fasta" => 0,
"Bio::OntologyIO" => 0,
"Bio::Root::Version" => "1.006000",
Expand Down
8 changes: 8 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{{$NEXT}}

## Bug fixes

* flatfile-to-json.pl dow depends on the latest
Bio::GFF3::LowLevel::Parser 1.8, which fixes a bug in which
features with no ID, Parent, or Derives_from attributes were not
being included in parsed data. Thanks to Gwendoline Andres for
pointing this out.

# Release 1.10.8 2013-10-25 11:13:30 EST5EDT

## Minor improvements
Expand Down

0 comments on commit 1326a7f

Please sign in to comment.