downloadSourceData        package:AnnBuilder        R Documentation

_C_r_e_a_t_e _a _l_o_c_a_l _m_i_r_r_o_r _o_f _a_n_n_o_t_a_t_i_o_n _d_a_t_a _s_o_u_r_c_e_s

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

     Uses wget to mirror relevant portions of publicly available
     annotation data sources.  The goal is to create a local mirror
     that can be served on your LAN to reduce network load when
     building multiple annotation data packaages.

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

     downloadSourceData()

_D_e_t_a_i_l_s:

     The data files will be downloaded to the current working
     directory. The KEGG pathway data is a special case.  We download
     the current tarball of the pathway data, but it needs to be
     unpacked in 'kegg/pathways'.

_A_u_t_h_o_r(_s):

     S. Falcon

