From: tbaudier Date: Tue, 27 Nov 2018 14:54:54 +0000 (+0100) Subject: Add comment to precise the functionality of the inputs X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff_plain;h=ed673c4df16c5541a1bd46413b4a67376b28008d Add comment to precise the functionality of the inputs --- diff --git a/cluster_tools/mergeDoseByRegions.sh b/cluster_tools/mergeDoseByRegions.sh index 598df69..ad0b5bc 100755 --- a/cluster_tools/mergeDoseByRegions.sh +++ b/cluster_tools/mergeDoseByRegions.sh @@ -7,9 +7,9 @@ function usage { } function addToPartialResult { - IN1=$2 - IN2=$4 - RESULT=$6 + IN1=$2 #merged file for previous jobs + IN2=$4 # current job + RESULT=$6 #output merged file test -f ${IN1} && test -f ${IN2} || usage