umdtest.cc

Go to the documentation of this file.
00001 #include "foundation_AMOS.hh"
00002 #include <iostream>
00003 using namespace std;
00004 using namespace AMOS;
00005 
00006 int main ( )
00007 {
00008   Contig_t ctg;
00009 
00010   try {
00011 
00012     while ( ctg . readUMD (cin) )
00013       ctg . writeUMD (cout);
00014 
00015   }
00016   catch (Exception_t & e) {
00017     cerr << e;
00018   }
00019 
00020   return 0;
00021 }

Generated on Mon Feb 22 17:36:27 2010 for libAMOS by  doxygen 1.4.7