cd /path/to/TEST unzip POST_GATK_DATA.zip
xhmm --mergeGATKdepths -o ./DATA.RD.txt \ --GATKdepths group1.DATA.sample_interval_summary \ --GATKdepths group2.DATA.sample_interval_summary \ --GATKdepths group3.DATA.sample_interval_summary
运行结果如下:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Command-line parameter values: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mergeGATKdepths GATKdepths="group1.DATA.sample_interval_summary" GATKdepths="group2.DATA.sample_interval_summary" GATKdepths="group3.DATA.sample_interval_summary" outputMatrix="./DATA.RD.txt" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Reading GATK depth file group1.DATA.sample_interval_summary Reading GATK depth file group2.DATA.sample_interval_summary Reading GATK depth file group3.DATA.sample_interval_summary Writing GATK read-depth matrix of 30 samples by 300 targets to ./DATA.RD.txt Total CPU time for processing this job: 6 seconds [user time: 6 system time: 0 children user time: 0 children system time: 0] Total time for processing this job: 0 seconds
生成文件:
DATA.RD.txt