changeset 1:ed530f232f63 draft

planemo upload for repository https://github.com/goeckslab/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
author yating-l
date Mon, 01 May 2017 16:57:57 -0400
parents 9b27da80dcea
children 7b681617f31d
files tool_dependencies.xml
diffstat 1 files changed, 27 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon May 01 16:04:14 2017 -0400
+++ b/tool_dependencies.xml	Mon May 01 16:57:57 2017 -0400
@@ -23,26 +23,33 @@
     <!-- https://tandem.bu.edu/trf/downloads/trf407b.linux64 -->
     <package name="trf" version="4.07b">
         <install version="1.0">
-            <actions>
-                <action type="download_by_url" target_directory="bin">
-                    <url_template os="darwin">https://tandem.bu.edu/trf/downloads/trf407b.macos64</url_template>
-                    <url_template os="linux">https://tandem.bu.edu/trf/downloads/trf407b.linux64</url_template>
-                </action>
-                <action type="move_file" rename_to="trf">
-                    <source>$INSTALL_DIR/trf407b.macos64</source>
-                    <destination>$INSTALL_DIR/bin</destination>
-                </action>
-                <action type="move_file" rename_to="trf">
-                    <source>$INSTALL_DIR/trf407b.linux64</source>
-                    <destination>$INSTALL_DIR/bin</destination>
-                </action>
-                <action type="chmod">
-                    <file mode="750">$INSTALL_DIR/bin/trf</file>
-                </action>
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                </action>
-            </actions>
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url" target_directory="bin">
+                        <url_template os="linux">https://tandem.bu.edu/trf/downloads/trf407b.linux64</url_template>
+                    </action>
+                    <action type="move_file" rename_to="trf">
+                        <source>$INSTALL_DIR/trf407b.linux64</source>
+                        <destination>$INSTALL_DIR/bin</destination>
+                    </action>
+                    <action type="chmod">
+                        <file mode="750">$INSTALL_DIR/bin/trf</file>
+                    </action>
+                    <action type="set_environment">
+                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    </action>
+                </actions>
+                <actions architecture="x86_64" os="darwin">
+                    <action type="download_by_url" target_directory="bin">
+                        <url_template os="darwin">https://tandem.bu.edu/trf/downloads/trf407b.macos64</url_template>
+                    </action>
+                    <action type="move_file" rename_to="trf" os="darwin">
+                        <source>$INSTALL_DIR/trf407b.macos64</source>
+                        <destination>$INSTALL_DIR/bin</destination>
+                    </action>
+                </actions>
+            </actions_group>
+            
         </install>
         <readme>The tools downloaded by this dependency definition are free for academic use.</readme>
     </package>