00001 /********************************************************************* 00002 * Clustal Omega - Multiple sequence alignment 00003 * 00004 * Copyright (C) 2010 University College Dublin 00005 * 00006 * Clustal-Omega is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU General Public License as 00008 * published by the Free Software Foundation; either version 2 of the 00009 * License, or (at your option) any later version. 00010 * 00011 * This file is part of Clustal-Omega. 00012 * 00013 ********************************************************************/ 00014 00015 /* 00016 * RCS $Id: mbed.h 193 2011-02-07 15:45:21Z andreas $ 00017 */ 00018 00019 #ifndef CLUSTALO_MBED_H 00020 #define CLUSTALO_MBED_H 00021 00022 #include "muscle_tree.h" 00023 #include "seq.h" 00024 00025 00026 extern int 00027 Mbed(tree_t **tree, mseq_t *prMSeq, 00028 const int iPairDistType, const char *pcGuidetreeOutfile); 00029 00030 #endif