Closed dpmccabe closed 2 months ago
No change to any WDL except using SSDs instead of HDDs everywhere inside the RNA_pipeline and WGS_pipeline folders:
RNA_pipeline
WGS_pipeline
use_ssd
use_ssd = true
No change to any WDL except using SSDs instead of HDDs everywhere inside the
RNA_pipeline
andWGS_pipeline
folders:use_ssd
option was already available as a task input now usesuse_ssd = true
whenever such a task is called.