wrapBaseDBPackages       package:AnnotationDbi       R Documentation

_W_r_a_p _u_p _a_l_l _t_h_e _B_a_s_e _D_a_t_a_b_a_s_e_s _i_n_t_o _P_a_c_k_a_g_e_s _f_o_r _d_i_s_t_r_i_b_u_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Creates extremely simple packages from the base database files for
     distribution.  This is a convenience function for wrapping up
     these packages in a consistent way each time.

_U_s_a_g_e:

       wrapBaseDBPackages(dbPath, destDir, version)

_A_r_g_u_m_e_n_t_s:

  dbPath: dbPath is just the path to the location of the latest
          intermediate sqlite source files. These files are then used
          to make base DB packages.  

 destDir: destination path for the newly minted packages.  

 version: version number to stamp onto these newly minted packages.  

_E_x_a_m_p_l_e_s:

     ## Not run: 
       ##Make all of the intermediate DBs and place the new packages right here.
       wrapBaseDBPackages(dbPath = "/mnt/cpb_anno/mcarlson/proj/sqliteGen/nli/annosrc/db/",
                          destDir = ".")
     ## End(Not run)

