Mercurial > repos > yhoogstrate > package_ega_download_streamer_1_1_5
changeset 0:124dac6f53f4 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/ega_client_galaxy_wrapper commit f9aaaae65770710554cf4fec7769859676cbb598
| author | yhoogstrate |
|---|---|
| date | Wed, 13 Jan 2016 08:09:59 -0500 |
| 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 Jan 13 08:09:59 2016 -0500 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="EGA_download_streamer" version="1.1.5"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="b59797dcaa7c6c0c7e3c1f3057cacd64d25f3e285e999b905755b3f9bcf6ac44">https://www.ebi.ac.uk/ega/sites/ebi.ac.uk.ega/files/documents/EGA_download_streamer_1.1.5.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>
