caracal-pipeline / stimela

Stimela 2.0
GNU General Public License v2.0
5 stars 4 forks source link

when a recipe-level alias specifies a default, this needs to override the cab default or step setting #284

Closed o-smirnov closed 7 months ago

o-smirnov commented 7 months ago

Example in breifast. This:

    boost-threshold:
      aliases: [procres.boost-threshold]
      default: 2 

...doesn't take.

o-smirnov commented 7 months ago

Also, such aliases should become promoted to regular (optional) inputs, not hidden inputs.