|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   39 #ifdef _MSC_VER // disable some seqan warnings that distract from ours 
   40 #   pragma warning( push ) // save warning state 
   41 #   pragma warning( disable : 4244 4267 4390 4521 4522 4800) 
   44 #include <seqan/index.h> 
   45 #include <seqan/align.h> 
   46 #include <seqan/graph_align.h> 
   49 #   pragma warning( pop )  // restore old warning state