What steps will reproduce the problem?
1. run the test suite
What is the expected output? What do you see instead?
tests/data contains a number of sequence files (either .fa or .fasta). Running
the tests builds index files (e.g. .pureseq) or blast index files (e.g. .phr).
These files are left in place after the test is run.
This is problematic in two ways:
- it could cause tests to fail due to the presence of corrupt / incomplete
index files (false positives)
- it could cause tests to fail to report a real problem (false negatives)
because index files are already present before the test is run.
Original issue reported on code.google.com by cjlee...@gmail.com on 17 Dec 2010 at 11:34
Original issue reported on code.google.com by
cjlee...@gmail.com
on 17 Dec 2010 at 11:34