Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brsaran committed Jun 24, 2015
1 parent feed3d9 commit 02a4b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LBEEP
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ if($mode eq "pro"){# If protein mode is opted
chop($Ht);
while (uc $Ht eq 'Y'){
print "Generating HTML Output......................";
my $HTML_head = '<!DOCTYPE html><html><body><body bgcolor="#E6E6FA"><H1><center>L-BEEP V1.0</H1><br><H2> <center>Results for the Input Protein: <font color = "blue">'. substr($PFhead,1,10).'</font></H2><br><br>'."<H4><font color = 'red'>Parameters: -i: $inFile\; -m: $mode\; -M: $MODEL\; -t: $Thresh\; Window_size: $Window</font></h4>".'<hr><br><pre>';
my $HTML_head = '<!DOCTYPE html><html><body><body bgcolor="#E6E6FA"><H1><center>LBEEP V1.0</H1><p><H4><center><font color = "green">CAS in Crystallography and Biophysics,<br>University of Madras, Chennai - 600025. Tamilnadu, India.</center></font><br><H2> <center>Results for the Input Protein: <font color = "blue">'. substr($PFhead,1,10).'</font></H2><br><br>'."<H4><font color = 'red'>Parameters: -i: $inFile\; -m: $mode\; -M: $MODEL\; -t: $Thresh\; Window_size: $Window</font></h4>".'<hr><br><pre>';
for($j=0;$j<@Result;$j++){
if($Result[$j]>= $Thresh){
$EE[$j] = '<a href=" " title="'. $Position[$j].'|'.$PRO[$j].'|'. $Result[$j].'" style="background-color:#FFFFFF;color:#000000;text-decoration:none"><font color="green">E</font></a>';
Expand Down

0 comments on commit 02a4b91

Please sign in to comment.