-
Notifications
You must be signed in to change notification settings - Fork 0
Installing packages for MacOS
danejo3 edited this page Dec 2, 2024
·
3 revisions
In order to run Bandage
in YEAT's workflow, users will need to manually download the pre-built binaries files here or build it from the source code here. Instructions for building Bandage from the source code can be found here.
Once the binary file has been obtained, users will need to update their environment's $PATH
to include the path to the directory containing the binary file.
Example for MacOS:
export PATH=~/projects/Bandage/Bandage.app/Contents/MacOS:$PATH
In order to run the pre-built binary files successfully, ensure that the binary file is kept in the same directory with all of the other files that came with it.