Skip to content
Snippets Groups Projects
Commit 63bbcd60 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Modify comment that wasn't right anymore.

parent eacfb265
No related branches found
No related tags found
No related merge requests found
......@@ -631,8 +631,7 @@ FEATURE: while ( $sth->fetch() ) {
}
#
# If a destination slice was provided convert the coords. If the
# dest_slice starts at 1 and is foward strand, nothing needs doing.
# If a destination slice was provided convert the coords.
#
if ( defined($dest_slice) ) {
if ( $dest_slice_strand == 1 ) {
......@@ -707,6 +706,7 @@ FEATURE: while ( $sth->fetch() ) {
} ## end if ( $seq_region_start...)
} else {
# Non-circular chromosome.
my $tmp_seq_region_start = $seq_region_start;
$seq_region_start = $dest_slice_end - $seq_region_end + 1;
$seq_region_end = $dest_slice_end - $tmp_seq_region_start + 1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment