akdess / BAFExtract

5 stars 5 forks source link

Could not install BAFextract #17

Open nerea-bilbao opened 1 year ago

nerea-bilbao commented 1 year ago

Good morning,

I wanted to download the BAFextract code from bin directory from Github. However, I do not know how to run the file called "exe-is-built-here" on my cluster.

Thank you for your time,

Nere,

lauratwomey commented 10 months ago

This worked for me:

# Clone git repo
git clone https://github.com/akdess/BAFExtract.git
# cd to folder with Makefile
cd BAFExtract/
# run make
make

Cheers,

Laura