ChristopherBarrington / scamp

single cell analysis and more pipeline
https://christopherbarrington.github.io/scamp/
0 stars 0 forks source link

can the process output + metadata bit be simplified? #44

Closed ChristopherBarrington closed 11 months ago

ChristopherBarrington commented 1 year ago

currently uses two function calls but seems it could be streamlined

merge_process_emissions(make_object, ['opt', 'seurat'])
  .map{merge_metadata_and_process_output(it)}
  .dump(tag: 'seurat:prepare:cell_ranger:objects', pretty: true)
  .set{objects}
ChristopherBarrington commented 1 year ago

is this on every process? could make it into a single function instead?