/* @include emboss ************************************************************ ** ** Master EMBOSS include file for all applications ** ** @author: Copyright (C) 1998 Peter Rice and Alan Bleasby ** @version $Revision: 1.34 $ ** @modified $Date: 2011/09/27 11:19:27 $ by $Author: rice $ ** @@ ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, ** ******************************************************************************/ #ifndef EMBOSS_H #define EMBOSS_H #include "ajax.h" #include "ajgraph.h" #include "ajgraphstruct.h" #include "ajhist.h" #include "ensembl.h" #include "ajtextdb.h" #include "ajseqdb.h" #include "ajfeatdb.h" #include "ajobodb.h" #include "ajassemdb.h" #include "ajrefseqdb.h" #include "ajtaxdb.h" #include "ajurldb.h" #include "ajvardb.h" #include "ajresourcedb.h" #include "ajmart.h" #include "ajacd.h" #include "embaln.h" #include "embcom.h" #include "embcons.h" #include "embdbi.h" #include "embread.h" #include "embiep.h" #include "embprop.h" #include "embinit.h" #include "embword.h" #include "embpat.h" #include "embpatlist.h" #include "embmat.h" #include "embdata.h" #include "embnmer.h" #include "embgroup.h" #include "embshow.h" #include "embmisc.h" #include "embmol.h" #include "embpdb.h" #include "embdomain.h" #include "embsig.h" #include "embdmx.h" #include "embexit.h" #include "embindex.h" #include "embest.h" #endif