changeset 0:0bcf4378cb31 draft default tip

Uploaded
author aafc-mbb
date Wed, 23 Mar 2016 09:37:58 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Mar 23 09:37:58 2016 -0400
@@ -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>