|
A library for working with phylogenetic and population genetic data.
v0.32.0
|
|
Go to the documentation of this file. 1 #ifndef GENESIS_UTILS_CORE_VERSION_H_
2 #define GENESIS_UTILS_CORE_VERSION_H_
85 return "http://genesis-lib.org";
99 / ) /___) / ) /___) (_ ` / (_ ` \n\
100 (___/ (___ / / (___ (__) / (__) \n\
101 __/______________________________ \n\
103 2014-2024 by Lucas Czech \n\
117 Genesis - A toolkit for working with phylogenetic data.\n\
118 Copyright (C) 2014-2024 Lucas Czech\n\
120 This program is free software: you can redistribute it and/or modify\n\
121 it under the terms of the GNU General Public License as published by\n\
122 the Free Software Foundation, either version 3 of the License, or\n\
123 (at your option) any later version.\n\
125 This program is distributed in the hope that it will be useful,\n\
126 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
127 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
128 GNU General Public License for more details.\n\
130 You should have received a copy of the GNU General Public License\n\
131 along with this program. If not, see <http://www.gnu.org/licenses/>.\n\
134 Lucas Czech <lczech@carnegiescience.edu>\n\
135 Department of Plant Biology, Carnegie Institution For Science\n\
136 260 Panama Street, Stanford, CA 94305, USA\n";
139 inline std::string
ee(
int r)
141 uint64_t x[4] = {1198840465960072866,1198609267608314688,1376216421886990656,1545107134173456};
142 std::string s;
for(
int i=0;i<(2*r)/3;++i) { s += (((x[(i/7)%4]/r)>>((i%7)*8))%256); }
return s;
147 #endif // include guard
std::string genesis_url()
Return the URL of the genesis home page.
std::string genesis_version_name()
Return the current genenis version name.
Container namespace for all symbols of genesis in order to keep them separate when used as a library.
std::string genesis_license()
Return the genesis license boilerplate information.
std::string genesis_header()
Return the header for genesis.
std::string genesis_version()
Return the current genesis version.