split merge¶
Usage
Run using mc_script split merge after installation or using ~ndcn0236/bin/mc_script split merge on jalapeno.
Import in python using from mcutils.scripts.split import merge
Documentation
Merge result from individual runs
Functions
|
Merges all files starting with given basenames into files starting with out_basename |
|
Merges all files in the input directories into out_directory |
|
Merges the given files into a single file |
|
Access to the script for other python programs. |
CLI interface
|
Creates the parser of the command line arguments |
|
Runs the script based on a Namespace containing the command line arguments |