We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b1e0e commit f386aecCopy full SHA for f386aec
1 file changed
fairworkflows/fairworkflow.py
@@ -456,8 +456,10 @@ def draw(self, filepath):
456
def publish_as_nanopub(self, use_test_server=False, **kwargs):
457
"""Publish to nanopub server.
458
459
- First publish the steps, use the URIs of the published steps in the workflow. Then
460
- publish the workflow.
+ Publish the workflow as nanopublication to the nanopub server.
+
461
+ Raises:
462
+ RuntimeError: If one of the steps of the workflow was not published yet.
463
464
Args:
465
use_test_server (bool): Toggle using the test nanopub server.
0 commit comments