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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Every time I add a protocol, I have to remember metadata such as sampling rate and symmetry of the input. Since Protocols have mostly single input, this seems unnecessary.
Describe the solution you'd like
Protocols should automatically pass metadata about their input/output to the successive protocols. I should be, however, able to manually edit them, should it be necessary.
The text was updated successfully, but these errors were encountered:
@azazellochg I didn't select proper wording.
What I meant to say is that the protocols have typically a single protocol's output as an input (e.g. movie alignment has an import movies as an input) , or, in case of 'combining' protocols (e.g. classification, which takes particles and reference volume), input with same properties (e.g. resolution).
David, all the information that is attached to a given input object, we
don't ask the user input it again in the protocol. If you find a protocol
where this is not happening, please open a specific issue for the case.
On Wed, Jul 17, 2019, 10:32 AM DStrelak ***@***.***> wrote:
@azazellochg <https://github.com/azazellochg> I didn't select proper
wording.
What I meant to say is that the protocols have typically a single
protocol's output as an input (e.g. *movie alignment* has an *import
movies* as an input) , or, in case of 'combining' protocols (e.g.
*classification*, which takes *particles* and *reference volume*), input
with same properties (e.g. resolution).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2021?email_source=notifications&email_token=ACAM6WBCSVC4HXKRHQNSEBTP73KLDA5CNFSM4IEBVP52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DOSAA#issuecomment-512157952>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAM6WB4NPJSQORUAASQK5DP73KLDANCNFSM4IEBVP5Q>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Every time I add a protocol, I have to remember metadata such as sampling rate and symmetry of the input. Since Protocols have mostly single input, this seems unnecessary.
Describe the solution you'd like
Protocols should automatically pass metadata about their input/output to the successive protocols. I should be, however, able to manually edit them, should it be necessary.
The text was updated successfully, but these errors were encountered: