Repository 'multi_fasta_glimmer_hmm'
hg clone https://toolshed.g2.bx.psu.edu/repos/yating-l/multi_fasta_glimmer_hmm

Changeset 1:6618d16f276c (2017-05-01)
Previous changeset 0:b07a805758cc (2017-05-01) Next changeset 2:ae0b24f726c3 (2019-10-02)
Commit message:
planemo upload for repository https://github.com/remimarenco/multi_fasta_glimmerhmm.git commit 5594d470c65c83b5b620681db44b1975bd218581-dirty
modified:
tool_dependencies.xml
b
diff -r b07a805758cc -r 6618d16f276c tool_dependencies.xml
--- a/tool_dependencies.xml Mon May 01 15:29:33 2017 -0400
+++ b/tool_dependencies.xml Mon May 01 17:44:12 2017 -0400
b
@@ -8,13 +8,14 @@
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>                       
                         <destination_directory>$INSTALL_DIR</destination_directory>
-                    </action>  
+                    </action> 
+                    <action type="move_file" rename_to="glimmerhmm">
+                        <source>$INSTALL_DIR/bin/glimmerhmm_linux_x86_64</source>
+                        <destination>$INSTALL_DIR/bin</destination>
+                    </action> 
                     <action type="set_environment">
                         <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                     </action>  
-                    <action type="shell_command">
-                        mv $INSTALL_DIR/bin/glimmerhmm_linux_x86_64 $INSTALL_DIR/bin/glimmerhmm
-                    </action>
                 </actions>
             </actions_group>
          </install>