News and Announcements » |
Description:
This script provides a convenient interface for merging mapping files which contains data on different samples.
Usage: merge_mapping_files.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
The result of this script is a merged mapping file (tab-delimited).
Example:
Merge two mapping files into a new mapping file (merged_mapping.txt). In cases where a mapping field is not provided for some samples, add the value ‘Data not collected’.
merge_mapping_files.py -m map_controls.txt,map_fasting.txt -o merged_mapping.txt -n 'Data not collected'