biosimulators / Biosimulators

Registry of containerized biosimulation tools that support a standard command-line interface
https://biosimulators.org
MIT License
13 stars 0 forks source link

Submit CBMPy 0.7.25 #98

Closed biosimulators-daemon closed 3 years ago

biosimulators-daemon commented 3 years ago

id: cbmpy version: 0.7.25 specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_CBMPy/d745c949e17df9f62cd385543be9613de522d721/biosimulators.json specificationsPatch: version: 0.7.25 image: url: ghcr.io/biosimulators/biosimulators_cbmpy/cbmpy:0.7.25 validateImage: true commitSimulator: true


biosimulators-daemon commented 3 years ago

Thank you @biosimulators-daemon for your submission to the BioSimulators simulator validation/submission system!

The BioSimulators validator bot is validating the specifications of your simulator, validating your Docker image and committing your simulator to the BioSimulators registry.

We will discuss any concerns with your submission in this issue.

A complete log of your simulator submission job is available here.

biosimulators-daemon commented 3 years ago

The specifications of your simulator is valid!

biosimulators-daemon commented 3 years ago

Summary of tests

Warnings

cli.CliDescribesSupportedEnvironmentVariablesInline (10.4 s)

Test that the inline help for a command-line interface describes the environment variables that the simulator supports.

Warnings:

  The inline help for a command-line interface for a simulation tool should describe the environment variables that the simulation tool supports.

  The command-line interface does not describe the following standard environment variables recognized by BioSimulators:
    - 'ALGORITHM_SUBSTITUTION_POLICY'

  If the simulation tool implements these variables, they should be described in the inline help for its command-line interface.

  Note, support for these environment variables is optional. Simulation tools are not required to support these variables.

Log:

docker_image.DeclaresSupportedEnvironmentVariables (0.3 s)

Test if a Docker image declares the environment variables that is supports

Warnings:

  Docker images for simulation tools should declare the environment variables that they support.

  The Docker image does not declare the following standard environment variables recognized by BioSimulators:
    - 'ALGORITHM_SUBSTITUTION_POLICY'

  If the simulation tool implements these variables, they should be declared in the Dockerfile for the Docker image for the simulator.

  Note, support for these environment variables is optional. Simulation tools are not required to support these variables.

Log:

docker_image.HasBioContainersLabels (0.2 s)

Test that a Docker image has BioContainers labels with metadata about the image

Warnings:

  The Docker image should have the following BioContainers labels:
    extra.identifiers.biotools

Log:

sedml.SimulatorProducesLinear2DPlots (2.5 s)

Test that a simulator produces linear 2D plots

Warnings:

  Simulator did not produce plots

Log:

  SymPy not install (only required for optional, symbolic matrix support).

  ERROR: SymPy import error (required for symbolic matrix support only).

  INFO: No xlwt module available, Excel spreadsheet creation disabled

  No module named 'cplex'

  CPLEX not available

  *****
  Using GLPK
  *****

  Rational IO not available

  INFO: No xlrd module available, Excel spreadsheet reading disabled
  Matplotlib created a temporary config/cache directory at /tmp/matplotlib-mt0bs3ih because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

  CBMPy environment
  ******************
  Revision: r689

  ***********************************************************************
  * Welcome to CBMPy (0.7.25) - PySCeS Constraint Based Modelling       *
  *                http://cbmpy.sourceforge.net                         *
  * Copyright(C) Brett G. Olivier 2014 - 2019                           *
  * Dept. of Systems Bioinformatics                                     *
  * Vrije Universiteit Amsterdam, Amsterdam, The Netherlands            *
  * CBMPy is developed as part of the BeBasic MetaToolKit Project       *
  * Distributed under the GNU GPL v 3.0 licence, see                    *
  * LICENCE (supplied with this release) for details                    *
  ***********************************************************************

  Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 1 plots:
    simulation.sedml:
      Tasks (1):
        task
      Plots (1):
        plot_0: 1 curves

  Executing SED-ML file 0: simulation.sedml ...

  Bundling outputs ...
  Cleaning up ...

  ============= SUMMARY =============
  Executed 1 COMBINE/OMEX archives:
    Archives (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Tasks (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Outputs (1):
      Succeeded: 0
      Skipped: 1
      Failed: 0

sedml.SimulatorProducesLinear3DPlots (2.7 s)

Test that a simulator produces linear 3D plots

Warnings:

  Simulator did not produce plots

Log:

  SymPy not install (only required for optional, symbolic matrix support).

  ERROR: SymPy import error (required for symbolic matrix support only).

  INFO: No xlwt module available, Excel spreadsheet creation disabled

  No module named 'cplex'

  CPLEX not available

  *****
  Using GLPK
  *****

  Rational IO not available

  INFO: No xlrd module available, Excel spreadsheet reading disabled
  Matplotlib created a temporary config/cache directory at /tmp/matplotlib-rqs3dg_1 because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

  CBMPy environment
  ******************
  Revision: r689

  ***********************************************************************
  * Welcome to CBMPy (0.7.25) - PySCeS Constraint Based Modelling       *
  *                http://cbmpy.sourceforge.net                         *
  * Copyright(C) Brett G. Olivier 2014 - 2019                           *
  * Dept. of Systems Bioinformatics                                     *
  * Vrije Universiteit Amsterdam, Amsterdam, The Netherlands            *
  * CBMPy is developed as part of the BeBasic MetaToolKit Project       *
  * Distributed under the GNU GPL v 3.0 licence, see                    *
  * LICENCE (supplied with this release) for details                    *
  ***********************************************************************

  Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 1 plots:
    simulation.sedml:
      Tasks (1):
        task
      Plots (1):
        plot_0: 1 surfaces

  Executing SED-ML file 0: simulation.sedml ...

  Bundling outputs ...
  Cleaning up ...

  ============= SUMMARY =============
  Executed 1 COMBINE/OMEX archives:
    Archives (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Tasks (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Outputs (1):
      Succeeded: 0
      Skipped: 1
      Failed: 0

sedml.SimulatorProducesLogarithmic2DPlots (2.6 s)

Test that a simulator produces logarithmic 2D plots

Warnings:

  Simulator did not produce plots

Log:

  SymPy not install (only required for optional, symbolic matrix support).

  ERROR: SymPy import error (required for symbolic matrix support only).

  INFO: No xlwt module available, Excel spreadsheet creation disabled

  No module named 'cplex'

  CPLEX not available

  *****
  Using GLPK
  *****

  Rational IO not available

  INFO: No xlrd module available, Excel spreadsheet reading disabled
  Matplotlib created a temporary config/cache directory at /tmp/matplotlib-opl2kgpk because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

  CBMPy environment
  ******************
  Revision: r689

  ***********************************************************************
  * Welcome to CBMPy (0.7.25) - PySCeS Constraint Based Modelling       *
  *                http://cbmpy.sourceforge.net                         *
  * Copyright(C) Brett G. Olivier 2014 - 2019                           *
  * Dept. of Systems Bioinformatics                                     *
  * Vrije Universiteit Amsterdam, Amsterdam, The Netherlands            *
  * CBMPy is developed as part of the BeBasic MetaToolKit Project       *
  * Distributed under the GNU GPL v 3.0 licence, see                    *
  * LICENCE (supplied with this release) for details                    *
  ***********************************************************************

  Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 1 plots:
    simulation.sedml:
      Tasks (1):
        task
      Plots (1):
        plot_0: 1 curves

  Executing SED-ML file 0: simulation.sedml ...

  Bundling outputs ...
  Cleaning up ...

  ============= SUMMARY =============
  Executed 1 COMBINE/OMEX archives:
    Archives (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Tasks (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Outputs (1):
      Succeeded: 0
      Skipped: 1
      Failed: 0

sedml.SimulatorProducesLogarithmic3DPlots (2.6 s)

Test that a simulator produces logarithmic 3D plots

Warnings:

  Simulator did not produce plots

Log:

  SymPy not install (only required for optional, symbolic matrix support).

  ERROR: SymPy import error (required for symbolic matrix support only).

  INFO: No xlwt module available, Excel spreadsheet creation disabled

  No module named 'cplex'

  CPLEX not available

  *****
  Using GLPK
  *****

  Rational IO not available

  INFO: No xlrd module available, Excel spreadsheet reading disabled
  Matplotlib created a temporary config/cache directory at /tmp/matplotlib-xexzdm_z because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

  CBMPy environment
  ******************
  Revision: r689

  ***********************************************************************
  * Welcome to CBMPy (0.7.25) - PySCeS Constraint Based Modelling       *
  *                http://cbmpy.sourceforge.net                         *
  * Copyright(C) Brett G. Olivier 2014 - 2019                           *
  * Dept. of Systems Bioinformatics                                     *
  * Vrije Universiteit Amsterdam, Amsterdam, The Netherlands            *
  * CBMPy is developed as part of the BeBasic MetaToolKit Project       *
  * Distributed under the GNU GPL v 3.0 licence, see                    *
  * LICENCE (supplied with this release) for details                    *
  ***********************************************************************

  Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 1 plots:
    simulation.sedml:
      Tasks (1):
        task
      Plots (1):
        plot_0: 1 surfaces

  Executing SED-ML file 0: simulation.sedml ...

  Bundling outputs ...
  Cleaning up ...

  ============= SUMMARY =============
  Executed 1 COMBINE/OMEX archives:
    Archives (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Tasks (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Outputs (1):
      Succeeded: 0
      Skipped: 1
      Failed: 0

sedml.SimulatorProducesMultiplePlots (2.6 s)

Test that a simulator produces multiple plots

Warnings:

  Simulator did not produce plots

Log:

  SymPy not install (only required for optional, symbolic matrix support).

  ERROR: SymPy import error (required for symbolic matrix support only).

  INFO: No xlwt module available, Excel spreadsheet creation disabled

  No module named 'cplex'

  CPLEX not available

  *****
  Using GLPK
  *****

  Rational IO not available

  INFO: No xlrd module available, Excel spreadsheet reading disabled
  Matplotlib created a temporary config/cache directory at /tmp/matplotlib-p0x_uz6u because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

  CBMPy environment
  ******************
  Revision: r689

  ***********************************************************************
  * Welcome to CBMPy (0.7.25) - PySCeS Constraint Based Modelling       *
  *                http://cbmpy.sourceforge.net                         *
  * Copyright(C) Brett G. Olivier 2014 - 2019                           *
  * Dept. of Systems Bioinformatics                                     *
  * Vrije Universiteit Amsterdam, Amsterdam, The Netherlands            *
  * CBMPy is developed as part of the BeBasic MetaToolKit Project       *
  * Distributed under the GNU GPL v 3.0 licence, see                    *
  * LICENCE (supplied with this release) for details                    *
  ***********************************************************************

  Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 2 plots:
    simulation.sedml:
      Tasks (1):
        task
      Plots (2):
        plot_0: 1 curves
        plot_1: 0 curves

  Executing SED-ML file 0: simulation.sedml ...

  Bundling outputs ...
  Cleaning up ...

  ============= SUMMARY =============
  Executed 1 COMBINE/OMEX archives:
    Archives (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Tasks (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Outputs (2):
      Succeeded: 0
      Skipped: 2
      Failed: 0

sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions (2.7 s)

Test that that the curated number of output dimensions matches the actual number of output dimensions

Warnings:

  The specifications for the number of dimensions of each data set of algorithm `KISAO_0000437` differs from the actual number of dimensions, 1 != 0.

Log:

  SymPy not install (only required for optional, symbolic matrix support).

  ERROR: SymPy import error (required for symbolic matrix support only).

  INFO: No xlwt module available, Excel spreadsheet creation disabled

  No module named 'cplex'

  CPLEX not available

  *****
  Using GLPK
  *****

  Rational IO not available

  INFO: No xlrd module available, Excel spreadsheet reading disabled
  Matplotlib created a temporary config/cache directory at /tmp/matplotlib-67jpwq0z because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

  CBMPy environment
  ******************
  Revision: r689

  ***********************************************************************
  * Welcome to CBMPy (0.7.25) - PySCeS Constraint Based Modelling       *
  *                http://cbmpy.sourceforge.net                         *
  * Copyright(C) Brett G. Olivier 2014 - 2019                           *
  * Dept. of Systems Bioinformatics                                     *
  * Vrije Universiteit Amsterdam, Amsterdam, The Netherlands            *
  * CBMPy is developed as part of the BeBasic MetaToolKit Project       *
  * Distributed under the GNU GPL v 3.0 licence, see                    *
  * LICENCE (supplied with this release) for details                    *
  ***********************************************************************

  Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots:
    simulation.sedml:
      Tasks (1):
        task
      Reports (1):
        report: 1 data sets

  Executing SED-ML file 0: simulation.sedml ...

  Bundling outputs ...
  Cleaning up ...

  ============= SUMMARY =============
  Executed 1 COMBINE/OMEX archives:
    Archives (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Tasks (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0
    Outputs (1):
      Succeeded: 1
      Skipped: 0
      Failed: 0

sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes (0.0 s)

Test that a simulator supports multiple time courses with non-zero initial times

Warnings:

  No curated COMBINE/OMEX archives are available to generate archives for testing

Log:

sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes (0.0 s)

Test that a simulator supports time courses with non-zero output start times

Warnings:

  No curated COMBINE/OMEX archives are available to generate archives for testing

Log:

biosimulators-daemon commented 3 years ago

The image for your simulator is valid!

biosimulators-daemon commented 3 years ago

Your submission was committed to the BioSimulators registry. Thank you!

Future submissions of subsequent versions of cbmpy to the BioSimulators registry will be automatically validated. These submissions will not require manual review by the BioSimulators Team.