https://github.com/epi2me-labs/wf-basecalling/blob/560838575644a4adc8c18107645f766803233236/output_definition.json#L4 The output directory naming is currently hardcoded. For consistency with other workflows, this should be made dynamic like in `wf-human-variation`: ``` "filepath": "{{ alias }}.wf-human-alignment-report.html", ```
wf-basecalling/output_definition.json
Line 4 in 5608385
The output directory naming is currently hardcoded. For consistency with other workflows, this should be made dynamic like in
wf-human-variation: