changeset 0:2271d52a8531 draft default tip

Uploaded
author takadonet
date Thu, 23 Oct 2014 11:53:12 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Oct 23 11:53:12 2014 -0400
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='utf-8'?>
+<tool_dependency>
+        <package name="tbl2asn" version="23.7">
+            <install version="1.0">
+                <actions>
+                    <action type="download_binary" target_directory="bin">
+                        <url_template os="linux">https://github.com/bgruening/download_store/raw/master/ncbi_tools/tbl2asn/23.7/linux64/tbl2asn</url_template>
+                    </action>
+                    <action type="chmod">
+                        <file mode="750">$INSTALL_DIR/bin/tbl2asn</file>
+                    </action>
+                    <action type="set_environment">
+                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    </action>
+                </actions>
+            </install>
+            <readme>tbl2asn is originally hosted on ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/converters/by_program/tbl2asn/ and mirrored to bgruening's github account to enable reproducibility.</readme>
+        </package>
+</tool_dependency>