Closed biosimulators-daemon closed 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.
The specifications of your simulator is valid!
Executed 35 test cases
Passed 25 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
exec_status_report.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism
results_report.SimulatorGeneratesReportsOfSimultionResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 0 test cases
Skipped 10 test cases:
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
published_project.SimulatorCanExecutePublishedProject:sbml-core/Ciliberto-J-Cell-Biol-2003-morphogenesis-checkpoint
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
published_project.SimulatorCanExecutePublishedProject:sbml-core/Parmar-BMC-Syst-Biol-2017-iron-distribution
published_project.SimulatorCanExecutePublishedProject:sbml-core/Szymanska-J-Theor-Biol-2009-HSP-synthesis
published_project.SimulatorCanExecutePublishedProject:sbml-core/Tomida-EMBO-J-2003-NFAT-translocation
published_project.SimulatorCanExecutePublishedProject:sbml-core/Varusai-Sci-Rep-2018-mTOR-signaling-LSODA-LSODAR-SBML
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock
cli.CliDescribesSupportedEnvironmentVariablesInline
(10.7 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:
cli.CliDisplaysVersionInformationInline
(4.7 s)Test that a command-line interface provides version information inline.
Warnings:
Command-line interface should support the `-v` option for displaying version information inline.
The command-line interface displayed the following when executed with `-v`:
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
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 *
***********************************************************************
CBMPy: 0.7.25.689, CLI: 0.1.0, Python: 3.7.9, OS: Linux debian 10.7 5.4.0-1032-azure, Machine: x86_64
Command-line interface should support the `--version` option for displaying version information inline.
The command-line interface displayed the following when executed with `--version`:
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
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 *
***********************************************************************
CBMPy: 0.7.25.689, CLI: 0.1.0, Python: 3.7.9, OS: Linux debian 10.7 5.4.0-1032-azure, Machine: x86_64
Log:
docker_image.DeclaresSupportedEnvironmentVariables
(0.4 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.3 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.6 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-catbqkw5 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.001
SBML3 load time: 0.112
gplk_constructLPfromFBA time: 0.005120038986206055
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
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-4f1ms4dc 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.001
SBML3 load time: 0.106
gplk_constructLPfromFBA time: 0.005165815353393555
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:226: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot3D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesLogarithmic2DPlots
(2.7 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-ocn21inq 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.001
SBML3 load time: 0.108
gplk_constructLPfromFBA time: 0.0051479339599609375
glpk_analyzeModel FBA --> LP time: 4.76837158203125e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
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-rxiq5bfr 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.001
SBML3 load time: 0.105
gplk_constructLPfromFBA time: 0.0051076412200927734
glpk_analyzeModel FBA --> LP time: 4.76837158203125e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:226: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot3D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesMultiplePlots
(2.7 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-x1a57uj6 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 *
***********************************************************************
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/io.py:905: NoCurvesWarning: Plot None does not contain any curves
NoCurvesWarning)
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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.002
SBML3 load time: 0.118
gplk_constructLPfromFBA time: 0.00517582893371582
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_1 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
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-2_ox_bbs 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.001
SBML3 load time: 0.124
gplk_constructLPfromFBA time: 0.005070209503173828
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/tables/path.py:155: NaturalNameWarning: object name is not a valid Python identifier: 'simulation.sedml'; it does not match the pattern ``^[a-zA-Z_][a-zA-Z0-9_]*$``; you will not be able to use natural naming to access this object; using ``getattr()`` will still work, though
check_attribute_name(name)
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:
The image for your simulator is valid!
A member of the BioSimulators team will review your submission and publish your image before final committment to the registry.
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.
The specifications of your simulator is valid!
Executed 35 test cases
Passed 25 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
exec_status_report.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism
results_report.SimulatorGeneratesReportsOfSimultionResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 0 test cases
Skipped 10 test cases:
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
published_project.SimulatorCanExecutePublishedProject:sbml-core/Ciliberto-J-Cell-Biol-2003-morphogenesis-checkpoint
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
published_project.SimulatorCanExecutePublishedProject:sbml-core/Parmar-BMC-Syst-Biol-2017-iron-distribution
published_project.SimulatorCanExecutePublishedProject:sbml-core/Szymanska-J-Theor-Biol-2009-HSP-synthesis
published_project.SimulatorCanExecutePublishedProject:sbml-core/Tomida-EMBO-J-2003-NFAT-translocation
published_project.SimulatorCanExecutePublishedProject:sbml-core/Varusai-Sci-Rep-2018-mTOR-signaling-LSODA-LSODAR-SBML
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock
cli.CliDescribesSupportedEnvironmentVariablesInline
(11.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:
cli.CliDisplaysVersionInformationInline
(5.4 s)Test that a command-line interface provides version information inline.
Warnings:
Command-line interface should support the `-v` option for displaying version information inline.
The command-line interface displayed the following when executed with `-v`:
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
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 *
***********************************************************************
CBMPy: 0.7.25.689, CLI: 0.1.0, Python: 3.7.9, OS: Linux debian 10.7 5.4.0-1032-azure, Machine: x86_64
Command-line interface should support the `--version` option for displaying version information inline.
The command-line interface displayed the following when executed with `--version`:
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
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 *
***********************************************************************
CBMPy: 0.7.25.689, CLI: 0.1.0, Python: 3.7.9, OS: Linux debian 10.7 5.4.0-1032-azure, Machine: x86_64
Log:
docker_image.DeclaresSupportedEnvironmentVariables
(0.5 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.5 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
(3.2 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-g7attnyb 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.002
SBML3 load time: 0.117
gplk_constructLPfromFBA time: 0.005314826965332031
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesLinear3DPlots
(3.3 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-d4rbtfnw 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.002
SBML3 load time: 0.149
gplk_constructLPfromFBA time: 0.005272865295410156
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:226: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot3D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesLogarithmic2DPlots
(3.1 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-9xq3gwov 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.001
SBML3 load time: 0.111
gplk_constructLPfromFBA time: 0.005250215530395508
glpk_analyzeModel FBA --> LP time: 4.76837158203125e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesLogarithmic3DPlots
(3.1 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-1rxa90_7 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.002
SBML3 load time: 0.111
gplk_constructLPfromFBA time: 0.005145072937011719
glpk_analyzeModel FBA --> LP time: 4.76837158203125e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:226: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot3D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesMultiplePlots
(3.1 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-wdytt6d5 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 *
***********************************************************************
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/io.py:905: NoCurvesWarning: Plot None does not contain any curves
NoCurvesWarning)
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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.002
SBML3 load time: 0.111
gplk_constructLPfromFBA time: 0.005095958709716797
glpk_analyzeModel FBA --> LP time: 2.384185791015625e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_0 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
/usr/local/lib/python3.7/site-packages/biosimulators_utils/sedml/exec.py:213: SedmlFeatureNotSupportedWarning: Output plot_1 skipped because outputs of type Plot2D are not yet supported
output.id, output.__class__.__name__), SedmlFeatureNotSupportedWarning)
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
(3.2 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-q41mofo4 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
Found 1 tasks
task
Executing task 1: task
FBC version: 2
M.getNumReactions: 95
M.getNumSpecies: 72
FBC.getNumObjectives: 1
FBC.getNumParameters: 5
FBC.getNumGeneProducts: 137
Zero dimension compartment detected: c
Zero dimension compartment detected: e
FluxBounds process1: 0.003
INFO: Active objective: obj
Adding objective: obj
FluxBounds process2: 0.002
SBML3 load time: 0.111
gplk_constructLPfromFBA time: 0.005217790603637695
glpk_analyzeModel FBA --> LP time: 4.76837158203125e-07
analyzeModel objective value: 0.8739215069684909
Objective obj: "maximize"
/usr/local/lib/python3.7/site-packages/tables/path.py:155: NaturalNameWarning: object name is not a valid Python identifier: 'simulation.sedml'; it does not match the pattern ``^[a-zA-Z_][a-zA-Z0-9_]*$``; you will not be able to use natural naming to access this object; using ``getattr()`` will still work, though
check_attribute_name(name)
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:
The image for your simulator is valid!
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.
id: cbmpy version: 0.7.25 specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_CBMPy/d3509b46655beff5593497b5125c491a307df954/biosimulators.json specificationsPatch: version: 0.7.25 validateImage: true commitSimulator: true