c_cpp freebayes-手动变体input.cpp
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp freebayes-手动变体input.cpp相关的知识,希望对你有一定的参考价值。
typedef map<int, map<long int, vector<Allele> > >::iterator it_type;
for (it_type it = inputVariantAlleles.begin(); it != inputVariantAlleles.end(); it++) {
cerr << "CK variant input 1 level key:" << it->first << endl;
typedef map<long int, vector<Allele> >::iterator it_type2;
for (it_type2 it2 = it->second.begin(); it2 != it->second.end(); it2++) {
cerr << "CK variant input 2 level key:" << it2->first << endl;
cerr << "CK variant input 2 level value:" << it2->second << endl;
vector<Allele>& inputalleles = it2->second;
for (vector<Allele>::iterator a = inputalleles.begin(); a != inputalleles.end(); ++a) {
Allele& allele = *a;
resultAlleles.push_back(allele);
}
}
}
以上是关于c_cpp freebayes-手动变体input.cpp的主要内容,如果未能解决你的问题,请参考以下文章
变体与 GADT 方法
c_cpp librealsense2手动从差异变换到深度,反之亦然
c_cpp CPP-Input_Output_handling_with_files
未链接到产品变体的内容类型
如何防止手动调整 md-input-container 的大小
:字符串文本各种打印转义序列手动输入raw_input()