Closed mosoriob closed 4 years ago
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Is your feature request related to a problem? Please describe.
If the input is a directory, we are going to compress the directory into a zip file to create one input. However, a user can want to expose a file in the directory.
For example, the topoflow model configuration has two inputs
We have one an input is a zip file:
aggregated-inputs | Topoflow aggregated inputs for the Awash region
The second input is the precipitation rate and we must copy the precipitation rates inside the previous directory.
Describe the solution you'd like
WARNING: If the user compress a directory, the future inputs must have the same name. A message in the description can be a good place to add a warning
Then,
The run wrapper must be:
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.