meshmonk 설정방법 - Genome-wide mapping of global-to-local genetic effects on human facial shape논문의 라이브러리 설정방법
Bioinformatics 2019. 3. 12. 17:011. https://github.com/TheWebMonks/meshmonk
여기서 다운 받는다.
https://github.com/TheWebMonks/meshmonk/blob/master/docs/windows.md
위 주소에 윈도우 버전 설치방법이 나와있고, https://theonly1.tistory.com/1580에 복사해 뒀다.
https://youtu.be/L9Us4YlcLxw 여기에 동영상으로 윈도우에 설정하는 방법 나와 있다.
2. matlab에서 mex파일 만들 때는, compliler를 무료가 아닌 VS 2015로 설정하고, mex_windows_all.m파일의 path를 다음과 같이 해야된다.
c_om = ['-I', 'C:\Program Files\OpenMesh 6.3\include'];
c_mesh = ['-I', 'D:\Project\Mibyeong\genome\ref_papers\Genome-wide_mapping\code\meshmonk'];
c_nano = ['-I', 'D:\Project\Mibyeong\genome\ref_papers\Genome-wide_mapping\code\meshmonk\vendor'];
c_eigen = ['-I', 'D:\Project\Mibyeong\genome\ref_papers\Genome-wide_mapping\code\eigen-eigen'];
3. matlab을 실행하고 현재 폴더를 'D:\Project\Mibyeong\genome\ref_papers\Genome-wide_mapping\code\meshmonk\demo'에 놓고 meshmonk\demo\DemoFaceMapping.m파일을 실행시키면, 11번 행 'demoFace = shape3D;' 에서 에러가 날텐데, 이는 meshomonk폴더와 그 밑 모들 폴더의 path를 matlab의 path에 등록하면 에러 안난다.
'Bioinformatics' 카테고리의 다른 글
생명정보학(bioinformatics) 공부할 때 볼만한 한글책 (0) | 2018.07.10 |
---|