You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below lines of code/script will fail when doing aggregate from path, and have samples haven't finished corresponding subworkflows.
The goal of aggregate from path is to leverage whatever have already completed samples/subworkflows to construct a cohort to the best of it can. It was designed to tolerate missing samples/subworkflows and aggregate whatever there is.
Since below scripts specifically naming files, instead of using wildcard like the examples at the end here shows, the process will fail since aggrgate will create invalid link based on the path, which will be ignored by using wildcard but error will raise when specifying file names.
Below lines of code/script will fail when doing aggregate from path, and have samples haven't finished corresponding subworkflows.
The goal of aggregate from path is to leverage whatever have already completed samples/subworkflows to construct a cohort to the best of it can. It was designed to tolerate missing samples/subworkflows and aggregate whatever there is.
Since below scripts specifically naming files, instead of using wildcard like the examples at the end here shows, the process will fail since aggrgate will create invalid link based on the path, which will be ignored by using wildcard but error will raise when specifying file names.
tempo/modules/process/Aggregate/GermlineAggregateSv.nf
Line 14 in e29f5be
tempo/modules/process/Aggregate/SomaticAggregateHRDetect.nf
Line 13 in e29f5be
tempo/modules/process/Aggregate/SomaticAggregateSv.nf
Line 14 in e29f5be
And for loops in the script block of this process
https://github.com/mskcc/tempo/blob/develop/modules/process/Aggregate/CohortRunMultiQC.nf
Successful examples:
tempo/modules/process/Aggregate/SomaticAggregateMaf.nf
Line 21 in e29f5be
tempo/modules/process/Aggregate/SomaticAggregateLOHHLA.nf
Line 20 in e29f5be
The text was updated successfully, but these errors were encountered: