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 56 test cases
Passed 27 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.CombineArchiveHasSedDocumentsInNestedDirectories
combine_archive.CombineArchiveHasSedDocumentsWithSameNamesInDifferentInNestedDirectories
combine_archive.CombineArchiveTestCase
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
log.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
log.SimulatorReportsTheStatusOfTheExecutionOfSedDocuments
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/Parmar-BMC-Syst-Biol-2017-iron-distribution
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 1 test cases:
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
Skipped 28 test cases:
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
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-fbc/Escherichia-coli-core-metabolism
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
(4.0 s)Test that when a COMBINE/OMEX archive does not have a defined master file, the simulator executes all SED-ML files.
Exception:
Simulator did not generate the following expected reports
- `Parmar2017_Deficient_Rich_tracer__copy.sedml/simulation_1`
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots:
Parmar2017_Deficient_Rich_tracer.sedml:
Tasks (1):
simulation_1
Reports (1):
simulation_1: 2 data sets
Executing SED-ML file 0: Parmar2017_Deficient_Rich_tracer.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
cli.CliDescribesSupportedEnvironmentVariablesInline
(13.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
(2.7 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:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
(4.4 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Warnings:
Plots were not produced:
BIOMD0000000912_sim.sedml/plot_1
Extra plots were not produced:
BIOMD0000000912_sim.sedml/plot_1.pdf
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 1 plots:
BIOMD0000000912_sim.sedml:
Tasks (1):
BIOMD0000000912_sim
Reports (1):
BIOMD0000000912_sim: 4 data sets
Plots (1):
plot_1: 3 curves
Executing SED-ML file 0: BIOMD0000000912_sim.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
- After correcting your simulator, please edit the first block of this issue to re-initiate this validation.
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 55 test cases
Passed 26 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.CombineArchiveHasSedDocumentsInNestedDirectories
combine_archive.CombineArchiveHasSedDocumentsWithSameNamesInDifferentInNestedDirectories
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
log.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
log.SimulatorReportsTheStatusOfTheExecutionOfSedDocuments
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/Parmar-BMC-Syst-Biol-2017-iron-distribution
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 1 test cases:
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
Skipped 28 test cases:
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
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-fbc/Escherichia-coli-core-metabolism
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
(3.8 s)Test that when a COMBINE/OMEX archive does not have a defined master file, the simulator executes all SED-ML files.
Exception:
Simulator did not generate the following expected reports
- `Parmar2017_Deficient_Rich_tracer__copy.sedml/simulation_1`
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots:
Parmar2017_Deficient_Rich_tracer.sedml:
Tasks (1):
simulation_1
Reports (1):
simulation_1: 2 data sets
Executing SED-ML file 0: Parmar2017_Deficient_Rich_tracer.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
cli.CliDescribesSupportedEnvironmentVariablesInline
(13.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
(3.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:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
(4.1 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Warnings:
Plots were not produced:
BIOMD0000000912_sim.sedml/plot_1
Extra plots were not produced:
BIOMD0000000912_sim.sedml/plot_1.pdf
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 1 plots:
BIOMD0000000912_sim.sedml:
Tasks (1):
BIOMD0000000912_sim
Reports (1):
BIOMD0000000912_sim: 4 data sets
Plots (1):
plot_1: 3 curves
Executing SED-ML file 0: BIOMD0000000912_sim.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
- After correcting your simulator, please edit the first block of this issue to re-initiate this validation.
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 55 test cases
Passed 26 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.CombineArchiveHasSedDocumentsInNestedDirectories
combine_archive.CombineArchiveHasSedDocumentsWithSameNamesInDifferentInNestedDirectories
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
log.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
log.SimulatorReportsTheStatusOfTheExecutionOfSedDocuments
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/Parmar-BMC-Syst-Biol-2017-iron-distribution
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 1 test cases:
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
Skipped 28 test cases:
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
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-fbc/Escherichia-coli-core-metabolism
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
(3.7 s)Test that when a COMBINE/OMEX archive does not have a defined master file, the simulator executes all SED-ML files.
Exception:
Simulator did not generate the following expected reports
- `Parmar2017_Deficient_Rich_tracer__copy.sedml/simulation_1`
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots:
Parmar2017_Deficient_Rich_tracer.sedml:
Tasks (1):
simulation_1
Reports (1):
simulation_1: 2 data sets
Executing SED-ML file 0: Parmar2017_Deficient_Rich_tracer.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
cli.CliDescribesSupportedEnvironmentVariablesInline
(12.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:
docker_image.DeclaresSupportedEnvironmentVariables
(2.7 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:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
(3.9 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Warnings:
Plots were not produced:
BIOMD0000000912_sim.sedml/plot_1
Extra plots were not produced:
BIOMD0000000912_sim.sedml/plot_1.pdf
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 1 plots:
BIOMD0000000912_sim.sedml:
Tasks (1):
BIOMD0000000912_sim
Reports (1):
BIOMD0000000912_sim: 4 data sets
Plots (1):
plot_1: 3 curves
Executing SED-ML file 0: BIOMD0000000912_sim.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
- After correcting your simulator, please edit the first block of this issue to re-initiate this validation.
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 55 test cases
Passed 26 test cases:
cli.CliDescribesSupportedEnvironmentVariablesInline
cli.CliDisplaysHelpInline
cli.CliDisplaysVersionInformationInline
combine_archive.CombineArchiveHasSedDocumentsInNestedDirectories
combine_archive.CombineArchiveHasSedDocumentsWithSameNamesInDifferentInNestedDirectories
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile
docker_image.DeclaresSupportedEnvironmentVariables
docker_image.DefaultUserIsRoot
docker_image.HasBioContainersLabels
docker_image.HasOciLabels
log.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives
log.SimulatorReportsTheStatusOfTheExecutionOfSedDocuments
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/Parmar-BMC-Syst-Biol-2017-iron-distribution
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 1 test cases:
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
Skipped 28 test cases:
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
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-fbc/Escherichia-coli-core-metabolism
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments
(3.7 s)Test that when a COMBINE/OMEX archive does not have a defined master file, the simulator executes all SED-ML files.
Exception:
Simulator did not generate the following expected reports
- `Parmar2017_Deficient_Rich_tracer__copy.sedml/simulation_1`
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots:
Parmar2017_Deficient_Rich_tracer.sedml:
Tasks (1):
simulation_1
Reports (1):
simulation_1: 2 data sets
Executing SED-ML file 0: Parmar2017_Deficient_Rich_tracer.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
cli.CliDescribesSupportedEnvironmentVariablesInline
(12.8 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
(3.0 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:sbml-core/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
(4.1 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Warnings:
Plots were not produced:
BIOMD0000000912_sim.sedml/plot_1
Extra plots were not produced:
BIOMD0000000912_sim.sedml/plot_1.pdf
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 1 plots:
BIOMD0000000912_sim.sedml:
Tasks (1):
BIOMD0000000912_sim
Reports (1):
BIOMD0000000912_sim: 4 data sets
Plots (1):
plot_1: 3 curves
Executing SED-ML file 0: BIOMD0000000912_sim.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
- After correcting your simulator, please edit the first block of this issue to re-initiate this validation.
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 55 test cases
Passed 27 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
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/Parmar-BMC-Syst-Biol-2017-iron-distribution
results_report.SimulatorGeneratesReportsOfSimulationResults
sedml.SimulatorProducesLinear2DPlots
sedml.SimulatorProducesLogarithmic2DPlots
sedml.SimulatorProducesMultiplePlots
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions
sedml.SimulatorSupportsAlgorithmParameters
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports
sedml.SimulatorSupportsMultipleReportsPerSedDocument
sedml.SimulatorSupportsMultipleTasksPerSedDocument
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes
Failed 0 test cases
Skipped 28 test cases:
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation
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-fbc/Escherichia-coli-core-metabolism
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges
sedml.SimulatorProducesLinear3DPlots
sedml.SimulatorProducesLogarithmic3DPlots
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges
sedml.SimulatorSupportsComputeModelChanges
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes
sedml.SimulatorSupportsDataSetsWithDifferentShapes
sedml.SimulatorSupportsModelAttributeChanges
sedml.SimulatorSupportsRepeatedTasksWithChanges
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges
cli.CliDescribesSupportedEnvironmentVariablesInline
(13.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:
docker_image.DeclaresSupportedEnvironmentVariables
(3.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.6 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/Caravagna-J-Theor-Biol-2010-tumor-suppressive-oscillations
(4.7 s)Required model formats and simulation algorithms for SED tasks:
Format: format_2585
Algorithm: KISAO_0000019
Warnings:
Plots were not produced:
BIOMD0000000912_sim.sedml/plot_1
Extra plots were not produced:
BIOMD0000000912_sim.sedml/plot_1.pdf
Log:
Found 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 1 plots:
BIOMD0000000912_sim.sedml:
Tasks (1):
BIOMD0000000912_sim
Reports (1):
BIOMD0000000912_sim: 4 data sets
Plots (1):
plot_1: 3 curves
Executing SED-ML file 0: BIOMD0000000912_sim.sedml ...
Bundling outputs ...
Cleaning up ...
============= SUMMARY =============
Executed 1 COMBINE/OMEX archives:
Archives (1):
Succeeded: 1
Skipped: 0
Failed: 0
The image for your simulator is valid!
Your submission was committed to the BioSimulators registry. Thank you!
Future submissions of subsequent versions of tellurium to the BioSimulators registry will be automatically validated. These submissions will not require manual review by the BioSimulators Team.
id: tellurium version: 2.2.0 specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_tellurium/fda7b6b59de84ba54e07676531de0a554bcef50b/biosimulators.json specificationsPatch: version: 2.2.0 image: url: ghcr.io/biosimulators/biosimulators_tellurium/tellurium:2.2.0 validateImage: true commitSimulator: true
Unclear why tellurium failed in the previous run. Trying running again. again.
The appeared to be due to an issue with libSED-ML
manifest.xml
entriesDebugged workflow.