prune_pout¶
- bigmultipipe.prune_pout(pout, in_names)[source]¶
Removes entries marked for deletion in a
BigMultiPipe.pipeline()outputTo mark an entry for deletion,
outfnamemust beNoneandmetamust be{}- Parameters
- poutlist of tuples (str or
None, dict) Output of a
BigMultiPipe.pipeline()run. Thestrare pipeline output filenames, thedictis the output metadata.- in_nameslist of str
Input file names to a
BigMultiPipe.pipeline()run. There will be onepoutfor eachin_name
- poutlist of tuples (str or
- Returns
- (pruned_pout, pruned_in_names)list of tuples (str, dict)
Pruned output with the
Noneoutput filenames removed in both thepoutandin_namelists.