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
681183a1
Commit
681183a1
authored
Aug 08, 2013
by
Sebastien Moretti
Browse files
No commit message
No commit message
parent
3de29348
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProtoGene.pl
View file @
681183a1
...
...
@@ -1470,7 +1470,7 @@ sub checkAndCleanStderrFiles{
while(<
$ERRSTD
>){
%uniq = (%uniq,
"
$_
"
=> '')
if (
$_
!~ /^$/ &&
$_
!~ /Exhaustively generating suboptimal alignments will be (VERY SLOW|very slow)/
&&
$_
!~ /Message: Exhaustive alignment of/ &&
$_
!~ /Missing calc_macro for Calc/ &&
$_
!~ /Warning zero length sequence/ );
&&
$_
!~ /Message: Exhaustive alignment of/ &&
$_
!~ /Missing calc_macro for Calc/ &&
$_
!~ /Warning zero length sequence/
&&
$_
!~ /lookup up hostname:/
);
}
close
$ERRSTD
;
while( my (
$a
,
$b
) = each(%uniq) ){
...
...
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