Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastien Moretti
ProtoGene
Commits
03afdfc8
Commit
03afdfc8
authored
Jul 31, 2013
by
Sebastien Moretti
Browse files
No commit message
No commit message
parent
f9ef540d
Changes
1
Hide whitespace changes
Inline
Side-by-side
webblast.pl
View file @
03afdfc8
...
...
@@ -568,7 +568,7 @@ sub LOCAL_BLAST
}
elsif
(
$method
=~
/^pdbid$/i
&&
$database
=~
/expressopdb/
){
#BLAST pour Expresso
open
(
COM
,"
$BLASTMAT
;
$BLASTDB
;
$blast_dir_expresso
-p blastp -d
$database_expresso
-i
$query_file
-F
$filter
-e
$Eval
-M
$matrix
-v
$align
-b
$align
|
")
or
die
;
open
(
COM
,"
$blast_dir_expresso
-p blastp -d
$database_expresso
-i
$query_file
-F
$filter
-e
$Eval
-M
$matrix
-v
$align
-b
$align
|
")
or
die
;
}
else
{
open
(
COM
,"
$blast_dir
-p blastp -d
$database
-i
$query_file
-v 1 -b 1 -F
$filter
-e
$Eval
-M
$matrix
-v
$align
-b
$align
-a
$process
|
")
or
die
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment