You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Prerequisite: the clustering alignment DB (${clusterDB}_aln), produced by linclust/cluster
25
+
# when run with '--include-align-files 1 -a'. Without it there is nothing to reuse.
26
+
if notExists "${2}_aln.dbtype";then
27
+
fail "${2}_aln not found. Re-run linclust/cluster with '--include-align-files 1 -a' so the representative-to-member alignments are available for reuse."
28
+
fi
29
+
30
+
# 1. Score every observed member against its cluster profile and pick the best one.
"Reuses the representative-to-member alignments produced by clustering (run with --include-align-files) to score observed members against each cluster profile and rewrite the cluster DB with the best-scoring member as the new representative, without profile-vs-member realignment.",
"Score observed cluster members against the cluster profile and pick the best (core of pickconsensusrepfast)",
632
+
"Reuses representative-to-member alignments to build the center-star MSA/profile and selects the best-scoring observed member, without profile-vs-member realignment. Emits a per-cluster mapping oldRepKey -> newRepKey score coverage clusterSize.",
0 commit comments