biojava 1.7.1 のテストを動かしてみた

実効結果。
BUILD SUCCESSFUL

unzip biojava-1.7.1-all.jar
cd biojava-1.7.1
ant
ant runtests

Buildfile: /home/hogehoge/work/biojava/1.7.1_stable/biojava-1.7.1/build.xml

init:
[echo] Building biojava-1.7.1
[echo] Java Home: /usr/lib/jvm/java-6-sun-1.6.0.20/jre
[echo] JUnit present: true
[echo] JUnit supported by Ant: true
[echo] HSQLDB driver present: ${sqlDriver.hsqldb}
[echo] XSLT support: true

prepare:

prepare-tests:

prepare-biojava:

compile-biojava:
[javac] /home/hogehoge/work/biojava/1.7.1_stable/biojava-1.7.1/build.xml:246: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

package-biojava:

compile-tests:
[javac] /home/hogehoge/work/biojava/1.7.1_stable/biojava-1.7.1/build.xml:264: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

runtests:
[echo] Running tests: **
[junit] Running org.biojava.bio.AnnotationTypeTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
[junit] Running org.biojava.bio.MergeAnnotationTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.alignment.FlexibleAlignmentTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.alignment.SubstitutionMatrixTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.biojava.bio.dist.DistSerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
[junit] Running org.biojava.bio.dist.DistributionTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.dist.DistributionToolsTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
[junit] Running org.biojava.bio.dist.TranslatedDistributionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.dp.DPSerializationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
[junit] Running org.biojava.bio.dp.EmissionStateEventTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.dp.MarkovModelEventTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.biojava.bio.molbio.RestrictionEnzymeManagerTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
[junit] Running org.biojava.bio.molbio.RestrictionEnzymeTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.program.fastq.FastqBuilderTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
[junit] Running org.biojava.bio.program.fastq.FastqTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.program.fastq.FastqVariantTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.program.fastq.IlluminaFastqReaderTest
[junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
[junit] Running org.biojava.bio.program.fastq.IlluminaFastqWriterTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
[junit] Running org.biojava.bio.program.fastq.SangerFastqReaderTest
[junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 0.022 sec
[junit] Running org.biojava.bio.program.fastq.SangerFastqWriterTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.biojava.bio.program.fastq.SolexaFastqReaderTest
[junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
[junit] Running org.biojava.bio.program.fastq.SolexaFastqWriterTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.biojava.bio.program.indexdb.IndexToolsTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.18 sec
[junit] Running org.biojava.bio.program.phred.PhredToolsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
[junit] Running org.biojava.bio.program.sax.BlastTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.185 sec
[junit] Running org.biojava.bio.program.sax.blastxml.BlastXMLTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindFasta3_3t08Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBIblastn2_0_11Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.451 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBIblastn2_2_3Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.494 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBIblastp2_0_11Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.597 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBIblastp2_2_3Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.499 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBIblastx2_0_11Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.485 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBIblastx2_2_3Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.544 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBItblastn2_0_11Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.562 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBItblastn2_2_3Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.619 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBItblastx2_0_11Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.59 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindNCBItblastx2_2_3Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.254 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindWUblastn2_0a19Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.111 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindWUblastp2_0a19Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.079 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindWUblastx2_0a19Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.082 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindWUtblastn2_0a19Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.231 sec
[junit] Running org.biojava.bio.program.ssbind.SSBindWUtblastx2_0a19Test
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.127 sec
[junit] Running org.biojava.bio.proteomics.IsoelectricPointCalcTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.proteomics.MassCalcTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.biojava.bio.proteomics.aaindex.AAindexStreamReaderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.091 sec
[junit] Running org.biojava.bio.proteomics.aaindex.AAindexTest
[junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.biojava.bio.proteomics.aaindex.SimpleSymbolPropertyTableDBTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.biojava.bio.search.MaxMismatchPatternTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.search.SeqContentPatternTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.search.SimpleSeqSimilaritySearchHitTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.search.SimpleSeqSimilaritySearchResultTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.search.SimpleSeqSimilaritySearchSubHitTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.seq.CircularSequenceTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit] Running org.biojava.bio.seq.DNAToolsTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.seq.FeatureFilterTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.biojava.bio.seq.FeatureHolderUtilsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.seq.FilterUtilsTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
[junit] Running org.biojava.bio.seq.MergeFeatureHolderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.seq.NewSimpleAssemblyTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
[junit] Running org.biojava.bio.seq.ProteinToolsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[junit] Running org.biojava.bio.seq.RNAToolsTest
[junit] Tests run: 34, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[junit] Running org.biojava.bio.seq.SeqSerializationTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
[junit] Running org.biojava.bio.seq.SimpleAssemblyTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.seq.db.EmblCDROMIndexStoreTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
[junit] Running org.biojava.bio.seq.db.HashSequenceDBTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[junit] Running org.biojava.bio.seq.db.biosql.BioSQLSequenceDBTest
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
[junit] Running org.biojava.bio.seq.db.emblcd.DivisionLkpReaderTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.seq.db.emblcd.EntryNamIdxReaderTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.seq.db.emblcd.EntryNamRandomAccessTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[junit] Running org.biojava.bio.seq.filter.FilterTransformerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
[junit] Running org.biojava.bio.seq.homol.SimpleSimilarityPairFeatureTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit] Running org.biojava.bio.seq.impl.GappedSequenceTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.biojava.bio.seq.impl.SubSequenceTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
[junit] Running org.biojava.bio.seq.impl.ViewSeqSerializationTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
[junit] Running org.biojava.bio.seq.impl.ViewSequenceTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[junit] Running org.biojava.bio.seq.io.LocationFormatterTest
[junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
[junit] Running org.biojava.bio.seq.io.MSFAlignmentFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit] Running org.biojava.bio.seq.io.SeqIOToolsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.311 sec
[junit] Running org.biojava.bio.seq.io.SmartSequenceBuilderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.519 sec
[junit] Running org.biojava.bio.seq.io.SymbolListCharSequenceTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.seq.io.filterxml.FilterXMLTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
[junit] Running org.biojava.bio.seq.project.ProjectedFeatureHolderTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.biojava.bio.structure.MMcifTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.275 sec
[junit] Running org.biojava.bio.structure.PDBFileParserTest
[junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 0.014 sec
[junit] Running org.biojava.bio.structure.PdbFileFormat30Test
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
[junit] Running org.biojava.bio.structure.SourceCompoundTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.553 sec
[junit] Running org.biojava.bio.structure.StructurePairAlignerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.731 sec
[junit] Running org.biojava.bio.structure.StructureTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
[junit] Running org.biojava.bio.structure.StructureToolsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
[junit] Running org.biojava.bio.symbol.AlphabetManagerTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.symbol.AlphabetSerializationTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
[junit] Running org.biojava.bio.symbol.BetweenLocationTest
[junit] Tests run: 34, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
[junit] Running org.biojava.bio.symbol.CircularLocationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit] Running org.biojava.bio.symbol.CodonPrefToolsTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
[junit] Running org.biojava.bio.symbol.CompoundLocationTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
[junit] Running org.biojava.bio.symbol.CrossProductAlphabetIndexTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.732 sec
[junit] Running org.biojava.bio.symbol.CrossProductTokenizationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[junit] Running org.biojava.bio.symbol.DoubleAlphabetTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
[junit] Running org.biojava.bio.symbol.FundamentalAtomicSymbolEventTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.003 sec

biopython 1.54 のテストを動かしてみた

コマンドがみつからないとかあるのかぁ

実効結果

Ran 144 tests in 254.850 seconds

FAILED (failures = 10)

tar zxvf biopython-1.54.tar.gz
cd biopython-1.54
python setup.py build
python setup.py test

running test
test_Ace ... ok
test_AlignIO ... ok
test_AlignIO_convert ... ok
test_BioSQL ... /home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/BioSQL/Loader.py:797: UserWarning: order location operators are not fully supported
% feature.location_operator)
ok
test_BioSQL_SeqIO ... /home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/BioSQL/Loader.py:797: UserWarning: bond location operators are not fully supported
% feature.location_operator)
ok
test_CAPS ... ok
test_Clustalw ... ok
test_Clustalw_tool ... ERROR
test_Cluster ... ok
test_CodonTable ... ok
test_CodonUsage ... ok
test_Compass ... ok
test_Crystal ... ok
test_Dialign_tool ... skipping. Environment variable DIALIGN2_DIR for DIALIGN2-2 missing.
test_DocSQL ... skipping. Install MySQLdb if you want to use Bio.DocSQL.
test_Emboss ... ERROR
test_EmbossPhylipNew ... FAIL
test_EmbossPrimer ... ok
test_Entrez ... ok
test_Enzyme ... ok
test_FSSP ... ok
test_Fasta ... ok
test_File ... ok
test_GACrossover ... ok
test_GAMutation ... ok
test_GAOrganism ... ok
test_GAQueens ... ok
test_GARepair ... ok
test_GASelection ... ok
test_GFF ... skipping. Environment is not configured for this test (not important if you do not plan to use Bio.GFF).
test_GFF2 ... skipping. Install MySQLdb if you want to use Bio.GFF.
test_GenBank ... ok
test_GenomeDiagram ... skipping. Install reportlab if you want to use Bio.Graphics.
test_GraphicsBitmaps ... skipping. Install ReportLab if you want to use Bio.Graphics.
test_GraphicsChromosome ... skipping. Install reportlab if you want to use Bio.Graphics.
test_GraphicsDistribution ... skipping. Install reportlab if you want to use Bio.Graphics.
test_GraphicsGeneral ... skipping. Install reportlab if you want to use Bio.Graphics.
test_HMMCasino ... ok
test_HMMGeneral ... ok
test_HotRand ... ok
test_IsoelectricPoint ... ok
test_KDTree ... ok
test_KEGG ... ok
test_KeyWList ... ok
test_Location ... ok
test_LocationParser ... ok
test_LogisticRegression ... ok
test_MEME ... ok
test_Mafft_tool ... skipping. Install MAFFT if you want to use the Bio.Align.Applications wrapper.
test_MarkovModel ... ok
test_Medline ... ok
test_Motif ... ok
test_Muscle_tool ... FAIL
test_NCBIStandalone ... ok
test_NCBITextParser ... ok
test_NCBIXML ... ok
test_NCBI_BLAST_tools ... skipping. Install the NCBI BLAST+ command line tools if you want to use the Bio.Blast.Applications wrapper.
test_NCBI_qblast ... ERROR
test_NNExclusiveOr ... ok
test_NNGene ... ok
test_NNGeneral ... ok
test_Nexus ... ok
test_PDB ... ok
test_ParserSupport ... ok
test_Pathway ... ok
test_Phd ... ok
test_Phylo ... ok
test_PhyloXML ... ok
test_Phylo_depend ... skipping. Install NetworkX if you want to use Bio.Phylo._utils.
test_PopGen_FDist ... skipping. Install FDist if you want to use Bio.PopGen.FDist.
test_PopGen_FDist_nodepend ... ok
test_PopGen_GenePop ... skipping. Install GenePop if you want to use Bio.PopGen.GenePop.
test_PopGen_GenePop_EasyController ... skipping. Install GenePop if you want to use Bio.PopGen.GenePop.
test_PopGen_GenePop_nodepend ... ok
test_PopGen_SimCoal ... skipping. Install SIMCOAL2 if you want to use Bio.PopGen.SimCoal.
test_PopGen_SimCoal_nodepend ... ok
test_Prank_tool ... FAIL
test_Probcons_tool ... FAIL
test_ProtParam ... ok
test_Restriction ... ok
test_SCOP_Astral ... ok
test_SCOP_Cla ... ok
test_SCOP_Des ... ok
test_SCOP_Dom ... ok
test_SCOP_Hie ... ok
test_SCOP_Raf ... ok
test_SCOP_Residues ... ok
test_SCOP_Scop ... ok
test_SVDSuperimposer ... ok
test_SeqIO ... ok
test_SeqIO_FastaIO ... ok
test_SeqIO_QualityIO ... ok
test_SeqIO_convert ... ok
test_SeqIO_features ... ok
test_SeqIO_index ... ok
test_SeqIO_online ... ok
test_SeqRecord ... ok
test_SeqUtils ... ok
test_Seq_objs ... ok
test_SubsMat ... ok
test_SwissProt ... ok
test_TCoffee_tool ... FAIL
test_UniGene ... ok
test_UniGene_obsolete ... ok
test_Wise ... INFO trying again with the linear model
FAIL
test_align ... ok
test_geo ... ok
test_interpro ... ok
test_kNN ... ok
test_lowess ... ok
test_pairwise2 ... ok
test_prodoc ... ok
test_property_manager ... ok
test_prosite1 ... ok
test_prosite2 ... ok
test_prosite_patterns ... ok
test_psw ... ok
test_seq ... ok
test_translate ... ok
test_trie ... ok
test_triefind ... ok
Bio.Application docstring test ... ok
Bio.Seq docstring test ... ok
Bio.SeqFeature docstring test ... ok
Bio.SeqRecord docstring test ... ok
Bio.SeqIO docstring test ... ok
Bio.SeqIO.AceIO docstring test ... ok
Bio.SeqIO.PhdIO docstring test ... ok
Bio.SeqIO.QualityIO docstring test ... ok
Bio.SeqIO.SffIO docstring test ... ok
Bio.SeqUtils docstring test ... ok
Bio.Align docstring test ... ok
Bio.Align.Generic docstring test ... ok
Bio.AlignIO docstring test ... ok
Bio.AlignIO.StockholmIO docstring test ... ok
Bio.Blast.Applications docstring test ... ok
Bio.Clustalw docstring test ... ok
Bio.Emboss.Applications docstring test ... ok
Bio.KEGG.Compound docstring test ... ok
Bio.KEGG.Enzyme docstring test ... ok
Bio.Wise docstring test ... FAIL
Bio.Wise.psw docstring test ... ok
Bio.Motif docstring test ... ok
Bio.Statistics.lowess docstring test ... ok
======================================================================
ERROR: test_Clustalw_tool

                                                                                                                                          • -

Traceback (most recent call last):
File "run_tests.py", line 267, in runTest
suite = unittest.TestLoader().loadTestsFromName(name)
File "/usr/lib/python2.5/unittest.py", line 533, in loadTestsFromName
module = __import__('.'.join(parts_copy))
File "test_Clustalw_tool.py", line 104, in
assert "has only one sequence present" in str(err)
AssertionError
======================================================================
ERROR: test_Emboss

                                                                                                                                          • -

Traceback (most recent call last):
File "run_tests.py", line 267, in runTest
suite = unittest.TestLoader().loadTestsFromName(name)
File "/usr/lib/python2.5/unittest.py", line 533, in loadTestsFromName
module = __import__('.'.join(parts_copy))
File "test_Emboss.py", line 78, in
if get_emboss_version() < (6,1,0):
File "test_Emboss.py", line 75, in get_emboss_version
raise ValueError(stdout)
ValueError: /bin/sh: embossversion: コマンドが見つかりません

======================================================================
ERROR: pseudosample a phylip DNA alignment written with AlignIO

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 267, in test_bootstrap_AlignIO_DNA
self.check_bootstrap("Phylip/opuntia.phy", "phylip")
File "test_EmbossPhylipNew.py", line 249, in check_bootstrap
% (return_code, str(cline)))
ValueError: Return code 127 from:
fseqboot -auto -filter -outfile=test_file -sequence=Phylip/opuntia.phy -seqtype=d -reps=2

======================================================================
ERROR: pseudosample a phylip protein alignment written with AlignIO

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 276, in test_bootstrap_AlignIO_protein
self.check_bootstrap("Phylip/hedgehog.phy", "phylip", "p")
File "test_EmbossPhylipNew.py", line 249, in check_bootstrap
% (return_code, str(cline)))
ValueError: Return code 127 from:
fseqboot -auto -filter -outfile=test_file -sequence=Phylip/hedgehog.phy -seqtype=p -reps=2

======================================================================
ERROR: pseudosample a phylip DNA alignment

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 262, in test_bootstrap_phylip_DNA
self.check_bootstrap("Phylip/horses.phy", "phylip")
File "test_EmbossPhylipNew.py", line 249, in check_bootstrap
% (return_code, str(cline)))
ValueError: Return code 127 from:
fseqboot -auto -filter -outfile=test_file -sequence=Phylip/horses.phy -seqtype=d -reps=2

======================================================================
ERROR: pseudosample a phylip protein alignment

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 271, in test_bootstrap_phylip_protein
self.check_bootstrap("Phylip/interlaced.phy", "phylip", "p")
File "test_EmbossPhylipNew.py", line 249, in check_bootstrap
% (return_code, str(cline)))
ValueError: Return code 127 from:
fseqboot -auto -filter -outfile=test_file -sequence=Phylip/interlaced.phy -seqtype=p -reps=2

======================================================================
ERROR: Calculate a distance matrix from an alignment written by AlignIO

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 140, in test_distances_from_AlignIO_DNA
self.distances_from_alignment("Phylip/opuntia.phy")
File "test_EmbossPhylipNew.py", line 115, in distances_from_alignment
% (return_code, str(cline)))
ValueError: Return code 127 from:
fdnadist -auto -outfile=test_file -sequence=Phylip/opuntia.phy -method=j

======================================================================
ERROR: Calculate a distance matrix from an phylip alignment

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 135, in test_distances_from_phylip_DNA
self.distances_from_alignment("Phylip/horses.phy")
File "test_EmbossPhylipNew.py", line 115, in distances_from_alignment
% (return_code, str(cline)))
ValueError: Return code 127 from:
fdnadist -auto -outfile=test_file -sequence=Phylip/horses.phy -method=j

======================================================================
ERROR: Calculate distance matrix from an AlignIO written protein alignment

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 154, in test_distances_from_protein_AlignIO
self.distances_from_alignment("Phylip/hedgehog.phy", DNA=False)
File "test_EmbossPhylipNew.py", line 115, in distances_from_alignment
% (return_code, str(cline)))
ValueError: Return code 127 from:
fprotdist -auto -outfile=test_file -sequence=Phylip/hedgehog.phy -method=j

======================================================================
ERROR: Calculate a distance matrix from phylip protein alignment

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 149, in test_distances_from_protein_phylip
self.distances_from_alignment("Phylip/interlaced.phy", DNA=False)
File "test_EmbossPhylipNew.py", line 115, in distances_from_alignment
% (return_code, str(cline)))
ValueError: Return code 127 from:
fprotdist -auto -outfile=test_file -sequence=Phylip/interlaced.phy -method=j

======================================================================
ERROR: Make a parsimony tree from protein alignment written with AlignIO

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 221, in test_parsimony_from_AlignIO_protein
self.parsimony_tree("Phylip/interlaced.phy", "phylip", DNA=False)
File "test_EmbossPhylipNew.py", line 192, in parsimony_tree
% (return_code, str(cline)))
ValueError: Return code 127 from:
fprotpars -auto -stdout -sequence=Phylip/interlaced.phy -outtreefile=test_file

======================================================================
ERROR: Make a parsimony tree from an alignment written with AlignIO

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 207, in test_parsimony_tree_from_AlignIO_DNA
self.parsimony_tree("Phylip/opuntia.phy", "phylip")
File "test_EmbossPhylipNew.py", line 192, in parsimony_tree
% (return_code, str(cline)))
ValueError: Return code 127 from:
fdnapars -auto -stdout -sequence=Phylip/opuntia.phy -outtreefile=test_file

======================================================================
ERROR: Calculate a consensus tree with fconsense

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 293, in test_fconsense
% (return_code, str(cline)))
ValueError: Return code 127 from:
fconsense -auto -filter -intreefile=Phylip/horses.tree -outtreefile=test_file

======================================================================
ERROR: Calculate the distance between trees with ftreedist

                                                                                                                                          • -

Traceback (most recent call last):
File "test_EmbossPhylipNew.py", line 308, in test_ftreedist
% (return_code, str(cline)))
ValueError: Return code 127 from:
ftreedist -auto -filter -outfile=test_file -intreefile=Phylip/horses.tree

======================================================================
ERROR: Simple muscle call using long file

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 272, in test_long
align = AlignIO.read(child.stdout, "clustal")
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/AlignIO/__init__.py", line 423, in read
raise ValueError("No records found in handle")
ValueError: No records found in handle

======================================================================
ERROR: Simple muscle call using Clustal output with a MUSCLE header

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 202, in test_simple_clustal
align = AlignIO.read(child.stdout, "clustal")
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/AlignIO/__init__.py", line 423, in read
raise ValueError("No records found in handle")
ValueError: No records found in handle

======================================================================
ERROR: Simple muscle call using strict Clustal output

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 232, in test_simple_clustal_strict
align = AlignIO.read(child.stdout, "clustal")
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/AlignIO/__init__.py", line 423, in read
raise ValueError("No records found in handle")
ValueError: No records found in handle

======================================================================
ERROR: Simple alignment using stdin

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 301, in test_using_stdin
align = AlignIO.read(child.stdout, "clustal")
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/AlignIO/__init__.py", line 423, in read
raise ValueError("No records found in handle")
ValueError: No records found in handle

======================================================================
ERROR: Simple muscle call with multiple output formats

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 330, in test_with_multiple_output_formats
align = AlignIO.read(child.stdout, "clustal")
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/AlignIO/__init__.py", line 423, in read
raise ValueError("No records found in handle")
ValueError: No records found in handle

======================================================================
FAIL: Simple round-trip through app doing a profile alignment

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 132, in test_Muscle_profile_simple
self.assertEqual(child.returncode, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Simple round-trip through app just infile and outfile

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 88, in test_Muscle_simple
self.assertEqual(child.returncode, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app with a switch and valued option

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Muscle_tool.py", line 111, in test_Muscle_with_options
self.assertEqual(child.returncode, 0)
AssertionError: 127 != 0

======================================================================
ERROR: test_NCBI_qblast

                                                                                                                                          • -

Traceback (most recent call last):
File "run_tests.py", line 267, in runTest
suite = unittest.TestLoader().loadTestsFromName(name)
File "/usr/lib/python2.5/unittest.py", line 533, in loadTestsFromName
module = __import__('.'.join(parts_copy))
File "test_NCBI_qblast.py", line 98, in
assert found_result, "Missing %s in alignments" % expected_hit
AssertionError: Missing 18409071 in alignments
======================================================================
FAIL: Round-trip with complex command line.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 144, in test_Prank_complex_command_line
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Simple round-trip through app with infile.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 85, in test_Prank_simple
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Simple round-trip through app with infile, output in NEXUS

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 109, in test_Prank_simple_with_NEXUS_output
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Convert FASTA to FASTA format.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 213, in test_convert_to_fasta
self.conversion(8, "fas", "fasta")
File "test_Prank_tool.py", line 174, in conversion
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Convert FASTA to Inteligenetics format.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 195, in test_convert_to_ig
self.conversion(1, "igs", "ig")
File "test_Prank_tool.py", line 174, in conversion
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Convert FASTA to NBRF/PIR format.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 204, in test_convert_to_nbrf
self.conversion(3, "nbr", "pir")
File "test_Prank_tool.py", line 174, in conversion
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Convert FASTA to PHYLIP format.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 221, in test_convert_to_phylip
self.conversion(12, "phy", "phylip")
File "test_Prank_tool.py", line 174, in conversion
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Convert FASTA to PHYLIP 3.2 format.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Prank_tool.py", line 217, in test_convert_to_phylip32
self.conversion(11, "phy", "phylip")
File "test_Prank_tool.py", line 174, in conversion
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app and read clustalw alignment from stdout

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Probcons_tool.py", line 72, in test_Probcons_alignment_clustalw
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app and read fasta alignment from stdout

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Probcons_tool.py", line 49, in test_Probcons_alignment_fasta
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app with complex command line and output file

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Probcons_tool.py", line 100, in test_Probcons_complex_commandline
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app and read clustal alignment from file

                                                                                                                                          • -

Traceback (most recent call last):
File "test_TCoffee_tool.py", line 59, in test_TCoffee_1
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app and read pir alignment from file

                                                                                                                                          • -

Traceback (most recent call last):
File "test_TCoffee_tool.py", line 83, in test_TCoffee_2
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
FAIL: Round-trip through app and read clustalw alignment from file

                                                                                                                                          • -

Traceback (most recent call last):
File "test_TCoffee_tool.py", line 111, in test_TCoffee_3
self.assertEqual(return_code, 0)
AssertionError: 127 != 0

======================================================================
ERROR: Call dnal with optional arguments, and do a trivial check on the output.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Wise.py", line 39, in test_align
temp_file = Wise.align(["dnal"], ("Wise/human_114_g01_exons.fna_01", "Wise/human_114_g02_exons.fna_01"), kbyte=100000, force_type="DNA", quiet=True)
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/Wise/__init__.py", line 98, in align
return align(cmdline, pair, 0, force_type, dry_run, quiet, debug)
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/Wise/__init__.py", line 100, in align
raise OSError("%s returned %s" % (" ".join(cmdline), status))
OSError: dnal returned 127

======================================================================
FAIL: Call dnal, and do a trivial check on its output.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Wise.py", line 26, in test_dnal
self.assert_(sys.stdout.getvalue().startswith("dnal -kbyte 100000 seq1.fna seq2.fna"))
AssertionError

======================================================================
FAIL: Call psw, and do a trivial check on its output.

                                                                                                                                          • -

Traceback (most recent call last):
File "test_Wise.py", line 31, in test_psw
self.assert_(sys.stdout.getvalue().startswith("psw -kbyte 4 seq1.faa seq2.faa"))
AssertionError

======================================================================
FAIL: Doctest: Bio.Wise._build_align_cmdline

                                                                                                                                          • -

Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 2128, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for Bio.Wise._build_align_cmdline
File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/Wise/__init__.py", line 23, in _build_align_cmdline

                                                                                                                                          • -

File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/Wise/__init__.py", line 26, in Bio.Wise._build_align_cmdline
Failed example:
_build_align_cmdline(["dnal"], ("seq1.fna", "seq2.fna"), "/tmp/output", kbyte=100000)
Expected:
'dnal -kbyte 100000 seq1.fna seq2.fna > /tmp/output'
Got:
'dnal -kbyte 100000 -quiet seq1.fna seq2.fna > /tmp/output'

                                                                                                                                          • -

File "/home/hogehoge/work/biopython/1.54_stable/biopython-1.54/build/lib.linux-x86_64-2.5/Bio/Wise/__init__.py", line 28, in Bio.Wise._build_align_cmdline
Failed example:
_build_align_cmdline(["psw"], ("seq1.faa", "seq2.faa"), "/tmp/output_aa")
Expected:
'psw -kbyte 300000 seq1.faa seq2.faa > /tmp/output_aa'
Got:
'psw -kbyte 300000 -quiet seq1.faa seq2.faa > /tmp/output_aa'

                                                                                                                                          • -

Ran 144 tests in 254.850 seconds

FAILED (failures = 10)

bioperl 1.6.1 のテストを動かしてみた

実効結果

Result: FAIL
Failed 3/331 test programs. 2/20974 subtests failed.

tar jvfz BioPerl-1.6.1.tar.bz2
cd BioPerl-1.6.1
perl Build.PL
./Build test

blib/script/bp_sreformat.PLS -> blib/script/bp_sreformat.pl
blib/script/seqconvert.PLS -> blib/script/bp_seqconvert.pl
blib/script/parse_hmmsearch.PLS -> blib/script/bp_parse_hmmsearch.pl
blib/script/hivq.PLS -> blib/script/bp_hivq.pl
blib/script/bp_seqret.PLS -> blib/script/bp_seqret.pl
blib/script/tree2pag.PLS -> blib/script/bp_tree2pag.pl
blib/script/meta_gff.PLS -> blib/script/bp_meta_gff.pl
blib/script/nexus2nh.PLS -> blib/script/bp_nexus2nh.pl
blib/script/filter_search.PLS -> blib/script/bp_filter_search.pl
blib/script/bp_seqfeature_gff3.PLS -> blib/script/bp_seqfeature_gff3.pl
blib/script/generate_histogram.PLS -> blib/script/bp_generate_histogram.pl
blib/script/heterogeneity_test.PLS -> blib/script/bp_heterogeneity_test.pl
blib/script/flanks.PLS -> blib/script/bp_flanks.pl
blib/script/split_seq.PLS -> blib/script/bp_split_seq.pl
blib/script/load_gff.PLS -> blib/script/bp_load_gff.pl
blib/script/biogetseq.PLS -> blib/script/bp_biogetseq.pl
blib/script/bp_fetch.PLS -> blib/script/bp_fetch.pl
blib/script/mutate.PLS -> blib/script/bp_mutate.pl
blib/script/process_sgd.PLS -> blib/script/bp_process_sgd.pl
blib/script/bp_index.PLS -> blib/script/bp_index.pl
blib/script/dbsplit.PLS -> blib/script/bp_dbsplit.pl
blib/script/oligo_count.PLS -> blib/script/bp_oligo_count.pl
blib/script/hmmer_to_table.PLS -> blib/script/bp_hmmer_to_table.pl
blib/script/process_gadfly.PLS -> blib/script/bp_process_gadfly.pl
blib/script/bp_seqfeature_load.PLS -> blib/script/bp_seqfeature_load.pl
blib/script/fastam9_to_table.PLS -> blib/script/bp_fastam9_to_table.pl
blib/script/biofetch_genbank_proxy.PLS -> blib/script/bp_biofetch_genbank_proxy.pl
blib/script/seq_length.PLS -> blib/script/bp_seq_length.pl
blib/script/extract_feature_seq.PLS -> blib/script/bp_extract_feature_seq.pl
blib/script/genbank2gff.PLS -> blib/script/bp_genbank2gff.pl
blib/script/bulk_load_gff.PLS -> blib/script/bp_bulk_load_gff.pl
blib/script/taxid4species.PLS -> blib/script/bp_taxid4species.pl
blib/script/search2gff.PLS -> blib/script/bp_search2gff.pl
blib/script/blast2tree.PLS -> blib/script/bp_blast2tree.pl
blib/script/unflatten_seq.PLS -> blib/script/bp_unflatten_seq.pl
blib/script/make_mrna_protein.PLS -> blib/script/bp_make_mrna_protein.pl
blib/script/search2tribe.PLS -> blib/script/bp_search2tribe.pl
blib/script/bioflat_index.PLS -> blib/script/bp_bioflat_index.pl
blib/script/pairwise_kaks.PLS -> blib/script/bp_pairwise_kaks.pl
blib/script/query_entrez_taxa.PLS -> blib/script/bp_query_entrez_taxa.pl
blib/script/bp_seqfeature_delete.PLS -> blib/script/bp_seqfeature_delete.pl
blib/script/fast_load_gff.PLS -> blib/script/bp_fast_load_gff.pl
blib/script/chaos_plot.PLS -> blib/script/bp_chaos_plot.pl
blib/script/bp_mrtrans.PLS -> blib/script/bp_mrtrans.pl
blib/script/search2alnblocks.PLS -> blib/script/bp_search2alnblocks.pl
blib/script/taxonomy2tree.PLS -> blib/script/bp_taxonomy2tree.pl
blib/script/einfo.PLS -> blib/script/bp_einfo.pl
blib/script/download_query_genbank.PLS -> blib/script/bp_download_query_genbank.pl
blib/script/bp_nrdb.PLS -> blib/script/bp_nrdb.pl
blib/script/mask_by_search.PLS -> blib/script/bp_mask_by_search.pl
blib/script/gccalc.PLS -> blib/script/bp_gccalc.pl
blib/script/classify_hits_kingdom.PLS -> blib/script/bp_classify_hits_kingdom.pl
blib/script/composite_LD.PLS -> blib/script/bp_composite_LD.pl
blib/script/aacomp.PLS -> blib/script/bp_aacomp.pl
blib/script/revtrans-motif.PLS -> blib/script/bp_revtrans-motif.pl
blib/script/process_wormbase.PLS -> blib/script/bp_process_wormbase.pl
blib/script/local_taxonomydb_query.PLS -> blib/script/bp_local_taxonomydb_query.pl
blib/script/biblio.PLS -> blib/script/bp_biblio.pl
blib/script/remote_blast.PLS -> blib/script/bp_remote_blast.pl
blib/script/seqretsplit.PLS -> blib/script/bp_seqretsplit.pl
blib/script/genbank2gff3.PLS -> blib/script/bp_genbank2gff3.pl
blib/script/search2table.PLS -> blib/script/bp_search2table.pl
blib/script/search2BSML.PLS -> blib/script/bp_search2BSML.pl
blib/script/translate_seq.PLS -> blib/script/bp_translate_seq.pl
t/Align/AlignStats.t ......................... ok
t/Align/AlignUtil.t .......................... ok
t/Align/SimpleAlign.t ........................ ok
t/Align/TreeBuild.t .......................... ok
t/Align/Utilities.t .......................... ok
t/AlignIO/AlignIO.t .......................... ok
t/AlignIO/arp.t .............................. ok
t/AlignIO/bl2seq.t ........................... ok
t/AlignIO/clustalw.t ......................... ok
t/AlignIO/emboss.t ........................... ok
t/AlignIO/fasta.t ............................ ok
t/AlignIO/largemultifasta.t .................. ok
t/AlignIO/maf.t .............................. ok
t/AlignIO/mase.t ............................. ok
t/AlignIO/mega.t ............................. ok
t/AlignIO/meme.t ............................. ok
t/AlignIO/metafasta.t ........................ ok
t/AlignIO/msf.t .............................. ok
t/AlignIO/nexus.t ............................ ok
t/AlignIO/pfam.t ............................. ok
t/AlignIO/phylip.t ........................... ok
t/AlignIO/po.t ............................... ok
t/AlignIO/prodom.t ........................... ok
t/AlignIO/psi.t .............................. ok
t/AlignIO/selex.t ............................ ok
t/AlignIO/stockholm.t ........................ ok
t/AlignIO/xmfa.t ............................. ok
t/Alphabet.t ................................. ok
t/Annotation/Annotation.t .................... ok
t/Annotation/AnnotationAdaptor.t ............. ok
t/Assembly/Assembly.t ........................ ok
t/Assembly/ContigSpectrum.t .................. ok
t/Biblio/Biblio.t ............................ ok
t/Biblio/References.t ........................ ok
t/Biblio/biofetch.t .......................... ok
t/Biblio/eutils.t ............................ ok
t/ClusterIO/ClusterIO.t ...................... ok
t/ClusterIO/SequenceFamily.t ................. ok
t/ClusterIO/unigene.t ........................ ok
t/Coordinate/CoordinateGraph.t ............... ok
t/Coordinate/CoordinateMapper.t .............. ok
t/Coordinate/GeneCoordinateMapper.t .......... ok
t/LiveSeq/Chain.t ............................ ok
t/LiveSeq/LiveSeq.t .......................... ok
t/LiveSeq/Mutation.t ......................... ok
t/LiveSeq/Mutator.t .......................... ok
t/LocalDB/BioDBGFF.t ......................... ok
t/LocalDB/BlastIndex.t ....................... ok
t/LocalDB/DBFasta.t .......................... ok
t/LocalDB/DBQual.t ........................... ok
t/LocalDB/Flat.t ............................. ok
t/LocalDB/Index.t ............................ ok
t/LocalDB/Registry.t ......................... ok
t/LocalDB/SeqFeature.t ....................... ok
t/LocalDB/SeqFeature_BDB.t ................... ok
t/LocalDB/SeqFeature_SQLite.t ................ ok
t/LocalDB/transfac_pro.t ..................... ok
t/Map/Cyto.t ................................. ok
t/Map/Linkage.t .............................. ok
t/Map/Map.t .................................. ok
t/Map/MapIO.t ................................ ok
t/Map/MicrosatelliteMarker.t ................. ok
t/Map/Physical.t ............................. ok
t/Matrix/IO/masta.t .......................... ok
t/Matrix/IO/psm.t ............................ ok
t/Matrix/InstanceSite.t ...................... ok
t/Matrix/Matrix.t ............................ ok
t/Matrix/ProtMatrix.t ........................ ok
t/Matrix/ProtPsm.t ........................... ok
t/Matrix/SiteMatrix.t ........................ ok
t/Ontology/GOterm.t .......................... ok
t/Ontology/GraphAdaptor.t .................... ok
t/Ontology/IO/go.t ........................... ok
t/Ontology/IO/interpro.t ..................... ok
t/Ontology/IO/obo.t .......................... ok
t/Ontology/Ontology.t ........................ ok
t/Ontology/OntologyEngine.t .................. ok
t/Ontology/OntologyStore.t ................... ok
t/Ontology/Relationship.t .................... ok
t/Ontology/RelationshipType.t ................ ok
t/Ontology/Term.t ............................ ok
t/Perl.t ..................................... ok
t/Phenotype/Correlate.t ...................... ok
t/Phenotype/MeSH.t ........................... ok
t/Phenotype/Measure.t ........................ ok
t/Phenotype/MiniMIMentry.t ................... ok
t/Phenotype/OMIMentry.t ...................... ok
t/Phenotype/OMIMentryAllelicVariant.t ........ ok
t/Phenotype/OMIMparser.t ..................... ok
t/Phenotype/Phenotype.t ...................... ok
t/PodSyntax.t ................................ ok
t/PopGen/Coalescent.t ........................ ok
t/PopGen/HtSNP.t ............................. ok
t/PopGen/MK.t ................................ ok
t/PopGen/PopGen.t ............................ ok
t/PopGen/PopGenSims.t ........................ ok
t/PopGen/TagHaplotype.t ...................... ok
t/RemoteDB/BioFetch.t ........................ ok
t/RemoteDB/CUTG.t ............................ ok
t/RemoteDB/EMBL.t ............................ ok
t/RemoteDB/EUtilities.t ...................... ok
t/RemoteDB/EntrezGene.t ...................... ok
t/RemoteDB/GenBank.t ......................... ok
t/RemoteDB/GenPept.t ......................... ok
t/RemoteDB/HIV/HIV.t ......................... ok
t/RemoteDB/HIV/HIVAnnotProcessor.t ........... ok
Use of uninitialized value $rest[0] in join or string at (eval 68) line 15.
t/RemoteDB/HIV/HIVQuery.t .................... ok
t/RemoteDB/HIV/HIVQueryHelper.t .............. ok
t/RemoteDB/MeSH.t ............................ ok

# Failed test at t/RemoteDB/Query/GenBank.t line 53.
# got: '1'
# expected: '4'
# Looks like you planned 21 tests but ran 18.
# Looks like you failed 1 test of 18 run.
t/RemoteDB/Query/GenBank.t ...................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 4/21 subtests
t/RemoteDB/RefSeq.t .......................... ok
t/RemoteDB/SeqHound.t ........................ ok
t/RemoteDB/SeqRead_fail.t .................... ok
t/RemoteDB/SeqVersion.t ...................... ok
t/RemoteDB/SwissProt.t ....................... ok

# Failed test at t/RemoteDB/Taxonomy.t line 53.
# got: '3'
# expected: '2'
# Looks like you failed 1 test of 103.
t/RemoteDB/Taxonomy.t ........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/103 subtests
t/Restriction/Analysis-refac.t ............... ok
t/Restriction/Analysis.t ..................... ok
t/Restriction/Gel.t .......................... ok
t/Restriction/IO.t ........................... ok
t/Root/Exception.t ........................... ok
t/Root/RootI.t ............................... ok

                          • EXCEPTION: Bio::Root::Exception -------------

MSG: request failed: HTTP/1.0 400 Bad Request
STACK: Error::throw
STACK: Bio::Root::Root::throw Bio/Root/Root.pm:368
STACK: Bio::Root::HTTPget::getFH Bio/Root/HTTPget.pm:239
STACK: Bio::Root::IO::_initialize_io Bio/Root/IO.pm:310
STACK: Bio::Root::IO::new Bio/Root/IO.pm:240
STACK: t/Root/RootIO.t:107

                                                                                                                    • -

# Looks like you planned 31 tests but ran 30.
# Looks like your test exited with 9 just after 30.
t/Root/RootIO.t ..............................
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 1/31 subtests
t/Root/Storable.t ............................ ok
t/Root/Tempfile.t ............................ ok
t/Root/Utilities.t ........................... ok
t/SearchDist.t ............................... skipped: The optional module Bio::Ext::Align (or dependencies thereof) was not installed
t/SearchIO/CigarString.t ..................... ok
t/SearchIO/SearchIO.t ........................ ok
t/SearchIO/SimilarityPair.t .................. ok
t/SearchIO/Tiling.t .......................... ok
t/SearchIO/Writer/GbrowseGFF.t ............... ok
t/SearchIO/Writer/HSPTableWriter.t ........... ok
t/SearchIO/Writer/HTMLWriter.t ............... ok
t/SearchIO/Writer/HitTableWriter.t ........... ok
t/SearchIO/blast.t ........................... ok
t/SearchIO/blast_pull.t ...................... ok
t/SearchIO/blasttable.t ...................... ok
t/SearchIO/blastxml.t ........................ ok
t/SearchIO/cross_match.t ..................... ok
t/SearchIO/erpin.t ........................... ok
t/SearchIO/exonerate.t ....................... ok
t/SearchIO/fasta.t ........................... ok
t/SearchIO/gmap_f9.t ......................... ok
t/SearchIO/hmmer.t ........................... ok
t/SearchIO/hmmer_pull.t ...................... ok
t/SearchIO/infernal.t ........................ ok
t/SearchIO/megablast.t ....................... ok
t/SearchIO/psl.t ............................. ok
t/SearchIO/rnamotif.t ........................ ok
t/SearchIO/sim4.t ............................ ok
t/SearchIO/waba.t ............................ ok
t/SearchIO/wise.t ............................ ok
t/Seq/DBLink.t ............................... ok
t/Seq/EncodedSeq.t ........................... ok
t/Seq/LargeLocatableSeq.t .................... ok
t/Seq/LargePSeq.t ............................ ok
t/Seq/LocatableSeq.t ......................... ok
t/Seq/MetaSeq.t .............................. ok
t/Seq/PrimaryQual.t .......................... ok
t/Seq/PrimarySeq.t ........................... ok
t/Seq/PrimedSeq.t ............................ ok
t/Seq/Quality.t .............................. ok
t/Seq/Seq.t .................................. ok
t/Seq/WithQuality.t .......................... ok
t/SeqEvolution.t ............................. ok
t/SeqFeature/FeatureIO.t ..................... ok
t/SeqFeature/Location.t ...................... ok
t/SeqFeature/LocationFactory.t ............... ok
t/SeqFeature/Primer.t ........................ ok
t/SeqFeature/Range.t ......................... ok
t/SeqFeature/RangeI.t ........................ ok
t/SeqFeature/SeqAnalysisParser.t ............. ok
t/SeqFeature/SeqFeatAnnotated.t .............. ok
t/SeqFeature/SeqFeatCollection.t ............. ok
t/SeqFeature/SeqFeature.t .................... ok
t/SeqFeature/SeqFeaturePrimer.t .............. ok
t/SeqFeature/Unflattener.t ................... ok
t/SeqFeature/Unflattener2.t .................. ok
t/SeqIO.t .................................... ok
t/SeqIO/Handler.t ............................ ok
t/SeqIO/MultiFile.t .......................... ok
t/SeqIO/Multiple_fasta.t ..................... ok
t/SeqIO/SeqBuilder.t ......................... ok
t/SeqIO/Splicedseq.t ......................... ok
t/SeqIO/abi.t ................................ skipped: The optional module Bio::SeqIO::staden::read (or dependencies thereof) was not installed
t/SeqIO/ace.t ................................ ok
t/SeqIO/agave.t .............................. ok
t/SeqIO/alf.t ................................ skipped: The optional module Bio::SeqIO::staden::read (or dependencies thereof) was not installed
t/SeqIO/asciitree.t .......................... ok
t/SeqIO/bsml.t ............................... ok
t/SeqIO/bsml_sax.t ........................... ok
t/SeqIO/chadoxml.t ........................... ok
t/SeqIO/chaos.t .............................. ok
t/SeqIO/chaosxml.t ........................... ok
t/SeqIO/ctf.t ................................ skipped: The optional module Bio::SeqIO::staden::read (or dependencies thereof) was not installed
t/SeqIO/embl.t ............................... ok
t/SeqIO/entrezgene.t ......................... ok
t/SeqIO/excel.t .............................. ok
t/SeqIO/exp.t ................................ skipped: The optional module Bio::SeqIO::staden::read (or dependencies thereof) was not installed
t/SeqIO/fasta.t .............................. ok
t/SeqIO/fastq.t .............................. ok
t/SeqIO/flybase_chadoxml.t ................... ok
t/SeqIO/game.t ............................... ok
t/SeqIO/gcg.t ................................ ok
t/SeqIO/genbank.t ............................ ok
t/SeqIO/interpro.t ........................... ok
t/SeqIO/kegg.t ............................... ok
t/SeqIO/largefasta.t ......................... ok
t/SeqIO/lasergene.t .......................... ok
t/SeqIO/locuslink.t .......................... ok
t/SeqIO/metafasta.t .......................... ok
t/SeqIO/phd.t ................................ ok
t/SeqIO/pir.t ................................ ok
t/SeqIO/pln.t ................................ skipped: The optional module Bio::SeqIO::staden::read (or dependencies thereof) was not installed
t/SeqIO/qual.t ............................... ok
t/SeqIO/raw.t ................................ ok
t/SeqIO/scf.t ................................ ok
t/SeqIO/strider.t ............................ ok
t/SeqIO/swiss.t .............................. ok
t/SeqIO/tab.t ................................ ok
t/SeqIO/table.t .............................. ok
t/SeqIO/tigr.t ............................... ok
t/SeqIO/tigrxml.t ............................ ok
t/SeqIO/tinyseq.t ............................ ok
t/SeqIO/ztr.t ................................ skipped: The optional module Bio::SeqIO::staden::read (or dependencies thereof) was not installed
t/SeqTools/Backtranslate.t ................... ok
t/SeqTools/CodonTable.t ...................... ok
t/SeqTools/ECnumber.t ........................ ok
t/SeqTools/GuessSeqFormat.t .................. ok
t/SeqTools/OddCodes.t ........................ ok
t/SeqTools/SeqPattern.t ...................... ok
t/SeqTools/SeqStats.t ........................ ok
t/SeqTools/SeqUtils.t ........................ ok
t/SeqTools/SeqWords.t ........................ ok
t/Species.t .................................. ok
t/Structure/IO.t ............................. ok
t/Structure/Structure.t ...................... ok
t/Symbol.t ................................... ok
t/TaxonTree.t ................................ skipped: All tests are being skipped, probably because the module(s) being tested here are now deprecated
t/Tools/Alignment/Consed.t ................... ok
t/Tools/Analysis/DNA/ESEfinder.t ............. ok
t/Tools/Analysis/Protein/Domcut.t ............ ok
t/Tools/Analysis/Protein/ELM.t ............... ok
t/Tools/Analysis/Protein/GOR4.t .............. ok
t/Tools/Analysis/Protein/HNN.t ............... ok
t/Tools/Analysis/Protein/Mitoprot.t .......... ok
t/Tools/Analysis/Protein/NetPhos.t ........... ok
t/Tools/Analysis/Protein/Scansite.t .......... ok
t/Tools/Analysis/Protein/Sopma.t ............. ok
t/Tools/EMBOSS/Palindrome.t .................. ok
t/Tools/EUtilities/EUtilParameters.t ......... ok
t/Tools/EUtilities/egquery.t ................. ok
t/Tools/EUtilities/einfo.t ................... ok
t/Tools/EUtilities/elink_acheck.t ............ ok
t/Tools/EUtilities/elink_lcheck.t ............ ok
t/Tools/EUtilities/elink_llinks.t ............ ok
t/Tools/EUtilities/elink_ncheck.t ............ ok
t/Tools/EUtilities/elink_neighbor.t .......... ok
t/Tools/EUtilities/elink_neighbor_history.t .. ok
t/Tools/EUtilities/elink_scores.t ............ ok
t/Tools/EUtilities/epost.t ................... ok
t/Tools/EUtilities/esearch.t ................. ok
t/Tools/EUtilities/espell.t .................. ok
t/Tools/EUtilities/esummary.t ................ ok
t/Tools/Est2Genome.t ......................... ok
t/Tools/FootPrinter.t ........................ ok
t/Tools/GFF.t ................................ ok
t/Tools/Geneid.t ............................. ok
t/Tools/Genewise.t ........................... ok
t/Tools/Genomewise.t ......................... ok
t/Tools/Genpred.t ............................ ok
t/Tools/Hmmer.t .............................. ok
t/Tools/IUPAC.t .............................. ok
t/Tools/Lucy.t ............................... ok
t/Tools/Match.t .............................. ok
t/Tools/Phylo/Gerp.t ......................... ok
t/Tools/Phylo/Molphy.t ....................... ok
t/Tools/Phylo/PAML.t ......................... ok
t/Tools/Phylo/Phylip/ProtDist.t .............. ok
t/Tools/Primer3.t ............................ ok
t/Tools/Promoterwise.t ....................... ok
t/Tools/Pseudowise.t ......................... ok
t/Tools/QRNA.t ............................... ok
t/Tools/RandDistFunctions.t .................. ok
t/Tools/RepeatMasker.t ....................... ok
t/Tools/Run/RemoteBlast.t .................... ok
t/Tools/Run/RemoteBlast_rpsblast.t ........... ok
t/Tools/Run/StandAloneBlast.t ................ ok
t/Tools/Run/WrapperBase.t .................... ok
t/Tools/Seg.t ................................ ok
t/Tools/SiRNA.t .............................. ok
t/Tools/Sigcleave.t .......................... ok
t/Tools/Signalp.t ............................ ok
t/Tools/Signalp/ExtendedSignalp.t ............ ok
t/Tools/Sim4.t ............................... ok
t/Tools/Spidey/Spidey.t ...................... ok
t/Tools/TandemRepeatsFinder.t ................ ok
t/Tools/TargetP.t ............................ ok
t/Tools/Tmhmm.t .............................. ok
t/Tools/ePCR.t ............................... ok
t/Tools/pICalculator.t ....................... ok
t/Tools/rnamotif.t ........................... skipped: All tests are being skipped, probably because the module(s) being tested here are now deprecated
t/Tools/tRNAscanSE.t ......................... ok
t/Tree/Compatible.t .......................... ok
t/Tree/Node.t ................................ ok
t/Tree/PhyloNetwork/Factory.t ................ ok
t/Tree/PhyloNetwork/GraphViz.t ............... ok
t/Tree/PhyloNetwork/MuVector.t ............... ok
t/Tree/PhyloNetwork/PhyloNetwork.t ........... ok
t/Tree/PhyloNetwork/RandomFactory.t .......... ok
t/Tree/PhyloNetwork/TreeFactory.t ............ ok
t/Tree/RandomTreeFactory.t ................... ok
t/Tree/Tree.t ................................ ok
t/Tree/TreeIO.t .............................. ok
t/Tree/TreeIO/lintree.t ...................... ok
t/Tree/TreeIO/newick.t ....................... ok
t/Tree/TreeIO/nexus.t ........................ ok
t/Tree/TreeIO/nhx.t .......................... ok
t/Tree/TreeIO/phyloxml.t ..................... ok
Use of uninitialized value $txt[0] in join or string at /usr/share/perl5/SVG/Element.pm line 1202, line 1.
t/Tree/TreeIO/svggraph.t ..................... ok
t/Tree/TreeIO/tabtree.t ...................... ok
t/Tree/TreeStatistics.t ...................... ok
t/Variation/AAChange.t ....................... ok
t/Variation/AAReverseMutate.t ................ ok
t/Variation/Allele.t ......................... ok
t/Variation/DNAMutation.t .................... ok
t/Variation/RNAChange.t ...................... ok
t/Variation/SNP.t ............................ ok
t/Variation/SeqDiff.t ........................ ok
t/Variation/Variation_IO.t ................... ok

Test Summary Report

                                    • -

t/RemoteDB/Query/GenBank.t (Wstat: 256 Tests: 18 Failed: 1)
Failed test: 9
Non-zero exit status: 1
Parse errors: Bad plan. You planned 21 tests but ran 18.
t/RemoteDB/Taxonomy.t (Wstat: 256 Tests: 103 Failed: 1)
Failed test: 15
Non-zero exit status: 1
t/Root/RootIO.t (Wstat: 2304 Tests: 30 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 31 tests but ran 30.
Files=331, Tests=20974, 667 wallclock secs ( 2.80 usr 0.69 sys + 101.70 cusr 7.26 csys = 112.45 CPU)
Result: FAIL
Failed 3/331 test programs. 2/20974 subtests failed.