changeset 2:f563e1197e30 draft

Uploaded
author anmol
date Tue, 22 Sep 2015 10:49:32 -0400
parents 7837bd802596
children 560c84899f6a
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 22 10:39:57 2015 -0400
+++ b/tool_dependencies.xml	Tue Sep 22 10:49:32 2015 -0400
@@ -4,20 +4,6 @@
    <install version="1.0">
      <actions>
        <action type="download_by_url">http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.33.zip</action>
-       <action type="move_file">
-          <source>./Trimmomatic-0.33/trimmomatic-0.33.jar</source>
-          <destination>$INSTALL_DIR</destination>
-       </action>
-       <action type="move_directory_files">
-          <source_directory>./Trimmomatic-0.33/adapters</source_directory>
-          <destination_directory>$INSTALL_DIR/adapters</destination_directory>
-       </action>
-       <action type="set_environment">
-          <environment_variable name="TRIMMOMATIC_DIR" action="set_to">$INSTALL_DIR</environment_variable>
-       </action>
-       <action type="set_environment">
-          <environment_variable name="TRIMMOMATIC_ADAPTERS_DIR" action="set_to">$INSTALL_DIR/adapters</environment_variable>
-       </action>
      </actions>
     </install>
    <readme>Trimmomatic requires the Java Runtime Environment</readme>