App-Egaz

 view release on metacpan or  search on metacpan

lib/App/Egaz/Command/formats.pm  view on Meta::CPAN

35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
    }
    else {
        open $out_fh, ">", $opt->{outfile};
    }
 
    my $desc .= <<MARKDOWN;
 
 
    Here <start> and <stop> are origin 1 (i.e. the first base in the original
    given sequence is called '1') and inclusive (both endpoints are included
    in the interval).
 
 
    Be aware that the coordinates for a negative strand in a PSL line are
    handled in a special way. In the qStart and qEnd fields, the coordinates
    indicate the position where the query matches from the point of view of
    the forward strand, even when the match is on the reverse strand.
    However, in the qStarts list, the coordinates are reversed.



( run in 0.230 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )