GitHub Merge Button [Mon, 25 Jul 2011 18:20:45 +0000 (25 11:20 -0700)]
Florent Angly [Thu, 21 Jul 2011 06:05:14 +0000 (21 16:05 +1000)]
Fixed a bug in Bio::Seq::Meta* modules that prevented objects without meta information to be reverse-complemented
Carnë Draug [Wed, 20 Jul 2011 17:07:45 +0000 (20 18:07 +0100)]
Script documentation fix to match their names with bp_ prefix.
All script file permissions were modified back to 644.
Carnë Draug [Tue, 19 Jul 2011 22:27:35 +0000 (19 23:27 +0100)]
Renamed all scripts with prfix bp_
Florent Angly [Wed, 13 Jul 2011 07:15:14 +0000 (13 17:15 +1000)]
Fixed an edge case when introducing errors in the last bases of a simulated read with MID
Florent Angly [Wed, 13 Jul 2011 07:09:59 +0000 (13 17:09 +1000)]
Fixed issue when adding MID to a simulated read that already has a MID
Chris Fields [Mon, 11 Jul 2011 17:35:13 +0000 (11 12:35 -0500)]
add option to turn off summary stats when --create is specified; fixes bug #3199
Chris Fields [Wed, 6 Jul 2011 02:20:13 +0000 (5 21:20 -0500)]
restore --network flag (broke this accidently in last release), patch courtesy Charles Plessy, fixes bug #3252
Chris Fields [Tue, 5 Jul 2011 22:13:18 +0000 (5 17:13 -0500)]
test, refs bug #3262
Chris Fields [Tue, 5 Jul 2011 21:34:06 +0000 (5 16:34 -0500)]
test, refs #3262
Chris Fields [Tue, 5 Jul 2011 21:25:33 +0000 (5 16:25 -0500)]
remove superfluous line, refs #3262
Chris Fields [Tue, 5 Jul 2011 21:13:17 +0000 (5 16:13 -0500)]
remove $Id$ tag, refs #3262
Chris Fields [Tue, 5 Jul 2011 21:03:19 +0000 (5 16:03 -0500)]
update Changes, refs bug #3262
Brian Osborne [Tue, 5 Jul 2011 13:25:36 +0000 (5 09:25 -0400)]
Minor edits to docs
Brian Osborne [Sun, 3 Jul 2011 17:03:29 +0000 (3 13:03 -0400)]
Stockholm.pm did not work, fixed now. Add tests. Make ids unique in aligment file.
Brian Osborne [Fri, 1 Jul 2011 18:05:42 +0000 (1 14:05 -0400)]
Add test for RPS-BLAST algorithm
Brian Osborne [Fri, 24 Jun 2011 16:27:57 +0000 (24 12:27 -0400)]
Merge branch 'master' of github.com:bioperl/bioperl-live
Brian Osborne [Fri, 24 Jun 2011 16:26:45 +0000 (24 12:26 -0400)]
Don't restrict just to CDS features, the feature may have some other primary tag
Florent Angly [Thu, 23 Jun 2011 19:27:02 +0000 (24 05:27 +1000)]
Merge branch 'master' of github.com:bioperl/bioperl-live
Florent Angly [Thu, 23 Jun 2011 02:53:51 +0000 (23 12:53 +1000)]
Added new module for creating simulated read from a reference sequence
Brian Osborne [Wed, 22 Jun 2011 19:08:48 +0000 (22 15:08 -0400)]
Merge branch 'master' of github.com:bioperl/bioperl-live
Brian Osborne [Wed, 22 Jun 2011 19:08:35 +0000 (22 15:08 -0400)]
Implement write_feature() in FeatureIO::ptt
hyphaltip [Wed, 22 Jun 2011 16:00:32 +0000 (22 09:00 -0700)]
use SQLite instead of DB_File for storing the gi -> taxid
hyphaltip [Wed, 22 Jun 2011 06:59:59 +0000 (21 23:59 -0700)]
skip lines starting with hash comment
hyphaltip [Wed, 22 Jun 2011 06:49:05 +0000 (21 23:49 -0700)]
warn only when debugging is on
hyphaltip [Wed, 22 Jun 2011 06:45:24 +0000 (21 23:45 -0700)]
compare evalue to the filter cutoff not to itsself
Chris Fields [Mon, 20 Jun 2011 15:42:43 +0000 (20 08:42 -0700)]
Merge pull request #16 from chadadavis/master
Bio::SimpleAlign::consensus_conservation(), along with tests.
Chad Davis [Mon, 20 Jun 2011 12:10:01 +0000 (20 14:10 +0200)]
Tests for Bio::Simple::Align::consensus_conservation()
Chad Davis [Fri, 17 Jun 2011 12:23:12 +0000 (17 14:23 +0200)]
Added Bio::SimpleAlign::consensus_conservation()
Chris Fields [Thu, 16 Jun 2011 21:42:25 +0000 (16 16:42 -0500)]
turn off explicit warnings for windows users (needs testing), refs #3215
Chris Fields [Thu, 16 Jun 2011 21:24:11 +0000 (16 16:24 -0500)]
only add \x01 if prior line doesn't end in a space, fixes bug #3235
Chris Fields [Thu, 16 Jun 2011 20:37:00 +0000 (16 15:37 -0500)]
updates for last two bug fixes
Chris Fields [Thu, 16 Jun 2011 19:55:05 +0000 (16 14:55 -0500)]
* Address problem when accessing schema via GBrowse2 (override
_prepare() from mysql.pm driver)
* fixes bug #3238
Chris Fields [Thu, 16 Jun 2011 19:48:53 +0000 (16 14:48 -0500)]
braino
Chris Fields [Thu, 16 Jun 2011 05:38:08 +0000 (16 00:38 -0500)]
* add code to Bio::DB::Fasta that allows blank lines between sequences and headers but not within sequences
* add tests checking indexed seqs for proper output and catching bad sequences with internal blank lines
* possibly fixes but refs bug #3237 (may need reversion if overly problematic)
Chris Fields [Thu, 16 Jun 2011 03:29:22 +0000 (15 22:29 -0500)]
that should have been, "fixes bug # 3240", :P
Chris Fields [Thu, 16 Jun 2011 03:25:16 +0000 (15 22:25 -0500)]
add last fix to changes
Chris Fields [Thu, 16 Jun 2011 03:21:04 +0000 (15 22:21 -0500)]
* remove overly-protective grouping, which was causing some fails
* add tests and data for the above (courtesy Bernd Web)
* fixes bug #3420
Chris Fields [Mon, 13 Jun 2011 18:43:41 +0000 (13 13:43 -0500)]
doc patch, fixes bug #3250
Chris Fields [Thu, 2 Jun 2011 13:02:38 +0000 (2 06:02 -0700)]
Merge pull request #15 from tupinek/master
Fix test for locale other than C (or like en).
Michal Špaček [Thu, 2 Jun 2011 10:55:58 +0000 (2 12:55 +0200)]
Fix test in other locale then C (or like en).
hyphaltip [Thu, 26 May 2011 15:46:18 +0000 (26 08:46 -0700)]
warn about the particular ID that doesn't exist
Jonathan "Duke" Leto [Wed, 25 May 2011 15:47:01 +0000 (25 08:47 -0700)]
Merge branch 'topic/leto_path_class'
Lincoln Stein [Wed, 25 May 2011 15:43:09 +0000 (25 11:43 -0400)]
Merge branch 'master' of github.com:bioperl/bioperl-live
Lincoln Stein [Wed, 25 May 2011 04:33:02 +0000 (25 00:33 -0400)]
fix broken types() method in SeqFeature::Store memory adaptor and bumped version number to make bugfix detectable
Lincoln Stein [Wed, 25 May 2011 04:33:02 +0000 (25 00:33 -0400)]
fix broken types() method
hyphaltip [Tue, 24 May 2011 00:41:03 +0000 (23 17:41 -0700)]
Merge branch 'master' of github.com:bioperl/bioperl-live
hyphaltip [Tue, 24 May 2011 00:40:50 +0000 (23 17:40 -0700)]
cmdline example should have format for -sf option
Jonathan "Duke" Leto [Thu, 19 May 2011 23:26:33 +0000 (19 16:26 -0700)]
Add more tests for Bio::SearchIO + Path::Class objects
Jonathan "Duke" Leto [Thu, 19 May 2011 23:04:00 +0000 (19 16:04 -0700)]
Add some tests for Bio::SearchIO->new understanding Path::Class input
Jonathan "Duke" Leto [Thu, 19 May 2011 22:56:15 +0000 (19 15:56 -0700)]
Add warnings to t/SearchIO/blast.t
Jonathan "Duke" Leto [Thu, 19 May 2011 22:55:48 +0000 (19 15:55 -0700)]
Perltidy t/SearchIO/blast.t, no functional changes
Jonathan "Duke" Leto [Thu, 19 May 2011 22:50:47 +0000 (19 15:50 -0700)]
Add some tests for Bio::Root::IO->new taking Path::Class objects as input
Jonathan "Duke" Leto [Thu, 19 May 2011 21:02:31 +0000 (19 14:02 -0700)]
With little effort, our hero valiantly slays THE DEPENDENCY HOBGOBLIN! (TM)
Chris Fields [Thu, 19 May 2011 17:49:16 +0000 (19 12:49 -0500)]
run this in an eval block; tests are still failing in bioperl-run, but possibly do to misuse of executable()
DaveMessina [Thu, 19 May 2011 13:48:17 +0000 (19 15:48 +0200)]
- now actually checking if executable was found (and throwing if not).
- also fixed test that looked like it was testing for this but wasn't.
Signed-off-by: DaveMessina <online@davemessina.com>
Chris Fields [Thu, 19 May 2011 02:33:37 +0000 (18 21:33 -0500)]
perl 5.14.0 not pending anymore
Chris Fields [Thu, 19 May 2011 02:29:28 +0000 (18 21:29 -0500)]
Ace is deprecated, per LDS, not supported anymore, woe be those who want these modules to work
Chris Fields [Thu, 19 May 2011 02:28:30 +0000 (18 21:28 -0500)]
add notes about recent fix, and actually change date
Chris Fields [Thu, 19 May 2011 02:25:34 +0000 (18 21:25 -0500)]
add a few changes
Chris Fields [Thu, 19 May 2011 02:24:58 +0000 (18 21:24 -0500)]
uncomment versioning code, which sets the version in META.json/yml from dist_version
Aaron J. Mackey [Tue, 17 May 2011 18:23:38 +0000 (17 14:23 -0400)]
oops, didn't mean to change the new bug website
ajm6q [Tue, 17 May 2011 18:19:41 +0000 (17 14:19 -0400)]
more updates to handle FASTA 3.6 multi-HSP hits
Chris Fields [Tue, 10 May 2011 17:16:05 +0000 (10 12:16 -0500)]
fix spelling errors, fixes #3228
Chris Fields [Mon, 9 May 2011 15:41:22 +0000 (9 10:41 -0500)]
strip out -w flag (see perllexwarn as to why setting this is not a good thing); also refs #3215
Chris Fields [Wed, 4 May 2011 20:09:14 +0000 (4 15:09 -0500)]
deal with small change in # of contigs returned with latest Bio::DB::Sam, hopefully future-proof against further changes
Chris Fields [Wed, 4 May 2011 19:43:58 +0000 (4 14:43 -0500)]
see if we can make PAUSE skip indexing these modules
Chris Fields [Wed, 4 May 2011 16:54:13 +0000 (4 11:54 -0500)]
only allow defined data, otherwise nastiness may ensue
Chris Fields [Wed, 4 May 2011 04:32:27 +0000 (3 23:32 -0500)]
added suggested change by John Anderson (genehack) to Bio::Perl along with test, fixes bug #3205
Chris Fields [Wed, 4 May 2011 04:00:33 +0000 (3 23:00 -0500)]
a few more updates
Chris Fields [Wed, 4 May 2011 04:00:12 +0000 (3 23:00 -0500)]
remove -w flag (windows, may follow suit with others)
Chris Fields [Wed, 4 May 2011 03:49:36 +0000 (3 22:49 -0500)]
add skips and a warning re: NeXML v0.9 support
Chris Fields [Wed, 4 May 2011 03:26:21 +0000 (3 22:26 -0500)]
more Changes
Chris Fields [Wed, 4 May 2011 03:25:54 +0000 (3 22:25 -0500)]
more deprecated code removal; squash test failing due to different error being returned
Chris Fields [Wed, 4 May 2011 03:01:14 +0000 (3 22:01 -0500)]
XML::Parser::PerlSAX required for these tests
Chris Fields [Wed, 4 May 2011 02:58:15 +0000 (3 21:58 -0500)]
Use of qw(...) as parentheses is deprecated with perl 5.14
Chris Fields [Wed, 4 May 2011 01:54:33 +0000 (3 20:54 -0500)]
update Changes
Chris Fields [Wed, 4 May 2011 00:58:24 +0000 (3 19:58 -0500)]
bump version
Jonathan "Duke" Leto [Fri, 29 Apr 2011 15:19:50 +0000 (29 08:19 -0700)]
Merge branch 'topic/bio_coord_pair_tests'
Dan Bolser [Mon, 4 Oct 2010 13:34:25 +0000 (4 14:34 +0100)]
Adding some tests for Bio::Coordinate::Pair, showing up a bug
Signed-off-by: Jonathan "Duke" Leto <jonathan@leto.net>
Robert Buels [Fri, 22 Apr 2011 18:26:54 +0000 (22 11:26 -0700)]
tweak BDB::SF::Store Pg backend indexing again. some versions of Pg won't use the varchar_patt_ops index. some will only use it. so, let's have both.
Chris Fields [Tue, 19 Apr 2011 16:54:44 +0000 (19 11:54 -0500)]
add some comments
Chris Fields [Tue, 19 Apr 2011 16:54:06 +0000 (19 11:54 -0500)]
NeXML problems also with Bio::AlignIO::nexml, refs #3209,3208,3207
Chris Fields [Tue, 19 Apr 2011 14:45:37 +0000 (19 09:45 -0500)]
fixes for missing DBI, gbxml reliance on XML::SAX, per George Hartzell, found with cpanm testing
Chris Fields [Tue, 19 Apr 2011 14:36:45 +0000 (19 09:36 -0500)]
Bio::SeqIO::nexml doesn't work with NeXML v0.9 yet, refs #3208
Chris Fields [Mon, 18 Apr 2011 02:17:40 +0000 (17 21:17 -0500)]
add updated file for NeXML tree parsing, refs #3207
Chris Fields [Thu, 14 Apr 2011 17:37:34 +0000 (14 12:37 -0500)]
finish Changes
Chris Fields [Thu, 14 Apr 2011 04:10:24 +0000 (13 23:10 -0500)]
we are grown-ups now, don't need a passthrough Makefile.PL
Chris Fields [Thu, 14 Apr 2011 04:09:15 +0000 (13 23:09 -0500)]
work on updates for release
Chris Fields [Thu, 14 Apr 2011 03:12:47 +0000 (13 22:12 -0500)]
don't run DB::Taxonomy test w/o XML::Twig
Chris Fields [Thu, 14 Apr 2011 02:57:10 +0000 (13 21:57 -0500)]
no need to print these out to a file, we just store these in the repo
Chris Fields [Thu, 14 Apr 2011 02:53:02 +0000 (13 21:53 -0500)]
no need to print out files, these are in the dist already
Chris Fields [Wed, 13 Apr 2011 21:35:14 +0000 (13 16:35 -0500)]
partly squash Assembly warnings
Chris Fields [Wed, 13 Apr 2011 20:57:53 +0000 (13 15:57 -0500)]
formatting again for warning
Chris Fields [Wed, 13 Apr 2011 20:56:46 +0000 (13 15:56 -0500)]
remove redundant tests per Dave Messina
Chris Fields [Wed, 13 Apr 2011 20:48:07 +0000 (13 15:48 -0500)]
add some spacing for warning
Chris Fields [Wed, 13 Apr 2011 20:32:35 +0000 (13 15:32 -0500)]
parameter missing actual argument
Chris Fields [Wed, 13 Apr 2011 20:27:08 +0000 (13 15:27 -0500)]
catch missing EntrezGene and warn re: circ dependency
Chris Fields [Wed, 13 Apr 2011 19:42:44 +0000 (13 14:42 -0500)]
MANIFEST is created dynamically, we leave MANIFEST.SKIP alone (dist-specific)
Chris Fields [Wed, 13 Apr 2011 19:41:37 +0000 (13 14:41 -0500)]
add a few things to skip that are possibly created during the Build process