in reply to Re: Trouble skipping lines using Perl
in thread Trouble skipping lines using Perl
Hi haukex, Thanks very much, works perfectly now. I went with
next if ($chromosome =~ "chrM");I was using both Strict and Warnings and using the quotes instead of the regex doesn't produce any warnings :D
My apologies about the input data format
Cheers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Trouble skipping lines using Perl
by haukex (Archbishop) on Nov 21, 2017 at 16:19 UTC | |
by LeBran (Initiate) on Nov 21, 2017 at 16:55 UTC | |
|
Re^3: Trouble skipping lines using Perl
by roboticus (Chancellor) on Nov 21, 2017 at 16:30 UTC | |
by LeBran (Initiate) on Nov 21, 2017 at 17:03 UTC | |
by AnomalousMonk (Archbishop) on Nov 21, 2017 at 17:23 UTC | |
|
Re^3: Trouble skipping lines using Perl
by AnomalousMonk (Archbishop) on Nov 21, 2017 at 17:49 UTC | |
by LeBran (Initiate) on Nov 22, 2017 at 11:03 UTC |