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
I was wondering if it's currently possible to specify multiple values for "file_dir"? I have a script-server set up for scientists to process their experiments. Due to some recent changes there are now two mounted volumes that exist at root that could potentially hold the data they'd like to evaluate. I'd like for them to be able to choose data from either of the volumes but don't want to set "file_dir" to /. Is this possible? Are there other ways to achieve the same result?
The text was updated successfully, but these errors were encountered:
Hi Ellis, unfortunately this is not supported.
You can create 2 (or more) separate parameters and ask user to select
either of those
Also, you could use a parameter of type "list" and set its values using
"script" option. This script would just concatenate files from both volumes
Ellis Anderson <notifications@github.com> schrieb am Di., 23. Feb. 2021,
02:39:
I was wondering if it's currently possible to specify multiple values for
"file_dir"? I have a script-server set up for scientists to process their
experiments. Due to some recent changes there are now two mounted volumes
that exist at root that could potentially hold the data they'd like to
evaluate. I'd like for them to be able to choose data from either of the
volumes but don't want to set "file_dir" to /. Is this possible? Are
there other ways to achieve the same result?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#403>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXPJPIDAWHPDOMXMO2VOTTAMBNBANCNFSM4YBSUBIQ>
.
Hi @Ellis-Anderson, I implemented the exclusion feature (#283)
I understand that this is not very convenient, but probably you could use this as a workaround for now.
I.e. set file_dir to / and exclude all irrelevant folders
I was wondering if it's currently possible to specify multiple values for "file_dir"? I have a script-server set up for scientists to process their experiments. Due to some recent changes there are now two mounted volumes that exist at root that could potentially hold the data they'd like to evaluate. I'd like for them to be able to choose data from either of the volumes but don't want to set "file_dir" to
/
. Is this possible? Are there other ways to achieve the same result?The text was updated successfully, but these errors were encountered: