Mercurial > repos > jeremyjliu > region_motif_enrichment
diff tool_dependencies.xml @ 30:da0bc6dead0d draft
Restore deleted source files
author | jeremyjliu |
---|---|
date | Mon, 05 Jan 2015 22:28:37 -0500 |
parents | |
children | 0e031bf8c5b1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jan 05 22:28:37 2015 -0500 @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<tool_dependency> + <set_environment version="1.0"> + <environment_variable name="RMOTIF_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> + </set_environment> + <package name="MOTIFS" version="1.0.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://gehlenborg.com/wp-content/uploads/motif/pouya_test_motifs.bed.bgz</action> + <action type="shell_command">mv pouya_test_motifs.bed.bgz $REPOSITORY_INSTALL_DIR/region_motif_db</action> + <action type="download_by_url">http://gehlenborg.com/wp-content/uploads/motif/pouya_test_motifs.bed.bgz.tbi</action> + <action type="shell_command">mv pouya_test_motifs.bed.bgz.tbi $REPOSITORY_INSTALL_DIR/region_motif_db</action> + </actions> + </install> + </package> +</tool_dependency> \ No newline at end of file