changeset 2:5248f48fa4ee

Add debug actions to tool_dependencies
author Jim Johnson <jj@umn.edu>
date Thu, 13 Sep 2012 21:50:24 -0500
parents ebe280eca4a4
children 458d28b65750
files tool_dependency.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependency.xml	Thu Sep 13 21:40:44 2012 -0500
+++ b/tool_dependency.xml	Thu Sep 13 21:50:24 2012 -0500
@@ -8,6 +8,8 @@
             <actions>
                 <action type="download_by_url">http://sourceforge.net/projects/snpeff/files/snpEff_latest_core.zip/download</action>
                 <action type="shell_command">mkdir -p $INSTALL_DIR/dist/</action>
+                <action type="shell_command">pwd</action>
+                <action type="shell_command">ls</action>
                 <action type="shell_command">cp -rp *  $INSTALL_DIR/dist/</action>
             </actions>
         </install>