Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current tests not working #2

Closed
cjfields opened this issue Mar 4, 2019 · 1 comment
Closed

Current tests not working #2

cjfields opened this issue Mar 4, 2019 · 1 comment

Comments

@cjfields
Copy link
Member

cjfields commented Mar 4, 2019

The database tests are actually silently failing but marked as passing:

[cjfields@ChristophersAir Bio-DB-RefSeq (master)]$ prove -lrv t/
t/RefSeq.t ..
1..8
ok 1 - use Bio::DB::RefSeq;
ok 2
ok 3 # skip Warning: Couldn't connect to RefSeq with Bio::DB::RefSeq.pm!
ok 4 # skip Warning: Couldn't connect to RefSeq with Bio::DB::RefSeq.pm!
ok 5 # skip Warning: Couldn't connect to RefSeq with Bio::DB::RefSeq.pm!
ok 6 # skip Warning: Couldn't connect to RefSeq with Bio::DB::RefSeq.pm!
ok 7 # skip Warning: Couldn't connect to RefSeq with Bio::DB::RefSeq.pm!
ok 8 # skip Warning: Couldn't connect to RefSeq with Bio::DB::RefSeq.pm!
ok
All tests successful.
Files=1, Tests=8,  3 wallclock secs ( 0.02 usr  0.00 sys +  0.22 cusr  0.04 csys =  0.28 CPU)
Result: PASS

This stems from the database name changing to refseqn for nucleotide and refseqp for protein. This will require a little effort in getting this up to speed, whereas the alternative database interface Bio::DB::Biofetch already has this in place. Questions are (1) is it worth keeping this up to date if another interface is already working, and (2) who wants to take this on?

cjfields added a commit that referenced this issue Nov 28, 2019
  * First release after split from bioperl-live
  * Address database connection failures (issue #2). Works for nucleotide
    sequences only at the moment
@cjfields
Copy link
Member Author

The module has been partially fixed t o specifically look up RefSeq nucleotide sequences; this should be addressed if possible to retrieve any RefSeq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant