From: Aaron M. Ucko Date: Sun, 20 Sep 2020 00:50:10 +0000 (-0400) Subject: Revert "Merge branch 'blastdbv4' into 'master'" X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~99 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=69a135e401e5693c53a47545c943518fa22b2e27;p=ncbi-blast%2B.git Revert "Merge branch 'blastdbv4' into 'master'" Fixed on the C++ side in #969608. This reverts commit 762364cedeed8cbf9ed6acc5d42e479ddcf72b48, reversing changes made to e46881b79153db2f10891dbb81fef89844ba1ab8. --- diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 4347372e..7e48969b 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -14,7 +14,7 @@ cd $AUTOPKGTEST_TMP find . -name "*.gz" -exec gunzip \{\} \; echo '---Creating Database--' -/usr/bin/makeblastdb -blastdb_version 4 -in testdatabase.fa -parse_seqids -dbtype nucl -out testdb +/usr/bin/makeblastdb -in testdatabase.fa -parse_seqids -dbtype nucl -out testdb echo '---Searching Database for Hits---' /usr/bin/blastn -query test.fa -db testdb -task blastn -dust no -outfmt "7 qseqid sseqid evalue bitscore" -max_target_seqs 2 echo '---Search and Fetch An Entry From Database---'