0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Config::Any is not used so removing; this was added to potentially tweak parsing and feature building but was not implemented More... about 4 years ago
EOL changes More... over 5 years ago
skip some tests More... over 5 years ago
bump version More... over 5 years ago
t/Annotation.t: add test to Bio::SeqFeature::Annotated
carandraug
as Carnë Draug
More... over 5 years ago
Remove POD boilerplate to use Pod::Weaver and we release with Dist::Zilla
carandraug
as Carnë Draug
More... over 9 years ago
maint: update dist.ini to make use of Bioperl's pluginbundle
carandraug
as Carnë Draug
More... over 9 years ago
Remove Build.PL and MANIFEST which are generated automatically by dist zilla
carandraug
as Carnë Draug
More... over 9 years ago
Move programs from "scripts/" to "bin/" which is Dist::Zilla::Plugin::ExecDir default and also a lot more common everywhere else. Also drop file extension.
carandraug
as Carnë Draug
More... over 9 years ago
Merge branch 'master' of github.com:bioperl/Bio-FeatureIO More... over 9 years ago
remove bundled Test code, will require Test::Most More... over 9 years ago
Updated MANIFEST and .gitignore More... over 9 years ago
defunkify links More... over 9 years ago
Markdown-ize README More... over 9 years ago
allow SF::Lite via -feature_class More... about 10 years ago
gff.pm: Optimized the Windows ending bug fix by moving the code from "next_dataset" to "_initialize", so is only run once per file and then buffered on $self. The $self->{termination_length} stores the calculated length of the line ending characters. Since now the value is buffered, I removed the line endings just after _readline, so the multiple chomps are not needed. More... over 10 years ago
Moved "use" statements into BEGIN blocks in Feature.t, faldo.t, gff3.t and gtf.t tests files, and added number of expected tests where missing More... over 10 years ago
FeatureIO.t: Fixed several failing tests that were using wrong arguments on the methods (maybe attribute names that were changed in the past), or were expecting wrong returns. Now in linux all tests pass, but in windows Bio::GFF3::LowLevel fails to install, so can't test yet More... over 10 years ago
Annotated.t: Fixed tests count More... over 10 years ago
Bio::FeatureIO::gff.pm: Using bare equality without explicit variable in "directive" caused a bug where "$directive = '#'" matched "elsif ('genome-build') {", instead of the proper conditional. Adding explicit "$_ eq" in the conditionals fixed it. More... over 10 years ago
Bio::FeatureIO::gff.pm: Windows compatibility fix, added a correction to byte positions for ghost '\r'. More... over 10 years ago
GenericFeatureHandler: Fixed wrong key name for filehandle in $self More... over 10 years ago
Merge pull request #3 from cmungall/master More... over 10 years ago
Merge remote-tracking branch 'upstream/master' More... over 10 years ago
Added scripts for translating collections of SeqFeatures (e.g. gff, faldo, ..) More... over 10 years ago
Removed cruft. Added docs More... over 10 years ago
Merge pull request #2 from cmungall/master More... almost 11 years ago
injected location, graph is now feature->loc->{b,e} More... almost 11 years ago
fixed test More... almost 11 years ago
Attribute mapping, parents, Ontology_term all handled in faldo output More... almost 11 years ago