|
AAChange.t
|
All tests pass
|
|
AAReverseMutate.t
|
All tests pass
|
|
AlignIO.t
|
All tests pass
|
|
Allele.t
|
All tests pass
|
|
Annotation.t
|
All tests pass
|
|
Blast.t
|
1..24 pass, skips the remainder
|
|
BPbl2seq.t
|
All tests pass
|
|
BPlite.t
|
All tests pass
|
|
BPpsilite.t
|
1..8 pass, then halts with
# Can't use an undefined value as an ARRAY reference.
File 'Disk2:bioperl:bioperl-live:t:BPpsilite.t'; Line 56
ok $last_iteration2->newhits->[1] =~ /ARATH/;# " Hit not found in phiblast report";
Sorry – no fix for this...
|
|
Chain.t
|
Test 5 fails.
not ok 5
# Test 5 got: '' (Disk2:bioperl:bioperl-live:t:Chain.t at line 45)
# Expected: '1'
|
|
Clustalw.t
|
Skips tests – command line clustalw isn’t available on Macs
|
|
CodonTable.t
|
All tests pass
|
|
DB.t
|
Requires IO::String. Should gracefully exit, but sometimes doesn’t
|
|
DNAMutation.t
|
All tests pass
|
|
exception.t
|
All tests pass
|
|
game.t
|
All tests pass
|
|
GDB.t
|
Fails. Fetching sequences from remote databases doesn’t work for Mac users. Appears to be a problem with HTML parser
|
|
Genpred.t
|
All tests pass
|
|
GFF.t
|
All tests pass
|
|
hmmer.t
|
All tests pass
|
|
HSP.t
|
All tests pass
|
|
HTML.t
|
All tests pass
|
|
Index.t
|
Fails. Uses DB_File which is not current on MacOS
|
|
largefasta.t
|
Requires MacOS patch for LargePrimarySeq.pm. Download the Mac version of LargePrimarySeq.pm from
ftp://cellwall.stanford.edu/public/bioperl
and place in the Bio:Seq folder in your MacPerl lib folder.
|
|
largepseq.t
|
Requires same MacOS patch as largefasta.t
|
|
LiveSeq.t
|
All tests pass
|
|
Location.t
|
All tests pass
|
|
multiple_fasta.t
|
All tests pass
|
|
Mutation.t
|
All tests pass
|
|
Mutator.t
|
All tests pass
|
|
OddCodes.t
|
All tests pass
|
|
PrimarySeq.t
|
All tests pass
|
|
Range.t
|
All tests pass
|
|
RangeI.t
|
All tests pass
|
|
RestrictionEnzyme.t
|
All tests pass
|
|
RNAChange.t
|
All tests pass
|
|
RootI.t
|
All tests pass
|
|
Sbjct.t
|
All tests pass
|
|
SearchDist.t
|
Skips tests gracefully because external dependency not found
|
|
Seq.t
|
All tests pass
|
|
SeqAnal.t
|
All tests pass
|
|
SeqAnalysisParser.t
|
Need to patch sub loader() in Bio::Factory::FactoryDriver.pm
Find:
my $io = new Bio::Root::IO();
# catfile comes from IO
$load = $io->catfile((split(/::/,$load)));
change last line of code to:
$load = $io->catfile(':',(split(/::/,$load)));
All tests pass with this patch
|
|
SeqDiff.t
|
All tests pass
|
|
SeqFeature.t
|
All tests pass
|
|
SeqIO.t
|
All tests pass
|
|
SeqPattern.t
|
All tests pass
|
|
SeqStats.t
|
All tests pass
|
|
SeqUtils.t
|
All tests pass
|
|
Sigcleave.t
|
All tests pass
|
|
Sim4.t
|
All tests pass
|
|
SimilarityPair.t
|
All tests pass
|
|
SimpleAlign.t
|
All tests pass
|
|
Species.t
|
All tests pass
|
|
StandAloneBlast.t
|
Skips tests – no standalone Blast
|
|
TCoffee.t
|
Requires change as specified in SeqAnalysisParser.t
Skips tests 5..9 – Tcoffee not installed
|
|
Tempfile.t
|
All tests pass (assuming tmp directory cleared out of all old temporary files from failed attempts of other tests)
|
|
Tools.t
|
All tests pass
|
|
UnivAln.t
|
All tests pass
|
|
Variation_IO.t
|
Only the first 16 tests pass. Remainder require IO::String???
|
|
WWW.t
|
All tests pass
|
| Email: todd@andrew2.stanford.edu |
Last updated on: March 2, 2001 |