Open nkrumm opened 4 years ago
In GitLab by @nhoffman on Jan 3, 2020, 11:22
Options:
In GitLab by @nkrumm on Jan 3, 2020, 23:51
After discussion, this will primarily be handled by a template.json
with a selectable option for "simple" or "custom" parameter specification. The pipeline will then interpret this and correctly specify workflow inputs using either mode.
As the workDir is not a parameter (and it is challenging/impossible to specify workDir via params, we will provide light parameter/variable substitution within the batchman api to support this use case.
In GitLab by @nhoffman on Dec 21, 2019, 11:21
Thinking about how to submit jobs for production pipelines for which there are file hierarchy conventions for input and output data... I just submitted a dada2-nf job with the following inputs:
where "795" is a miseq run number. Would be awesome to be able to simply specify "795" - I'm not sure at which level parameter substitution would be best implemented.