[C++ Toolkit ANNOUNCE] C++ ID1_FETCH

Denis Vakatov vakatov at ncbi.nlm.nih.gov
Mon Jul 23 15:36:44 EDT 2001


Hi,

C++ ID1_FETCH is a simplified (it does not accept as many cmd.-line
args) analogue of the popular "idfetch" utility.

ID1_FETCH is written using only C++ APIs -- it employs C++ based
ASN.1 and XML data serialization, new NCBI dispatcher and new
NCBI network client API.



SOURCE:
                  http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/id1_fetch/id1_fetch.cpp


MAKEFILE:
                  http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/id1_fetch/Makefile.id1_fetch.app


BUILD:
                  $NCBI/c++/scripts/import_project.sh app/id1_fetch
                  cd internal/c++/src/app/id1_fetch
                  make -f Makefile.id1_fetch_app

RUN:
                  id1_fetch -gi 2
                  id1_fetch -gi 2 -fmt xml


------
It's primarely based on the works done in the NCBI C++ Toolkit by:
                  Aleksey Grichenko
                  Anton   Lavrentiev
                  Denis   Vakatov
                  Eigene  Vasilchenko



More information about the cpp-announce mailing list