projects
/
ncbi-blast+.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0f894
)
rename binary as blast+ for package coherency.
author
Olivier Sallou
<olivier.sallou@irisa.fr>
Tue, 5 Sep 2023 02:40:42 +0000
(22:40 -0400)
committer
Aaron M. Ucko
<ucko@debian.org>
Tue, 5 Sep 2023 02:40:42 +0000
(22:40 -0400)
Last-Updated: 2011-10-03
Gbp-Pq: Name legacy_rename_rpsblast
c++/src/app/blast/legacy_blast.pl
patch
|
blob
|
history
diff --git
a/c++/src/app/blast/legacy_blast.pl
b/c++/src/app/blast/legacy_blast.pl
index 13ebb63f767293c632cb3eabbc7e68a850963416..3eda118ed79565dfe806a7de6df896a47a46f68b 100755
(executable)
--- a/
c++/src/app/blast/legacy_blast.pl
+++ b/
c++/src/app/blast/legacy_blast.pl
@@
-1064,7
+1064,7
@@
sub handle_rpsblast
if (defined $opt_p and $opt_p =~ /f/i) {
$retval .= "/rpstblastn";
} else {
- $retval .= "/rpsblast";
+ $retval .= "/rpsblast
+
";
}
$retval .= &add_exe_extension();