~ubuntu-branches/ubuntu/wily/r-bioc-genomicranges/wily-proposed

« back to all changes in this revision

Viewing changes to src/R_init_GenomicRanges.c

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-11-26 19:52:13 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131126195213-1zwbthnie0a7fdns
Tags: 1.14.3-1
* New upstream version
  Closes: #730574
* Build-Depends: r-bioc-xvector

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
/* cigar_utils.c */
9
9
        CALLMETHOD_DEF(valid_cigar, 2),
 
10
        CALLMETHOD_DEF(explode_cigar_ops, 2),
 
11
        CALLMETHOD_DEF(explode_cigar_op_lengths, 2),
10
12
        CALLMETHOD_DEF(split_cigar, 1),
11
13
        CALLMETHOD_DEF(cigar_op_table, 1),
12
 
        CALLMETHOD_DEF(cigar_to_qwidth, 2),
13
 
        CALLMETHOD_DEF(cigar_to_width, 1),
 
14
        CALLMETHOD_DEF(cigar_ranges, 9),
 
15
        CALLMETHOD_DEF(cigar_width, 3),
 
16
        CALLMETHOD_DEF(cigar_narrow, 3),
14
17
        CALLMETHOD_DEF(cigar_qnarrow, 3),
15
 
        CALLMETHOD_DEF(cigar_narrow, 3),
16
 
        CALLMETHOD_DEF(cigar_to_IRanges, 4),
17
 
        CALLMETHOD_DEF(cigar_to_list_of_IRanges_by_alignment, 6),
18
 
        CALLMETHOD_DEF(cigar_to_list_of_IRanges_by_rname, 7),
19
 
        CALLMETHOD_DEF(ref_locs_to_query_locs, 4),
20
 
        CALLMETHOD_DEF(query_locs_to_ref_locs, 4),
 
18
        CALLMETHOD_DEF(ref_locs_to_query_locs, 4),
 
19
        CALLMETHOD_DEF(query_locs_to_ref_locs, 4),
21
20
 
22
21
/* transcript_utils.c */
23
22
        CALLMETHOD_DEF(transcript_widths, 2),