diff wrapper.sh @ 14:2d08a1353145 draft default tip

Uploaded
author davidvanzessen
date Wed, 04 May 2016 04:06:49 -0400
parents e160483ee900
children
line wrap: on
line diff
--- a/wrapper.sh	Tue Mar 22 05:13:24 2016 -0400
+++ b/wrapper.sh	Wed May 04 04:06:49 2016 -0400
@@ -16,8 +16,11 @@
 ref=${10}
 output=${11}
 selection=${12}
+output_table=${13}
 outID="result"
 
+echo "$PWD"
+
 echo "testID = $testID"
 echo "species = $species"
 echo "substitutionModel = $substitutionModel"
@@ -89,8 +92,8 @@
 
 cd $dir
 Rscript --verbose $dir/comparePDFs.r $workdir/${outID}.RData $output ${rows[@]} 2>&1
+cp $workdir/result.txt ${output_table}
 
 
 
 
-