changeset 0:04fdd0070044 draft default tip

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/ega_client_galaxy_wrapper commit 72bbd9452fb48044cfafb0074b49a67a8530ff9c
author yhoogstrate
date Tue, 29 Mar 2016 03:51:18 -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	Tue Mar 29 03:51:18 2016 -0400
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="EGA_download_streamer" version="2.1.6">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url" sha256sum="20d5cdfd45f2546903934e203df54438ffe9d9762c0976199c1595442f59264e">https://www.ebi.ac.uk/ega/sites/ebi.ac.uk.ega/files/documents/EgaDemoClient_2.1.6.zip</action>
+                <action type="move_file">
+                    <source>EgaDemoClient.jar</source>
+                    <destination>$INSTALL_DIR/jars</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/jars</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Individual files or whole datasets may be downloaded from European Genome-phenome Archive (EGA) in a secure manner by first placing a download request and then downloading the file/s associated with the request. All files are automatically encrypted prior to streaming and must be decrypted using the streamer after download is complete. 
+            
+            https://www.ebi.ac.uk/ega/about/your_EGA_account/download_streaming_client#about
+        </readme>
+    </package>
+</tool_dependency>