From cc995f97082a8c574022f0db50162a7c5e9dd345 Mon Sep 17 00:00:00 2001 From: dilpath Date: Wed, 17 Apr 2024 15:17:53 +0200 Subject: [PATCH] add example for model ID and name --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 21626d8..b053068 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -10,7 +10,7 @@ - [ ] Source of nominal parameters (e.g.: taken from the original publication, or from your own fitting) - [ ] The SBML file - [ ] Annotation with reference to the original publication ([example](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/3154d27edbfc4eb19b768465945bc81381a7c964/Benchmark-Models/Rahman_MBS2016/model_Rahman_MBS2016.xml#L4-L14)) - - [ ] The model ID and model name attributes in the SBML model file match the problem name + - [ ] The model ID and model name attributes in the SBML model file match the problem name ([example](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/3154d27edbfc4eb19b768465945bc81381a7c964/Benchmark-Models/Rahman_MBS2016/model_Rahman_MBS2016.xml#L3)) - [ ] PEtab files - [ ] A "simulated data" measurement table is included, using the nominal parameters - [ ] A visualization table is included, that can be used with the simulate data to reproduce figures from the original publication