Repository revision
repository tip
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository suite_ncbi_entrez
Owner: iuc
Synopsis: NCBI Entrez E-Utilties allow fetching data from NCBI Databases
Entrez E-Utils provide an interface to the NCBI databases to allow querying
and downloading datasets from NCBI

This repo requires that administrators should very aware of some
restrictions NCBI places on the use of the Entrez service.

NCBI requests that you please limit large jobs to either weekends or
between 9:00 PM and 5:00 AM Eastern time during weekdays. This is not a
request that the Galaxy tool can easily service, so we've included it in
the disclaimer on every tool quite prominently.

Failure to comply with NCBI's policies may result in an block until
you/the user contacts NCBI and registers the tool ID and their email.

Note that these are *IP* level blocks so the Galaxy tools uses a
concatenation of the administrator's emails, and the user email, in
hopes that NCBI will contact all relevant parties should their system be
abused.

Additionally, since these are IP level blocks, the Galaxy tool author
(@erasche) recommends using the following snippet in config/jobs_conf.xml in
order to place a system-wide restriction of 1 concurrent Entrez job
amongst all users::

    <destination id="entrez" runner="local">
    </destination>
    <limit type="concurrent_jobs" id="entrez">1</limit>
    <tools>
      <tool id="ncbi.eutils.efetch" destination="entrez" />
      <tool id="ncbi.eutils.esearch" destination="entrez" />
      <tool id="ncbi.eutils.epost" destination="entrez" />
      <tool id="ncbi.eutils.elink" destination="entrez" />
      <tool id="ncbi.eutils.einfo" destination="entrez" />
      <tool id="ncbi.eutils.esummary" destination="entrez" />
    </tools>
Type: unrestricted
Revision: 8:6dd63011ccd6
This revision can be installed: True
Times cloned / installed: 553
Dependencies of this repository

Repository ncbi_eutils_egquery revision 5277d159053d owned by iuc
Repository ncbi_eutils_esummary revision 82e10809842f owned by iuc
Repository ncbi_eutils_elink revision 98365d44f1fa owned by iuc
Repository ncbi_eutils_einfo revision ccc58c7435fd owned by iuc
Repository ncbi_eutils_epost revision 53cf74abf836 owned by iuc
Repository ncbi_eutils_ecitmatch revision 9a9c5027ea7c owned by iuc
Repository ncbi_eutils_esearch revision 67602de82f6e owned by iuc
Repository ncbi_eutils_efetch revision c5ff15011115 owned by iuc

Categories
Data Source - Tools for retrieving data from external data sources