Project

General

Profile

Bug #14723

Updated by Peter Amstutz about 5 years ago

A user has reported a situation where, in producing CWL output, there are directories that should contain the same file, however the file only appears in one directory.    The theory is that the source files get mapped to exactly one destination in the output collection (picked arbitrarily) instead of copied to every location in the destination collection. 

 Specifically, make_output_collection it uses NoFollowPathMapper() to map each file to exactly one destination.    It probably ought to work the other way, mapping each destination to an input file. 

Back