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.3-01.13.1-01.13.0-01.12.3-01.12.2-01.12.1-01.12.0-01.11.2-01.11.1-0

1.13.3-01.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:
  • on biopython

  • on diamond

  • on pandas

  • on psutil

  • on pyyaml

  • on requests

  • on tqdm

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install upimapi

to add into an existing workspace instead, run:

pixi add upimapi

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install upimapi

Alternatively, to install into a new environment, run:

conda create -n envname upimapi

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

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

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

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats