Skip to content

Commit df963bd

Browse files
Update clusterupdate regression
1 parent 0a77a77 commit df963bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/run_cluster_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CLUSTERMEMEBER=$(wc -l "$RESULTS/clu_updated.tsv" | awk '{print $1}')
1717
CLUSTER=$(echo $(cut -f1 "$RESULTS/clu_updated.tsv" | sort -u | wc -l))
1818
UPDATEDSEQCNT=$(wc -l "$RESULTS/seqdb_update.index" | awk '{print $1}')
1919

20-
TARGET="32132 24744 32132"
20+
TARGET="32131 24744 32131"
2121
ACTUAL="$CLUSTERMEMEBER $CLUSTER $UPDATEDSEQCNT"
2222
awk -v actual="$ACTUAL" -v target="$TARGET" 'BEGIN { print (actual == target) ? "GOOD" : "BAD"; \
2323
print "Expected: ", target; \

0 commit comments

Comments
 (0)