Home
last modified time | relevance | path

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

/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhdatabase.cpp33 void HHDatabase::buildDatabaseName(const char* base, const char* extension, in buildDatabaseName() function in HHDatabase
50 buildDatabaseName(base, "a3m", ".ffdata", a3m_data_filename); in checkDatabaseConflicts()
51 buildDatabaseName(base, "a3m", ".ffindex", a3m_index_filename); in checkDatabaseConflicts()
53 buildDatabaseName(base, "ca3m", ".ffdata", ca3m_data_filename); in checkDatabaseConflicts()
54 buildDatabaseName(base, "ca3m", ".ffindex", ca3m_index_filename); in checkDatabaseConflicts()
92 buildDatabaseName(base, "a3m", ".ffdata", a3m_data_filename); in HHblitsDatabase()
93 buildDatabaseName(base, "a3m", ".ffindex", a3m_index_filename); in HHblitsDatabase()
102 buildDatabaseName(base, "hhm", ".ffdata", hhm_data_filename); in HHblitsDatabase()
103 buildDatabaseName(base, "hhm", ".ffindex", hhm_index_filename); in HHblitsDatabase()
247 buildDatabaseName(base, "ca3m", ".ffdata", ca3m_data_filename); in checkAndBuildCompressedDatabase()
[all …]
H A Dhhdatabase.h33 static void buildDatabaseName(const char* base, const char* extension,