[14:56] <@Orion|Work> how does she compare too
[14:56] <@Orion|Work> lets say
[14:56] <@Orion|Work> if ($ecut + $start < $size) {
[14:56] <@Orion|Work> if ($end > 0) {
[14:56] <@Orion|Work> $genome = reverse;
[14:56] <@Orion|Work> $genome =~ s/\w{$ecut}//;
[14:56] <@Orion|Work> $genome = reverse;}
[14:56] <@Orion|Work> if ($start > 0) {
[14:56] <@Orion|Work> $genome =~ s/\w{$start}//;
[14:56] <@Orion|Work> } else { $start = 0 ;} }
[14:56] <@Orion|Work> that beautiful method for cutting the end and beginning of a genome
[14:57] <@Fear091> er
[14:57] <@Fear091> o__O