Home
last modified time | relevance | path

Searched refs:threeFeatType (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dbed_writer.cpp105 string threeFeatType; in AddFeature() local
110 if (!CWriteUtil::GetThreeFeatType(feature, threeFeatType)) { in AddFeature()
114 if (threeFeatType == "chrom") { in AddFeature()
119 if (threeFeatType == "thick") { in AddFeature()
124 if (threeFeatType == "block") { in AddFeature()
H A Dwrite_util.cpp1042 string& threeFeatType) in GetThreeFeatType() argument
1052 threeFeatType = pUo->GetField("location").GetString(); in GetThreeFeatType()