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 60 test cases
Passed 44 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-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-SSA
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithLinearUniformRanges
sedml.SimulatorSupportsRepeatedTasksWithLogarithmicUniformRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 0 test cases
Skipped 16 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/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-fbc/Escherichia-coli-core-metabolism
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
cli.CliDescribesSupportedEnvironmentVariablesInline
(6.0 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.8 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:
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-SSA
(5.6 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000029
Warnings:
Unexpected reports were produced:
simulation.sedml/plot2d_Fig_1_c
simulation.sedml/plot2d_low_delta_R_stoch
Log:
Found 1 SED-ML documents with 2 models, 2 simulations, 2 tasks, 2 reports, and 2 plots:
simulation.sedml:
Tasks (2):
tsk_1_0
tsk_1_1
Reports (2):
report_Fig_1_c: 10 data sets
report_low_delta_R_stoch: 10 data sets
Plots (2):
plot2d_Fig_1_c: 9 curves
plot2d_low_delta_R_stoch: 9 curves
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 (4):
Succeeded: 4
Skipped: 0
Failed: 0
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/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-fbc/Escherichia-coli-core-metabolism
(0.0 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000437
Reason for skip:
Case requires model formats format_2585 and simulation algorithms KISAO_0000437
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.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.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.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
(3.5 s)Test that a simulator supports multiple time courses with non-zero initial times
Reason for skip:
The image 'ghcr.io/biosimulators/biosimulators_gillespy2/gillespy2:1.5.7' could not execute the archive:
Unknown error
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots:
BIOMD0000000002_sim.sedml:
Tasks (1):
BIOMD0000000002_sim
Reports (1):
BIOMD0000000002_sim: 14 data sets
Executing SED-ML file 0: BIOMD0000000002_sim.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:
Initial simulation time 0.5 is not supported. Initial time must be 0.[0m
The image for your simulator is valid!
Your submission was committed to the BioSimulators registry. Thank you!
Future submissions of subsequent versions of gillespy2 to the BioSimulators registry will be automatically validated. These submissions will not require manual review by the BioSimulators Team.
id: gillespy2 version: 1.5.7 specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_GillesPy2/b51f3ffb93678ad22d6d396fadcae33d2c7603fd/biosimulators.json specificationsPatch: version: 1.5.7 image: url: ghcr.io/biosimulators/biosimulators_gillespy2/gillespy2:1.5.7 validateImage: true commitSimulator: true