biosimulations / biosimulations-physiome

Command-line application for publishing the Physiome model repository of physiological models to the BioSimulations repository for simulation projects
https://docs.biosimulations.org/repositories/physiome
0 stars 0 forks source link

Strip beginning and trailing white space from project descriptions #47

Closed jonrkarr closed 2 years ago

jonrkarr commented 2 years ago

Example

  <rdf:Description rdf:about="http://omex-library.org/4a7.omex">
    <dc:description>

 CellML model derived from: Boron WF and De Weer P. Intracellular pH transients in squid giant axons caused by CO2, NH3, and metabolic inhibitors. Journal of General Physiology, Vol. 67, pp 91-112, 1976.

</dc:description>
  </rdf:Description>
jonrkarr commented 2 years ago

Just apply .strip() to the string.

bilalshaikh42 commented 2 years ago

yup just hadn't gotten to this one yet but accidentally closed it. Done now