The settings for name and type from a contained tool configuration file's requirement tag does not match the information for the following tool dependency definitions in the tool_dependencies.xml file, so these tool dependencies have no relationship with any tools within this repository.
* name: NCBI_EUTILS_CONTACT, type: set_environment
Repository revision
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository ncbi_eutils_efetch
Owner: iuc
Synopsis: Wrapper for NCBI application NCBI EFetch
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: 0:71bcf87a7031
This revision can be installed: True
Times cloned / installed: 899

Repository README files - may contain important installation or license information

Galaxy NCBI Entrez Tools ======================== This repo requires a readme as 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 ``jobs_conf.xml`` snippet in order to place a system-wide restriction of 1 concurrent Entrez job amongst all users. .. code:: xml 1
Dependencies of this repository

Repository package_numpy_1_9 revision 83d12e13dbbd owned by iuc (prior install required)
Repository package_atlas_3_10 revision 98c017ec230d owned by iuc (prior install required)
Repository package_python_2_7 revision f761bd14343e owned by iuc (prior install required)
Repository package_zlib_1_2_8 revision 411985b46ae8 owned by iuc (prior install required)
Repository package_readline_6_3 revision ca1a9400d4e1 owned by iuc (prior install required)
Repository package_bzlib_1_0 revision af4887e1f595 owned by iuc (prior install required)
Repository package_xz_5_0_5 revision 944f93d45594 owned by iuc (prior install required)
Repository package_sqlite_3_8_3 revision c8a5c11cc921 owned by iuc (prior install required)
Repository package_gdbm_1_11 revision ed2537bccffc owned by iuc (prior install required)
Repository package_ncurses_6_0 revision 0efde9889efd owned by iuc (prior install required)
Repository package_ncurses_6_0 revision 0efde9889efd owned by iuc (prior install required)
Repository package_libtool_2_4 revision 7f67694b167c owned by iuc (prior install required)

Name Version Type
biopython 1.66 package
NCBI_EUTILS_CONTACT set_environment

Contents of this repository

Name Description Version Minimum Galaxy Version
fetch records from NCBI 1.1 any

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