Home
last modified time | relevance | path

Searched refs:FZ_LL (Results 1 – 3 of 3) sorted by relevance

/dports/biology/vt/vt-0.57721/
H A Dannotate_indels.cpp80 std::string FZ_LL; member in __anon6e0cf51a0111::Igor
220FZ_LL = bcf_hdr_append_info_with_backup_naming(odw->hdr, "FZ_LL", "1", "Integer", "Longest fuzzy r… in initialize()
379 bcf_update_info_int32(h, v, FZ_LL.c_str(), &vntr.fuzzy_ll, 1); in annotate_indels()
H A Dannotate_indels2.cpp80 std::string FZ_LL; member in __anon2fd6b36c0111::Igor
220FZ_LL = bcf_hdr_append_info_with_backup_naming(odw->hdr, "FZ_LL", "1", "Integer", "Longest fuzzy r… in initialize()
379 bcf_update_info_int32(h, v, FZ_LL.c_str(), &vntr.fuzzy_ll, 1); in annotate_indels()
H A Dmerge_genotypes.cpp174 …std::string FZ_LL = bcf_hdr_append_info_with_backup_naming(odw->hdr, "FZ_LL", "1", "Integer", "Lon… in initialize() local