From: Pierre Gueth Date: Thu, 15 Sep 2011 08:41:49 +0000 (+0200) Subject: save params in merged dir and merge detection script X-Git-Tag: v1.4.0~177^2~18 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1f9f2c7ad25fb505ca3b7a1c316a69df1ddb6324;hp=4bc1c8031cea69bd655c9daa789febd8a87b8755;p=clitk.git save params in merged dir and merge detection script --- diff --git a/cluster_tools/gate_power_merge.sh b/cluster_tools/gate_power_merge.sh index 8e24711..9710866 100755 --- a/cluster_tools/gate_power_merge.sh +++ b/cluster_tools/gate_power_merge.sh @@ -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)"