changeset 23:913dbf2b83e0 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 464dc333f2e8d359265e1574b01386c4e7e9d840
author iracooke
date Mon, 10 Aug 2015 18:25:37 -0400
parents e3be595c0bf5
children 815f93bb3e1b
files searchgui.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/searchgui.xml	Fri Aug 07 06:55:04 2015 -0400
+++ b/searchgui.xml	Mon Aug 10 18:25:37 2015 -0400
@@ -20,6 +20,7 @@
         mkdir output;
         mkdir output_reports;
         cwd=`pwd`;
+        export HOME=\$cwd;
 
         cp -r "\${SEARCHGUI_JAR_PATH%/*}" bin;
         tmp_searchgui_jar_path=`echo "\$cwd/bin/\${SEARCHGUI_JAR_PATH\#\#/*/}"`;