-
Notifications
You must be signed in to change notification settings - Fork 29
Description
The MultiQC output currently names samples using adapted versions of their full file paths. On machines where the inputs to MultiQC are stored within deep hierarchies (i.e. staged PAPI instances); this results in a MultiQC report where the input (sample) names are so long that they prevent the actual sample name from being displayed.
The call to MultiQC should be adapted to use shorter names—probably the basename of the input files stored within the input-filenames.txt created in the body of task MultiQC. The task should honor values passed via the sample_names input of the task MultiQC, overriding the auto-shortened sample names with those specified in the task input (if present).
Care will be likely be needed to ensure correct sample name ordering if the MultiQC report is extended to include other inputs in addition to those from FastQC.