We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13873d2 commit 2ded56eCopy full SHA for 2ded56e
src/TRACESPipe.sh
@@ -349,7 +349,7 @@ ALIGN_AND_CONSENSUS () {
349
#
350
echo -e "\e[34m[TRACESPipe]\e[32m Done!\e[0m";
351
352
- if [[ "$V_GID" != "-" ]] && [[ "$V_VAL" > "$2" ]];
+ if [[ "$V_GID" != "-" ]] && [[ $(bc <<< "$V_VAL > $2") -eq 1 ]];
353
then
354
355
if [[ "$3" -eq "1" ]]
@@ -2409,4 +2409,3 @@ if [[ "$RUN_ANALYSIS" -eq "1" ]];
2409
2410
# ==============================================================================
2411
################################################################################
2412
-
0 commit comments