Skip to content

Questions about installation #3

@liu-wq

Description

@liu-wq

Hi Jenny,
I am very interested in this software.I want to reconstruct the ancestral methylation status of the single CpG point.
Unfortunately, I first got stuck during the installation process. Maybe need to adjust the compiled code to match the newer version of c++library. I have made some changes. I don't know if they are correct. I may need you to check if my changes are correct because I am really not good at C++.

  1. Although smithlab_cpp and adssrc are linked, these two folders are empty after git clone. I downloaded them separately.
  2. error: ‘cbegin’ was not declared in this scope. # I change it to begin. What is the difference between this cbegin? cend also has this issue, I changed it to end.
  3. error: ‘copy’ was not declared in this scope. # I change it to std::copy
  4. error: ‘SMITHLABException’ was not declared in this scope. # I added "struct SMITHLABException" belonging to repositories "rseg" to smithlab_utils.hpp.
  5. error: ‘std::filesystem’ has not been declared # I changed the c++11 in / media/rocket/program/Epiphyte/src/prog/Makefile to c++17. (This is what I am most uncertain about, although it was successfully installed.)

There is also a detail to ask, what is the lowest CpG coverage used in the estimated state? single CpG coverage >= 5?

Best
Weiqiang

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions