Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Latest commit

 

History

History

patches

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Patches

msgsteiner does not compile on many systems with the default Makefile provided in its source distribution.

In this directory we have prepared patches for various systems to resolve common compilation issues.

If compilation of msgsteiner fails on your system, download the patch file associated with your operating system, place it in the directory with the msgsteiner source code, run the patch command, and try the build again with make:

cd msgsteiner-1.3
wget "https://raw.githubusercontent.com/fraenkel-lab/OmicsIntegrator/master/patches/Makefile.linux.patch"
patch Makefile Makefile.linux.patch
make