HI. I would like to run a workflow in parallel on list of multiple data sets (using the dataset lists options), within the workflow I need to map using BWA and would like to add the appropriate ‘readgroup’, ‘library’, and ‘sample’ parameters for each of the input datasets. All the information I need is included in the input dataset name e.g.’sample’ is the first 3 characters dataset name ‘library’ is the 4-6 characters of the name…
I have found variants of my question from several years ago, which indicated that it is only possible to use input dataset names for renaming output files using #{-inputFile-}.
Is this still the case that ${ } parameters set by the user at the beginning of work flows cannot use information in dataset names?
Thanks Guy