diff rnbeads_galaxy_wrapper.sh @ 8:7bc6e673c8e8 draft

Uploaded
author pavlo-lutsik
date Thu, 18 Apr 2013 07:36:36 -0400
parents a1c96ef6c111
children
line wrap: on
line diff
--- a/rnbeads_galaxy_wrapper.sh	Wed Apr 17 08:45:05 2013 -0400
+++ b/rnbeads_galaxy_wrapper.sh	Thu Apr 18 07:36:36 2013 -0400
@@ -1,4 +1,5 @@
 #!/bin/bash
 
-Rscript --slave $(dirname $(readlink -f $0))/RnBeadsGalaxy.R $*
-#Rscript --no-save \$R_SCRIPTS_PATH/RnBeadsGalaxy.R $*
\ No newline at end of file
+Rscript --slave $(dirname $(readlink -f $0))/RnBeadsGalaxy.R $* > RnBeads.out
+#Rscript --no-save \$R_SCRIPTS_PATH/RnBeadsGalaxy.R $*
+exit 0
\ No newline at end of file