Skip to content

Commit

Permalink
Removes first/last in SNP
Browse files Browse the repository at this point in the history
  • Loading branch information
cslarsen committed Mar 26, 2017
1 parent 0348aa3 commit d79b437
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cython/_arv.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ cdef extern from "arv.hpp" namespace "arv":
CGenome(const CGenome&) except +
CGenome& operator=(const CGenome&)

bool y_chromosome

double load_factor() const
size_t size() const

Expand All @@ -93,10 +95,6 @@ cdef extern from "arv.hpp" namespace "arv":
CGenomeIterator begin() const
CGenomeIterator end() const

bool y_chromosome
RSID first
RSID last

cdef void parse_file(const string&, CGenome&) except +
cdef CGenotype complement(const CGenotype&)

Expand Down

0 comments on commit d79b437

Please sign in to comment.