# HG changeset patch
# User bgruening
# Date 1442485277 14400
# Node ID a19b36f7ff5d1be54452e66904c02eb366ac676d
# Parent  c76494b4ba5039d5f5c220fb1c8cbf4c4d8ffd4f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bamhash commit 2749adf8099bbdea4f61759201b3f2b92db5ff0f-dirty

diff -r c76494b4ba50 -r a19b36f7ff5d bamhash.xml
--- a/bamhash.xml	Thu Sep 17 06:01:04 2015 -0400
+++ b/bamhash.xml	Thu Sep 17 06:21:17 2015 -0400
@@ -9,7 +9,7 @@
         <regex match="Error:" />
         <regex match="Exception:" />
     </stdio>
-    <version_command>BamHash version 1.1</version_command>
+    <version_command>bamhash_checksum_fastq --version</version_command>
     <command><![CDATA[
         #if $tool.tool_choice=="bam":
             #for $counter, $file in enumerate($tool.input_bam):
diff -r c76494b4ba50 -r a19b36f7ff5d tool_dependencies.xml
--- a/tool_dependencies.xml	Thu Sep 17 06:01:04 2015 -0400
+++ b/tool_dependencies.xml	Thu Sep 17 06:21:17 2015 -0400
@@ -5,8 +5,16 @@
             <actions>
                 <action target_filename="BamHash-dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz" type="download_by_url">https://github.com/DecodeGenetics/BamHash/archive/dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz</action>
                 <action type="shell_command">make</action>
-                <action type="move_directory_files">
-                    <source_directory>.</source_directory>
+                <action type="move_file">
+                    <source_directory>bamhash_checksum_bam</source_directory>
+                    <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                </action>
+                <action type="move_file">
+                    <source_directory>bamhash_checksum_fasta</source_directory>
+                    <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                </action>
+                <action type="move_file">
+                    <source_directory>bamhash_checksum_fastq</source_directory>
                     <destination_directory>$INSTALL_DIR/bin</destination_directory>
                 </action>
                 <action type="set_environment">