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 May 31, 2024. It is now read-only.
Describe the solution you'd like
At the moment mic encapsulate trace will find input and output files, but it wont add these to the mic.yaml until after the user runs the corresponding mic encapsulate inputs and mic encapsulate outputs commands. Trace should automatically assign inputs and outputs to the yaml (printing to terminal all automatically added i/o). Or at least there should be a option --auto that lets it automatically add i/o.
There could also be an option added to inputs and outputs commands that removes i/o from the yaml. Ex: mic encapsulate example_csv --remove. This would let users easily remove incorrectly added i/o
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!
Describe the solution you'd like
At the moment
mic encapsulate trace
will find input and output files, but it wont add these to the mic.yaml until after the user runs the correspondingmic encapsulate inputs
andmic encapsulate outputs
commands. Trace should automatically assign inputs and outputs to the yaml (printing to terminal all automatically added i/o). Or at least there should be a option --auto that lets it automatically add i/o.There could also be an option added to
inputs
andoutputs
commands that removes i/o from the yaml. Ex:mic encapsulate example_csv --remove
. This would let users easily remove incorrectly added i/oThe text was updated successfully, but these errors were encountered: