Skip to content

Commit

Permalink
Merge pull request #37 from athbaltzis/new_branch
Browse files Browse the repository at this point in the history
Update ebi blast perl rest api
  • Loading branch information
cnotred committed Oct 15, 2020
2 parents 0818d8a + e03a1c7 commit 5becd5d
Show file tree
Hide file tree
Showing 2 changed files with 1,032 additions and 743 deletions.
2 changes: 1 addition & 1 deletion lib/perl/lib/scripts/tc_generic_method.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ sub run_blast
else
{
if ( $cl_method =~/psiblast/){$cl_method ="blastp $psiJFlag";}
$command="t_coffee -other_pg ncbiblast_lwp.pl --email $EMAIL -D $db1 -p $cl_method --outfile $outfile --align 5 --stype protein $infile>/dev/null 2>$error_log";
$command="t_coffee -other_pg ncbiblast_lwp.pl --email $EMAIL --database $db1 --program $cl_method --outfile $outfile --alignments 5 --stype protein $infile>/dev/null 2>$error_log";
#DEBUG
#$command="t_coffee -other_pg ncbiblast_lwp.pl --email $EMAIL -D $db1 -p $cl_method --outfile $outfile --align 5 --stype protein $infile";

Expand Down

0 comments on commit 5becd5d

Please sign in to comment.