bioperl-live.git
11 years agoMerge b4b30a8a0de6c58963a48519b8c33f6ea482c03f into d4e5412c92d9639fbf24a62f70ac5318a... 16/merge
GitHub Merge Button [Mon, 20 Jun 2011 15:40:56 +0000 (20 08:40 -0700)]
Merge b4b30a8a0de6c58963a48519b8c33f6ea482c03f into d4e5412c92d9639fbf24a62f70ac5318aac21725

11 years agoTests for Bio::Simple::Align::consensus_conservation()16/head
Chad Davis [Mon, 20 Jun 2011 12:10:01 +0000 (20 14:10 +0200)]
Tests for Bio::Simple::Align::consensus_conservation()

11 years agoAdded Bio::SimpleAlign::consensus_conservation()
Chad Davis [Fri, 17 Jun 2011 12:23:12 +0000 (17 14:23 +0200)]
Added Bio::SimpleAlign::consensus_conservation()

11 years agoturn off explicit warnings for windows users (needs testing), refs #3215
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

11 years agoonly add \x01 if prior line doesn't end in a space, fixes bug #3235
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

11 years agoupdates for last two bug fixes
Chris Fields [Thu, 16 Jun 2011 20:37:00 +0000 (16 15:37 -0500)]
updates for last two bug fixes

11 years ago* Address problem when accessing schema via GBrowse2 (override
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

11 years agobraino
Chris Fields [Thu, 16 Jun 2011 19:48:53 +0000 (16 14:48 -0500)]
braino

11 years ago* add code to Bio::DB::Fasta that allows blank lines between sequences and headers...
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)

11 years agothat should have been, "fixes bug # 3240", :P
Chris Fields [Thu, 16 Jun 2011 03:29:22 +0000 (15 22:29 -0500)]
that should have been, "fixes bug # 3240", :P

11 years agoadd last fix to changes
Chris Fields [Thu, 16 Jun 2011 03:25:16 +0000 (15 22:25 -0500)]
add last fix to changes

11 years ago* remove overly-protective grouping, which was causing some fails
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

11 years agodoc patch, fixes bug #3250
Chris Fields [Mon, 13 Jun 2011 18:43:41 +0000 (13 13:43 -0500)]
doc patch, fixes bug #3250

11 years agoMerge pull request #15 from tupinek/master
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).

11 years agoFix test in other locale then C (or like en).15/head
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).

11 years agowarn about the particular ID that doesn't exist
hyphaltip [Thu, 26 May 2011 15:46:18 +0000 (26 08:46 -0700)]
warn about the particular ID that doesn't exist

11 years agoMerge branch 'topic/leto_path_class'
Jonathan "Duke" Leto [Wed, 25 May 2011 15:47:01 +0000 (25 08:47 -0700)]
Merge branch 'topic/leto_path_class'

11 years agoMerge branch 'master' of github.com:bioperl/bioperl-live
Lincoln Stein [Wed, 25 May 2011 15:43:09 +0000 (25 11:43 -0400)]
Merge branch 'master' of github.com:bioperl/bioperl-live

11 years agofix broken types() method in SeqFeature::Store memory adaptor and bumped version...
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

11 years agofix broken types() method
Lincoln Stein [Wed, 25 May 2011 04:33:02 +0000 (25 00:33 -0400)]
fix broken types() method

11 years agoMerge branch 'master' of github.com:bioperl/bioperl-live
hyphaltip [Tue, 24 May 2011 00:41:03 +0000 (23 17:41 -0700)]
Merge branch 'master' of github.com:bioperl/bioperl-live

11 years agocmdline example should have format for -sf option
hyphaltip [Tue, 24 May 2011 00:40:50 +0000 (23 17:40 -0700)]
cmdline example should have format for -sf option

11 years agoAdd more tests for Bio::SearchIO + Path::Class objects
Jonathan "Duke" Leto [Thu, 19 May 2011 23:26:33 +0000 (19 16:26 -0700)]
Add more tests for Bio::SearchIO + Path::Class objects

11 years agoAdd some tests for Bio::SearchIO->new understanding Path::Class input
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

11 years agoAdd warnings to t/SearchIO/blast.t
Jonathan "Duke" Leto [Thu, 19 May 2011 22:56:15 +0000 (19 15:56 -0700)]
Add warnings to t/SearchIO/blast.t

11 years agoPerltidy t/SearchIO/blast.t, no functional changes
Jonathan "Duke" Leto [Thu, 19 May 2011 22:55:48 +0000 (19 15:55 -0700)]
Perltidy t/SearchIO/blast.t, no functional changes

11 years agoAdd some tests for Bio::Root::IO->new taking Path::Class objects as input
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

11 years agoWith little effort, our hero valiantly slays THE DEPENDENCY HOBGOBLIN! (TM)
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)

11 years agorun this in an eval block; tests are still failing in bioperl-run, but possibly do...
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()

11 years ago- now actually checking if executable was found (and throwing if not).
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>
11 years agoperl 5.14.0 not pending anymorebioperl-release-1-6-901
Chris Fields [Thu, 19 May 2011 02:33:37 +0000 (18 21:33 -0500)]
perl 5.14.0 not pending anymore

11 years agoAce is deprecated, per LDS, not supported anymore, woe be those who want these module...
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

11 years agoadd notes about recent fix, and actually change date
Chris Fields [Thu, 19 May 2011 02:28:30 +0000 (18 21:28 -0500)]
add notes about recent fix, and actually change date

11 years agoadd a few changes
Chris Fields [Thu, 19 May 2011 02:25:34 +0000 (18 21:25 -0500)]
add a few changes

11 years agouncomment versioning code, which sets the version in META.json/yml from dist_version
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

11 years agooops, didn't mean to change the new bug website
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

11 years agomore updates to handle FASTA 3.6 multi-HSP hits
ajm6q [Tue, 17 May 2011 18:19:41 +0000 (17 14:19 -0400)]
more updates to handle FASTA 3.6 multi-HSP hits

11 years agofix spelling errors, fixes #3228
Chris Fields [Tue, 10 May 2011 17:16:05 +0000 (10 12:16 -0500)]
fix spelling errors, fixes #3228

11 years agostrip out -w flag (see perllexwarn as to why setting this is not a good thing); also...
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

11 years agodeal with small change in # of contigs returned with latest Bio::DB::Sam, hopefully...
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

11 years agosee if we can make PAUSE skip indexing these modules
Chris Fields [Wed, 4 May 2011 19:43:58 +0000 (4 14:43 -0500)]
see if we can make PAUSE skip indexing these modules

11 years agoonly allow defined data, otherwise nastiness may ensue
Chris Fields [Wed, 4 May 2011 16:54:13 +0000 (4 11:54 -0500)]
only allow defined data, otherwise nastiness may ensue

11 years agoadded suggested change by John Anderson (genehack) to Bio::Perl along with test,...
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

11 years agoa few more updates
Chris Fields [Wed, 4 May 2011 04:00:33 +0000 (3 23:00 -0500)]
a few more updates

11 years agoremove -w flag (windows, may follow suit with others)
Chris Fields [Wed, 4 May 2011 04:00:12 +0000 (3 23:00 -0500)]
remove -w flag (windows, may follow suit with others)

11 years agoadd skips and a warning re: NeXML v0.9 support
Chris Fields [Wed, 4 May 2011 03:49:36 +0000 (3 22:49 -0500)]
add skips and a warning re: NeXML v0.9 support

11 years agomore Changes
Chris Fields [Wed, 4 May 2011 03:26:21 +0000 (3 22:26 -0500)]
more Changes

11 years agomore deprecated code removal; squash test failing due to different error being returned
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

11 years agoXML::Parser::PerlSAX required for these tests
Chris Fields [Wed, 4 May 2011 03:01:14 +0000 (3 22:01 -0500)]
XML::Parser::PerlSAX required for these tests

11 years agoUse of qw(...) as parentheses is deprecated with perl 5.14
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

11 years agoupdate Changes
Chris Fields [Wed, 4 May 2011 01:54:33 +0000 (3 20:54 -0500)]
update Changes

11 years agobump version
Chris Fields [Wed, 4 May 2011 00:58:24 +0000 (3 19:58 -0500)]
bump version

11 years agoMerge branch 'topic/bio_coord_pair_tests'
Jonathan "Duke" Leto [Fri, 29 Apr 2011 15:19:50 +0000 (29 08:19 -0700)]
Merge branch 'topic/bio_coord_pair_tests'

11 years agoAdding some tests for Bio::Coordinate::Pair, showing up a bug
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>
11 years agotweak BDB::SF::Store Pg backend indexing again. some versions of Pg won't use the...
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.

11 years agoadd some comments
Chris Fields [Tue, 19 Apr 2011 16:54:44 +0000 (19 11:54 -0500)]
add some comments

11 years agoNeXML problems also with Bio::AlignIO::nexml, refs #3209,3208,3207
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

11 years agofixes for missing DBI, gbxml reliance on XML::SAX, per George Hartzell, found with...
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

11 years agoBio::SeqIO::nexml doesn't work with NeXML v0.9 yet, refs #3208
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

11 years agoadd updated file for NeXML tree parsing, refs #3207
Chris Fields [Mon, 18 Apr 2011 02:17:40 +0000 (17 21:17 -0500)]
add updated file for NeXML tree parsing, refs #3207

11 years agofinish Changes
Chris Fields [Thu, 14 Apr 2011 17:37:34 +0000 (14 12:37 -0500)]
finish Changes

11 years agowe are grown-ups now, don't need a passthrough Makefile.PL
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

11 years agowork on updates for release
Chris Fields [Thu, 14 Apr 2011 04:09:15 +0000 (13 23:09 -0500)]
work on updates for release

11 years agodon't run DB::Taxonomy test w/o XML::Twig
Chris Fields [Thu, 14 Apr 2011 03:12:47 +0000 (13 22:12 -0500)]
don't run DB::Taxonomy test w/o XML::Twig

11 years agono need to print these out to a file, we just store these in the repo
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

11 years agono need to print out files, these are in the dist already
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

11 years agopartly squash Assembly warnings
Chris Fields [Wed, 13 Apr 2011 21:35:14 +0000 (13 16:35 -0500)]
partly squash Assembly warnings

11 years agoformatting again for warning
Chris Fields [Wed, 13 Apr 2011 20:57:53 +0000 (13 15:57 -0500)]
formatting again for warning

11 years agoremove redundant tests per Dave Messina
Chris Fields [Wed, 13 Apr 2011 20:56:46 +0000 (13 15:56 -0500)]
remove redundant tests per Dave Messina

11 years agoadd some spacing for warning
Chris Fields [Wed, 13 Apr 2011 20:48:07 +0000 (13 15:48 -0500)]
add some spacing for warning

11 years agoparameter missing actual argument
Chris Fields [Wed, 13 Apr 2011 20:32:35 +0000 (13 15:32 -0500)]
parameter missing actual argument

11 years agocatch missing EntrezGene and warn re: circ dependency
Chris Fields [Wed, 13 Apr 2011 20:27:08 +0000 (13 15:27 -0500)]
catch missing EntrezGene and warn re: circ dependency

11 years agoMANIFEST is created dynamically, we leave MANIFEST.SKIP alone (dist-specific)
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)

11 years agoadd a few things to skip that are possibly created during the Build process
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

11 years agoadd back MANIFEST.SKIP; we have a few test files created on the fly that
Chris Fields [Wed, 13 Apr 2011 19:09:28 +0000 (13 14:09 -0500)]
add back MANIFEST.SKIP; we have a few test files created on the fly that
are to be added

11 years agoRevert "remove MANIFEST/MANIFEST.SKIP (only need for dist release)"
Chris Fields [Wed, 13 Apr 2011 19:08:38 +0000 (13 14:08 -0500)]
Revert "remove MANIFEST/MANIFEST.SKIP (only need for dist release)"

This reverts commit e3e94b1525aaa0fae3f5c4ddbbc6d6f9c2516b06.

11 years agotypo
Chris Fields [Wed, 13 Apr 2011 19:05:35 +0000 (13 14:05 -0500)]
typo

11 years agofix skip test count (off by 1)
Chris Fields [Wed, 13 Apr 2011 19:04:54 +0000 (13 14:04 -0500)]
fix skip test count (off by 1)

11 years agoMerge branch 'topic/bug_3196', fixes #3196 but needs further testing
Chris Fields [Wed, 13 Apr 2011 18:47:00 +0000 (13 13:47 -0500)]
Merge branch 'topic/bug_3196', fixes #3196 but needs further testing

Conflicts:
MANIFEST
t/LocalDB/BioDBGFF.t

11 years agoMerge remote branch 'wkretzsch/master'
Chris Fields [Wed, 13 Apr 2011 18:28:54 +0000 (13 13:28 -0500)]
Merge remote branch 'wkretzsch/master'

11 years agoTODO failing test per bug #3204
Chris Fields [Wed, 13 Apr 2011 18:26:28 +0000 (13 13:26 -0500)]
TODO failing test per bug #3204

11 years agofix typo
Chris Fields [Wed, 13 Apr 2011 18:12:56 +0000 (13 13:12 -0500)]
fix typo

11 years agominor bugfix on my previous commit (why did I push\?)13/head
Dan Bolser [Wed, 13 Apr 2011 10:47:03 +0000 (13 11:47 +0100)]
minor bugfix on my previous commit (why did I push\?)

11 years agochanging manifest to reflect my file renaming
Dan Bolser [Wed, 13 Apr 2011 09:41:20 +0000 (13 10:41 +0100)]
changing manifest to reflect my file renaming

11 years agoadded 'usage' section using pod2usage12/head
Dan Bolser [Wed, 13 Apr 2011 09:12:09 +0000 (13 10:12 +0100)]
added 'usage' section using pod2usage

I wanted to experiment with pod2usage (and pod for that matter), but I ended up doing a lot more than was really necessary. Hopefully this can serve as a good reference for the other bp scripts ;-) One thing I didn't get round to is inserting links to the relevant CPAN pages

11 years agochanging directory name to be consistent with the others
Dan Bolser [Mon, 11 Apr 2011 13:47:56 +0000 (11 14:47 +0100)]
changing directory name to be consistent with the others

11 years agofixing a documentation bug
Dan Bolser [Mon, 11 Apr 2011 13:00:55 +0000 (11 14:00 +0100)]
fixing a documentation bug

11 years agosmall doc change
hyphaltip [Tue, 12 Apr 2011 21:08:06 +0000 (12 14:08 -0700)]
small doc change

11 years agoMerge branch 'master' of github.com:bioperl/bioperl-live
hyphaltip [Tue, 12 Apr 2011 21:04:01 +0000 (12 14:04 -0700)]
Merge branch 'master' of github.com:bioperl/bioperl-live

11 years agorevert throw statment that was preventing default STDOUT as default
hyphaltip [Tue, 12 Apr 2011 21:03:27 +0000 (12 14:03 -0700)]
revert throw statment that was preventing default STDOUT as default

11 years agoremove MANIFEST/MANIFEST.SKIP (only need for dist release)
Chris Fields [Tue, 12 Apr 2011 20:48:01 +0000 (12 15:48 -0500)]
remove MANIFEST/MANIFEST.SKIP (only need for dist release)

11 years agocontinue the subtle dismantling of Bio::Root::Build to follow the
Chris Fields [Tue, 12 Apr 2011 20:43:26 +0000 (12 15:43 -0500)]
continue the subtle dismantling of Bio::Root::Build to follow the
Module::Build API as close as possible

11 years agosome comments on the general state of things re: Bio::Root::Build
Chris Fields [Tue, 12 Apr 2011 20:15:34 +0000 (12 15:15 -0500)]
some comments on the general state of things re: Bio::Root::Build

11 years ago* git rid of post-install step (see what I did there?)
Chris Fields [Tue, 12 Apr 2011 18:24:10 +0000 (12 13:24 -0500)]
* git rid of post-install step (see what I did there?)
* will refer anyone looking for the one symlinked bp_pg_bulk_load_gff to look at the regular bulk loader (per Scott Cain)

11 years agomv netinstaller to bp_* and change docs accordingly
Chris Fields [Tue, 12 Apr 2011 17:56:11 +0000 (12 12:56 -0500)]
mv netinstaller to bp_* and change docs accordingly

11 years agomv netinstall to utilities folder
Chris Fields [Tue, 12 Apr 2011 17:50:58 +0000 (12 12:50 -0500)]
mv netinstall to utilities folder

11 years agosquash local warnings
Chris Fields [Tue, 12 Apr 2011 16:09:21 +0000 (12 11:09 -0500)]
squash local warnings

11 years agodefault to memory if the adaptor is SQLite
Chris Fields [Tue, 12 Apr 2011 15:04:32 +0000 (12 10:04 -0500)]
default to memory if the adaptor is SQLite

11 years agoset up some specific cleanup steps for us
Chris Fields [Tue, 12 Apr 2011 14:57:20 +0000 (12 09:57 -0500)]
set up some specific cleanup steps for us

11 years ago* Get basic tests and other Build.PL features working
Chris Fields [Tue, 12 Apr 2011 13:11:01 +0000 (12 08:11 -0500)]
* Get basic tests and other Build.PL features working
* Disable optional CPAN installs entirely (doesn't work with perlbrew and other tools
* Script installation and cleanup NYI