recipe upimapi

UniProt Id Mapping through API

Homepage:

https://github.com/iquasere/UPIMAPI

Documentation:

https://github.com/iquasere/UPIMAPI/blob/master/README.md

License:

BSD / BSD-3-Clause

Recipe:

/upimapi/meta.yaml

UPIMAPI takes as input either a list of UniProt IDs or a blast file from annotation using UniProt database as reference and uses UniProt's API to retrieve information relative to those IDs. It is essentially a command line implementation of UniProt's ID mapping web service available at https://www.uniprot.org/uploadlists/, allowing for retrieval of information from thousands of IDs in one go, while still relying on the web service.

package upimapi

(downloads) docker_upimapi

versions:
1.13.1-01.13.0-01.12.3-01.12.2-01.12.1-01.12.0-01.11.2-01.11.1-01.11.0-0

1.13.1-01.13.0-01.12.3-01.12.2-01.12.1-01.12.0-01.11.2-01.11.1-01.11.0-01.10.0-01.9.0-01.8.14-01.8.13-01.8.12-01.8.11-01.8.10-01.8.9-01.8.8-01.8.7-01.8.6-01.8.5-01.8.4-01.8.3-01.8.2-01.8.1-01.7.5-01.7.4-01.7.3-01.7.2-01.7.1-01.7.0-01.6.4-01.6.3-01.6.2-01.6.1-01.6.0-01.5.2-01.5.1-01.5.0-01.4.0-01.3.0-01.2.2-01.2.1-01.2.0-01.1.4-01.1.3-11.1.3-01.1.2-01.1.1-01.1.0-01.0.4-01.0.3-01.0.2-0

depends biopython:

depends diamond:

depends pandas:

depends psutil:

depends pyyaml:

depends requests:

depends tqdm:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install upimapi

and update with::

   mamba update upimapi

To create a new environment, run:

mamba create --name myenvname upimapi

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/upimapi:<tag>

(see `upimapi/tags`_ for valid values for ``<tag>``)

Download stats