ablab / VerityMap

GNU General Public License v3.0
30 stars 5 forks source link

Compiling issue on VerityMap #26

Open cappadoc opened 1 year ago

cappadoc commented 1 year ago

I had a problem when varitymap alignment run was executed. Immediately after run, the following error message was output and the run stopped.

Read mapping started... Compiling mapper... Failed to compile VerityMap! Please try to compile it manually: run "make" in /home/.local/lib/python3.9/site-packages/VerityMap-2.0.0-py3.9.egg/veritymap

I have installed VerityMap locally using the source files including the libraries indicated in the requirements file because my linux environment cannot use the internet. After install, veritymap --help command displayed the available options without errors.

How can I resolve this problem?

yeeus commented 9 months ago

Had you solved this problem?