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
Instead of queueing and submitting each YAML seperately (sometimes you need different yamls for example multiple datasets, different preprocessors etc.) it would be nice to do it simultaneously, something like this:
junifer queue *.yaml --element elements.txt
at least for differeent preprocessors with the same datasets this should be quite easy, but with multiple datasets the issue will be that the --element key of course will be different for each yaml as well then ... what do you think?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Instead of queueing and submitting each YAML seperately (sometimes you need different yamls for example multiple datasets, different preprocessors etc.) it would be nice to do it simultaneously, something like this:
at least for differeent preprocessors with the same datasets this should be quite easy, but with multiple datasets the issue will be that the
--element
key of course will be different for each yaml as well then ... what do you think?Beta Was this translation helpful? Give feedback.
All reactions