Windows executable for USalign or MMalign

This forum is shown on the index page along with all topics.

Moderator: robpearc

cpfxyz
Posts: 10
Joined: Sat Feb 11, 2023 12:55 pm

Windows executable for USalign or MMalign

Post 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
cpfxyz
Posts: 10
Joined: Sat Feb 11, 2023 12:55 pm

Re: Windows executable for USalign or MMalign

Post 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.
zcx@umich.edu
Posts: 71
Joined: Wed Nov 03, 2021 5:59 pm

Re: Windows executable for USalign or MMalign

Post by zcx@umich.edu »

There is actually precompiled binary at the bottom of https://zhanggroup.org/US-align/
Post Reply