Mercurial > repos > morinlab > package_morinlab_scripts_15_1
changeset 0:8303cc539e76 draft default tip
Uploaded
| author | morinlab |
|---|---|
| date | Thu, 01 Dec 2016 17:17:26 -0500 |
| parents | |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Dec 01 17:17:26 2016 -0500 @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="morinlab_scripts" version="15.1"> + <install version="1.0"> + <actions> + <action type="download_by_url"> + https://github.com/morinlab/lab_scripts/archive/15.1.tar.gz + </action> + + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + + <action type="set_environment"> + <environment_variable action="set_to" name="MORINLAB_SCRIPTS">$INSTALL_DIR</environment_variable> + </action> + + </actions> + </install> + <readme> + Downloads and extracts the lab_scripts repository from the Morin Lab (https://github.com/morinlab/lab_scripts) which contains wrappers for useful tools for cancer mutational analysis. + </readme> + </package> +</tool_dependency>
