Bugfix: q -> Q

This commit is contained in:
hyginn 2020-09-25 21:51:04 +10:00
parent 091880d205
commit 169ca58b92

View File

@ -82,7 +82,7 @@ BLAST <- function(Q,
"?", "?",
"CMD=Put", "CMD=Put",
"&PROGRAM=", "blastp", "&PROGRAM=", "blastp",
"&QUERY=", URLencode(q), "&QUERY=", URLencode(Q),
"&DATABASE=", db, "&DATABASE=", db,
"&MATRIX=", "BLOSUM62", "&MATRIX=", "BLOSUM62",
"&EXPECT=", as.character(E), "&EXPECT=", as.character(E),