You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal for the introduction of extensions (#537)
* extract all changes from previous
* fixup
* allow hyphens in extension names
* fixup hyphens
* only require one toolbox that implements extension
* specify how to work with multiple PEtab problems
* specify we do not require a quorum number of votes
* allow test cases to be provided by the extension library
* Apply suggestions from code review
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
Please make sure that the extension name matches the regular expression `^[a-zA-Z_]\w*$`.
13
+
14
+
**Which problem would you like to address?**
15
+
A clear and concise description of which use case you want to address and, if applicable, why the current specifications do not fulfill your requirements.
16
+
17
+
**Describe the solution you would like**
18
+
A clear and concise description of the changes you want to propose. Please describe any additional fields / files you would want to add, including allowed inputs and implications.
19
+
20
+
**Describe why this should not be implemented by changes to PEtab core**
21
+
A clear and concise description in what way the proposed changes introduce features that are orthogonal to the PEtab core specification.
22
+
23
+
**List the extension library that implements validation checks**
24
+
A link to the website or github repository that accompanies the proposed extension.
25
+
26
+
**List the toolboxes that support the proposed standard**
27
+
A link to the website or github repository that contains the software that implements support for the standard.
0 commit comments