JY-Zhou / FreePSI

An alignment-free approach to estimating exon-inclusion ratios without a reference transcriptome
GNU General Public License v3.0
10 stars 2 forks source link

Add Docker build for statically linked binary #3

Open mdshw5 opened 6 years ago

mdshw5 commented 6 years ago

I've reworked the makefile to remove the Intel MKL dependency (I think you should benchmark with/without to determine if the extra complexity is needed) and added a make install command. The binary produced runs correctly on my centOS5, centOS6, and centOS7 machines, so it likely has broad compatibility with glibc based systems.

mdshw5 commented 6 years ago

You can build from the Dockerfile by running docker build -t freepsi . in the "build" directory. I've attached the resulting binary. freePSI.zip