in reply to Re^7: Filter and writing error log file
in thread Filter and writing error log file
Thanks Choroba for your reply.
So if I understood correctly, I should modify something like this:
if( ($seq =~/^\w{2}A\w{6}T\w{2}[ACT]\w[^A{4}|^T{4}][GC]{4}[AT]/) && ( $seq !~ /[GC]{9}/) && ( $gcper >= 30 && $gcper <= 52) ) { Do something....;}
Thanks again
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Filter and writing error log file
by choroba (Cardinal) on Jul 24, 2014 at 14:26 UTC | |
by newtoperlprog (Sexton) on Jul 24, 2014 at 19:00 UTC |