-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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++.
- Although smithlab_cpp and adssrc are linked, these two folders are empty after git clone. I downloaded them separately.
- 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.
- error: ‘copy’ was not declared in this scope. # I change it to std::copy
- error: ‘SMITHLABException’ was not declared in this scope. # I added "struct SMITHLABException" belonging to repositories "rseg" to smithlab_utils.hpp.
- 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
Labels
No labels