Stefan Verhoeven
Stefan Verhoeven
> hi Stefan, I would also expose the other endpoints (`restrain_bodies`, `calc_accessibility`), as they can be useful in the webapp (for ex. to target the whole surface) Other restrain endopoints...
@rvhonorato could you have a look at the web service code. @mgiulini could you have a look at the passive_from_active function? I had to move the guts in the cli...
@mgiulini could this PR be merged? Then I can update the deployments in https://github.com/i-VRESSE/haddock3-webapp to use the main haddock3 branch.
thanks @rvhonorato , checks are green now.
And another year later. the screenshot from the description is still accurate. I still would like a way to show a nicer title to the user, but need those title...
Implemented workaround in my catalog generation script in https://github.com/i-VRESSE/workflow-builder/pull/168 at https://github.com/i-VRESSE/workflow-builder/blob/a7e375f79f709ab1eb1487f19610c83c301fe939/packages/haddock3_catalog/generate_haddock3_catalog.py#L16-L30
Could use https://pypi.org/project/setuptools-scm/ to determine the version from git (tags).
You could capture the stdout and compare it with a expected output using https://man7.org/linux/man-pages/man1/comm.1.html
Sorry, to hear that you could not get it working on OSX. On Travis-CI a [build on OSX](https://travis-ci.org/citation-file-format/doi2cff/jobs/399940643) was included. It uses [miniconda](https://conda.io/miniconda.html), maybe this allows helps you install it...
Glad you like it. The tool wants to generate valid CFF files. The release of [cff version 1.2.0](https://github.com/citation-file-format/citation-file-format/releases/tag/1.2.0) made fields like version and date-released optional. This opens the door to...