Code Monkey home page Code Monkey logo

Comments (1)

AlexPatrie avatar AlexPatrie commented on June 23, 2024 1

After doing some deep diving, I have mapped out the general schema for the container which is created by the Dockerfile within this repo using a JSON-like object. The schema is:

{
"base_image": "python:3.9-slim-buster",
"version": "0.1.35",
"software": "COPASI",
"software.version": "4.36.260",
"about": {
"summary": "Open-source software package for the simulation and analysis of biochemical networks and their dynamics.",
"home": "http://copasi.org/",
"documentation": "http://copasi.org/Support/User_Manual/",
"license_file": "https://github.com/copasi/COPASI/blob/develop/license.txt",
"license": "SPDX:Artistic-2.0",
"tags": "kinetic modeling,dynamical simulation,systems biology,biochemical networks,SBML,SED-ML,COMBINE,OMEX,BioSimulators"
},
"org.opencontainers.image.title": "COPASI",
"org.opencontainers.image.version": "4.36.260",
"org.opencontainers.image.description": "Open-source software package for the simulation and analysis of biochemical networks and their dynamics.",
"org.opencontainers.image.url": "http://copasi.org/",
"org.opencontainers.image.documentation": "http://copasi.org/Support/User_Manual/",
"org.opencontainers.image.source": "https://github.com/biosimulators/Biosimulators_COPASI",
"org.opencontainers.image.authors": "BioSimulators Team [email protected]",
"org.opencontainers.image.vendor": "BioSimulators Team",
"org.opencontainers.image.licenses": "Artistic-2.0",
"maintainer": "BioSimulators Team [email protected]",
"dependencies": [
"libfreetype6"
],
"entrypoint": [
"biosimulators-copasi"
],
"cmd": [],
"environment": {
"ALGORITHM_SUBSTITUTION_POLICY": "SIMILAR_VARIABLES",
"VERBOSE": "0",
"MPLBACKEND": "PDF"
}
}

May this serve as a mapping for Dockerfile traversal.

from biosimulators_copasi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.