Repository 'package_rmap_2_05'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/package_rmap_2_05

Changeset 0:e0eed0cb34bf (2014-05-19)
Next changeset 1:3b7001e1af15 (2015-10-11)
Commit message:
Imported from capsule None
added:
tool_dependencies.xml
b
diff -r 000000000000 -r e0eed0cb34bf tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon May 19 12:32:58 2014 -0400
b
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="rmap" version="2.05">
+    <install version="1.0">
+            <actions_group>
+                <actions os="linux" architecture="x86_64">
+                    <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/rmap/rmap-2.05-Linux-x86_64.tgz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
+                <actions os="darwin" architecture="x86_64">
+                    <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/rmap/rmap-2.05-darwin-x86_64.tgz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
+                <actions>
+                    <action type="download_by_url">http://www.cmb.usc.edu/people/andrewds/rmap/rmap_v2.05.tbz2</action>
+                    <action type="shell_command">make install</action>
+                    <action type="move_file">
+                        <source>gpl-3.0.txt</source>
+                        <destination>$INSTALL_DIR</destination>
+                    </action>
+                    <action type="move_file">
+                        <source>README.txt</source>
+                        <destination>$INSTALL_DIR</destination>
+                    </action>
+                    <action type="move_directory_files">
+                        <source_directory>bin</source_directory>
+                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                    </action>
+                </actions>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions_group>
+        </install>
+    <readme>
+    </readme>
+  </package>
+</tool_dependency>
\ No newline at end of file