I have a Launch role user who currently needs to supply some additional config to
nf-core/fetchngs
. I directed him to the launch settings to supply the snippet there, like:
process{
withName: 'SRATOOLS_FASTERQDUMP' {
ext.args = '--split-files --include-technical'
}
}
But he has reminded me that
Launch
role users are unable to access the launch settings. 
Could you advise as to how
Launch
role users might supply such runtime configuration?