# HG changeset patch # User yhoogstrate # Date 1440601439 14400 # Node ID 805c8fbd3b4e5d756a0829149a5c19a4d1fdd106 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb diff -r 000000000000 -r 805c8fbd3b4e tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Aug 26 11:03:59 2015 -0400 @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + http://sourceforge.net/projects/crossmap/files/CrossMap-0.2.tar.gz + + + + + + + + + + + + + sed -i.bak -r "s/numpy.(sum|nan_to_num)+/np.\1(sig_list)/" "bin/CrossMap.py" ; + + export PYTHONPATH="$CYTHON_PATH/lib/python/Cython-0.20.1-py2.7-linux-x86_64.egg:$PYTHONPATH" && + + python setup.py install --root $INSTALL_DIR + + + + $INSTALL_DIR/usr/local/lib/python2.7/site-packages + $INSTALL_DIR/usr/local/lib/python2.7/dist-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. + +NEWS: + * 08/11/15: Release version 0.2: Fixed the bug that CrossMap will not convert wiggle format files due to name collision with bx python. + * 07/27/15: Release version 0.1.9. For VCF file conversion in v0.1.9: + - CrossMap uses the indexed reference genome (target assembly) sequences rather than load +the entire file into memory. Users could index their reference genome file using samtools faidx +before running CrossMap, otherwise CrossMap will index it automatically the first time you run it. + - In the output VCF file, whether the chromosome IDs contain "chr" or not depends on the input +format. + * 05/15/15: Release version 0.1.8: Fixed the bug that CrossMap will output invalid VCF file when the +input VCF file contains a INFO field with whitespace. + * 05/04/15: Release version 0.1.7: Address the problem that CrossMap does not convert strand in +inversions when input file is BED6 or BED12 format. + * 11/06/14: Release version 0.1.6: Fixed "negative coordinates" bug. + * 08/05/14: Release version 0.1.5: Support compressed (*.gz, *.Z, *.z, *.bz, *.bz2, *.bzip2) wiggle file +as input. + * 05/19/14: add chain files for hg38->hg19, hg19->hg38, hg18->hg38, hg19->GRCh37, +GRCh37->hg19. In CrossMap v0.1.4, conversion results of BAM/SAM files can be directed to +STDOUT to support piping. + * 12/12/13: CrossMap was accepted by Bioinformatics + * 10/23/13: CrossMap (0.1.3) was released + +Documentation: http://crossmap.sourceforge.net/ + + +