Skip to content

Commit

Permalink
indentation for perl files
Browse files Browse the repository at this point in the history
  • Loading branch information
lee212 committed Feb 8, 2016
1 parent 73929f6 commit 744de82
Show file tree
Hide file tree
Showing 8 changed files with 650 additions and 644 deletions.
2 changes: 1 addition & 1 deletion mgescan/ltr/find_ltr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ sub find_domain{ #$file3, $file4
my $str = <$fh>;
close $fh;
unlink0($fh, $tmpfile);

if ($str =~ /\n(\d+.*)\n/){
my @temp_plus = split(/\s+/, $1);
if ($temp_plus[4]<$evalue){
Expand Down

0 comments on commit 744de82

Please sign in to comment.