/*************************************************************************** mkff.h - description ------------------- begin : Fri Jan 9 15:31:41 CET 2009 copyright : (C) 1999-2008 by Cavalli Andrea author : : cavalli $ date : Fri Jan 9 15:31:41 CET 2009 id : mkff.h header email : cavalli@bioc.unizh.ch amc82@cam.ac.uk **************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef __MKFF__ #define __MKFF__ #include #include #include #include using namespace std; using namespace boost; template string alm_replace_all(string tmp, string what, Type t){ stringstream ss; ss.precision(10); ss.setf(ios::fixed,ios::floatfield); ss<