issues
search
fair-workflows
/
fairworkflows
A python library for constructing, modifying and publishing scientific workflows described using semantic technologies.
Apache License 2.0
12
stars
3
forks
source link
.execute() should return a FairProv object
#177
Closed
svenvanderburg
closed
3 years ago
svenvanderburg
commented
3 years ago
[ ]
.execute()
method now returns a Publication object, it should be a FairProv object (which subclasses
RdfWrapper
)
[ ] Add some useful RDF to it based on the logging from noodles execution, you might want to use
schedule_hint
and pass it the uri of the steps, i.e.
https://noodles.readthedocs.io/en/latest/boil_tutorial.html#friendly-output-and-error-handling
[ ] If possible try to incorporate #171
.execute()
method now returns a Publication object, it should be a FairProv object (which subclassesRdfWrapper
)schedule_hint
and pass it the uri of the steps, i.e. https://noodles.readthedocs.io/en/latest/boil_tutorial.html#friendly-output-and-error-handling