Page 1 of 1

Windows executable for USalign or MMalign

Posted: Mon Dec 11, 2023 1:00 am
by cpfxyz
Is there any way to compile MMalign or USalign source code into a windows executable? This is possible for TMalign, but in USalign and MMalign there are headers that do not exist in Windows and thus the compiling fails.

Example:
#include <sys/wait.h> // for waitpid()
#include <sys/ioctl.h> // for ioctl() and FIONREAD

Re: Windows executable for USalign or MMalign

Posted: Mon Dec 11, 2023 1:15 pm
by cpfxyz
It seems to be solved. For reference, I used the source code from (https://github.com/pylelab/USalign/) with a different version and setup of MinGW (gcc version 9.2.0) and they both compiled successfully.

Re: Windows executable for USalign or MMalign

Posted: Wed Dec 13, 2023 8:36 pm
by zcx@umich.edu
There is actually precompiled binary at the bottom of https://zhanggroup.org/US-align/