You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I fetch the results from this launch? If we generate an output structure similar to the input structure, we could do tw runs view on the output object, but currently seqerakit uses a fire-and-forget model.
Let's say we called the above yaml and added an output arg, we could store the outputs for future use.
seqerakit --output output.yml hello.yml
This may help with #83 as well as we could generate resources at creation time.
The text was updated successfully, but these errors were encountered:
It would be useful to store a log of the generated resources when creating a platform item with
seqerakit
, so that we can re-use it later.For an example, here I am adding a new compute environment and pipeline:
How do I fetch the results from this launch? If we generate an output structure similar to the input structure, we could do
tw runs view
on the output object, but currently seqerakit uses a fire-and-forget model.Let's say we called the above yaml and added an output arg, we could store the outputs for future use.
This may help with #83 as well as we could generate resources at creation time.
The text was updated successfully, but these errors were encountered: