hpcflow / matflow-new

Mozilla Public License 2.0
3 stars 2 forks source link

feat: implement sample_orientation_from_CRC workflow #220

Closed gcapes closed 8 months ago

gcapes commented 9 months ago

I'm not sure if the doc string in the workflow is still ok, or needs updating?

gcapes commented 8 months ago

I've updated the README, but need to wait until this is merged to get the link to the docs. I've added a placeholder for now so it doesn't get forgotten.

aplowman commented 8 months ago

I've updated the README, but need to wait until this is merged to get the link to the docs. I've added a placeholder for now so it doesn't get forgotten.

You can predict what the URL will be based on the task schema. It's (objective + method + implementation) joined with hyphens, all lowercase. So in this case it will be:

https://docs.matflow.io/stable/reference/template_components/task_schemas.html#sample-orientations-from-crc-file-mtex

It's not the end of the world if we get the prediction wrong, but it's easier to do it here so we don't forget about it. You can also build the docs locally to check what it is.