Project

General

Profile

Feature #9136

Updated by Peter Amstutz over 5 years ago

Concatenating N As far as I understand, concatenating n files together to create a new one can should be accomplished with an operation on the manifest text manipulation, without moving data.   

 # Add a method text. Adding this functionality to the Arvados SDK that appends the segments of one ArvadosFile to another (a generalized version could replace a region of one ArvadosFile with a region from another one.) 
 # Provide example Python code (create a new ArvadosFile that is the combinations of two or more other files) 
 # Provide example CWL (requires passing in explicit keep references, talking to API server to create new output collection, and producing cwl.output.json with references to the new collection). 
 would be helpful for writing crunch scripts.

Back