X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Fmax_normalise.sh;h=bf4dabf25b06052f688c53d7831ce43d68472f43;hb=ef6b308dcdd9f392caa807e4e1876dc44b8e3407;hp=7a93986e90e859b7ff673983e3dae619fadb08dc;hpb=5681e6a23ecf734cbdc2d9a2305fc002c3ee67d9;p=matches%2Fhonours.git diff --git a/research/TCS/max_normalise.sh b/research/TCS/max_normalise.sh index 7a93986e..bf4dabf2 100755 --- a/research/TCS/max_normalise.sh +++ b/research/TCS/max_normalise.sh @@ -3,6 +3,6 @@ # Script to normalise sample current based on it's peak value maxval=$(grep -v "#.*" $1 | awk "{print \$$2 }" | sort -g | tail --lines=1) -echo $maxval -exit 0 +#echo $maxval +#exit 0 grep -v "#.*" $1 | awk "{print \$1\" \"\$$2/$maxval }"