You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The database tests are actually silently failing but marked as passing:
This stems from the database name changing to
refseqn
for nucleotide andrefseqp
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?The text was updated successfully, but these errors were encountered: