recipe crossmap

CrossMap is a program for convenient conversion of genome coordinates and genomeannotation files between assemblies.

Homepage:

https://crossmap.sourceforge.net

Documentation:

https://crossmap.readthedocs.io/en/latest/

Developer docs:

https://github.com/liguowang/CrossMap

License:

GPL3 / GPL-3.0-or-later

Recipe:

/crossmap/meta.yaml

Links:

usegalaxy-eu: crossmap_bam, usegalaxy-eu: crossmap_bed, usegalaxy-eu: crossmap_vcf, usegalaxy-eu: crossmap_wig, usegalaxy-eu: crossmap_gff, doi: 10.1093/bioinformatics/btt730, biotools: crossmap

package crossmap

(downloads) docker_crossmap

versions:
0.7.0-00.6.5-00.6.4-00.6.3-00.6.1-00.6.0-00.5.2-00.4.2-00.4.1-0

0.7.0-00.6.5-00.6.4-00.6.3-00.6.1-00.6.0-00.5.2-00.4.2-00.4.1-00.3.9-00.3.7-20.3.7-10.3.7-00.3.6-00.3.5-00.3.4-00.3.3-00.3.2-00.3.1-00.2.8-00.2.7-20.2.7-10.2.7-00.2.5-10.2.5-00.2.2-30.2.2-20.2.2-10.2.2-00.2.1-10.2.1-0

depends bx-python:

depends numpy:

depends pybigwig:

depends pysam:

>=0.15

depends python:

>=3.8

depends ucsc-wigtobigwig:

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 crossmap

and update with::

   mamba update crossmap

To create a new environment, run:

mamba create --name myenvname crossmap

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/crossmap:<tag>

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

Download stats