yaml2sbml-dev / yaml2sbml

Tool to convert an ODE model specified in the YAML format to SBML.
https://yaml2sbml.readthedocs.io/en/latest/
Other
12 stars 7 forks source link

Fix readme link to format specification #103

Closed martamatos closed 3 years ago

martamatos commented 3 years ago

If i'm not missing anything the format documentation link in the README should be pointing to the respective page on readthedocs, so i took the liberty to change that xD. Also the current one is giving a 404 error.

codecov-io commented 3 years ago

Codecov Report

Merging #103 (ca3791e) into develop (3c45897) will increase coverage by 9.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #103      +/-   ##
===========================================
+ Coverage    77.85%   87.17%   +9.32%     
===========================================
  Files            5        5              
  Lines          429      429              
===========================================
+ Hits           334      374      +40     
+ Misses          95       55      -40     
Impacted Files Coverage Δ
yaml2sbml/yaml_validation.py 96.00% <ø> (+24.00%) :arrow_up:
yaml2sbml/YamlModel.py 84.48% <100.00%> (ø)
yaml2sbml/yaml2PEtab.py 93.93% <100.00%> (+23.23%) :arrow_up:
yaml2sbml/yaml2sbml.py 83.84% <100.00%> (+8.46%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 52d574b...ca3791e. Read the comment docs.