Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/unit_test/
H A Dunit_test_validator.cpp11559 vector<string> peptide_feat; in BOOST_AUTO_TEST_CASE() local
11560 peptide_feat.push_back("mat_peptide"); in BOOST_AUTO_TEST_CASE()
11561 peptide_feat.push_back("sig_peptide"); in BOOST_AUTO_TEST_CASE()
11562 peptide_feat.push_back("transit_peptide"); in BOOST_AUTO_TEST_CASE()
11563 peptide_feat.push_back("preprotein"); in BOOST_AUTO_TEST_CASE()
11564 peptide_feat.push_back("proprotein"); in BOOST_AUTO_TEST_CASE()
11580 ITERATE(vector<string>, key, peptide_feat) { in BOOST_AUTO_TEST_CASE()