Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Version Python Versions PyPI Downloads Documentation Status Install with Bioconda Available on Galaxy

CrossMap

CrossMap is a command-line tool for converting genomic coordinates, annotations, and sequencing alignments between genome assemblies using chain files.

CrossMap supports many commonly used genomics file formats, including

Installation

Install the latest release from PyPI:

pip install CrossMap

Or install the latest development version from GitHub:

pip install git+https://github.com/liguowang/CrossMap.git

Documentation

https://crossmap.readthedocs.io/

Source code

https://github.com/liguowang/CrossMap

Example

Convert a BED file from hg19 to hg38:

CrossMap bed \
   hg19ToHg38.over.chain.gz \
   input.bed \
   output.bed

License

CrossMap is distributed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).

Citation

If you use CrossMap in your research, please cite:

Zhao H, Sun Z, Wang J, Huang H, Kocher J-P, Wang L. CrossMap: a versatile tool for coordinate conversion between genome assemblies Bioinformatics. 2014;30(7):1006–1007.

About

CrossMap is a python program to lift over genome coordinates from one genome version to another.

Resources

Stars

99 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages