Mercurial > repos > jjohnson > package_crest_1_0_1
diff tool_dependencies.xml @ 0:963cf85f6c8f draft default tip
Uploaded
author | jjohnson |
---|---|
date | Fri, 08 Nov 2013 16:19:38 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Nov 08 16:19:38 2013 -0500 @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="crest" version="1.0.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">ftp://ftp.stjude.org/pub/software/CREST/CREST.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="CREST_DIRECTORY" action="set_to">$INSTALL_DIR</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> +CREST + +CREST (Clipping Reveals Structure) is a new algorithm for detecting genomic structural variations at base-pair resolution using next-generation sequencing data. Please cite the following article: + +Wang J, Mullighan CG, Easton J, Roberts S, Heatley SL, Ma J, Rusch MC, Chen K, Harris CC, Ding L, Holmfeldt L, Payne-Turner D, Fan X, Wei L, Zhao D, Obenauer JC, Naeve C, Mardis ER, Wilson RK, Downing JR and Zhang J. CREST maps somatic structural variation in cancer genomes with base-pair resolution (2011). Nature Methods. + +The source code can be downloaded here and used according to the terms of the GNU General Public License (GPL), version 2 or later. + +Users will need to obtain the BLAT and CAP3 programs separately to use CREST; BLAT and CAP3 are free for academic use but require licensing fees for commercial use. The open source BioPerl and SAMtools libraries are also needed to use CREST. + +http://www.stjuderesearch.org/site/lab/zhang + </readme> + </package> + +</tool_dependency>