# HG changeset patch # User yhoogstrate # Date 1437555993 14400 # Node ID 643f1fd62cec0f90089dd8008c26d70abb10d596 Uploaded diff -r 000000000000 -r 643f1fd62cec tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jul 22 05:06:33 2015 -0400 @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + http://sourceforge.net/projects/crossmap/files/CrossMap-0.1.8.tar.gz + + + + $INSTALL_DIR/usr/local/lib/python2.7/site-packages + $INSTALL_DIR/usr/local/bin + + $INSTALL_DIR/usr/local/bin + $INSTALL_DIR + + + + +CrossMap is versatile tool to convert genome coordinates or annotation files between genome +assemblies. It supports mostly commonly used file types, including BAM, BED,BigWig, GFF, +GTF, SAM, Wiggle, and VCF formats. For large plain text file types, such as BED, GFF, GTF +and VCF, reading from remote servers and file compression are supported. + +Installation + +Prerequisite: + * gcc + * python2.7 or newer + * numpy + * cython + +Download CrossMap program from here: + +$ tar zxf CrossMap-VERSION.tar.gz + +$ cd CrossMap-VERSION + +# install CrossMap to default location. In Linux/Unix, this location is like: +# /home/user/lib/python2.7/site-packages/ +$ python setup.py install + +# or you can install CrossMap to a specified location: +$ python setup.py install --root=/home/user/CrossMap + +# setup PYTHONPATH. Skip this step if CrossMap was installed to default location. +$ export PYTHONPATH=/home/user/CrossMap/usr/local/lib/python2.7/site-packages:$PYTHONPATH. + +# Skip this step if CrossMap was installed to default location. +$ export PATH=/home/user/CrossMap/usr/local/bin:$PATH + +NOTE: + + * Due to intensive computation, CrossMap is designed to run on Linux/Unix and Mac OS. Some modules may not work properly on Windows. + * Mac users need to download and install Xcode command line tools. + +Documentation: http://crossmap.sourceforge.net/ + + +