Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ReubenJ/BMAImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bio Model Analyzer Image

This repo contains a Dockerfile for running the BioModelAnalyzer tool. It is published to the Github registry for easy use.

To use the published image, run

docker run -it --platform linux/amd64 ghcr.io/reubenj/bmaimage:release

You should see the help menu of the tool, as below.

Usage: BioCheckConsole.exe -model input_analysis_file.json
                           -modelsdir model_directory
                           -log 
                           -loglevel n
...

Build Locally

If you would like to try changes locally, you can build the image with the following command

docker build --platform linux/amd64 . -t bma:1.14

Note that as of 10/10/2025, linux/arm64 is not supported, so stick with amd for now.

To run, use

docker run -it --platform linux/amd64 bma:1.14

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages