umccr / cwl-ica

A collection of cwl-ica workflows along with a user guide for the commands to use and contributions guide
MIT License
8 stars 2 forks source link

TS implementation of dragen instrument run fastq to ora pipeline #553

Closed alexiswl closed 3 weeks ago

alexiswl commented 3 weeks ago

Generate ora mount points by first recursively finding fastq files in the instrument run folder

Also generate a bash script for moving outputs to their new location post creation

Rather than trying to write bash code in CWL and handle bash variables, the move command is generated inside the typescript file and relies on the fastq list row generation and output directory name input to determine the source and destination paths of each ora to move.