biosimulators / Biosimulators

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

Submit BioNetGen 2.8.0 #560

Closed biosimulators-daemon closed 2 years ago

biosimulators-daemon commented 2 years ago

id: bionetgen version: 2.8.0 specificationsUrl: https://raw.githubusercontent.com/biosimulators/Biosimulators_BioNetGen/6818db0245cb46c726f248b9e95ce8a9059f477f/biosimulators.json specificationsPatch: version: 2.8.0 image: url: ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0 digest: "sha256:6b64ba14726b7f28921db5b96c8331c6bd9d0e2e541d4fe83fba2366a5593edb" validateImage: true commitSimulator: true


Changelog

biosimulators-daemon commented 2 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 for 90 days 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 for 90 days from the "Artifacts" section at the bottom of this page.

biosimulators-daemon commented 2 years ago

The specifications of your simulator is valid!

biosimulators-daemon commented 2 years ago

Summary of tests

biosimulators-daemon commented 2 years ago

Failures

combine_archive.CombineArchiveHasSedDocumentsInNestedDirectories (58.6 s)
Test that SED documents in nested directories can be executed Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: subdir/Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: subdir/Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmph7u5g0r6/task.bngl', '--outdir', '/tmp/tmph7u5g0r6']' returned non-zero exit status 1. ```
combine_archive.CombineArchiveHasSedDocumentsWithSameNamesInDifferentInNestedDirectories (73.1 s)
Test that SED documents with the same names in nested directories can be executed and their outputs are saved to distinct paths Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 2 SED-ML documents with 2 models, 2 simulations, 2 tasks, 2 reports, and 0 plots: subdir/Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets subdir__copy/Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: subdir/Dolan2015.sedml ... Executing SED-ML file 2: subdir__copy/Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 2 SED documents: SED documents (2): Succeeded: 0 Skipped: 0 Failed: 2 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpxlrfvnhu/task.bngl', '--outdir', '/tmp/tmpxlrfvnhu']' returned non-zero exit status 1. The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpz_nd3ih8/task.bngl', '--outdir', '/tmp/tmpz_nd3ih8']' returned non-zero exit status 1. ```
combine_archive.WhenACombineArchiveHasAMasterFileSimulatorOnlyExecutesThisFile (59.4 s)
Test that when a COMBINE/OMEX archive defines a (single) master file, the simulator only executes this file. Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp3gzvgh0w/task.bngl', '--outdir', '/tmp/tmp3gzvgh0w']' returned non-zero exit status 1. ```
combine_archive.WhenACombineArchiveHasNoMasterFileSimulatorExecutesAllSedDocuments (73.9 s)
Test that when a COMBINE/OMEX archive does not have a defined master file, the simulator executes all SED-ML files. Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 2 SED-ML documents with 2 models, 2 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Dolan2015__copy.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Executing SED-ML file 2: Dolan2015__copy.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 2 SED documents: SED documents (2): Succeeded: 0 Skipped: 0 Failed: 2 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp4pvc9l76/task.bngl', '--outdir', '/tmp/tmp4pvc9l76']' returned non-zero exit status 1. The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpj8la3fof/task.bngl', '--outdir', '/tmp/tmpj8la3fof']' returned non-zero exit status 1. ```
docker_image.SingularityImageExecutesSimulationsSuccessfully (41.9 s)
Test that the Singularity version of a Docker image can sucessfully execute COMBINE archives Exception: ``` The Docker image could not be successfully executed as a Singularity image: /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpc34pf38c/task.bngl', '--outdir', '/tmp/tmpc34pf38c']' returned non-zero exit status 1. ``` Log: None
log.SimulatorReportsTheStatusOfTheExecutionOfCombineArchives (42.0 s)
Test that simulator logs the execution of COMBINE/OMEX archives Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpnu4z8gwz/task.bngl', '--outdir', '/tmp/tmpnu4z8gwz']' returned non-zero exit status 1. ```
log.SimulatorReportsTheStatusOfTheExecutionOfSedDocuments (42.2 s)
Test that simulator logs the execution of individual SED document in COMBINE/OMEX archives Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp59l_wn7v/task.bngl', '--outdir', '/tmp/tmp59l_wn7v']' returned non-zero exit status 1. ```
log.SimulatorReportsTheStatusOfTheExecutionOfSedOutputs (41.9 s)
Test that simulator logs the execution of individual SED outputs in COMBINE/OMEX archives Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpvpqzt9hi/task.bngl', '--outdir', '/tmp/tmpvpqzt9hi']' returned non-zero exit status 1. ```
log.SimulatorReportsTheStatusOfTheExecutionOfSedTasks (42.4 s)
Test that simulator logs the execution of individual SED tasks in COMBINE/OMEX archives Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpcy43j1bc/task.bngl', '--outdir', '/tmp/tmpcy43j1bc']' returned non-zero exit status 1. ```
published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ (26.7 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3972`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3972) Algorithm: [`KISAO_0000263`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000263) Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 1 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Plots (1): Figure: 2 curves Executing SED-ML file 1: Dolan2015.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 (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp3q6j5ezf/task.bngl', '--outdir', '/tmp/tmp3q6j5ezf']' returned non-zero exit status 1. ```
results_report.SimulatorGeneratesReportsOfSimulationResults (42.3 s)
Test that when a COMBINE/OMEX archive defines a (single) master file, the simulator only executes this file. Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpmz_k2a0m/task.bngl', '--outdir', '/tmp/tmpmz_k2a0m']' returned non-zero exit status 1. ```
sedml.SimulatorProducesLinear2DPlots (42.3 s)
Test that a simulator produces linear 2D plots Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 1 plots: Dolan2015.sedml: Tasks (1): task_1 Plots (1): plot_0: 3 curves Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpf08_qih2/task.bngl', '--outdir', '/tmp/tmpf08_qih2']' returned non-zero exit status 1. ```
sedml.SimulatorProducesLogarithmic2DPlots (42.3 s)
Test that a simulator produces logarithmic 2D plots Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 1 plots: Dolan2015.sedml: Tasks (1): task_1 Plots (1): plot_0: 3 curves Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp2hfhcovn/task.bngl', '--outdir', '/tmp/tmp2hfhcovn']' returned non-zero exit status 1. ```
sedml.SimulatorProducesMultiplePlots (42.1 s)
Test that a simulator produces multiple plots Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 0 reports, and 2 plots: Dolan2015.sedml: Tasks (1): task_1 Plots (2): plot_0: 2 curves plot_1: 1 curves Executing SED-ML file 1: Dolan2015.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 (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmplobhcas9/task.bngl', '--outdir', '/tmp/tmplobhcas9']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsAlgorithmParameters (41.4 s)
Test that a simulator supports setting the values of parameters of algorithms Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp4jntcto8/task.bngl', '--outdir', '/tmp/tmp4jntcto8']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsModelsSimulationsTasksDataGeneratorsAndReports (41.7 s)
Test that a simulator supports the core elements of SED: models, simulations, tasks, data generators for individual variables, and reports Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp3fe1wzpy/task.bngl', '--outdir', '/tmp/tmp3fe1wzpy']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsMultipleReportsPerSedDocument (41.8 s)
Test that a simulator supports multiple reports per SED document Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (2): report_1: 2 data sets report_2: 2 data sets Executing SED-ML file 1: Dolan2015.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 (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpk22qlt48/task.bngl', '--outdir', '/tmp/tmpk22qlt48']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsMultipleTasksPerSedDocument (48.4 s)
Test that a simulator supports multiple tasks per SED document Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): task_1 task_1__test_suite_copy Reports (2): report: 3 data sets report__test_suite_copy: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpb5f7_yt0/task.bngl', '--outdir', '/tmp/tmpb5f7_yt0']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmp9sh6w1w0/task.bngl', '--outdir', '/tmp/tmp9sh6w1w0']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroOutputStartTimes (41.9 s)
Test that a simulator supports time courses with non-zero output start times Exception: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpz5ej1oog/task.bngl', '--outdir', '/tmp/tmpz5ej1oog']' returned non-zero exit status 1. ```
biosimulators-daemon commented 2 years ago

Warnings

docker_image.DeclaresSupportedEnvironmentVariables (0.6 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' - 'BUNDLE_OUTPUTS' - 'COLLECT_COMBINE_ARCHIVE_RESULTS' - 'COLLECT_SED_DOCUMENT_RESULTS' - 'DEBUG' - 'H5_REPORTS_PATH' - 'KEEP_INDIVIDUAL_OUTPUTS' - 'LOG_PATH' - 'OMEX_METADATA_INPUT_FORMAT' - 'OMEX_METADATA_OUTPUT_FORMAT' - 'OMEX_METADATA_SCHEMA' - 'PLOTS_PATH' - 'REPORTS_PATH' - 'REPORT_FORMATS' - 'SAVE_PLOT_DATA' - 'VALIDATE_IMAGES' - 'VALIDATE_IMPORTED_MODEL_FILES' - 'VALIDATE_OMEX_MANIFESTS' - 'VALIDATE_OMEX_METADATA' - 'VALIDATE_RESULTS' - 'VALIDATE_SEDML' - 'VALIDATE_SEDML_MODELS' - 'VIZ_FORMATS' 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: None
biosimulators-daemon commented 2 years ago

Skips

published_project.SimulatorCanExecutePublishedProject:cellml/Elowitz-Nature-2000-Repressilator (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:cellml/Lorenz-system (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:mass/Bordbar-Cell-Syst-2015-RBC-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-CVODE (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-Euler (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000030`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000030) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000030 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:rba/Escherichia-coli-K12-WT (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9012`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9012) Algorithm: [`KISAO_0000669`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000669) Reason for skip: ``` Case requires model formats format_9012 and simulation algorithms KISAO_0000669 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Ciliberto-J-Cell-Biol-2003-morphogenesis-checkpoint-Fehlberg (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000086`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000086) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000086 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000088`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000088) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000088 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Elowitz-Nature-2000-Repressilator (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000496`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000496) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000496 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000027`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000027) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019, KISAO_0000027 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000027`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000027) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000027 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000029`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000029) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000029 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000437`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000437) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000437 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Irons-J-Theor-Biol-2009-yeast-cell-cycle (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:smoldyn/Lotka-Volterra (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9001`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9001) Algorithm: [`KISAO_0000057`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000057) Reason for skip: ``` Case requires model formats format_9001 and simulation algorithms KISAO_0000057 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:xpp/Wu-Biochem-Pharmacol-2006-pituitary-GH3-cells (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9010`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9010) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9010 and simulation algorithms KISAO_0000019 ``` Log: None
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragments (42.8 s)
Test that a simulator can resolve model sources defined by URI fragments (e.g., ``#model1``). Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 2 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp_hdalhf5/task.bngl', '--outdir', '/tmp/tmp_hdalhf5']' returned non-zero exit status 1. ```
sedml.SimulatorCanResolveModelSourcesDefinedByUriFragmentsAndInheritChanges (42.9 s)
Test that a simulator can resolve model sources defined by URI fragments (e.g., ``#model1``) and inherit the changes of the model. Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 2 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp4x2jud1n/task.bngl', '--outdir', '/tmp/tmp4x2jud1n']' returned non-zero exit status 1. ```
sedml.SimulatorProducesLinear3DPlots (8.6 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: None
sedml.SimulatorProducesLogarithmic3DPlots (8.3 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: None
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions (8.1 s)
Test that that the curated number of output dimensions matches the actual number of output dimensions Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges (8.0 s)
Test that a simulator supports model changes that involve adding, replacing, and removing model elements. Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsComputeModelChanges (8.3 s)
Test that a simulator supports compute model changes Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsDataGeneratorsWithDifferentShapes (48.1 s)
Test that a simulator supports data generators with different shapes Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Data generator `data_generator_time__copy_2` has warnings. - The variables do not have consistent shapes. - Data generator `data_generator_MDM2_mRNA__copy_2` has warnings. - The variables do not have consistent shapes. - Data generator `data_generator_MDM2__copy_2` has warnings. - The variables do not have consistent shapes. - Output `report__copy_2` has warnings. - The data sets do not have consistent shapes. - The following data generators do not contribute to outputs: - `data_generator_MDM2_mRNA` - `data_generator_MDM2` - `data_generator_time` warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Data generator `data_generator_time__copy_2` has warnings. - The variables do not have consistent shapes. - Data generator `data_generator_MDM2_mRNA__copy_2` has warnings. - The variables do not have consistent shapes. - Data generator `data_generator_MDM2__copy_2` has warnings. - The variables do not have consistent shapes. - Output `report__copy_2` has warnings. - The data sets do not have consistent shapes. - The following data generators do not contribute to outputs: - `data_generator_MDM2_mRNA` - `data_generator_MDM2` - `data_generator_time` warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 2 simulations, 2 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (2): task_1 task_1__copy_2 Reports (1): report__copy_2: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (1): Succeeded: 0 Skipped: 1 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpq822de73/task.bngl', '--outdir', '/tmp/tmpq822de73']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmpevudrz9v/task.bngl', '--outdir', '/tmp/tmpevudrz9v']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsDataSetsWithDifferentShapes (48.7 s)
Test that a simulator supports data generators with different shapes Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `report` has warnings. - The data sets do not have consistent shapes. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `report` has warnings. - The data sets do not have consistent shapes. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 2 simulations, 2 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (2): task_1 task_1__copy_2 Reports (1): report: 6 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (1): Succeeded: 0 Skipped: 1 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpefsyj8pt/task.bngl', '--outdir', '/tmp/tmpefsyj8pt']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmp9f9y69d8/task.bngl', '--outdir', '/tmp/tmp9f9y69d8']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsModelAttributeChanges (7.9 s)
Test that a simulator supports changes to the attributes of model elements Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsRepeatedTasksWithChanges (7.8 s)
Test that a simulator supports repeated tasks with multiple subtasks Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables (8.1 s)
Test that a simulator supports repeated tasks over nested functional ranges based on model (specification) variables Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRanges (48.1 s)
Test that a simulator supports repeated tasks over functional ranges Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): __repeated_task_0 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmp08jed8bf/task.bngl', '--outdir', '/tmp/tmp08jed8bf']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmp2b_3ad_v/task.bngl', '--outdir', '/tmp/tmp2b_3ad_v']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithLinearUniformRanges (48.4 s)
Test that a simulator supports repeated tasks over uniform ranges Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): __repeated_task_0 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmppreep71y/task.bngl', '--outdir', '/tmp/tmppreep71y']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmp7lf6dkfk/task.bngl', '--outdir', '/tmp/tmp7lf6dkfk']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithLogarithmicUniformRanges (47.4 s)
Test that a simulator supports repeated tasks over uniform ranges Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): __repeated_task_0 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpqtxzjug5/task.bngl', '--outdir', '/tmp/tmpqtxzjug5']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmphw7gago_/task.bngl', '--outdir', '/tmp/tmphw7gago_']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithMultipleSubTasks (48.4 s)
Test that a simulator supports repeated tasks with multiple subtasks Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): __repeated_task_0 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmprm6lyhfr/task.bngl', '--outdir', '/tmp/tmprm6lyhfr']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmpbx7kffwu/task.bngl', '--outdir', '/tmp/tmpbx7kffwu']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithNestedFunctionalRanges (48.5 s)
Test that a simulator supports repeated tasks over nested functional ranges based on model (specification) variables Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): __repeated_task_0 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpothb1xh8/task.bngl', '--outdir', '/tmp/tmpothb1xh8']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmpcbw3eg1b/task.bngl', '--outdir', '/tmp/tmpcbw3eg1b']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithNestedRepeatedTasks (54.0 s)
Test that a simulator supports nested repeated tasks Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 3 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (3): __repeated_task_0 __repeated_task_1 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (3): Succeeded: 0 Skipped: 0 Failed: 3 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpqw0sogv3/task.bngl', '--outdir', '/tmp/tmpqw0sogv3']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmp9xanlt6k/task.bngl', '--outdir', '/tmp/tmp9xanlt6k']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmpkl3btzlo/task.bngl', '--outdir', '/tmp/tmpkl3btzlo']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithSubTasksOfMixedTypes (53.9 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: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Task `__repeated_task_1` has warnings. - The outputs of the sub-tasks have different shapes. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Task `__repeated_task_1` has warnings. - The outputs of the sub-tasks have different shapes. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 3 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (3): __repeated_task_0 __repeated_task_1 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (3): Succeeded: 0 Skipped: 0 Failed: 3 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpcw7oxgd2/task.bngl', '--outdir', '/tmp/tmpcw7oxgd2']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmpr3hcqkx5/task.bngl', '--outdir', '/tmp/tmpr3hcqkx5']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmp4u5ygj8v/task.bngl', '--outdir', '/tmp/tmp4u5ygj8v']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsRepeatedTasksWithVectorRanges (47.5 s)
Test that a simulator supports repeated tasks over vector ranges Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The SED document is potentially incorrect. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: The COMBINE/OMEX archive has warnings. - The SED-ML file at location `./Dolan2015.sedml` has warnings. - Output `__repeated_task_report` has warnings. - Some simulation tools will not be able to generate this output because it uses data from repeated tasks, which some simulation tools do not have the capability to execute. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 2 tasks, 2 reports, and 0 plots: Dolan2015.sedml: Tasks (2): __repeated_task_0 task_1 Reports (2): __repeated_task_report: 3 data sets task_report: 3 data sets Executing SED-ML file 1: Dolan2015.sedml ... Bundling outputs ... Cleaning up ... ============= SUMMARY ============= Executed 1 SED documents: SED documents (1): Succeeded: 0 Skipped: 0 Failed: 1 Tasks (2): Succeeded: 0 Skipped: 0 Failed: 2 Outputs (2): Succeeded: 0 Skipped: 2 Failed: 0 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: Command '['BNG2.pl', '/tmp/tmpb8mrqumw/task.bngl', '--outdir', '/tmp/tmpb8mrqumw']' returned non-zero exit status 1. Command '['BNG2.pl', '/tmp/tmperqb_4uv/task.bngl', '--outdir', '/tmp/tmperqb_4uv']' returned non-zero exit status 1. ```
sedml.SimulatorSupportsSubstitutingAlgorithms (8.3 s)
Check that a simulator can substitute algorithms that it doesn't implement with similar algorithms when the algorithm substitution policy is less restrictive than :obj:`AlgorithmSubstitutionPolicy.SAME_METHOD`. Also check that a simulator ignores unsupported algorithm parameters when the algorithm substitution policy is less restrictive than :obj:`AlgorithmSubstitutionPolicy.NONE`. Reason for skip: ``` Algorithm substitution for "NFSim agent-based simulation method" (http://www.biomodels.net/kisao/KISAO#KISAO_0000263) for policy SIMILAR_VARIABLES is not supported. ``` Log: None
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes (36.4 s)
Test that a simulator supports multiple time courses with non-zero initial times Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: The initial time of a network free simulation (KISAO_0000263) must be 0. ```
biosimulators-daemon commented 2 years ago
- After correcting your simulator, please edit the first block of this issue to re-initiate this validation.
- 
- The complete log of your validation/submission job, including further information about the failure, is available for 90 days [here](https://github.com/biosimulators/Biosimulators/actions/runs/1900982117). The results of the validation of your image will also be available shortly as a JSON file. A link to this file will be available from the "Artifacts" section at the bottom of [this page](https://github.com/biosimulators/Biosimulators/actions/runs/1900982117).
biosimulators-daemon commented 2 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 for 90 days 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 for 90 days from the "Artifacts" section at the bottom of this page.

biosimulators-daemon commented 2 years ago

The specifications of your simulator is valid!

biosimulators-daemon commented 2 years ago

Summary of tests

biosimulators-daemon commented 2 years ago

Warnings

docker_image.DeclaresSupportedEnvironmentVariables (0.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' - 'BUNDLE_OUTPUTS' - 'COLLECT_COMBINE_ARCHIVE_RESULTS' - 'COLLECT_SED_DOCUMENT_RESULTS' - 'DEBUG' - 'H5_REPORTS_PATH' - 'KEEP_INDIVIDUAL_OUTPUTS' - 'LOG_PATH' - 'OMEX_METADATA_INPUT_FORMAT' - 'OMEX_METADATA_OUTPUT_FORMAT' - 'OMEX_METADATA_SCHEMA' - 'PLOTS_PATH' - 'REPORTS_PATH' - 'REPORT_FORMATS' - 'SAVE_PLOT_DATA' - 'VALIDATE_IMAGES' - 'VALIDATE_IMPORTED_MODEL_FILES' - 'VALIDATE_OMEX_MANIFESTS' - 'VALIDATE_OMEX_METADATA' - 'VALIDATE_RESULTS' - 'VALIDATE_SEDML' - 'VALIDATE_SEDML_MODELS' - 'VIZ_FORMATS' 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: None
biosimulators-daemon commented 2 years ago

Skips

published_project.SimulatorCanExecutePublishedProject:cellml/Elowitz-Nature-2000-Repressilator (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:cellml/Lorenz-system (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:mass/Bordbar-Cell-Syst-2015-RBC-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-CVODE (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-Euler (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000030`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000030) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000030 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:rba/Escherichia-coli-K12-WT (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9012`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9012) Algorithm: [`KISAO_0000669`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000669) Reason for skip: ``` Case requires model formats format_9012 and simulation algorithms KISAO_0000669 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Ciliberto-J-Cell-Biol-2003-morphogenesis-checkpoint-Fehlberg (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000086`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000086) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000086 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000088`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000088) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000088 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Elowitz-Nature-2000-Repressilator (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000496`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000496) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000496 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000027`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000027) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019, KISAO_0000027 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000027`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000027) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000027 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000029`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000029) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000029 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000437`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000437) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000437 ``` Log: None
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`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Irons-J-Theor-Biol-2009-yeast-cell-cycle (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:smoldyn/Lotka-Volterra (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9001`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9001) Algorithm: [`KISAO_0000057`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000057) Reason for skip: ``` Case requires model formats format_9001 and simulation algorithms KISAO_0000057 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:xpp/Wu-Biochem-Pharmacol-2006-pituitary-GH3-cells (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9010`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9010) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9010 and simulation algorithms KISAO_0000019 ``` Log: None
sedml.SimulatorProducesLinear3DPlots (8.7 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: None
sedml.SimulatorProducesLogarithmic3DPlots (8.8 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: None
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions (8.8 s)
Test that that the curated number of output dimensions matches the actual number of output dimensions Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorSupportsAddReplaceRemoveModelElementChanges (8.7 s)
Test that a simulator supports model changes that involve adding, replacing, and removing model elements. Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsComputeModelChanges (8.7 s)
Test that a simulator supports compute model changes Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsModelAttributeChanges (8.3 s)
Test that a simulator supports changes to the attributes of model elements Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsRepeatedTasksWithChanges (8.2 s)
Test that a simulator supports repeated tasks with multiple subtasks Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsRepeatedTasksWithFunctionalRangeVariables (8.1 s)
Test that a simulator supports repeated tasks over nested functional ranges based on model (specification) variables Reason for skip: ``` This test is only implemented for XML-based model languages. Please contact the BioSimulators Team to discuss implementing tests for additional languages. ``` Log: None
sedml.SimulatorSupportsSubstitutingAlgorithms (8.2 s)
Check that a simulator can substitute algorithms that it doesn't implement with similar algorithms when the algorithm substitution policy is less restrictive than :obj:`AlgorithmSubstitutionPolicy.SAME_METHOD`. Also check that a simulator ignores unsupported algorithm parameters when the algorithm substitution policy is less restrictive than :obj:`AlgorithmSubstitutionPolicy.NONE`. Reason for skip: ``` Algorithm substitution for "NFSim agent-based simulation method" (http://www.biomodels.net/kisao/KISAO#KISAO_0000263) for policy SIMILAR_VARIABLES is not supported. ``` Log: None
sedml.SimulatorSupportsUniformTimeCoursesWithNonZeroInitialTimes (35.8 s)
Test that a simulator supports multiple time courses with non-zero initial times Reason for skip: ``` The image 'ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0' could not execute the archive: Unknown error ``` Log: ``` /usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: COMBINE/OMEX archive has warnings. - The manifest does not include its parent COMBINE/OMEX archive. Manifests should include their parent COMBINE/OMEX archives. warnings.warn(termcolor.colored(message, Colors.warning.value), category) Archive contains 1 SED-ML documents with 1 models, 1 simulations, 1 tasks, 1 reports, and 0 plots: Dolan2015.sedml: Tasks (1): task_1 Reports (1): report: 3 data sets Executing SED-ML file 1: Dolan2015.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 The COMBINE/OMEX did not execute successfully: The SED document did not execute successfully: The initial time of a network free simulation (KISAO_0000263) must be 0. ```
biosimulators-daemon commented 2 years ago

The image for your simulator is valid!

biosimulators-daemon commented 2 years ago

The validation/submission of your simulator failed.

- A Singularity image could not be generated for the Docker image
- 
-   - Internal Server Error (500):
-     
-       An unexpected error occurred

The complete log of your validation/submission job, including further information about the failure, is available for 90 days here.

If you chose to validate your Docker image, the results of the validation of your image will be available shortly as a JSON file. A link to this file will be available for 90 days from the "Artifacts" section at the bottom of this page.

Once you have fixed the problem, edit the first block of this issue to re-initiate this validation.

The BioSimulators Team is happy to help. Questions and feedback can be directed to the BioSimulators Team by posting comments to this issues that reference the GitHub team @biosimulators/biosimulators (without the backticks).

jonrkarr commented 2 years ago

Manually refreshed image