]> Creatis software - clitk.git/commitdiff
save params in merged dir and merge detection script
authorPierre Gueth <pgueth@ccage019.in2p3.fr>
Thu, 15 Sep 2011 08:41:49 +0000 (10:41 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 27 Jun 2013 12:47:28 +0000 (14:47 +0200)
cluster_tools/gate_power_merge.sh

index 8e24711917ee5cdbb39a4b124b49945edcbaabf8..9710866e1e06e793de1a0fcb35daf858eb95e66a 100755 (executable)
@@ -241,4 +241,10 @@ do
     merge_dispatcher "${outputfile}"
 done
 
+if [ -f "${rundir}/params.txt" ]
+then
+       echo "copying params file"
+       cp "${rundir}/params.txt" "${outputdir}/params.txt"
+fi
+
 echo "these was ${warning_count} warning(s)"