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 will be available here. The results of the validation of your tool will also be saved as a JSON file.A link to this file will be available from the "Artifacts" section at the bottom of this page.
The specifications of your simulator is valid!
Executed 58 test cases
Passed 25 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.CombineArchiveHasSedDocumentsInNestedDirectories
combine_archive.CombineArchiveHasSedDocumentsWithSameNamesInDifferentInNestedDirectories
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
log.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
log.SimulatorReportsTheStatusOfTheExecutionOfSedDocuments
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
Failed 0 test cases
Skipped 33 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-continuous
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
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-continuous
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-NRM
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-SSA
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
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:
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.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:
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_3972
Algorithm: KISAO_0000263
Reason for skip:
Case requires model formats format_3972 and simulation algorithms KISAO_0000263
Log:
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_3972
Algorithm: KISAO_0000019
Reason for skip:
Case requires model formats format_3972 and simulation algorithms KISAO_0000019
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000019
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Ciliberto-J-Cell-Biol-2003-morphogenesis-checkpoint-continuous
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000019
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000088
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000088
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Parmar-BMC-Syst-Biol-2017-iron-distribution
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000019
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Szymanska-J-Theor-Biol-2009-HSP-synthesis
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000496
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000496
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Tomida-EMBO-J-2003-NFAT-translocation
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000560
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000560
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Varusai-Sci-Rep-2018-mTOR-signaling-LSODA-LSODAR-SBML
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000560
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000560
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Format: format_2585
Algorithm: KISAO_0000027
Format: format_2585
Algorithm: KISAO_0000030
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000019, KISAO_0000027, KISAO_0000030
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-continuous
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Format: format_2585
Algorithm: KISAO_0000030
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000019, KISAO_0000030
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-NRM
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000027
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000027
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-SSA
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000029
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000029
Log:
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000449
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000449
Log:
sedml.SimulatorProducesLinear2DPlots
(0.0 s)Test that a simulator produces linear 2D plots
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorProducesLinear3DPlots
(0.0 s)Test that a simulator produces linear 3D plots
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorProducesLogarithmic2DPlots
(0.0 s)Test that a simulator produces logarithmic 2D plots
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorProducesLogarithmic3DPlots
(0.0 s)Test that a simulator produces logarithmic 3D plots
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorProducesMultiplePlots
(0.0 s)Test that a simulator produces multiple plots
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorSupportsComputeModelChanges
(11.3 s)Test that a simulator supports compute model changes
Reason for skip:
[Errno 13] Permission denied: 'report.csv'
Log:
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: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (1):
Succeeded: 0
Skipped: 0
Failed: 1
Outputs (1):
Succeeded: 0
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
'fbc'[0m
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: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (1):
Succeeded: 0
Skipped: 0
Failed: 1
Outputs (1):
Succeeded: 0
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
'fbc'[0m
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
(0.0 s)Test that a simulator supports data generators with different shapes
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorSupportsDataSetsWithDifferentShapes
(0.0 s)Test that a simulator supports data generators with different shapes
Reason for skip:
No curated COMBINE/OMEX archives are available to generate archives for testing
Log:
sedml.SimulatorSupportsModelAttributeChanges
(15.5 s)Test that a simulator supports changes to the attributes of model elements
Reason for skip:
[Errno 13] Permission denied: 'report.csv'
Log:
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: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (1):
Succeeded: 0
Skipped: 0
Failed: 1
Outputs (1):
Succeeded: 0
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
No namespace is defined with prefix `fbc`[0m
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: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (1):
Succeeded: 0
Skipped: 0
Failed: 1
Outputs (1):
Succeeded: 0
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
No namespace is defined with prefix `fbc`[0m
sedml.SimulatorSupportsRepeatedTasksWithChanges
(16.1 s)Test that a simulator supports repeated tasks with multiple subtasks
Reason for skip:
[Errno 13] Permission denied: 'task_report.csv'
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (2):
Succeeded: 1
Skipped: 0
Failed: 1
Outputs (2):
Succeeded: 1
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
'fbc'[0m
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (2):
Succeeded: 1
Skipped: 0
Failed: 1
Outputs (2):
Succeeded: 1
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
'fbc'[0m
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
(15.7 s)Test that a simulator supports repeated tasks over nested functional ranges based on model (specification) variables
Reason for skip:
[Errno 13] Permission denied: 'task_report.csv'
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (2):
Succeeded: 1
Skipped: 0
Failed: 1
Outputs (2):
Succeeded: 1
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
'fbc'[0m
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 0
Skipped: 0
Failed: 1
Tasks (2):
Succeeded: 1
Skipped: 0
Failed: 1
Outputs (2):
Succeeded: 1
Skipped: 1
Failed: 0
[31mThe COMBINE/OMEX did not execute successfully:
The SED document did not execute successfully:
'fbc'[0m
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
(11.0 s)Test that a simulator supports repeated tasks over functional ranges
Reason for skip:
Each level of repeated task should contribute two additional dimensions to reports
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 1
Skipped: 0
Failed: 0
Tasks (2):
Succeeded: 2
Skipped: 0
Failed: 0
Outputs (2):
Succeeded: 2
Skipped: 0
Failed: 0
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
(15.1 s)Test that a simulator supports repeated tasks with multiple subtasks
Reason for skip:
Each level of repeated task should contribute two additional dimensions to reports
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 1
Skipped: 0
Failed: 0
Tasks (2):
Succeeded: 2
Skipped: 0
Failed: 0
Outputs (2):
Succeeded: 2
Skipped: 0
Failed: 0
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
(11.2 s)Test that a simulator supports repeated tasks over nested functional ranges based on model (specification) variables
Reason for skip:
Each level of repeated task should contribute two additional dimensions to reports
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 1
Skipped: 0
Failed: 0
Tasks (2):
Succeeded: 2
Skipped: 0
Failed: 0
Outputs (2):
Succeeded: 2
Skipped: 0
Failed: 0
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
(20.6 s)Test that a simulator supports nested repeated tasks
Reason for skip:
Each level of repeated task should contribute two additional dimensions to reports
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 3 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (3):
__repeated_task_0
__repeated_task_1
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 1
Skipped: 0
Failed: 0
Tasks (3):
Succeeded: 3
Skipped: 0
Failed: 0
Outputs (2):
Succeeded: 2
Skipped: 0
Failed: 0
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
(19.8 s)Test that a simulator supports repeated tasks whose sub-tasks have mixed types. Also tests that sub-types executed in order of the values of their order
attributes and that reports of the results of repeated tasks handle sub-tasks to produce results of different shapes.
Reason for skip:
Each level of repeated task should contribute two additional dimensions to reports
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 3 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (3):
__repeated_task_0
__repeated_task_1
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 1
Skipped: 0
Failed: 0
Tasks (3):
Succeeded: 3
Skipped: 0
Failed: 0
Outputs (2):
Succeeded: 2
Skipped: 0
Failed: 0
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
(12.0 s)Test that a simulator supports repeated tasks over vector ranges
Reason for skip:
Each level of repeated task should contribute two additional dimensions to reports
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots:
simulation.sedml:
Tasks (2):
__repeated_task_0
task
Reports (2):
__repeated_task_report: 96 data sets
task_report: 96 data sets
Executing SED-ML file 0: simulation.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 SED documents:
SED documents (1):
Succeeded: 1
Skipped: 0
Failed: 0
Tasks (2):
Succeeded: 2
Skipped: 0
Failed: 0
Outputs (2):
Succeeded: 2
Skipped: 0
Failed: 0
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
(0.0 s)Test that a simulator supports multiple time courses with non-zero initial times
Reason for skip:
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
Reason for skip:
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 cobrapy to the BioSimulators registry will be automatically validated. These submissions will not require manual review by the BioSimulators Team.
id: cobrapy version: 0.21.0 specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_COBRApy/8f1039fb83a2c976e89c47bf179560aa38baaeee/biosimulators.json specificationsPatch: version: 0.21.0 image: url: ghcr.io/biosimulators/biosimulators_cobrapy/cobrapy:0.21.0 validateImage: true commitSimulator: true