Repository 'package_quast_3_2'
hg clone https://toolshed.g2.bx.psu.edu/repos/aafc-mbb/package_quast_3_2

Changeset 0:0bcf4378cb31 (2016-03-23)
Commit message:
Uploaded
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 0bcf4378cb31 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Mar 23 09:37:58 2016 -0400
b
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool_dependency>
+ <package name="quast" version="3.2">
+ <install version="1.0">
+ <actions>
+ <action type="download_by_url">https://downloads.sourceforge.net/project/quast/quast-3.2.tar.gz</action>
+ <action type="shell_command">ls</action>
+ <action type="shell_command">mv * $INSTALL_DIR</action>
+ <action type="set_environment">
+ <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+ </action>
+ </actions>
+ </install>
+ <readme>
+ Software: QUAST
+ Version: 3.2
+ Source: http://bioinf.spbau.ru/quast
+
+ For more info, contact: mbb@agr.gc.ca
+ </readme>
+ </package>
+</tool_dependency>