# HG changeset patch
# User onnodg
# Date 1765817080 0
# Node ID e64af72e1b8fbfb87aa2b559d9340dbd1e6eb615
# Parent c6981ea453aebecc86058cb3f2821c277b31fc32
planemo upload for repository https://github.com/Onnodg/Naturalis_NLOOR/tree/main/NLOOR_scripts/process_clusters_tool commit 4017d38cf327c48a6252e488ba792527dae97a70-dirty
diff -r c6981ea453ae -r e64af72e1b8f README.md
--- a/README.md Fri Oct 24 09:38:24 2025 +0000
+++ b/README.md Mon Dec 15 16:44:40 2025 +0000
@@ -1,14 +1,252 @@
-This script processes cluster output files from cd-hit-est for use in Galaxy.
-It extracts cluster information, associates taxa and e-values from annotation files,
-performs statistical calculations, and generates text and plot outputs
-summarizing similarity and taxonomic distributions.
+# CDHIT Cluster Analysis Script
+
+This script processes a single **cluster file** together with an **excel file containing annotated reads**, generating multiple output files for downstream visualization and reporting.
+
+It is designed for clustering-based taxonomic pipelines and provides a detailed overview of cluster composition, similarity metrics, and taxonomic consistency within and between clusters.
+
+## Usage
+
+The script performs the following main tasks:
+
+1. Parse command-line arguments.
+2. Load the CD-HIT cluster results and annotated read information.
+3. Group reads per cluster and compute similarity statistics (e.g., identity, alignment coverage).
+4. Resolve taxonomic inconsistencies within clusters using uncertainty and minimum-count thresholds.
+5. Generate visual and tabular summaries of cluster composition, similarity distribution, and annotation quality.
+
+### Command Line Interface
+The CD-HIT cluster analysis tool can be run as a Python script:
+
+```bash
+python cdhit_analysis.py [options]
+```
+
+Below are detailed examples for a common use case.
+
+#### General use case
+This example demonstrates the general usage of the tool for analyzing CD-HIT clustering results.
+
+**Requirements**:
+
+Requirements as listed in the cdhit_analysis.xml file:
+
+- Python version = 3.12.3
+- Matplotlib version = 3.12.3
+- Pandas version = 2.3.2
+- Openpyxl version = 3.1.5
+
+**Input requirements**
+
+- CD-HIT cluster file (.clstr) containing sequence clusters with similarity information.
+- Excel file containing annotated reads with corresponding taxonomic or metadata columns.
+- The read identifiers in both files must match — the script merges cluster membership with read annotations using these IDs.
+
+**Example: Analyzing CD-HIT clusters with taxonomic annotations**
+
+```
+process_clusters_tool/cdhit_analysis.sh'
+--input_cluster 'clusters.txt'
+--input_annotation 'annotations.xlsx'
+--output_similarity_txt 'similarity_summary.txt'
+--output_similarity_plot 'similairy_plot.png'
+--output_evalue_txt 'evalue_summary.txt'
+--output_evalue_plot 'evalue_plot.png'
+--output_count 'cluster_count.txt'
+--output_taxa_clusters 'taxa_clustered.xlsx'
+--output_taxa_processed 'taxa_processed.xlsx.'
+--simi_plot_y_min '95'
+--simi_plot_y_max '100'
+--uncertain_taxa_use_ratio '0.5'
+--min_to_split '0.45'
+--min_count_to_split '10'
+--show_unannotated_clusters
+--make_taxa_in_cluster_split
+--print_empty_files
+```
+
+**Example Input (`clusters.txt`)**
+
+
+```
+ >Cluster 0
+0 357nt, >M01687:476:000000000-LL5F5:1:2113:18579:17490_CONS(1)... *
+>Cluster 1
+0 85nt, >M01687:476:000000000-LL5F5:1:1102:21316:1191_CONS(59577)... at 1:85:1:85/+/98.82%
+1 85nt, >M01687:476:000000000-LL5F5:1:1102:19793:1302_CONS(106)... at 1:85:1:85/+/97.65%
+2 84nt, >M01687:476:000000000-LL5F5:1:1102:18943:1430_CONS(15)... at 1:84:1:85/+/98.81%
+3 85nt, >M01687:476:000000000-LL5F5:1:1102:9619:1460_CONS(38)... at 1:85:1:85/+/97.65%
+4 85nt, >M01687:476:000000000-LL5F5:1:1102:8280:1614_CONS(1)... at 1:85:1:85/+/97.65%
+ ...
+1 39nt, >M01687:476:000000000-LL5F5:1:1116:4266:19390_CONS(1)... at 1:39:1:38/+/97.44%
+>Cluster 530
+0 39nt, >M01687:476:000000000-LL5F5:1:2112:21268:1323_CONS(1)... *
+>Cluster 531
+0 38nt, >M01687:476:000000000-LL5F5:1:2103:25634:11346_CONS(1)... *
+>Cluster 532
+0 33nt, >M01687:476:000000000-LL5F5:1:2106:13260:18932_CONS(1)... *
+>Cluster 533
+0 31nt, >M01687:476:000000000-LL5F5:1:1110:28179:10205_CONS(1)... *
+>Cluster 534
+0 30nt, >M01687:476:000000000-LL5F5:1:1110:23278:23216_CONS(1)... *
+>Cluster 535
+0 29nt, >M01687:476:000000000-LL5F5:1:2117:17691:6487_CONS(1)... *
+>Cluster 536
+0 28nt, >M01687:476:000000000-LL5F5:1:1104:7756:22829_CONS(1)... *
+
+```
+
+**Example FASTA (`annotations.xlsx`)**
+
+
+```header e_value identity percentage coverage bitscore count source taxa kingdom phylum class order family genus species
+M01687:476:000000000-LL5F5:1:1102:8926:6561_CONS 2.33E-41 98.889 100 161 12 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Asterales / Asteraceae / Achillea / Achillea millefolium Viridiplantae Streptophyta Magnoliopsida Asterales Asteraceae Achillea Achillea millefolium
+M01687:476:000000000-LL5F5:1:2114:16883:18620_CONS 1.08E-39 97.778 100 156 1 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Asterales / Asteraceae / Achillea / Achillea millefolium Viridiplantae Streptophyta Magnoliopsida Asterales Asteraceae Achillea Achillea millefolium
+M01687:476:000000000-LL5F5:1:1102:20658:7882_CONS 1.63E-37 98.795 100 148 29 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Apiales / Apiaceae / Aegopodium / Aegopodium podagraria Viridiplantae Streptophyta Magnoliopsida Apiales Apiaceae Aegopodium Aegopodium podagraria
+...
+M01687:476:000000000-LL5F5:1:2114:19155:4308_CONS 1.07E-39 100 94 156 13 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Gentianales / Apocynaceae / Vinca / Vinca minor Viridiplantae Streptophyta Magnoliopsida Gentianales Apocynaceae Vinca Vinca minor
+M01687:476:000000000-LL5F5:1:1117:11316:6653_CONS 4.96E-38 98.81 94 150 1 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Gentianales / Apocynaceae / Vinca / Vinca minor Viridiplantae Streptophyta Magnoliopsida Gentianales Apocynaceae Vinca Vinca minor
+M01687:476:000000000-LL5F5:1:1106:28052:14441_CONS 8.25E-41 98.876 100 159 1 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Asterales / Asteraceae / Xanthium / Xanthium strumarium Viridiplantae Streptophyta Magnoliopsida Asterales Asteraceae Xanthium Xanthium strumarium
+M01687:476:000000000-LL5F5:1:2118:15258:6790_CONS 8.25E-41 98.876 100 159 1 NCBI Viridiplantae / Streptophyta / Magnoliopsida / Asterales / Asteraceae / Xanthium / Xanthium strumarium Viridiplantae Streptophyta Magnoliopsida Asterales Asteraceae Xanthium Xanthium strumarium
+```
+**Outputs**
+
+| Output Type | Format | Description |
+|--------------|--------|-------------|
+| **Similarity summary** | `.txt` | Text file listing average and per-cluster similarity statistics, derived from the CD-HIT `.clstr` file. |
+| **Similarity plot** | `.png` | Histogram or density plot showing sequence similarity distribution across all clusters; useful for identifying thresholds or anomalies. |
+| **E-value summary** | `.txt` | Text file containing aggregated E-value statistics for all clusters (if available from annotation data). |
+| **E-value plot** | `.png` | Visualization of E-value distribution, helping to identify potential low-confidence clusters. |
+| **Cluster count summary** | `.txt` | Summary of the number of clusters, total reads per cluster, and counts of annotated vs. unannotated reads. |
+| **Taxa per cluster** | `.txt` | Text file showing the dominant or representative taxon assigned to each cluster, including uncertainty ratios. |
+| **Processed taxa summary** | `.txt` | Aggregated view of taxonomic composition after filtering and cluster-based reassignment. |
-Main steps:
-1. Parse cd-hit-est cluster file and (optional) annotation file.
-2. Process each cluster to extract similarity, taxa, and e-value information.
-3. Aggregate results across clusters.
-4. Generate requested outputs: text summaries, plots, and Excel reports.
+**Output files (example)**
+
+outputs/
+├── similarity_plot.png
+
+
+├── similarity_summary.txt
+```
+# Average similarity: 98.94
+# Standard deviation: 0.68
+similarity count
+100.0 23803
+99.47 1
+99.46 1
+...
+97.18 1
+97.17 2
+97.14 11
+97.12 2
+97.1 1
+97.03 5
+97.0 946
+```
+├── evalue_plot.png
+
+
+├── evalue_summary.txt
+```
+evalue count
+unannotated 11754.0
+2.8e-40 59691
+2.16e-52 6595
+1.3e-38 6105
+2.57e-35 3332
+...
+7.3e-13 1
+2.06e-12 1
+5.4e-12 1
+8.73e-11 1
+```
+├── cluster_count.txt
+```
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 1.0 0 1.0 100.00 0.00
+1 16.0 68214 68230.0 0.02 99.98
+...
+535 1.0 0 1.0 100.00 0.00
+536 1.0 0 1.0 100.00 0.00
+TOTAL 11754.0 99826 111580.0 10.53 89.47
+```
+├── taxa_clusters.xlsx
+```
+cluster count taxa_full kingdom phylum class order family genus species
+0 1 Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read
+1 16 Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read
+1 68189 Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Ulmaceae / Ulmus / Uncertain taxa Viridiplantae Streptophyta Magnoliopsida Rosales Ulmaceae Ulmus Uncertain taxa
+...
+534 1 Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read
+535 1 Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read
+536 1 Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read Unannotated read
+```
+└── taxa_processed.xlsx
+```
+cluster count taxa_full kingdom phylum class order family genus species
+1 68189 Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Ulmaceae / Ulmus / Uncertain taxa Viridiplantae Streptophyta Magnoliopsida Rosales Ulmaceae Ulmus Uncertain taxa
+2 7781 Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Populus tremula Viridiplantae Streptophyta Magnoliopsida Malpighiales Salicaceae Populus Populus tremula
+...
+518 1 Viridiplantae / Streptophyta / Magnoliopsida / Myrtales / Onagraceae / Circaea / Circaea lutetiana Viridiplantae Streptophyta Magnoliopsida Myrtales Onagraceae Circaea Circaea lutetiana
+522 1 Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Rubus / Rubus idaeus Viridiplantae Streptophyta Magnoliopsida Rosales Rosaceae Rubus Rubus idaeus
+532 1 Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Euphorbiaceae / Euphorbia / Euphorbia myrsinites Viridiplantae Streptophyta Magnoliopsida Malpighiales Euphorbiaceae Euphorbia Euphorbia myrsinites
+```
+
+#### **CLI Arguments (common)**
+
+| Argument | Description |
+|-----------|--------------|
+| `--input_cluster` | Path to the input CD-HIT cluster file (`.clstr`). |
+| `--input_annotation` | Path to the annotation file (optional, e.g. `.out` from BLAST or other source). |
+| `--output_similarity_txt` | Output path for similarity summary text file. |
+| `--output_similarity_plot` | Output path for similarity plot image (`.png`). |
+| `--output_evalue_txt` | Output path for E-value summary text file. |
+| `--output_evalue_plot` | Output path for E-value plot image (`.png`). |
+| `--output_count` | Output path for cluster count summary file. |
+| `--output_taxa_clusters` | Output path for taxa-per-cluster file. |
+| `--output_taxa_processed` | Output path for processed taxa summary file. |
+| `--simi_plot_y_min` | Minimum value for the Y-axis in the similarity plot (default: `95.0`). |
+| `--simi_plot_y_max` | Maximum value for the Y-axis in the similarity plot (default: `100.0`). |
+| `--uncertain_taxa_use_ratio` | Ratio (0–1) determining how uncertain taxa contribute to the dominant taxon (default: `0.5`). |
+| `--min_to_split` | Minimum taxonomic percentage threshold for splitting multi-taxon clusters (default: `0.45`). |
+| `--min_count_to_split` | Minimum number of reads required to split a cluster by taxonomy (default: `10`). |
+| `--show_unannotated_clusters` | Include clusters without any annotation in the output when specified. |
+| `--make_taxa_in_cluster_split` | Enable splitting clusters containing multiple taxa into subclusters. |
+| `--print_empty_files` | Print a message if an expected output file (e.g., annotation file) is empty. |
-Note: Uses a non-interactive matplotlib backend (Agg) for compatibility with Galaxy.
+### Galaxy integration
+
+The tool is also available through the Galaxy platform:
+
+- **Galaxy Toolshed**: The CDHIT cluster analysis tool is available in the Galaxy Toolshed,
+ enabling easy installation into any Galaxy instance.
+- **Web-based interface**: Users can upload annotation and cluster files, configure validation parameters through the GUI,
+ run validations, and download results.
+- **Workflow integration**: The tool can be incorporated into Galaxy workflows for automated processing pipelines.
+
+To use the tool in Galaxy:
+1. Install the tool from the Galaxy Toolshed (search for "cdhit_analysis")
+2. Upload your cluster and excel annotations files to your Galaxy history
+3. Configure parameters through the GUI
+4. Run the tool
+5. View results and download validation reports and cluster annotations
+
+## License
+
+No license yet
+
+## Citation
+
+If you use this software in your research, please cite this repository.
+
+## Contact
+
+For questions or issues:
+- GitHub Issues: https://github.com/Onnodg/Naturalis_NLOOR/issues
+- Email: onno.gorter@naturalis.nl (until Febuary 2026)
+
+## Acknowledgments
+
+This tool was developed to support the New lights on old remedies project, a PhD project by Anja Fischer.
diff -r c6981ea453ae -r e64af72e1b8f __pycache__/__init__.cpython-312.pyc
Binary file __pycache__/__init__.cpython-312.pyc has changed
diff -r c6981ea453ae -r e64af72e1b8f __pycache__/cdhit_analysis.cpython-312.pyc
Binary file __pycache__/cdhit_analysis.cpython-312.pyc has changed
diff -r c6981ea453ae -r e64af72e1b8f __pycache__/cdhit_analysis.cpython-313.pyc
Binary file __pycache__/cdhit_analysis.cpython-313.pyc has changed
diff -r c6981ea453ae -r e64af72e1b8f cdhit_analysis.py
--- a/cdhit_analysis.py Fri Oct 24 09:38:24 2025 +0000
+++ b/cdhit_analysis.py Mon Dec 15 16:44:40 2025 +0000
@@ -1,13 +1,12 @@
"""
This script processes cluster output files from cd-hit-est for use in Galaxy.
-It extracts cluster information, associates taxa and e-values from annotation files,
+It extracts cluster information, associates taxa from annotation files,
performs statistical calculations, and generates text and plot outputs
summarizing similarity and taxonomic distributions.
-
Main steps:
-1. Parse cd-hit-est cluster file and (optional) annotation file.
-2. Process each cluster to extract similarity, taxa, and e-value information.
+1. Parse cd-hit-est cluster file and (optional) annotation Excel file.
+2. Process each cluster to extract similarity and taxa information.
3. Aggregate results across clusters.
4. Generate requested outputs: text summaries, plots, and Excel reports.
"""
@@ -16,65 +15,48 @@
from collections import Counter, defaultdict
import os
import re
+from math import sqrt
+
import matplotlib.pyplot as plt
import pandas as pd
-from math import sqrt
import openpyxl
+def log_message(messages, text: str):
+ """Append a message to the log list."""
+ messages.append(text)
def parse_arguments(args_list=None):
"""Parse command-line arguments for the script."""
- parser = argparse.ArgumentParser(
- description='Create taxa analysis from cd-hit cluster files')
- parser.add_argument('--input_cluster', type=str, required=True,
- help='Input cluster file (.clstr)')
- parser.add_argument('--input_annotation', type=str, required=False,
- help='Input annotation file (.out)')
+ parser = argparse.ArgumentParser(description="Create taxa analysis from cd-hit cluster files")
+ parser.add_argument("--input_cluster", type=str, required=True, help="Input cluster file (.clstr)")
+ parser.add_argument("--input_annotation", type=str, required=False, help="Input annotation Excel file (header annotations)")
+
+ parser.add_argument("--output_similarity_txt", type=str, help="Similarity text output file")
+ parser.add_argument("--output_similarity_plot",type=str, help="Similarity plot output file (PNG)")
+ parser.add_argument("--output_count", type=str, help="Count summary output file")
+ parser.add_argument("--output_excel", type=str, help="Count summary output file")
+ parser.add_argument("--output_taxa_clusters", action="store_true", default=False, help="Excel output: include raw taxa per cluster sheet")
+ parser.add_argument("--output_taxa_processed", action="store_true", default=False, help="Excel output: include processed/LCA taxa per cluster sheet")
+ parser.add_argument("--log_file", type=str, help="Optional log file with run statistics")
- # Galaxy output files
- parser.add_argument('--output_similarity_txt', type=str,
- help='Similarity text output file')
- parser.add_argument('--output_similarity_plot', type=str,
- help='Similarity plot output file')
- parser.add_argument('--output_evalue_txt', type=str,
- help='E-value text output file')
- parser.add_argument('--output_evalue_plot', type=str,
- help='E-value plot output file')
- parser.add_argument('--output_count', type=str,
- help='Count summary output file')
- parser.add_argument('--output_taxa_clusters', type=str,
- help='Taxa per cluster output file')
- parser.add_argument('--output_taxa_processed', type=str,
- help='Processed taxa output file')
- # Plot parameters
- parser.add_argument('--simi_plot_y_min', type=float, default=95.0,
- help='Minimum value of the y-axis in the similarity plot')
- parser.add_argument('--simi_plot_y_max', type=float, default=100.0,
- help='Maximum value of the y-axis in the similarity plot')
+ parser.add_argument("--simi_plot_y_min", type=float, default=95.0, help="Minimum value of the y-axis in the similarity plot")
+ parser.add_argument("--simi_plot_y_max", type=float, default=100.0, help="Maximum value of the y-axis in the similarity plot")
- # Uncertain taxa configuration
- parser.add_argument('--uncertain_taxa_use_ratio', type=float, default=0.5,
- help='Ratio at which uncertain taxa count toward the correct taxa')
- parser.add_argument('--min_to_split', type=float, default=0.45,
- help='Minimum percentage for taxonomic split')
- parser.add_argument('--min_count_to_split', type=int, default=10,
- help='Minimum count for taxonomic split')
+ parser.add_argument("--uncertain_taxa_use_ratio", type=float, default=0.5, help="Ratio at which uncertain taxa count toward the dominant taxa")
+ parser.add_argument("--min_to_split", type=float, default=0.45, help=("Minimum fraction (0–0.5) for splitting a cluster taxonomically. "
+ "ratio = count(second) / (count(first) + count(second))"))
+ parser.add_argument("--min_count_to_split", type=int, default=10, help=("Minimum combined count of the two top taxa to avoid being forced "
+ "into an 'uncertain' split at this level."))
- # Processing options
- parser.add_argument('--show_unannotated_clusters', action='store_true', default=False,
- help='Show unannotated clusters in output')
- parser.add_argument('--make_taxa_in_cluster_split', action='store_true', default=False,
- help='Split clusters with multiple taxa')
- parser.add_argument('--print_empty_files', action='store_true', default=False,
- help='Print messages about empty annotation files')
+ parser.add_argument("--min_cluster_support", type=int, default=1, help=("Minimum number of annotated reads required for a cluster to be "
+ "included in the processed/LCA taxa sheet. Unannotated reads do not count toward this threshold."))
return parser.parse_args(args_list)
-# Color map for plots
COLORMAP = [
-# List of RGBA tuples for bar coloring in plots
+ # List of RGBA tuples for bar coloring in plots
(0.12156862745098039, 0.4666666666666667, 0.7058823529411765, 1.0),
(1.0, 0.4980392156862745, 0.054901960784313725, 1.0),
(0.17254901960784313, 0.6274509803921569, 0.17254901960784313, 1.0),
@@ -84,175 +66,216 @@
(0.8901960784313725, 0.4666666666666667, 0.7607843137254902, 1.0),
(0.4980392156862745, 0.4980392156862745, 0.4980392156862745, 1.0),
(0.7372549019607844, 0.7411764705882353, 0.13333333333333333, 1.0),
- (0.09019607843137255, 0.7450980392156863, 0.8117647058823529, 1.0)
+ (0.09019607843137255, 0.7450980392156863, 0.8117647058823529, 1.0),
]
-def parse_cluster_file(cluster_file, annotation_file=None, print_empty=False, raise_on_error=False):
- """
- Parse the cd-hit-est cluster file (.clstr) and (optionally) an Excel annotation file.
+def parse_cluster_file(cluster_file, annotation_file, raise_on_error=False, log_messages=None):
+ """Parse CD-HIT cluster output and attach taxonomic annotations.
- It extracts cluster information (header, read count, similarity) and associates
- taxonomic information and E-values from the annotation file based on the read header.
+ Cluster entries are parsed for read headers, counts, and similarities.
+ If an annotation Excel file is supplied, taxa, seq_id and source fields
+ are mapped per read from sheet ``Individual_Reads``.
- :param cluster_file: Path to cd-hit cluster file (.clstr).
+ :param cluster_file: Path to the CD-HIT cluster file.
:type cluster_file: str
- :param annotation_file: Path to Excel annotation file with taxa and e-values.
- :type annotation_file: str, optional
- :param print_empty: Print a message if the annotation file is not found or empty.
- :type print_empty: bool
- :param raise_on_error: Raise parsing errors instead of printing warnings.
+ :param annotation_file: Optional Excel annotation file.
+ :type annotation_file: str or None
+ :param raise_on_error: Whether to raise parsing errors directly.
:type raise_on_error: bool
- :return: List of clusters, where each cluster is a dict mapping read header to a dict of read info.
- :rtype: list[dict[str, dict]]
- :raises ValueError: If similarity cannot be parsed from a cluster line.
- :raises UnboundLocalError: If an error occurs during annotation processing.
+ :param log_messages: Optional message collector for logging.
+ :type log_messages: list[str] or None
+ :return: List of clusters, where each cluster is a dict keyed by header.
+ :rtype: list[dict]
"""
clusters = []
current_cluster = {}
- # Load annotations if provided
annotations = {}
if annotation_file and os.path.exists(annotation_file):
- # Lees het Excel-bestand
- df = pd.read_excel(annotation_file, sheet_name='Individual_Reads', engine='openpyxl')
+ try:
+ df = pd.read_excel(
+ annotation_file,
+ sheet_name="Individual_Reads",
+ engine="openpyxl",
+ )
+ required_cols = {"header", "seq_id", "source", "taxa"}
+ missing = required_cols - set(df.columns)
+ if missing:
+ msg = (
+ f"Annotation file missing columns {missing}, "
+ "continuing without annotations."
+ )
+ if log_messages is not None:
+ log_message(log_messages, msg)
+ else:
+ for _, row in df.iterrows():
+ header = str(row["header"])
+ seq_id = str(row["seq_id"])
+ source = str(row["source"])
+ taxa = str(row["taxa"])
+ annotations[header] = {
+ "seq_id": seq_id,
+ "source": source,
+ "taxa": taxa,
+ }
+ if log_messages is not None:
+ log_message(
+ log_messages,
+ f"Loaded {len(annotations)} annotated headers",
+ )
+ except Exception as exc:
+ msg = (
+ "Failed to read annotation file; proceeding without annotations. "
+ f"Details: {exc}"
+ )
+ if log_messages is not None:
+ log_message(log_messages, msg)
+ else:
+ if log_messages is not None:
+ if annotation_file:
+ log_message(
+ log_messages,
+ "Annotation file not found; proceeding without annotations.",
+ )
+ else:
+ log_message(
+ log_messages,
+ "No annotation file provided; proceeding without annotations.",
+ )
- # Itereer over de rijen
- for _, row in df.iterrows():
- header = row['header'] # kolomnaam zoals in Excel
- evalue = row['e_value'] # of de kolomnaam die je wilt gebruiken
- taxa = row['taxa'] # afhankelijk van hoe je taxa opslaat
-
- annotations[header] = {'evalue': evalue, 'taxa': taxa}
- elif annotation_file and print_empty:
- print(f"Annotation file {annotation_file} not found or empty")
- with open(cluster_file, 'r') as f:
+ with open(cluster_file, "r") as f:
for line in f:
line = line.strip()
- if line.startswith('>Cluster'):
+ if not line:
+ continue
+
+ if line.startswith(">Cluster"):
# Start of new cluster, save previous if exists
if current_cluster:
clusters.append(current_cluster)
current_cluster = {}
else:
- # Parse sequence line
parts = line.split()
- if len(parts) >= 2:
- # Extract header and count
- header_part = parts[2].strip('>.')
- header_parts = header_part.split('(')
- if len(header_parts) > 1:
- last_part = header_parts[-1].strip(')')
- header = header_parts[0]
- if last_part:
+ if len(parts) < 3:
+ continue
+
+ header_part = parts[2].strip(">.")
+ header_parts = header_part.split("(")
+ header = header_parts[0]
+ count = 0
+ if len(header_parts) > 1:
+ last_part = header_parts[-1].strip(")")
+ if last_part:
+ try:
count = int(last_part)
- else:
- print('no count')
+ except ValueError:
count = 0
- header = ''
- # Extract similarity
- similarity_part = parts[-1].strip()
- if '*' in similarity_part:
- similarity = 100.0 # Representative sequence
+
+ similarity_part = parts[-1].strip()
+ if "*" in similarity_part:
+ similarity = 100.0
+ else:
+ matches = re.findall(r"[\d.]+", similarity_part)
+ if matches:
+ similarity = float(matches[-1])
else:
- matches = re.findall(r'[\d.]+', similarity_part)
- if matches:
- similarity = float(matches[-1])
- else:
- raise ValueError(f"Could not parse similarity from: '{similarity_part}'")
- # Get annotation info
- try:
- if header in annotations:
- taxa = annotations[header]['taxa']
- evalue = annotations[header]['evalue']
- else:
- taxa = 'Unannotated read'
- evalue = 'Unannotated read'
+ msg = f"Could not parse similarity from: '{similarity_part}'"
+ if raise_on_error:
+ raise ValueError(msg)
+ if log_messages is not None:
+ log_message(log_messages, f"WARNING: {msg}")
+ similarity = 0.0
- current_cluster[header] = {
- 'count': count,
- 'similarity': similarity,
- 'taxa': taxa,
- 'evalue': evalue
- }
- except UnboundLocalError as e:
- if raise_on_error:
- raise UnboundLocalError(str(e))
- print(f"Error: {e}, No annotations found")
+ if header in annotations:
+ taxa = annotations[header]["taxa"]
+ seq_id = annotations[header]["seq_id"]
+ source = annotations[header]["source"]
+ else:
+ taxa = "Unannotated read"
+ seq_id = "Unannotated read"
+ source = "Unannotated read"
- # Add the last cluster
+ current_cluster[header] = {
+ "count": count,
+ "similarity": similarity,
+ "taxa": taxa,
+ "seq_id": seq_id,
+ "source": source,
+ }
+
if current_cluster:
clusters.append(current_cluster)
+ if log_messages is not None:
+ log_message(log_messages, f"Parsed {len(clusters)} clusters")
+
return clusters
-def process_cluster_data(cluster):
- """
- Process a single cluster to extract E-value, similarity, and taxa data for all reads.
+def process_cluster_data(cluster: dict):
+ """Convert a raw cluster into similarity lists and aggregated taxa counts.
- Aggregates information from all reads in the cluster, storing read counts,
- E-values, similarities, and taxa in lists and a dictionary.
+ Similarity values are expanded based on read count. Taxa are grouped
+ by unique taxonomic labels, tracking supporting seq_ids and sources.
- :param cluster: Cluster data mapping read headers to read info.
+ :param cluster: Mapping of read header to cluster metadata.
:type cluster: dict
- :return: A tuple containing: (list of E-values, list of similarity values, dict of taxa -> counts).
- The first element of the E-value list ([0]) stores the count of unannotated reads.
- :rtype: tuple[list[float | int], list[float], dict[str, int]]
+ :return: similarity_list, taxa_map, annotated_count, unannotated_count
+ :rtype: tuple[list[float], dict, int, int]
"""
- eval_list = [0.0] # First element for unannotated count
- simi_list = []
- taxa_dict = {'Unannotated read': 0}
+ similarity_list: list[float] = []
+ taxa_map: dict[str, dict] = {}
+ annotated_count = 0
+ unannotated_count = 0
- for header, info in cluster.items():
- count = info['count']
- similarity = info['similarity']
- taxa = info['taxa']
- evalue = info['evalue']
+ for _header, info in cluster.items():
+ count = info["count"]
+ similarity = info["similarity"]
+ taxa = info["taxa"]
+ seq_id = info["seq_id"]
+ source = info["source"]
+
+ similarity_list.extend([similarity] * count)
- if evalue == 'Unannotated read':
- eval_list[0] += count
- taxa_dict['Unannotated read'] += count
+ key = taxa if seq_id != "Unannotated read" else "Unannotated read"
+ if key not in taxa_map:
+ taxa_map[key] = {
+ "count": 0,
+ "seq_ids": set(),
+ "sources": set(),
+ }
+
+ taxa_map[key]["count"] += count
+ taxa_map[key]["seq_ids"].add(seq_id)
+ taxa_map[key]["sources"].add(source)
+
+ if seq_id == "Unannotated read":
+ unannotated_count += count
else:
- try:
- eval_val = float(evalue)
- for _ in range(count):
- eval_list.append(eval_val)
- except ValueError:
- eval_list[0] += count
+ annotated_count += count
- if taxa not in taxa_dict:
- taxa_dict[taxa] = 0
- taxa_dict[taxa] += count
+ return similarity_list, taxa_map, annotated_count, unannotated_count
- # Add similarity values
- for _ in range(count):
- simi_list.append(similarity)
- return eval_list, simi_list, taxa_dict
def calculate_cluster_taxa(taxa_dict, args):
- """
- Calculate the most likely taxa for a cluster based on read counts.
+ """Resolve cluster-level taxa using weighted recursive LCA splitting.
- This function applies the 'uncertain taxa use ratio' for unannotated reads
- and uses a recursive approach to potentially split a cluster into sub-clusters
- if taxonomic dominance is not strong enough (based on ``min_to_split``
- and ``min_count_to_split``).
+ Unannotated reads are treated as fully uncertain taxa but contribute
+ partially via ``uncertain_taxa_use_ratio`` when determining dominant levels.
- :param taxa_dict: Mapping of taxa (full string) -> read counts.
+ :param taxa_dict: Mapping of taxa string to total read count.
:type taxa_dict: dict[str, int]
- :param args: Parsed script arguments, including parameters for taxa calculation.
+ :param args: Argument namespace containing resolution parameters.
:type args: argparse.Namespace
- :return: A list of refined taxa assignments (dictionaries), where each dictionary
- represents a potentially split sub-cluster.
- :rtype: list[dict[str, float | int]]
+ :return: List of taxonomic groups after recursive resolution.
+ :rtype: list[dict[str, int]]
"""
- # Replace 'Unannotated read' with uncertain taxa format
processed_dict = {}
for taxa, count in taxa_dict.items():
- if taxa == 'Unannotated read':
- uncertain_taxa = ' / '.join(['Uncertain taxa'] * 7)
+ if taxa == "Unannotated read":
+ uncertain_taxa = " / ".join(["Uncertain taxa"] * 7)
processed_dict[uncertain_taxa] = count
else:
processed_dict[taxa] = count
@@ -261,290 +284,325 @@
def _recursive_taxa_calculation(taxa_dict, args, level):
- """
- Recursive helper to calculate and potentially split taxa at each taxonomic level.
+ """Recursive helper performing level-by-level weighted LCA resolution.
- :param taxa_dict: Taxa counts at the current level (or sub-group).
- :type taxa_dict: dict[str, float | int]
- :param args: Parsed script arguments.
+ At each taxonomic rank, taxa are grouped and compared. If multiple
+ taxa exceed the configured split thresholds, the cluster is divided
+ and recursion continues deeper.
+
+ :param taxa_dict: Mapping of taxa to count for this recursion stage.
+ :type taxa_dict: dict[str, int]
+ :param args: Parameter namespace controlling uncertainty and split rules.
:type args: argparse.Namespace
- :param level: Index of the current taxonomic level (0=kingdom, max 6=species).
+ :param level: Current taxonomy depth (0–6).
:type level: int
- :return: List of refined taxa dictionaries.
- :rtype: list[dict[str, float | int]]
+ :return: One or more resolved taxon groups at deeper levels.
+ :rtype: list[dict[str, int]]
"""
- if level >= 7: # Max 7 taxonomic levels
+ if level >= 7:
return [taxa_dict]
level_dict = defaultdict(float)
-
- # Group by taxonomic level
for taxa, count in taxa_dict.items():
- taxa_parts = taxa.split(' / ')
+ taxa_parts = taxa.split(" / ")
if level < len(taxa_parts):
level_taxon = taxa_parts[level]
- if level_taxon == 'Uncertain taxa':
+ if level_taxon == "Uncertain taxa":
level_dict[level_taxon] += count * args.uncertain_taxa_use_ratio
else:
level_dict[level_taxon] += count
if len(level_dict) <= 1:
- # Only one taxon at this level, continue to next level
return _recursive_taxa_calculation(taxa_dict, args, level + 1)
- # Sort by abundance
sorted_taxa = sorted(level_dict.items(), key=lambda x: x[1], reverse=True)
-
result = []
dominant_taxon = sorted_taxa[0][0]
- # Check if we should split
for i in range(1, len(sorted_taxa)):
secondary_taxon = sorted_taxa[i][0]
total_count = sorted_taxa[0][1] + sorted_taxa[i][1]
ratio = sorted_taxa[i][1] / total_count
if ratio >= args.min_to_split or total_count <= args.min_count_to_split:
- # Split off this taxon
- split_dict = {taxa: count for taxa, count in taxa_dict.items()
- if taxa.split(' / ')[level] == secondary_taxon}
+ split_dict = {
+ taxa: count
+ for taxa, count in taxa_dict.items()
+ if taxa.split(" / ")[level] == secondary_taxon
+ }
result.extend(_recursive_taxa_calculation(split_dict, args, level + 1))
- # Process the dominant group
- dominant_dict = {taxa: count for taxa, count in taxa_dict.items()
- if taxa.split(' / ')[level] == dominant_taxon}
+ dominant_dict = {
+ taxa: count
+ for taxa, count in taxa_dict.items()
+ if taxa.split(" / ")[level] == dominant_taxon
+ }
result.extend(_recursive_taxa_calculation(dominant_dict, args, level + 1))
return result
-def write_similarity_output(all_simi_data, output_file):
- """
- Write the similarity text output, including the mean and standard deviation,
- and a count per similarity percentage.
+
+def write_similarity_output(cluster_data_list, output_file, log_messages=None):
+ """Write similarity statistics and per-cluster distributions.
+
+ Output includes mean, standard deviation, and counts of each
+ similarity value per cluster.
- :param all_simi_data: List of all similarity percentages from all reads.
- :type all_simi_data: list[float]
- :param output_file: Path to the output file.
+ :param cluster_data_list: List of processed cluster dictionaries.
+ :type cluster_data_list: list[dict]
+ :param output_file: Destination path for the TSV summary.
:type output_file: str
+ :param log_messages: Optional log collector.
+ :type log_messages: list[str] or None
:return: None
:rtype: None
"""
- if not all_simi_data:
+ all_simi = []
+ pair_counter = Counter()
+
+ for cluster_index, cluster_data in enumerate(cluster_data_list):
+ simi_list = cluster_data["similarities"]
+ if not simi_list:
+ continue
+ all_simi.extend(simi_list)
+ for s in simi_list:
+ pair_counter[(cluster_index, s)] += 1
+
+ if not all_simi:
+ if log_messages is not None:
+ log_message(
+ log_messages,
+ "No similarity data found; similarity text file not written.",
+ )
return
- avg = sum(all_simi_data) / len(all_simi_data)
- variance = sum((s - avg) ** 2 for s in all_simi_data) / len(all_simi_data)
+ avg = sum(all_simi) / len(all_simi)
+ variance = sum((s - avg) ** 2 for s in all_simi) / len(all_simi)
st_dev = sqrt(variance)
- simi_counter = Counter(all_simi_data)
- simi_sorted = sorted(simi_counter.items(), key=lambda x: -x[0])
+ with open(output_file, "w") as f:
+ f.write(f"# Average similarity (all reads): {avg:.2f}\n")
+ f.write(f"# Standard deviation (all reads): {st_dev:.2f}\n")
+ f.write("cluster\tsimilarity\tcount\n")
- with open(output_file, 'w') as f:
- f.write(f"# Average similarity: {avg:.2f}\n")
- f.write(f"# Standard deviation: {st_dev:.2f}\n")
- f.write("similarity\tcount\n")
- for similarity, count in simi_sorted:
- f.write(f"{similarity}\t{count}\n")
+ for (cluster_index, similarity), count in sorted(
+ pair_counter.items(), key=lambda x: (x[0][0], -x[0][1])
+ ):
+ f.write(f"{cluster_index}\t{similarity}\t{count}\n")
+
+ if log_messages is not None:
+ log_message(log_messages, "Similarity text summary written succesfully")
+ log_message(
+ log_messages, f"Similarity mean = {avg:.2f}, std = {st_dev:.2f}"
+ )
-def write_evalue_output(all_eval_data, output_file):
- """
- Write the E-value text output, including the count of unannotated reads
- and a count per E-value.
+def write_count_output(cluster_data_list, output_file, log_messages=None):
+ """Write counts of annotated and unannotated reads per cluster.
+
+ A summary row containing total and percentage values is appended.
- :param all_eval_data: List of E-values from all reads. The first element ([0]) is the count of unannotated reads.
- :type all_eval_data: list[float | int]
- :param output_file: Path to the output file.
+ :param cluster_data_list: List of processed clusters.
+ :type cluster_data_list: list[dict]
+ :param output_file: Path for the count summary text file.
:type output_file: str
+ :param log_messages: Optional logging accumulator.
+ :type log_messages: list[str] or None
:return: None
:rtype: None
"""
- unanno_count = all_eval_data[0]
- eval_counter = Counter(all_eval_data[1:])
+ total_annotated = 0
+ total_unannotated = 0
- with open(output_file, 'w') as f:
- f.write("evalue\tcount\n")
- if unanno_count > 0:
- f.write(f"unannotated\t{unanno_count}\n")
-
- eval_sorted = sorted(eval_counter.items(),
- key=lambda x: (-x[1], float(x[0]) if isinstance(x[0], (int, float)) else float('inf')))
- for value, count in eval_sorted:
- f.write(f"{value}\t{count}\n")
-
+ with open(output_file, "w") as f:
+ f.write(
+ "cluster\tunannotated\tannotated\ttotal\tperc_unannotated\tperc_annotated\n"
+ )
-def write_count_output(all_eval_data, cluster_data_list, output_file):
- """
- Write a summary of annotated and unannotated read counts per cluster
- and for the total sample.
+ for cluster_index, cluster_data in enumerate(cluster_data_list):
+ unannotated = cluster_data["unannotated"]
+ annotated = cluster_data["annotated"]
+ total = unannotated + annotated
- :param all_eval_data: List of E-values from all reads for the total count summary.
- :type all_eval_data: list[float | int]
- :param cluster_data_list: List of tuples (eval_list, simi_list, taxa_dict) per cluster.
- :type cluster_data_list: list[tuple]
- :param output_file: Path to the output file.
- :type output_file: str
- :return: None
- :rtype: None
- """
- with open(output_file, 'w') as f:
- f.write("cluster\tunannotated\tannotated\ttotal\tperc_unannotated\tperc_annotated\n")
-
- for cluster_num, (eval_list, _, _) in enumerate(cluster_data_list):
- unannotated = eval_list[0]
- annotated = len(eval_list[1:])
- total = unannotated + annotated
+ total_annotated += annotated
+ total_unannotated += unannotated
if total > 0:
perc_annotated = (annotated / total) * 100
perc_unannotated = (unannotated / total) * 100
else:
- perc_annotated = perc_unannotated = 0
+ perc_annotated = perc_unannotated = 0.0
f.write(
- f"{cluster_num}\t{unannotated}\t{annotated}\t{total}\t{perc_unannotated:.2f}\t{perc_annotated:.2f}\n")
+ f"{cluster_index}\t{unannotated}\t{annotated}\t{total}"
+ f"\t{perc_unannotated:.2f}\t{perc_annotated:.2f}\n"
+ )
- # Add full sample summary
- total_unannotated = all_eval_data[0]
- total_annotated = len(all_eval_data[1:])
- grand_total = total_unannotated + total_annotated
-
+ grand_total = total_annotated + total_unannotated
if grand_total > 0:
perc_annotated = (total_annotated / grand_total) * 100
perc_unannotated = (total_unannotated / grand_total) * 100
else:
- perc_annotated = perc_unannotated = 0
+ perc_annotated = perc_unannotated = 0.0
f.write(
- f"TOTAL\t{total_unannotated}\t{total_annotated}\t{grand_total}\t{perc_unannotated:.2f}\t{perc_annotated:.2f}\n")
+ f"TOTAL\t{total_unannotated}\t{total_annotated}\t{grand_total}"
+ f"\t{perc_unannotated:.2f}\t{perc_annotated:.2f}\n"
+ )
+
+ if log_messages is not None:
+ log_message(log_messages, "Count summary written succesfully")
+ log_message(
+ log_messages,
+ f"TOTAL annotated={total_annotated}, unannotated={total_unannotated}, total={grand_total}",
+ )
-def write_taxa_clusters_output(cluster_data_list, output_file):
- """
- Write raw taxa information per cluster to an Excel file.
+def write_taxa_excel(cluster_data_list, args, output_file, write_raw: bool, write_processed: bool, log_messages=None):
+ """Write raw and processed taxa data into a combined Excel report.
+
+ Generates up to three sheets:
+
+ - ``Raw_Taxa_Clusters``: Full taxa per read cluster (if enabled).
+ - ``Processed_Taxa_Clusters``: LCA-resolved taxa (if enabled).
+ - ``Settings``: Parameters used for taxonomic resolution.
+
+ seq_id and source tracking are kept only in the raw sheet.
- Each row contains the cluster number, read count, the full taxa string,
- and the separate taxonomic levels (kingdom through species).
-
- :param cluster_data_list: List of tuples (eval_list, simi_list, taxa_dict) per cluster.
- :type cluster_data_list: list[tuple]
- :param output_file: Path to the output Excel file.
+ :param cluster_data_list: List containing similarity/taxa data per cluster.
+ :type cluster_data_list: list[dict]
+ :param args: Parsed arguments containing LCA configuration.
+ :type args: argparse.Namespace
+ :param output_file: Path to the combined Excel file.
:type output_file: str
+ :param write_raw: Whether to include the raw taxa sheet.
+ :type write_raw: bool
+ :param write_processed: Whether to include the processed/LCA sheet.
+ :type write_processed: bool
+ :param log_messages: Optional log collector.
+ :type log_messages: list[str] or None
:return: None
:rtype: None
"""
- # Create main dataframe
- data = []
- for cluster_num, (_, _, taxa_dict) in enumerate(cluster_data_list):
- for taxa, count in taxa_dict.items():
- if count > 0:
- # Split taxa into taxonomic levels
- taxa_levels = taxa.split(' / ') if taxa else []
- taxa_levels += ['Unannotated read'] * (7 - len(taxa_levels))
- try:
- data.append({
- 'cluster': cluster_num,
- 'count': count,
- 'taxa_full': taxa,
- 'kingdom': taxa_levels[0],
- 'phylum': taxa_levels[1],
- 'class': taxa_levels[2],
- 'order': taxa_levels[3],
- 'family': taxa_levels[4],
- 'genus': taxa_levels[5],
- 'species': taxa_levels[6]
- })
- except IndexError as e:
- # Skip entries with incomplete taxonomic data
- print(f"Skipped entry in cluster {cluster_num}: incomplete taxonomic data for '{taxa}, error: {e}'")
+ raw_rows = []
+ processed_rows = []
+
+ if write_raw:
+ for cluster_index, cluster_data in enumerate(cluster_data_list):
+ taxa_map = cluster_data["taxa_map"]
+ for taxa, info in taxa_map.items():
+ count = info["count"]
+ if count <= 0:
continue
- df = pd.DataFrame(data)
- # Write to Excel
- temp_path = output_file + ".xlsx"
- os.makedirs(os.path.dirname(temp_path), exist_ok=True)
- with pd.ExcelWriter(temp_path, engine='openpyxl') as writer:
- df.to_excel(writer, sheet_name='Raw_Taxa_Clusters', index=False, engine='openpyxl')
- os.replace(temp_path, output_file)
-
-def write_taxa_processed_output(cluster_data_list, args, output_file):
- """
- Write processed (potentially split) taxa information to an Excel file.
+ taxa_levels = taxa.split(" / ") if taxa else []
+ while len(taxa_levels) < 7:
+ taxa_levels.append("Unannotated")
- This file contains the resulting sub-clusters from the taxonomic dominance
- analysis and a separate sheet documenting the parameters used.
-
- :param cluster_data_list: List of tuples (eval_list, simi_list, taxa_dict) per cluster.
- :type cluster_data_list: list[tuple]
- :param args: Parsed script arguments, used for taxa calculation and settings documentation.
- :type args: argparse.Namespace
- :param output_file: Path to the output Excel file.
- :type output_file: str
- :return: None
- :rtype: None
- """
- # Create main dataframe
- data = []
- for cluster_num, (_, _, taxa_dict) in enumerate(cluster_data_list):
- processed_taxa = calculate_cluster_taxa(taxa_dict, args)
+ seq_ids_str = ",".join(sorted(info["seq_ids"]))
+ sources_str = ",".join(sorted(info["sources"]))
- for taxa_group in processed_taxa:
- for taxa, count in taxa_group.items():
- if 'Uncertain taxa / Uncertain taxa / Uncertain taxa' in taxa:
- if args.show_unannotated_clusters:
- data.append({
- 'cluster': cluster_num,
- 'count': count,
- 'taxa_full': 'Unannotated read',
- 'kingdom': 'Unannotated',
- 'phylum': 'Unannotated',
- 'class': 'Unannotated',
- 'order': 'Unannotated',
- 'family': 'Unannotated',
- 'genus': 'Unannotated',
- 'species': 'Unannotated'
- })
- else:
- # Split taxa into taxonomic levels
- taxa_levels = taxa.split(' / ') if taxa else []
+ raw_rows.append(
+ {
+ "cluster": cluster_index,
+ "count": count,
+ "seq_id": seq_ids_str,
+ "source": sources_str,
+ "taxa_full": taxa,
+ "kingdom": taxa_levels[0],
+ "phylum": taxa_levels[1],
+ "class": taxa_levels[2],
+ "order": taxa_levels[3],
+ "family": taxa_levels[4],
+ "genus": taxa_levels[5],
+ "species": taxa_levels[6],
+ }
+ )
- try:
- data.append({
- 'cluster': cluster_num,
- 'count': count,
- 'taxa_full': taxa,
- 'kingdom': taxa_levels[0],
- 'phylum': taxa_levels[1],
- 'class': taxa_levels[2],
- 'order': taxa_levels[3],
- 'family': taxa_levels[4],
- 'genus': taxa_levels[5],
- 'species': taxa_levels[6]
- })
- except IndexError:
- # Skip entries with incomplete taxonomic data
- print(f"Skipped entry in cluster {cluster_num}: incomplete taxonomic data for '{taxa}'")
+ if write_processed:
+ for cluster_index, cluster_data in enumerate(cluster_data_list):
+ taxa_map = cluster_data["taxa_map"]
+
+ annotated_support = sum(
+ info["count"]
+ for taxa, info in taxa_map.items()
+ if taxa != "Unannotated read"
+ )
+
+ if annotated_support < args.min_cluster_support:
+ continue
+
+ taxa_counts = {taxa: info["count"] for taxa, info in taxa_map.items()}
+ processed_groups = calculate_cluster_taxa(taxa_counts, args)
+
+ for group in processed_groups:
+ for taxa, count in group.items():
+ if count <= 0:
continue
- df = pd.DataFrame(data)
+ if "Uncertain taxa / Uncertain taxa / Uncertain taxa" in taxa:
+ continue
+ else:
+ info = taxa_map.get(taxa)
+ seq_ids_set = info["seq_ids"]
+ sources_set = info["sources"]
+ taxa_full = taxa
+ taxa_levels = taxa.split(" / ") if taxa else []
+ while len(taxa_levels) < 7:
+ taxa_levels.append("Unannotated")
- # Create settings dataframe
+ seq_ids_str = ",".join(sorted(seq_ids_set))
+ sources_str = ",".join(sorted(sources_set))
+ processed_rows.append(
+ {
+ "cluster": cluster_index,
+ "count": count,
+ "seq_id": seq_ids_str,
+ "source": sources_str,
+ "taxa_full": taxa_full,
+ "kingdom": taxa_levels[0],
+ "phylum": taxa_levels[1],
+ "class": taxa_levels[2],
+ "order": taxa_levels[3],
+ "family": taxa_levels[4],
+ "genus": taxa_levels[5],
+ "species": taxa_levels[6],
+ }
+ )
+
+ if not raw_rows and not processed_rows:
+ if log_messages is not None:
+ log_message(
+ log_messages,
+ "No taxa data to write; taxa Excel file not created.",
+ )
+ return
+
+ raw_df = pd.DataFrame(raw_rows) if raw_rows else None
+ processed_df = pd.DataFrame(processed_rows) if processed_rows else None
+
settings_data = [
- ['uncertain_taxa_use_ratio', args.uncertain_taxa_use_ratio],
- ['min_to_split', args.min_to_split],
- ['min_count_to_split', args.min_count_to_split]
+ ["uncertain_taxa_use_ratio", args.uncertain_taxa_use_ratio],
+ ["min_to_split", args.min_to_split],
+ ["min_count_to_split", args.min_count_to_split],
+ ["min_cluster_support", args.min_cluster_support]
]
- settings_df = pd.DataFrame(settings_data, columns=['Parameter', 'Value'])
+ settings_df = pd.DataFrame(settings_data, columns=["Parameter", "Value"])
- # Write to Excel with multiple sheets
- temp_path = output_file + ".xlsx"
+ temp_path = output_file + ".tmp.xlsx"
os.makedirs(os.path.dirname(temp_path), exist_ok=True)
- with pd.ExcelWriter(temp_path, engine='openpyxl') as writer:
- df.to_excel(writer, sheet_name='Processed_Taxa_Clusters', index=False, engine='openpyxl')
- settings_df.to_excel(writer, sheet_name='Settings', index=False, engine='openpyxl')
+ with pd.ExcelWriter(temp_path, engine="openpyxl") as writer:
+ if raw_df is not None:
+ raw_df.to_excel(
+ writer, sheet_name="Raw_Taxa_Clusters", index=False
+ )
+ if processed_df is not None:
+ processed_df.to_excel(
+ writer, sheet_name="Processed_Taxa_Clusters", index=False
+ )
+ settings_df.to_excel(writer, sheet_name="Settings", index=False)
- # Auto-adjust column widths for better readability
for sheet_name in writer.sheets:
worksheet = writer.sheets[sheet_name]
for column in worksheet.columns:
@@ -552,38 +610,52 @@
column_letter = column[0].column_letter
for cell in column:
try:
- if len(str(cell.value)) > max_length:
- max_length = len(str(cell.value))
- except:
+ cell_len = len(str(cell.value))
+ if cell_len > max_length:
+ max_length = cell_len
+ except AttributeError:
pass
- adjusted_width = min(max_length + 2, 50) # Cap at 50 characters
+ adjusted_width = min(max_length + 2, 50)
worksheet.column_dimensions[column_letter].width = adjusted_width
+
os.replace(temp_path, output_file)
-def create_similarity_plot(all_simi_data, cluster_simi_lengths, args, output_file):
- """
- Create a bar plot showing the distribution of intra-cluster similarity values.
+ if log_messages is not None:
+ if raw_df is not None:
+ log_message(log_messages, "Raw taxa per cluster written succesfully")
+ if processed_df is not None:
+ log_message(
+ log_messages,
+ "Processed taxa (split clusters) written succesfully",
+ )
- The plot uses different colors to distinguish reads belonging to different clusters.
+
+def create_similarity_plot(all_simi_data, cluster_simi_lengths, args, output_file, log_messages=None):
+ """Create and save a similarity distribution bar plot.
- :param all_simi_data: List of all similarity values, sorted descending.
+ Bars are colored per cluster using a fixed repeating colormap.
+
+ :param all_simi_data: All similarity values across clusters.
:type all_simi_data: list[float]
- :param cluster_simi_lengths: List of lengths of similarity data per cluster, used for coloring.
+ :param cluster_simi_lengths: Per-cluster similarity list lengths.
:type cluster_simi_lengths: list[int]
- :param args: Parsed script arguments, used for plot y-limits.
+ :param args: Namespace containing y-axis plot limits.
:type args: argparse.Namespace
- :param output_file: Path to the output plot file (e.g., .png).
+ :param output_file: Output PNG file path.
:type output_file: str
+ :param log_messages: Optional log message list.
+ :type log_messages: list[str] or None
:return: None
:rtype: None
"""
if not all_simi_data:
+ if log_messages is not None:
+ log_message(log_messages, "No similarity data; similarity plot not created.")
return
sorted_simi_list = sorted(all_simi_data, reverse=True)
bar_positions = list(range(len(sorted_simi_list)))
- # Create colormap for different clusters
colormap_full = []
for i, length in enumerate(cluster_simi_lengths):
color = COLORMAP[i % len(COLORMAP)]
@@ -591,191 +663,196 @@
plt.figure(figsize=(12, 6))
plt.bar(bar_positions, sorted_simi_list, width=1, color=colormap_full)
- plt.grid(axis='y', linestyle='--', color='gray', alpha=0.7)
+ plt.grid(axis="y", linestyle="--", color="gray", alpha=0.7)
plt.ylabel("Similarity (%)")
plt.xlabel("Reads")
plt.title("Intra-cluster Similarity Distribution")
plt.ylim(ymin=args.simi_plot_y_min, ymax=args.simi_plot_y_max)
plt.tight_layout()
- plt.savefig(output_file, format='png', dpi=300, bbox_inches='tight')
+ plt.savefig(output_file, format="png", dpi=300, bbox_inches="tight")
plt.close()
+ if log_messages is not None:
+ log_message(log_messages, "Similarity plot written succesfully")
+
-def create_evalue_plot(all_eval_data, cluster_eval_lengths, output_file):
- """
- Create a bar plot showing the distribution of E-values.
+def summarize_and_log(cluster_data_list, all_simi_data, log_messages, args):
+ """Compute global summary statistics and append them to the log.
- The y-axis is log-scaled and displays ``1/E-values``. Reads are ordered
- by E-value (ascending). The plot uses different colors to distinguish reads
- belonging to different clusters.
+ Summary includes:
+ - total clusters
+ - total annotated/unannotated reads
+ - per-cluster annotation presence
+ - top taxa distribution
+ - similarity mean and standard deviation
- :param all_eval_data: List of E-values from all reads. Assumes E-values start at index 1.
- :type all_eval_data: list[float | int]
- :param cluster_eval_lengths: List of lengths of annotated E-value data per cluster, used for coloring.
- :type cluster_eval_lengths: list[int]
- :param output_file: Path to the output plot file (e.g., .png).
- :type output_file: str
+ :param cluster_data_list: List of processed cluster descriptors.
+ :type cluster_data_list: list[dict]
+ :param all_simi_data: All similarity values from all clusters.
+ :type all_simi_data: list[float]
+ :param log_messages: List collecting log output lines.
+ :type log_messages: list[str]
+ :param args: Argument namespace with configuration parameters.
+ :type args: argparse.Namespace
:return: None
:rtype: None
"""
- if len(all_eval_data) <= 1: # Only unannotated reads
- return
-
- sorted_eval_list = sorted(all_eval_data[1:]) # Skip unannotated count
-
- if not sorted_eval_list:
- return
-
- bar_positions = list(range(len(sorted_eval_list)))
- bar_heights = [1 / e if e > 0 else 0 for e in sorted_eval_list]
-
- # Create colormap for different clusters
- colormap_full = []
- for i, length in enumerate(cluster_eval_lengths):
- color = COLORMAP[i % len(COLORMAP)]
- colormap_full.extend([color] * length)
+ total_clusters = len(cluster_data_list)
+ total_annotated = sum(c["annotated"] for c in cluster_data_list)
+ total_unannotated = sum(c["unannotated"] for c in cluster_data_list)
+ grand_total = total_annotated + total_unannotated
- plt.figure(figsize=(12, 6))
- plt.bar(bar_positions, bar_heights, width=1, color=colormap_full)
- plt.yscale('log')
- plt.grid(axis='y', linestyle='--', color='gray', alpha=0.7)
- plt.ylabel("1/E-values")
- plt.xlabel("Reads")
- plt.title("E-value Distribution")
- plt.tight_layout()
+ clusters_with_annotations = sum(
+ 1 for c in cluster_data_list if c["annotated"] > 0
+ )
+ clusters_unannotated_only = total_clusters - clusters_with_annotations
- plt.savefig(output_file, format='png', dpi=300, bbox_inches='tight')
- plt.close()
-
-def prepare_evalue_histogram(evalue_list, unannotated_list):
- """
- Generate histogram data for E-value distributions.
-
- This function processes a list of E-values from BLAST or similar search
- results, filters out invalid or zero entries, and computes histogram data
- suitable for plotting. The histogram represents the frequency distribution
- of E-values across all annotated hits.
+ log_message(log_messages, "=== SUMMARY ===")
+ log_message(log_messages, f"Clusters parsed: {total_clusters}")
+ log_message(log_messages, f"Total reads: {grand_total}")
+ log_message(log_messages, f"Annotated reads: {total_annotated}")
+ log_message(log_messages, f"Unannotated reads: {total_unannotated}")
+ log_message(log_messages, f"Clusters with annotations: {clusters_with_annotations}")
+ log_message(log_messages, f"Clusters fully unannotated: {clusters_unannotated_only}")
+ log_message(log_messages, f"Minimum cluster support for processed taxa: {args.min_cluster_support}")
- :param evalue_list: List of E-values from BLAST hits
- :type evalue_list: list[float | int]
- :param unannotated_list: List of unannotated E-values
- :type unannotated_list: list
- :return: Tuple containing:
- - **counts** (*numpy.ndarray*): Number of entries per histogram bin.
- - **bins** (*numpy.ndarray*): Bin edges corresponding to the histogram.
- Returns ``(None, None)`` if no valid data is available.
- :rtype: tuple[numpy.ndarray, numpy.ndarray] | tuple[None, None]
- :note:
- - Only positive numeric E-values are included in the histogram.
- - Uses 50 bins in the range (0, 1) for visualization consistency.
- """
- data = [ev for ev in evalue_list if isinstance(ev, (int, float)) and ev > 0]
- if not data:
- return None, None
-
- counts, bins, _ = plt.hist(data, bins=50, range=(0, 1))
- plt.close()
- return counts, bins
-
-def create_evalue_plot_test(evalue_list, unannotated_list, output_file):
- """
- Create and save an E-value distribution plot, returning the computed histogram data.
+ taxa_counter = Counter()
+ for c in cluster_data_list:
+ for taxa, info in c["taxa_map"].items():
+ if taxa == "Unannotated read":
+ continue
+ taxa_counter[taxa] += info["count"]
- This function visualizes the frequency distribution of E-values from BLAST or
- annotation results. It saves the plot to the specified output file and returns
- the histogram data (counts and bins) for testing with pytests.
-
- :param evalue_list: List of numeric E-values to plot
- :type evalue_list: list[float | int]
- :param unannotated_list: Optional list of E-values for unannotated sequences.
- :type unannotated_list: list
- :param output_file: Path where the histogram image will be saved.
- :type output_file: str
+ if taxa_counter:
+ log_message(log_messages, "=== TAXA SUMMARY (top 10) ===")
+ for taxa, count in taxa_counter.most_common(10):
+ log_message(log_messages, f"{taxa}: {count} reads")
+ log_message(log_messages, f"Total unique taxa: {len(taxa_counter)}")
+ else:
+ log_message(log_messages, "No annotated taxa found.")
- :return: Tuple containing:
- - **counts** (*numpy.ndarray*): Frequency counts per histogram bin.
- - **bins** (*numpy.ndarray*): Histogram bin edges.
- Returns ``(None, None)`` if no valid data was available for plotting.
- :rtype: tuple[numpy.ndarray, numpy.ndarray] | tuple[None, None]
- """
- counts, bins = prepare_evalue_histogram(evalue_list, unannotated_list)
- if counts is None:
- return None, None
+ if all_simi_data:
+ avg = sum(all_simi_data) / len(all_simi_data)
+ variance = sum((s - avg) ** 2 for s in all_simi_data) / len(all_simi_data)
+ st_dev = sqrt(variance)
+ log_message(log_messages, "=== SIMILARITY SUMMARY ===")
+ log_message(log_messages, f"Mean similarity: {avg:.2f}")
+ log_message(log_messages, f"Std similarity: {st_dev:.2f}")
+ else:
+ log_message(log_messages, "No similarity values available for summary.")
- plt.hist([ev for ev in evalue_list if isinstance(ev, (int, float)) and ev > 0],
- bins=50, range=(0, 1))
- plt.xlabel("E-value")
- plt.ylabel("Frequency")
- plt.title("E-value Distribution")
- plt.savefig(output_file)
- plt.close()
- return counts, bins
def main(arg_list=None):
- """
- Main entry point of the script.
+ """Main entry point for CD-HIT cluster processing.
- Parses arguments, processes cd-hit cluster data, aggregates results,
- and generates requested outputs (text summaries, plots, and Excel reports).
+ Orchestrates parsing, cluster processing, statistic aggregation,
+ visualization, and generation of all requested outputs.
- :param arg_list: List of arguments for testing purposes.
- :type arg_list: list, optional
+ :param arg_list: Optional list of arguments (used by tests).
+ :type arg_list: list[str] or None
:return: None
:rtype: None
"""
args = parse_arguments(arg_list)
- # Parse cluster file
+ log_messages: list[str] = []
+ log_message(log_messages, "=== CD-HIT cluster processing started ===")
+
+ log_message(log_messages, "cluster_file: provided")
+ log_message(
+ log_messages,
+ "annotation_file: provided" if args.input_annotation else "annotation_file: none",
+ )
+
+ log_message(log_messages, "=== PARAMETERS ===")
+ skip_keys = {
+ "output_similarity_txt",
+ "output_similarity_plot",
+ "output_count",
+ "output_excel",
+ "input_cluster",
+ "input_annotation",
+ "log_file",
+ }
+ for key, value in vars(args).items():
+ if key in skip_keys:
+ continue
+ log_message(log_messages, f"{key}: {value}")
+ log_message(log_messages, "=== PARAMETERS END===")
+
clusters = parse_cluster_file(
args.input_cluster,
args.input_annotation,
- args.print_empty_files
+ raise_on_error=False,
+ log_messages=log_messages,
)
- # Process each cluster
- all_eval_data = [0] # For full sample statistics
- all_simi_data = []
- cluster_eval_lengths = []
- cluster_simi_lengths = []
+
cluster_data_list = []
+ all_simi_data: list[float] = []
+ cluster_simi_lengths: list[int] = []
for cluster in clusters:
- eval_list, simi_list, taxa_dict = process_cluster_data(cluster)
- cluster_data_list.append((eval_list, simi_list, taxa_dict))
- # Collect data for full sample plots
- all_eval_data[0] += eval_list[0]
- if len(eval_list) > 1:
- all_eval_data.extend(sorted(eval_list[1:]))
- cluster_eval_lengths.append(len(eval_list[1:]))
+ simi_list, taxa_map, annotated_count, unannotated_count = process_cluster_data(
+ cluster
+ )
+ cluster_data = {
+ "similarities": simi_list,
+ "taxa_map": taxa_map,
+ "annotated": annotated_count,
+ "unannotated": unannotated_count,
+ }
+ cluster_data_list.append(cluster_data)
if simi_list:
- all_simi_data.extend(sorted(simi_list, reverse=True))
+ all_simi_data.extend(simi_list)
cluster_simi_lengths.append(len(simi_list))
- # Generate outputs based on what was requested
if args.output_similarity_txt:
- write_similarity_output(all_simi_data, args.output_similarity_txt)
+ write_similarity_output(
+ cluster_data_list, args.output_similarity_txt, log_messages)
- if args.output_similarity_plot and all_simi_data:
- create_similarity_plot(all_simi_data, cluster_simi_lengths, args, args.output_similarity_plot)
-
- if args.output_evalue_txt:
- write_evalue_output(all_eval_data, args.output_evalue_txt)
-
- if args.output_evalue_plot and len(all_eval_data) > 1:
- create_evalue_plot(all_eval_data, cluster_eval_lengths, args.output_evalue_plot)
+ if args.output_similarity_plot:
+ create_similarity_plot(
+ all_simi_data,
+ cluster_simi_lengths,
+ args,
+ args.output_similarity_plot,
+ log_messages)
if args.output_count:
- write_count_output(all_eval_data, cluster_data_list, args.output_count)
+ write_count_output(cluster_data_list, args.output_count, log_messages)
- if args.output_taxa_clusters:
- write_taxa_clusters_output(cluster_data_list, args.output_taxa_clusters)
+ if args.output_excel:
+ write_raw = bool(args.output_taxa_clusters)
+ write_processed = bool(args.output_taxa_processed)
- if args.output_taxa_processed:
- write_taxa_processed_output(cluster_data_list, args, args.output_taxa_processed)
+ if not write_raw and not write_processed:
+ if log_messages is not None:
+ log_message(log_messages, "output_excel provided but no taxa sheet flags set; no Excel file written.")
+ else:
+ write_taxa_excel(cluster_data_list,
+ args,
+ args.output_excel,
+ write_raw=write_raw,
+ write_processed=write_processed,
+ log_messages=log_messages)
+ else:
+ if args.output_taxa_clusters or args.output_taxa_processed:
+ if log_messages is not None:
+ log_message(
+ log_messages,
+ "WARNING: Raw/processed taxa output flags set but no --output_excel path provided; skipping Excel output."
+ )
- print(f"Processing complete. Processed {len(clusters)} clusters.")
+ summarize_and_log(cluster_data_list, all_simi_data, log_messages, args)
+ log_message(log_messages, "=== CD-HIT cluster processing finished ===")
+
+ if args.log_file:
+ os.makedirs(os.path.dirname(args.log_file), exist_ok=True)
+ with open(args.log_file, "w") as f:
+ f.write("\n".join(log_messages))
if __name__ == "__main__":
- main()
\ No newline at end of file
+ main()
diff -r c6981ea453ae -r e64af72e1b8f cdhit_analysis.xml
--- a/cdhit_analysis.xml Fri Oct 24 09:38:24 2025 +0000
+++ b/cdhit_analysis.xml Mon Dec 15 16:44:40 2025 +0000
@@ -1,262 +1,242 @@
-
- Analyze CD-HIT clustering results with taxonomic annotation
-
-
- python
- matplotlib
- pandas
- openpyxl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- output_options['similarity_output']
-
-
-
- output_options['similarity_output']
-
-
-
- output_options['evalue_output']
-
-
-
- output_options['evalue_output']
-
-
-
- output_options['count_output']
-
-
-
- output_options['taxa_output']
-
-
-
- output_options['taxa_output']
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Analyze CD-HIT clustering results with taxonomic annotation
+
+
+ python
+ matplotlib
+ pandas
+ openpyxl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ output_options['similarity_output']
+
+
+ output_options['similarity_output']
+
+
+ output_options['count_output']
+
+
+ output_options['taxa_output']
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/count_out.txt
--- a/test-data/count_out.txt Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/count_out.txt Mon Dec 15 16:44:40 2025 +0000
@@ -1,26 +1,26 @@
-cluster unannotated annotated total perc_unannotated perc_annotated
-0 2.0 408 410.0 0.49 99.51
-1 1.0 0 1.0 100.00 0.00
-2 0.0 1 1.0 0.00 100.00
-3 0.0 52 52.0 0.00 100.00
-4 1.0 0 1.0 100.00 0.00
-5 0.0 176 176.0 0.00 100.00
-6 1.0 0 1.0 100.00 0.00
-7 0.0 79 79.0 0.00 100.00
-8 1.0 0 1.0 100.00 0.00
-9 9.0 0 9.0 100.00 0.00
-10 3.0 0 3.0 100.00 0.00
-11 2.0 0 2.0 100.00 0.00
-12 1.0 0 1.0 100.00 0.00
-13 1.0 0 1.0 100.00 0.00
-14 1.0 0 1.0 100.00 0.00
-15 5.0 0 5.0 100.00 0.00
-16 21.0 0 21.0 100.00 0.00
-17 38.0 0 38.0 100.00 0.00
-18 5.0 0 5.0 100.00 0.00
-19 5.0 0 5.0 100.00 0.00
-20 1.0 0 1.0 100.00 0.00
-21 1.0 0 1.0 100.00 0.00
-22 4.0 0 4.0 100.00 0.00
-23 0.0 1 1.0 0.00 100.00
-TOTAL 103.0 717 820.0 12.56 87.44
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 2.0 408 410.0 0.49 99.51
+1 1.0 0 1.0 100.00 0.00
+2 0.0 1 1.0 0.00 100.00
+3 0.0 52 52.0 0.00 100.00
+4 1.0 0 1.0 100.00 0.00
+5 0.0 176 176.0 0.00 100.00
+6 1.0 0 1.0 100.00 0.00
+7 0.0 79 79.0 0.00 100.00
+8 1.0 0 1.0 100.00 0.00
+9 9.0 0 9.0 100.00 0.00
+10 3.0 0 3.0 100.00 0.00
+11 2.0 0 2.0 100.00 0.00
+12 1.0 0 1.0 100.00 0.00
+13 1.0 0 1.0 100.00 0.00
+14 1.0 0 1.0 100.00 0.00
+15 5.0 0 5.0 100.00 0.00
+16 21.0 0 21.0 100.00 0.00
+17 38.0 0 38.0 100.00 0.00
+18 5.0 0 5.0 100.00 0.00
+19 5.0 0 5.0 100.00 0.00
+20 1.0 0 1.0 100.00 0.00
+21 1.0 0 1.0 100.00 0.00
+22 4.0 0 4.0 100.00 0.00
+23 0.0 1 1.0 0.00 100.00
+TOTAL 103.0 717 820.0 12.56 87.44
diff -r c6981ea453ae -r e64af72e1b8f test-data/evalue_out.txt
--- a/test-data/evalue_out.txt Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/evalue_out.txt Mon Dec 15 16:44:40 2025 +0000
@@ -1,20 +1,20 @@
-evalue count
-unannotated 103.0
-1.41e-39 414
-4.99e-39 166
-1.54e-33 72
-6.56e-38 25
-2.32e-37 16
-7.17e-32 6
-1.82e-38 4
-5.07e-39 3
-8.21e-37 2
-1.43e-39 1
-6.45e-38 1
-6.66e-38 1
-2.28e-37 1
-8.62e-37 1
-1.06e-35 1
-1.08e-35 1
-3.33e-30 1
-8.16e-12 1
+evalue count
+unannotated 103.0
+1.41e-39 414
+4.99e-39 166
+1.54e-33 72
+6.56e-38 25
+2.32e-37 16
+7.17e-32 6
+1.82e-38 4
+5.07e-39 3
+8.21e-37 2
+1.43e-39 1
+6.45e-38 1
+6.66e-38 1
+2.28e-37 1
+8.62e-37 1
+1.06e-35 1
+1.08e-35 1
+3.33e-30 1
+8.16e-12 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/malformed_cluster.clstr
--- a/test-data/malformed_cluster.clstr Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/malformed_cluster.clstr Mon Dec 15 16:44:40 2025 +0000
@@ -1,4 +1,4 @@
->Cluster 0
-0 100nt, >read1:50..._CONS(50) *
-invalid_line_without_proper_format
-1 90nt, >read2:25..._CONS(25) at /+/95%
+>Cluster 0
+0 100nt, >read1:50..._CONS(50) *
+invalid_line_without_proper_format
+1 90nt, >read2:25..._CONS(25) at /+/95%
diff -r c6981ea453ae -r e64af72e1b8f test-data/new_logs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/new_logs.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,47 @@
+=== CD-HIT cluster processing started ===
+cluster_file: provided
+annotation_file: provided
+=== PARAMETERS ===
+output_taxa_clusters: True
+output_taxa_processed: True
+simi_plot_y_min: 95.0
+simi_plot_y_max: 100.0
+uncertain_taxa_use_ratio: 0.5
+min_to_split: 0.45
+min_count_to_split: 10
+min_cluster_support: 1
+make_taxa_in_cluster_split: False
+=== PARAMETERS END===
+Loaded 810 annotated headers
+Parsed 514 clusters
+Similarity text summary written succesfully
+Similarity mean = 99.70, std = 0.63
+Similarity plot written succesfully
+Count summary written succesfully
+TOTAL annotated=51245, unannotated=15395, total=66640
+Raw taxa per cluster written succesfully
+Processed taxa (split clusters) written succesfully
+=== SUMMARY ===
+Clusters parsed: 514
+Total reads: 66640
+Annotated reads: 51245
+Unannotated reads: 15395
+Clusters with annotations: 63
+Clusters fully unannotated: 451
+Minimum cluster support for processed taxa: 1
+=== TAXA SUMMARY (top 10) ===
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Cannabaceae / Humulus / Uncertain taxa: 47442 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 543 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malvales / Malvaceae / Tilia / Uncertain taxa: 419 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Uncertain taxa / Uncertain taxa: 382 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Betulaceae / Alnus / Uncertain taxa: 301 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Uncertain taxa / Uncertain taxa: 240 reads
+Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 227 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Uncertain taxa: 222 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Poales / Poaceae / Uncertain taxa / Uncertain taxa: 221 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Fagaceae / Castanea / Uncertain taxa: 204 reads
+Total unique taxa: 44
+=== SIMILARITY SUMMARY ===
+Mean similarity: 99.70
+Std similarity: 0.63
+=== CD-HIT cluster processing finished ===
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/new_report.xlsx
Binary file test-data/new_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/new_similarity.png
Binary file test-data/new_similarity.png has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/new_similarity.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/new_similarity.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,821 @@
+# Average similarity (all reads): 99.70
+# Standard deviation (all reads): 0.63
+cluster similarity count
+0 100.0 44423
+0 98.88 63
+0 98.86 2406
+0 98.85 24
+0 98.82 3
+0 97.78 1
+0 97.75 5
+0 97.73 86
+0 97.7 1
+0 97.65 1
+1 100.0 1321
+1 99.02 82
+1 99.01 1
+1 98.04 6
+2 100.0 1
+2 98.95 894
+2 98.94 3
+2 98.92 2
+2 98.91 1
+2 98.86 1
+2 97.89 88
+3 100.0 833
+3 98.84 3
+3 98.82 59
+3 97.7 1
+3 97.67 2
+3 97.65 5
+4 100.0 985
+4 98.46 40
+5 100.0 267
+5 97.78 1
+5 97.73 4
+5 97.67 1
+5 97.62 5
+5 97.56 5
+5 97.5 2
+5 97.44 2
+5 97.37 2
+5 97.22 1
+6 100.0 1
+6 98.85 512
+6 98.84 1
+6 97.73 4
+6 97.7 37
+6 97.67 1
+7 100.0 1
+7 99.0 20
+7 98.0 370
+7 97.0 32
+8 100.0 72
+8 98.53 1
+8 98.33 1
+8 98.31 2
+8 98.21 1
+8 98.18 1
+8 98.08 1
+9 100.0 359
+9 98.89 24
+10 100.0 1
+10 98.97 203
+10 98.96 1
+10 98.94 1
+10 97.94 92
+11 100.0 120
+11 99.4 17
+11 98.81 1
+12 100.0 99
+12 98.91 78
+12 98.82 1
+12 97.83 5
+13 100.0 23
+13 98.73 1
+13 98.72 1
+13 98.68 1
+14 100.0 25
+14 97.56 1
+14 97.5 1
+15 100.0 1
+15 98.96 141
+15 97.92 234
+16 100.0 59
+17 100.0 22
+17 97.22 1
+18 100.0 1
+18 98.94 1
+18 98.92 1
+18 98.9 1
+18 97.89 11
+19 100.0 1
+19 98.91 163
+19 97.85 2
+19 97.83 12
+20 100.0 229
+20 98.21 28
+20 98.11 1
+21 100.0 1
+21 99.07 204
+21 98.15 18
+21 98.13 1
+22 100.0 110
+22 98.98 11
+23 100.0 305
+23 98.51 8
+23 97.01 1
+24 100.0 1
+24 98.61 157
+24 97.22 35
+25 100.0 221
+26 100.0 4
+26 98.25 2
+26 98.15 1
+26 98.11 1
+26 98.08 3
+27 100.0 1
+27 98.78 1
+27 98.77 106
+27 97.56 2
+27 97.53 6
+28 100.0 137
+28 98.88 9
+29 100.0 117
+29 98.25 1
+29 98.21 7
+30 100.0 111
+30 98.46 24
+31 100.0 129
+31 98.48 7
+32 100.0 12
+33 100.0 151
+33 98.77 7
+33 97.47 1
+34 100.0 3
+34 98.25 4773
+34 98.21 4
+34 98.18 1
+35 100.0 112
+35 98.18 2
+35 98.15 8
+36 100.0 87
+36 98.39 63
+37 100.0 87
+37 98.94 7
+37 97.87 1
+38 100.0 1
+38 98.95 196
+38 98.92 1
+38 97.89 11
+39 100.0 292
+39 98.31 10
+40 100.0 1
+40 98.82 124
+40 97.65 7
+41 100.0 15
+42 100.0 116
+43 100.0 1
+43 98.75 177
+43 98.72 1
+43 97.5 5
+44 100.0 89
+44 98.89 7
+45 100.0 6
+45 98.21 2
+46 100.0 56
+46 99.08 4
+46 98.17 1
+47 100.0 8
+48 100.0 1
+48 98.63 42
+48 97.26 5
+49 100.0 10
+50 100.0 1
+50 98.99 1
+50 98.0 4
+50 97.0 1
+51 100.0 1
+51 97.87 1
+51 97.73 2
+51 97.67 2
+51 97.62 3
+51 97.56 2
+51 97.5 1
+52 100.0 3
+52 98.33 4
+52 98.18 1
+53 100.0 97
+53 98.41 5
+54 100.0 1
+54 98.0 1
+54 97.96 5
+54 97.92 5
+54 97.87 6
+54 97.67 1
+55 100.0 13
+56 100.0 32
+56 98.21 7
+57 100.0 50
+57 98.21 5
+58 100.0 5
+58 97.78 1
+58 97.73 2
+59 100.0 16
+60 100.0 7
+61 100.0 139
+61 98.21 5
+62 100.0 24
+62 98.81 3
+62 98.8 1
+62 97.59 1
+63 100.0 74
+63 98.89 8
+64 100.0 1
+64 98.9 48
+64 97.8 4
+65 100.0 14
+66 100.0 1
+66 98.25 203
+66 98.21 3
+67 100.0 5
+67 97.44 1
+67 97.37 1
+68 100.0 43
+68 97.92 32
+69 100.0 6
+70 100.0 68
+70 98.46 4
+71 100.0 67
+71 98.48 4
+72 100.0 1
+72 98.57 68
+72 97.14 3
+73 100.0 15
+74 100.0 86
+75 100.0 22
+75 98.46 4
+76 100.0 3
+76 97.92 1
+76 97.78 1
+77 100.0 19
+77 98.82 3
+77 97.65 1
+78 100.0 67
+78 98.91 2
+78 97.83 1
+79 100.0 1
+79 98.21 3
+80 100.0 1
+80 98.21 3
+81 100.0 3
+81 97.44 1
+82 100.0 1
+82 98.21 3
+83 100.0 3
+83 98.55 1
+84 100.0 5
+84 98.21 3
+85 100.0 15
+85 98.51 3
+86 100.0 18
+86 98.94 3
+87 100.0 38
+87 97.06 1
+88 100.0 4
+89 100.0 1
+89 98.21 2
+89 97.96 1
+90 100.0 5
+90 98.21 3
+91 100.0 1
+91 98.25 46
+92 100.0 1
+92 98.21 259
+92 98.18 1
+93 100.0 46
+93 98.39 3
+94 100.0 22
+94 98.21 3
+95 100.0 1
+95 98.21 3
+96 100.0 1
+96 99.38 8
+96 98.77 1
+96 97.53 1
+97 100.0 4
+97 97.06 3
+98 100.0 15
+98 98.94 2
+98 97.87 1
+99 100.0 21
+99 98.63 2
+100 100.0 4
+101 100.0 7
+102 100.0 5
+103 100.0 22
+104 100.0 4
+105 100.0 1
+105 97.78 1
+105 97.06 1
+106 100.0 7
+107 100.0 3
+108 100.0 1
+108 99.0 3
+109 100.0 2
+109 98.18 6
+110 100.0 1
+110 97.14 1
+110 97.06 1
+111 100.0 1
+111 98.41 1
+111 98.39 1
+112 100.0 3
+113 100.0 3
+114 100.0 1
+114 98.21 2
+115 100.0 1
+115 97.87 2
+116 100.0 1
+116 98.86 9
+116 97.73 1
+117 100.0 39
+117 98.9 2
+118 100.0 1
+118 98.21 2
+119 100.0 3
+120 100.0 1
+120 98.11 1
+120 97.92 2
+121 100.0 1
+121 98.25 2
+122 100.0 25
+123 100.0 2
+123 98.08 1
+124 100.0 5
+125 100.0 3
+126 100.0 16
+126 98.88 2
+127 100.0 3
+128 100.0 1
+128 98.21 2
+129 100.0 3
+130 100.0 1
+130 98.63 2
+131 100.0 2
+131 98.82 1
+132 100.0 1
+132 98.18 4
+133 100.0 1
+133 99.0 13
+133 98.0 1
+134 100.0 27
+134 99.36 2
+135 100.0 1
+135 98.21 2
+136 100.0 1
+136 98.39 2
+137 100.0 30
+137 98.21 3
+138 100.0 1
+138 98.21 2
+139 100.0 8
+140 100.0 29
+140 98.21 2
+141 100.0 4
+141 97.44 1
+142 100.0 1
+142 98.21 2
+143 100.0 1
+143 97.22 2
+144 100.0 1
+144 97.5 1
+144 97.3 1
+145 100.0 1
+145 98.25 327
+145 98.15 1
+146 100.0 1
+146 98.36 1
+147 100.0 2
+148 100.0 1
+148 98.85 1
+149 100.0 5
+149 99.01 1
+150 100.0 1
+150 98.21 1
+151 100.0 1
+151 98.39 8
+152 100.0 1
+152 98.21 1
+153 100.0 7
+153 98.36 1
+154 100.0 1
+154 98.18 1
+155 100.0 1
+155 98.21 1
+156 100.0 1
+156 98.28 1
+157 100.0 1
+157 97.67 1
+158 100.0 1
+158 98.31 163
+159 100.0 1
+159 98.15 7
+160 100.0 1
+160 98.28 1
+161 100.0 1
+161 98.18 1
+162 100.0 3
+163 100.0 2
+164 100.0 1
+164 98.43 1
+165 100.0 47
+165 98.21 1
+166 100.0 1
+166 98.84 1
+167 100.0 1
+167 97.78 1
+168 100.0 2
+169 100.0 1
+169 98.21 3
+170 100.0 1
+170 98.21 1
+171 100.0 2
+172 100.0 2
+173 100.0 1
+173 98.21 1
+174 100.0 2
+175 100.0 1
+175 97.26 1
+176 100.0 1
+176 98.08 1
+177 100.0 1
+177 98.36 1
+178 100.0 1
+178 98.04 18
+179 100.0 1
+179 98.36 1
+180 100.0 1
+180 98.36 1
+181 100.0 3
+182 100.0 8
+182 98.11 1
+183 100.0 1
+183 98.33 1
+184 100.0 1
+184 98.21 3
+185 100.0 18
+185 98.11 1
+186 100.0 4
+186 98.21 1
+187 100.0 2
+188 100.0 1
+188 98.21 1
+189 100.0 1
+189 98.51 1
+190 100.0 1
+190 98.48 3
+191 100.0 3
+192 100.0 1
+192 97.14 6
+193 100.0 2
+194 100.0 1
+194 97.87 1
+195 100.0 1
+195 98.67 1
+196 100.0 1
+196 98.21 1
+197 100.0 1
+197 98.21 1
+198 100.0 2
+199 100.0 1
+199 98.94 2
+200 100.0 1
+200 97.87 1
+201 100.0 1
+201 98.21 1
+202 100.0 1
+202 98.48 1
+203 100.0 18
+203 98.53 1
+204 100.0 1
+204 98.21 1
+205 100.0 1
+205 98.25 1
+206 100.0 24
+206 98.63 1
+207 100.0 1
+207 98.63 1
+208 100.0 1
+208 98.21 1
+209 100.0 2
+210 100.0 1
+210 98.63 1
+211 100.0 1
+211 98.55 1
+212 100.0 1
+212 98.21 1
+213 100.0 2
+214 100.0 1
+214 98.21 1
+215 100.0 2
+216 100.0 1
+216 98.59 1
+217 100.0 31
+217 98.57 1
+218 100.0 1
+218 98.21 1
+219 100.0 3
+219 98.41 1
+220 100.0 1
+220 98.41 1
+221 100.0 2
+222 100.0 90
+222 98.88 1
+223 100.0 1
+223 97.22 1
+224 100.0 1
+224 98.21 1
+225 100.0 1
+225 98.25 1
+226 100.0 1
+226 98.88 23
+227 100.0 1
+227 98.98 1
+228 100.0 3
+229 100.0 2
+230 100.0 2
+231 100.0 1
+231 98.21 1
+232 100.0 9
+232 98.21 1
+233 100.0 1
+233 98.46 1
+234 100.0 1
+234 98.21 1
+235 100.0 1
+235 98.46 1
+236 100.0 2
+237 100.0 7
+237 98.46 1
+238 100.0 1
+238 98.72 1
+239 100.0 10
+239 98.44 1
+240 100.0 1
+240 97.06 1
+241 100.0 2
+242 100.0 1
+242 97.89 1
+243 100.0 1
+243 98.46 1
+244 100.0 2
+245 100.0 1
+246 100.0 1
+247 100.0 1
+248 100.0 1
+249 100.0 1
+250 100.0 1
+251 100.0 1
+252 100.0 1
+253 100.0 2
+254 100.0 1
+255 100.0 1
+256 100.0 1
+257 100.0 1
+258 100.0 1
+259 100.0 1
+260 100.0 1
+261 100.0 1
+262 100.0 1
+263 100.0 1
+264 100.0 1
+265 100.0 1
+266 100.0 1
+267 100.0 1
+268 100.0 1
+269 100.0 1
+270 100.0 1
+271 100.0 1
+272 100.0 1
+273 100.0 1
+274 100.0 1
+275 100.0 1
+276 100.0 1
+277 100.0 1
+278 100.0 1
+279 100.0 1
+280 100.0 1
+281 100.0 1
+282 100.0 1
+283 100.0 1
+284 100.0 1
+285 100.0 1
+286 100.0 1
+287 100.0 1
+288 100.0 1
+289 100.0 1
+290 100.0 1
+291 100.0 1
+292 100.0 1
+293 100.0 1
+294 100.0 1
+295 100.0 1
+296 100.0 1
+297 100.0 1
+298 100.0 1
+299 100.0 1
+300 100.0 1
+301 100.0 1
+302 100.0 1
+303 100.0 1
+304 100.0 1
+305 100.0 1
+306 100.0 1
+307 100.0 1
+308 100.0 1
+309 100.0 1
+310 100.0 1
+311 100.0 1
+312 100.0 1
+313 100.0 1
+314 100.0 1
+315 100.0 1
+316 100.0 1
+317 100.0 1
+318 100.0 1
+319 100.0 1
+320 100.0 1
+321 100.0 1
+322 100.0 1
+323 100.0 1
+324 100.0 1
+325 100.0 1
+326 100.0 1
+327 100.0 1
+328 100.0 1
+329 100.0 1
+330 100.0 1
+331 100.0 1
+332 100.0 1
+333 100.0 1
+334 100.0 2
+335 100.0 1
+336 100.0 13
+337 100.0 1
+338 100.0 1
+339 100.0 1
+340 100.0 1
+341 100.0 2
+342 100.0 1
+343 100.0 1
+344 100.0 1
+345 100.0 1
+346 100.0 1
+347 100.0 1
+348 100.0 1
+349 100.0 1
+350 100.0 1
+351 100.0 7
+352 100.0 1
+353 100.0 1
+354 100.0 1
+355 100.0 1
+356 100.0 1
+357 100.0 1
+358 100.0 1
+359 100.0 1
+360 100.0 1
+361 100.0 1
+362 100.0 1
+363 100.0 1
+364 100.0 19
+365 100.0 1
+366 100.0 1
+367 100.0 1
+368 100.0 1
+369 100.0 1
+370 100.0 2
+371 100.0 5
+372 100.0 1
+373 100.0 1
+374 100.0 1
+375 100.0 1
+376 100.0 1
+377 100.0 1
+378 100.0 1
+379 100.0 1
+380 100.0 1
+381 100.0 1
+382 100.0 1
+383 100.0 1
+384 100.0 1
+385 100.0 1
+386 100.0 1
+387 100.0 1
+388 100.0 1
+389 100.0 1
+390 100.0 1
+391 100.0 1
+392 100.0 3
+393 100.0 1
+394 100.0 1
+395 100.0 1
+396 100.0 1
+397 100.0 1
+398 100.0 1
+399 100.0 1
+400 100.0 1
+401 100.0 1
+402 100.0 1
+403 100.0 1
+404 100.0 1
+405 100.0 1
+406 100.0 1
+407 100.0 1
+408 100.0 1
+409 100.0 1
+410 100.0 1
+411 100.0 5
+412 100.0 1
+413 100.0 1
+414 100.0 1
+415 100.0 26
+416 100.0 1
+417 100.0 1
+418 100.0 1
+419 100.0 1
+420 100.0 1
+421 100.0 1
+422 100.0 1
+423 100.0 4
+424 100.0 1
+425 100.0 1
+426 100.0 1
+427 100.0 1
+428 100.0 15
+429 100.0 1
+430 100.0 1
+431 100.0 1
+432 100.0 1
+433 100.0 1
+434 100.0 18
+435 100.0 1
+436 100.0 1
+437 100.0 1
+438 100.0 1
+439 100.0 1
+440 100.0 1
+441 100.0 1
+442 100.0 1
+443 100.0 1
+444 100.0 1
+445 100.0 1
+446 100.0 1
+447 100.0 1
+448 100.0 1
+449 100.0 1
+450 100.0 1
+451 100.0 1
+452 100.0 13
+453 100.0 1
+454 100.0 1
+455 100.0 1
+456 100.0 1
+457 100.0 3
+458 100.0 1
+459 100.0 1
+460 100.0 1
+461 100.0 1
+462 100.0 4
+463 100.0 1
+464 100.0 1
+465 100.0 1
+466 100.0 13
+467 100.0 1
+468 100.0 1
+469 100.0 3
+470 100.0 1
+471 100.0 1
+472 100.0 1
+473 100.0 1
+474 100.0 1
+475 100.0 12
+476 100.0 1
+477 100.0 1
+478 100.0 1
+479 100.0 4
+480 100.0 1
+481 100.0 1
+482 100.0 1
+483 100.0 1
+484 100.0 1
+485 100.0 1
+486 100.0 1
+487 100.0 1
+488 100.0 1
+489 100.0 1
+490 100.0 1
+491 100.0 4
+492 100.0 1
+493 100.0 1
+494 100.0 1
+495 100.0 1
+496 100.0 1
+497 100.0 1
+498 100.0 1
+499 100.0 1
+500 100.0 1
+501 100.0 1
+502 100.0 4
+503 100.0 1
+504 100.0 1
+505 100.0 1
+506 100.0 1
+507 100.0 1
+508 100.0 1
+509 100.0 1
+510 100.0 1
+511 100.0 11
+512 100.0 2
+513 100.0 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/new_summary.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/new_summary.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,516 @@
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 9 47004 47013 0.02 99.98
+1 1410 0 1410 100.00 0.00
+2 990 0 990 100.00 0.00
+3 882 21 903 97.67 2.33
+4 1025 0 1025 100.00 0.00
+5 4 286 290 1.38 98.62
+6 550 6 556 98.92 1.08
+7 0 423 423 0.00 100.00
+8 0 79 79 0.00 100.00
+9 0 383 383 0.00 100.00
+10 2 296 298 0.67 99.33
+11 138 0 138 100.00 0.00
+12 183 0 183 100.00 0.00
+13 3 23 26 11.54 88.46
+14 27 0 27 100.00 0.00
+15 0 376 376 0.00 100.00
+16 59 0 59 100.00 0.00
+17 23 0 23 100.00 0.00
+18 1 14 15 6.67 93.33
+19 0 178 178 0.00 100.00
+20 258 0 258 100.00 0.00
+21 0 224 224 0.00 100.00
+22 121 0 121 100.00 0.00
+23 314 0 314 100.00 0.00
+24 193 0 193 100.00 0.00
+25 39 182 221 17.65 82.35
+26 11 0 11 100.00 0.00
+27 0 116 116 0.00 100.00
+28 0 146 146 0.00 100.00
+29 125 0 125 100.00 0.00
+30 135 0 135 100.00 0.00
+31 1 135 136 0.74 99.26
+32 12 0 12 100.00 0.00
+33 1 158 159 0.63 99.37
+34 4781 0 4781 100.00 0.00
+35 122 0 122 100.00 0.00
+36 150 0 150 100.00 0.00
+37 95 0 95 100.00 0.00
+38 0 209 209 0.00 100.00
+39 302 0 302 100.00 0.00
+40 0 132 132 0.00 100.00
+41 15 0 15 100.00 0.00
+42 115 1 116 99.14 0.86
+43 0 184 184 0.00 100.00
+44 0 96 96 0.00 100.00
+45 8 0 8 100.00 0.00
+46 1 60 61 1.64 98.36
+47 8 0 8 100.00 0.00
+48 48 0 48 100.00 0.00
+49 10 0 10 100.00 0.00
+50 1 6 7 14.29 85.71
+51 12 0 12 100.00 0.00
+52 8 0 8 100.00 0.00
+53 102 0 102 100.00 0.00
+54 0 19 19 0.00 100.00
+55 5 8 13 38.46 61.54
+56 39 0 39 100.00 0.00
+57 55 0 55 100.00 0.00
+58 8 0 8 100.00 0.00
+59 16 0 16 100.00 0.00
+60 4 3 7 57.14 42.86
+61 144 0 144 100.00 0.00
+62 2 27 29 6.90 93.10
+63 0 82 82 0.00 100.00
+64 0 53 53 0.00 100.00
+65 14 0 14 100.00 0.00
+66 207 0 207 100.00 0.00
+67 7 0 7 100.00 0.00
+68 75 0 75 100.00 0.00
+69 6 0 6 100.00 0.00
+70 72 0 72 100.00 0.00
+71 71 0 71 100.00 0.00
+72 72 0 72 100.00 0.00
+73 15 0 15 100.00 0.00
+74 85 1 86 98.84 1.16
+75 26 0 26 100.00 0.00
+76 5 0 5 100.00 0.00
+77 1 22 23 4.35 95.65
+78 0 70 70 0.00 100.00
+79 4 0 4 100.00 0.00
+80 4 0 4 100.00 0.00
+81 2 2 4 50.00 50.00
+82 4 0 4 100.00 0.00
+83 2 2 4 50.00 50.00
+84 8 0 8 100.00 0.00
+85 18 0 18 100.00 0.00
+86 21 0 21 100.00 0.00
+87 35 4 39 89.74 10.26
+88 4 0 4 100.00 0.00
+89 4 0 4 100.00 0.00
+90 8 0 8 100.00 0.00
+91 47 0 47 100.00 0.00
+92 261 0 261 100.00 0.00
+93 49 0 49 100.00 0.00
+94 25 0 25 100.00 0.00
+95 4 0 4 100.00 0.00
+96 11 0 11 100.00 0.00
+97 4 3 7 57.14 42.86
+98 18 0 18 100.00 0.00
+99 23 0 23 100.00 0.00
+100 4 0 4 100.00 0.00
+101 7 0 7 100.00 0.00
+102 3 2 5 60.00 40.00
+103 21 1 22 95.45 4.55
+104 4 0 4 100.00 0.00
+105 3 0 3 100.00 0.00
+106 7 0 7 100.00 0.00
+107 3 0 3 100.00 0.00
+108 4 0 4 100.00 0.00
+109 8 0 8 100.00 0.00
+110 3 0 3 100.00 0.00
+111 3 0 3 100.00 0.00
+112 3 0 3 100.00 0.00
+113 3 0 3 100.00 0.00
+114 3 0 3 100.00 0.00
+115 3 0 3 100.00 0.00
+116 11 0 11 100.00 0.00
+117 0 41 41 0.00 100.00
+118 3 0 3 100.00 0.00
+119 3 0 3 100.00 0.00
+120 2 2 4 50.00 50.00
+121 3 0 3 100.00 0.00
+122 25 0 25 100.00 0.00
+123 3 0 3 100.00 0.00
+124 0 5 5 0.00 100.00
+125 3 0 3 100.00 0.00
+126 0 18 18 0.00 100.00
+127 3 0 3 100.00 0.00
+128 3 0 3 100.00 0.00
+129 2 1 3 66.67 33.33
+130 3 0 3 100.00 0.00
+131 3 0 3 100.00 0.00
+132 5 0 5 100.00 0.00
+133 15 0 15 100.00 0.00
+134 29 0 29 100.00 0.00
+135 3 0 3 100.00 0.00
+136 3 0 3 100.00 0.00
+137 33 0 33 100.00 0.00
+138 3 0 3 100.00 0.00
+139 8 0 8 100.00 0.00
+140 31 0 31 100.00 0.00
+141 2 3 5 40.00 60.00
+142 3 0 3 100.00 0.00
+143 3 0 3 100.00 0.00
+144 1 2 3 33.33 66.67
+145 329 0 329 100.00 0.00
+146 2 0 2 100.00 0.00
+147 2 0 2 100.00 0.00
+148 1 1 2 50.00 50.00
+149 6 0 6 100.00 0.00
+150 2 0 2 100.00 0.00
+151 9 0 9 100.00 0.00
+152 2 0 2 100.00 0.00
+153 8 0 8 100.00 0.00
+154 2 0 2 100.00 0.00
+155 2 0 2 100.00 0.00
+156 2 0 2 100.00 0.00
+157 2 0 2 100.00 0.00
+158 164 0 164 100.00 0.00
+159 8 0 8 100.00 0.00
+160 2 0 2 100.00 0.00
+161 2 0 2 100.00 0.00
+162 3 0 3 100.00 0.00
+163 2 0 2 100.00 0.00
+164 2 0 2 100.00 0.00
+165 48 0 48 100.00 0.00
+166 1 1 2 50.00 50.00
+167 2 0 2 100.00 0.00
+168 2 0 2 100.00 0.00
+169 4 0 4 100.00 0.00
+170 2 0 2 100.00 0.00
+171 2 0 2 100.00 0.00
+172 2 0 2 100.00 0.00
+173 2 0 2 100.00 0.00
+174 2 0 2 100.00 0.00
+175 2 0 2 100.00 0.00
+176 2 0 2 100.00 0.00
+177 2 0 2 100.00 0.00
+178 19 0 19 100.00 0.00
+179 2 0 2 100.00 0.00
+180 2 0 2 100.00 0.00
+181 3 0 3 100.00 0.00
+182 9 0 9 100.00 0.00
+183 2 0 2 100.00 0.00
+184 4 0 4 100.00 0.00
+185 19 0 19 100.00 0.00
+186 5 0 5 100.00 0.00
+187 2 0 2 100.00 0.00
+188 2 0 2 100.00 0.00
+189 2 0 2 100.00 0.00
+190 4 0 4 100.00 0.00
+191 3 0 3 100.00 0.00
+192 1 6 7 14.29 85.71
+193 0 2 2 0.00 100.00
+194 2 0 2 100.00 0.00
+195 2 0 2 100.00 0.00
+196 2 0 2 100.00 0.00
+197 2 0 2 100.00 0.00
+198 2 0 2 100.00 0.00
+199 3 0 3 100.00 0.00
+200 2 0 2 100.00 0.00
+201 2 0 2 100.00 0.00
+202 2 0 2 100.00 0.00
+203 19 0 19 100.00 0.00
+204 2 0 2 100.00 0.00
+205 2 0 2 100.00 0.00
+206 25 0 25 100.00 0.00
+207 2 0 2 100.00 0.00
+208 2 0 2 100.00 0.00
+209 2 0 2 100.00 0.00
+210 2 0 2 100.00 0.00
+211 2 0 2 100.00 0.00
+212 2 0 2 100.00 0.00
+213 2 0 2 100.00 0.00
+214 2 0 2 100.00 0.00
+215 2 0 2 100.00 0.00
+216 2 0 2 100.00 0.00
+217 32 0 32 100.00 0.00
+218 2 0 2 100.00 0.00
+219 4 0 4 100.00 0.00
+220 2 0 2 100.00 0.00
+221 2 0 2 100.00 0.00
+222 0 91 91 0.00 100.00
+223 2 0 2 100.00 0.00
+224 2 0 2 100.00 0.00
+225 2 0 2 100.00 0.00
+226 1 23 24 4.17 95.83
+227 1 1 2 50.00 50.00
+228 1 2 3 33.33 66.67
+229 2 0 2 100.00 0.00
+230 2 0 2 100.00 0.00
+231 2 0 2 100.00 0.00
+232 10 0 10 100.00 0.00
+233 2 0 2 100.00 0.00
+234 2 0 2 100.00 0.00
+235 2 0 2 100.00 0.00
+236 2 0 2 100.00 0.00
+237 8 0 8 100.00 0.00
+238 0 2 2 0.00 100.00
+239 11 0 11 100.00 0.00
+240 2 0 2 100.00 0.00
+241 2 0 2 100.00 0.00
+242 2 0 2 100.00 0.00
+243 2 0 2 100.00 0.00
+244 2 0 2 100.00 0.00
+245 0 1 1 0.00 100.00
+246 1 0 1 100.00 0.00
+247 1 0 1 100.00 0.00
+248 1 0 1 100.00 0.00
+249 1 0 1 100.00 0.00
+250 1 0 1 100.00 0.00
+251 1 0 1 100.00 0.00
+252 1 0 1 100.00 0.00
+253 2 0 2 100.00 0.00
+254 1 0 1 100.00 0.00
+255 1 0 1 100.00 0.00
+256 1 0 1 100.00 0.00
+257 1 0 1 100.00 0.00
+258 1 0 1 100.00 0.00
+259 1 0 1 100.00 0.00
+260 1 0 1 100.00 0.00
+261 1 0 1 100.00 0.00
+262 1 0 1 100.00 0.00
+263 1 0 1 100.00 0.00
+264 1 0 1 100.00 0.00
+265 1 0 1 100.00 0.00
+266 1 0 1 100.00 0.00
+267 1 0 1 100.00 0.00
+268 1 0 1 100.00 0.00
+269 1 0 1 100.00 0.00
+270 1 0 1 100.00 0.00
+271 1 0 1 100.00 0.00
+272 1 0 1 100.00 0.00
+273 1 0 1 100.00 0.00
+274 1 0 1 100.00 0.00
+275 1 0 1 100.00 0.00
+276 1 0 1 100.00 0.00
+277 1 0 1 100.00 0.00
+278 1 0 1 100.00 0.00
+279 1 0 1 100.00 0.00
+280 1 0 1 100.00 0.00
+281 1 0 1 100.00 0.00
+282 1 0 1 100.00 0.00
+283 1 0 1 100.00 0.00
+284 1 0 1 100.00 0.00
+285 1 0 1 100.00 0.00
+286 1 0 1 100.00 0.00
+287 1 0 1 100.00 0.00
+288 1 0 1 100.00 0.00
+289 0 1 1 0.00 100.00
+290 1 0 1 100.00 0.00
+291 1 0 1 100.00 0.00
+292 1 0 1 100.00 0.00
+293 1 0 1 100.00 0.00
+294 0 1 1 0.00 100.00
+295 1 0 1 100.00 0.00
+296 1 0 1 100.00 0.00
+297 1 0 1 100.00 0.00
+298 1 0 1 100.00 0.00
+299 0 1 1 0.00 100.00
+300 1 0 1 100.00 0.00
+301 1 0 1 100.00 0.00
+302 1 0 1 100.00 0.00
+303 1 0 1 100.00 0.00
+304 1 0 1 100.00 0.00
+305 1 0 1 100.00 0.00
+306 1 0 1 100.00 0.00
+307 1 0 1 100.00 0.00
+308 1 0 1 100.00 0.00
+309 1 0 1 100.00 0.00
+310 1 0 1 100.00 0.00
+311 1 0 1 100.00 0.00
+312 1 0 1 100.00 0.00
+313 1 0 1 100.00 0.00
+314 1 0 1 100.00 0.00
+315 1 0 1 100.00 0.00
+316 1 0 1 100.00 0.00
+317 1 0 1 100.00 0.00
+318 1 0 1 100.00 0.00
+319 1 0 1 100.00 0.00
+320 1 0 1 100.00 0.00
+321 1 0 1 100.00 0.00
+322 1 0 1 100.00 0.00
+323 1 0 1 100.00 0.00
+324 1 0 1 100.00 0.00
+325 1 0 1 100.00 0.00
+326 1 0 1 100.00 0.00
+327 1 0 1 100.00 0.00
+328 1 0 1 100.00 0.00
+329 1 0 1 100.00 0.00
+330 1 0 1 100.00 0.00
+331 1 0 1 100.00 0.00
+332 1 0 1 100.00 0.00
+333 1 0 1 100.00 0.00
+334 2 0 2 100.00 0.00
+335 1 0 1 100.00 0.00
+336 13 0 13 100.00 0.00
+337 1 0 1 100.00 0.00
+338 1 0 1 100.00 0.00
+339 1 0 1 100.00 0.00
+340 1 0 1 100.00 0.00
+341 2 0 2 100.00 0.00
+342 1 0 1 100.00 0.00
+343 1 0 1 100.00 0.00
+344 1 0 1 100.00 0.00
+345 1 0 1 100.00 0.00
+346 1 0 1 100.00 0.00
+347 1 0 1 100.00 0.00
+348 1 0 1 100.00 0.00
+349 1 0 1 100.00 0.00
+350 1 0 1 100.00 0.00
+351 7 0 7 100.00 0.00
+352 1 0 1 100.00 0.00
+353 1 0 1 100.00 0.00
+354 1 0 1 100.00 0.00
+355 1 0 1 100.00 0.00
+356 1 0 1 100.00 0.00
+357 1 0 1 100.00 0.00
+358 1 0 1 100.00 0.00
+359 1 0 1 100.00 0.00
+360 1 0 1 100.00 0.00
+361 1 0 1 100.00 0.00
+362 1 0 1 100.00 0.00
+363 1 0 1 100.00 0.00
+364 19 0 19 100.00 0.00
+365 1 0 1 100.00 0.00
+366 1 0 1 100.00 0.00
+367 1 0 1 100.00 0.00
+368 1 0 1 100.00 0.00
+369 1 0 1 100.00 0.00
+370 2 0 2 100.00 0.00
+371 5 0 5 100.00 0.00
+372 1 0 1 100.00 0.00
+373 1 0 1 100.00 0.00
+374 1 0 1 100.00 0.00
+375 1 0 1 100.00 0.00
+376 1 0 1 100.00 0.00
+377 1 0 1 100.00 0.00
+378 1 0 1 100.00 0.00
+379 1 0 1 100.00 0.00
+380 1 0 1 100.00 0.00
+381 1 0 1 100.00 0.00
+382 1 0 1 100.00 0.00
+383 1 0 1 100.00 0.00
+384 1 0 1 100.00 0.00
+385 0 1 1 0.00 100.00
+386 1 0 1 100.00 0.00
+387 1 0 1 100.00 0.00
+388 1 0 1 100.00 0.00
+389 1 0 1 100.00 0.00
+390 1 0 1 100.00 0.00
+391 1 0 1 100.00 0.00
+392 3 0 3 100.00 0.00
+393 1 0 1 100.00 0.00
+394 1 0 1 100.00 0.00
+395 1 0 1 100.00 0.00
+396 1 0 1 100.00 0.00
+397 1 0 1 100.00 0.00
+398 1 0 1 100.00 0.00
+399 1 0 1 100.00 0.00
+400 1 0 1 100.00 0.00
+401 0 1 1 0.00 100.00
+402 1 0 1 100.00 0.00
+403 1 0 1 100.00 0.00
+404 1 0 1 100.00 0.00
+405 1 0 1 100.00 0.00
+406 1 0 1 100.00 0.00
+407 1 0 1 100.00 0.00
+408 1 0 1 100.00 0.00
+409 1 0 1 100.00 0.00
+410 1 0 1 100.00 0.00
+411 5 0 5 100.00 0.00
+412 1 0 1 100.00 0.00
+413 1 0 1 100.00 0.00
+414 1 0 1 100.00 0.00
+415 26 0 26 100.00 0.00
+416 1 0 1 100.00 0.00
+417 0 1 1 0.00 100.00
+418 1 0 1 100.00 0.00
+419 1 0 1 100.00 0.00
+420 1 0 1 100.00 0.00
+421 1 0 1 100.00 0.00
+422 1 0 1 100.00 0.00
+423 4 0 4 100.00 0.00
+424 1 0 1 100.00 0.00
+425 1 0 1 100.00 0.00
+426 1 0 1 100.00 0.00
+427 1 0 1 100.00 0.00
+428 15 0 15 100.00 0.00
+429 1 0 1 100.00 0.00
+430 1 0 1 100.00 0.00
+431 1 0 1 100.00 0.00
+432 1 0 1 100.00 0.00
+433 1 0 1 100.00 0.00
+434 18 0 18 100.00 0.00
+435 1 0 1 100.00 0.00
+436 1 0 1 100.00 0.00
+437 1 0 1 100.00 0.00
+438 1 0 1 100.00 0.00
+439 1 0 1 100.00 0.00
+440 1 0 1 100.00 0.00
+441 1 0 1 100.00 0.00
+442 1 0 1 100.00 0.00
+443 1 0 1 100.00 0.00
+444 1 0 1 100.00 0.00
+445 1 0 1 100.00 0.00
+446 1 0 1 100.00 0.00
+447 1 0 1 100.00 0.00
+448 1 0 1 100.00 0.00
+449 1 0 1 100.00 0.00
+450 1 0 1 100.00 0.00
+451 1 0 1 100.00 0.00
+452 13 0 13 100.00 0.00
+453 1 0 1 100.00 0.00
+454 1 0 1 100.00 0.00
+455 1 0 1 100.00 0.00
+456 1 0 1 100.00 0.00
+457 3 0 3 100.00 0.00
+458 1 0 1 100.00 0.00
+459 1 0 1 100.00 0.00
+460 1 0 1 100.00 0.00
+461 1 0 1 100.00 0.00
+462 4 0 4 100.00 0.00
+463 1 0 1 100.00 0.00
+464 1 0 1 100.00 0.00
+465 1 0 1 100.00 0.00
+466 13 0 13 100.00 0.00
+467 1 0 1 100.00 0.00
+468 1 0 1 100.00 0.00
+469 3 0 3 100.00 0.00
+470 1 0 1 100.00 0.00
+471 1 0 1 100.00 0.00
+472 1 0 1 100.00 0.00
+473 1 0 1 100.00 0.00
+474 1 0 1 100.00 0.00
+475 12 0 12 100.00 0.00
+476 1 0 1 100.00 0.00
+477 1 0 1 100.00 0.00
+478 1 0 1 100.00 0.00
+479 4 0 4 100.00 0.00
+480 1 0 1 100.00 0.00
+481 1 0 1 100.00 0.00
+482 1 0 1 100.00 0.00
+483 1 0 1 100.00 0.00
+484 1 0 1 100.00 0.00
+485 1 0 1 100.00 0.00
+486 1 0 1 100.00 0.00
+487 1 0 1 100.00 0.00
+488 1 0 1 100.00 0.00
+489 1 0 1 100.00 0.00
+490 1 0 1 100.00 0.00
+491 4 0 4 100.00 0.00
+492 1 0 1 100.00 0.00
+493 1 0 1 100.00 0.00
+494 1 0 1 100.00 0.00
+495 1 0 1 100.00 0.00
+496 1 0 1 100.00 0.00
+497 1 0 1 100.00 0.00
+498 1 0 1 100.00 0.00
+499 1 0 1 100.00 0.00
+500 1 0 1 100.00 0.00
+501 1 0 1 100.00 0.00
+502 4 0 4 100.00 0.00
+503 1 0 1 100.00 0.00
+504 1 0 1 100.00 0.00
+505 1 0 1 100.00 0.00
+506 1 0 1 100.00 0.00
+507 1 0 1 100.00 0.00
+508 1 0 1 100.00 0.00
+509 1 0 1 100.00 0.00
+510 1 0 1 100.00 0.00
+511 11 0 11 100.00 0.00
+512 2 0 2 100.00 0.00
+513 1 0 1 100.00 0.00
+TOTAL 15395 51245 66640 23.10 76.90
diff -r c6981ea453ae -r e64af72e1b8f test-data/new_un_report.xlsx
Binary file test-data/new_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev4.xlsx
Binary file test-data/prev4.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_anno.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/prev_anno.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,2670 @@
+>Cluster 0
+0 88nt, >M01687:460:000000000-LGY9G:1:1101:19035:1807_CONS(44199)... at 1:88:1:88/+/100.00%
+1 88nt, >M01687:460:000000000-LGY9G:1:1101:14873:1895_CONS(60)... at 1:88:1:88/+/98.86%
+2 88nt, >M01687:460:000000000-LGY9G:1:1101:14017:2896_CONS(1)... at 2:88:2:88/+/100.00%
+3 88nt, >M01687:460:000000000-LGY9G:1:1101:23634:3049_CONS(15)... at 1:88:1:88/+/98.86%
+4 88nt, >M01687:460:000000000-LGY9G:1:1101:23011:3088_CONS(23)... at 1:88:1:88/+/98.86%
+5 88nt, >M01687:460:000000000-LGY9G:1:1101:13855:3748_CONS(82)... at 1:88:1:88/+/98.86%
+6 88nt, >M01687:460:000000000-LGY9G:1:1101:11459:4030_CONS(6)... at 1:88:1:88/+/98.86%
+7 88nt, >M01687:460:000000000-LGY9G:1:1101:14156:4653_CONS(3)... at 1:88:1:88/+/98.86%
+8 88nt, >M01687:460:000000000-LGY9G:1:1101:26578:4718_CONS(1)... at 1:88:1:88/+/98.86%
+9 87nt, >M01687:460:000000000-LGY9G:1:1101:19077:5016_CONS(13)... at 1:87:1:88/+/98.86%
+10 88nt, >M01687:460:000000000-LGY9G:1:1101:23978:5210_CONS(1)... at 1:88:1:88/+/98.86%
+11 88nt, >M01687:460:000000000-LGY9G:1:1101:7470:5232_CONS(1)... at 1:88:1:88/+/97.73%
+12 88nt, >M01687:460:000000000-LGY9G:1:1101:13285:5720_CONS(1)... at 1:88:1:88/+/98.86%
+13 87nt, >M01687:460:000000000-LGY9G:1:1101:8356:6156_CONS(19)... at 1:87:1:88/+/98.86%
+14 88nt, >M01687:460:000000000-LGY9G:1:1101:16538:6738_CONS(71)... at 1:88:1:88/+/98.86%
+15 88nt, >M01687:460:000000000-LGY9G:1:1101:10467:7243_CONS(20)... at 1:88:1:88/+/98.86%
+16 88nt, >M01687:460:000000000-LGY9G:1:1101:17834:7481_CONS(5)... at 1:87:1:87/+/100.00%
+17 88nt, >M01687:460:000000000-LGY9G:1:1101:25373:7700_CONS(1)... at 1:88:1:88/+/98.86%
+18 87nt, >M01687:460:000000000-LGY9G:1:1101:8507:7858_CONS(7)... at 1:87:1:88/+/98.86%
+19 88nt, >M01687:460:000000000-LGY9G:1:1101:14885:7895_CONS(44)... at 1:88:1:88/+/98.86%
+20 88nt, >M01687:460:000000000-LGY9G:1:1101:13064:7952_CONS(30)... at 1:88:1:88/+/98.86%
+21 88nt, >M01687:460:000000000-LGY9G:1:1101:4375:7997_CONS(36)... at 1:88:1:88/+/98.86%
+22 88nt, >M01687:460:000000000-LGY9G:1:1101:13655:8423_CONS(67)... at 1:88:1:88/+/98.86%
+23 88nt, >M01687:460:000000000-LGY9G:1:1101:22956:9281_CONS(7)... at 1:88:1:88/+/98.86%
+24 89nt, >M01687:460:000000000-LGY9G:1:1101:28499:9417_CONS(1)... at 1:89:1:88/+/98.88%
+25 88nt, >M01687:460:000000000-LGY9G:1:1101:23219:9427_CONS(29)... at 1:88:1:88/+/98.86%
+26 88nt, >M01687:460:000000000-LGY9G:1:1101:14192:9473_CONS(8)... at 1:88:1:88/+/98.86%
+27 89nt, >M01687:460:000000000-LGY9G:1:1101:21101:9508_CONS(3)... at 2:89:1:88/+/100.00%
+28 88nt, >M01687:460:000000000-LGY9G:1:1101:3275:10221_CONS(104)... at 1:88:1:88/+/98.86%
+29 89nt, >M01687:460:000000000-LGY9G:1:1101:19106:10977_CONS(1)... at 1:89:1:88/+/98.88%
+30 88nt, >M01687:460:000000000-LGY9G:1:1101:10932:11028_CONS(34)... at 1:88:1:88/+/98.86%
+31 88nt, >M01687:460:000000000-LGY9G:1:1101:26035:11912_CONS(30)... at 1:88:1:88/+/98.86%
+32 88nt, >M01687:460:000000000-LGY9G:1:1101:18248:12107_CONS(28)... at 1:88:1:88/+/98.86%
+33 88nt, >M01687:460:000000000-LGY9G:1:1101:24386:12269_CONS(1)... at 1:88:1:88/+/97.73%
+34 88nt, >M01687:460:000000000-LGY9G:1:1101:27924:12362_CONS(1)... at 1:88:1:88/+/98.86%
+35 88nt, >M01687:460:000000000-LGY9G:1:1101:7001:12552_CONS(1)... at 1:88:1:88/+/97.73%
+36 88nt, >M01687:460:000000000-LGY9G:1:1101:3741:12833_CONS(2)... at 1:88:1:88/+/98.86%
+37 88nt, >M01687:460:000000000-LGY9G:1:1101:23726:13032_CONS(61)... at 1:88:1:88/+/98.86%
+38 88nt, >M01687:460:000000000-LGY9G:1:1101:3746:13118_CONS(27)... at 1:88:1:88/+/98.86%
+39 88nt, >M01687:460:000000000-LGY9G:1:1101:10375:13203_CONS(23)... at 1:88:1:88/+/98.86%
+40 88nt, >M01687:460:000000000-LGY9G:1:1101:5419:13998_CONS(1)... at 1:88:1:88/+/98.86%
+41 88nt, >M01687:460:000000000-LGY9G:1:1101:12812:14030_CONS(7)... at 1:88:1:88/+/98.86%
+42 88nt, >M01687:460:000000000-LGY9G:1:1101:5985:14990_CONS(16)... at 1:88:1:88/+/98.86%
+43 88nt, >M01687:460:000000000-LGY9G:1:1101:14320:15158_CONS(4)... at 1:88:1:88/+/98.86%
+44 88nt, >M01687:460:000000000-LGY9G:1:1101:12445:15247_CONS(15)... at 1:88:1:88/+/98.86%
+45 88nt, >M01687:460:000000000-LGY9G:1:1101:11818:16144_CONS(9)... at 1:88:1:88/+/98.86%
+46 88nt, >M01687:460:000000000-LGY9G:1:1101:19418:16205_CONS(1)... at 1:88:1:88/+/98.86%
+47 88nt, >M01687:460:000000000-LGY9G:1:1101:21126:16421_CONS(1)... at 1:88:1:88/+/98.86%
+48 88nt, >M01687:460:000000000-LGY9G:1:1101:9599:17054_CONS(11)... at 1:88:1:88/+/98.86%
+49 88nt, >M01687:460:000000000-LGY9G:1:1101:14740:17171_CONS(24)... at 1:88:1:88/+/98.86%
+50 87nt, >M01687:460:000000000-LGY9G:1:1101:5313:18183_CONS(9)... at 1:87:1:88/+/98.86%
+51 88nt, >M01687:460:000000000-LGY9G:1:1101:26763:18313_CONS(13)... at 1:88:1:88/+/98.86%
+52 88nt, >M01687:460:000000000-LGY9G:1:1101:5025:18416_CONS(13)... at 1:88:1:88/+/98.86%
+53 88nt, >M01687:460:000000000-LGY9G:1:1101:6455:19069_CONS(2)... at 1:88:1:88/+/98.86%
+54 87nt, >M01687:460:000000000-LGY9G:1:1101:21037:19646_CONS(55)... at 1:87:1:87/+/100.00%
+55 88nt, >M01687:460:000000000-LGY9G:1:1101:17794:19925_CONS(1)... at 1:88:1:88/+/98.86%
+56 88nt, >M01687:460:000000000-LGY9G:1:1101:15956:20278_CONS(4)... at 1:88:1:88/+/98.86%
+57 88nt, >M01687:460:000000000-LGY9G:1:1101:14393:20583_CONS(5)... at 1:88:1:88/+/98.86%
+58 88nt, >M01687:460:000000000-LGY9G:1:1101:13284:21628_CONS(1)... at 1:88:1:88/+/98.86%
+59 88nt, >M01687:460:000000000-LGY9G:1:1101:22544:22652_CONS(1)... at 1:88:1:88/+/98.86%
+60 88nt, >M01687:460:000000000-LGY9G:1:1101:22344:23010_CONS(73)... at 1:88:1:88/+/98.86%
+61 88nt, >M01687:460:000000000-LGY9G:1:1101:11851:23064_CONS(1)... at 1:88:1:88/+/98.86%
+62 88nt, >M01687:460:000000000-LGY9G:1:1101:6733:23552_CONS(51)... at 1:88:1:88/+/98.86%
+63 88nt, >M01687:460:000000000-LGY9G:1:1101:15102:24039_CONS(18)... at 1:88:1:88/+/98.86%
+64 88nt, >M01687:460:000000000-LGY9G:1:1101:16585:24249_CONS(17)... at 1:88:1:88/+/98.86%
+65 88nt, >M01687:460:000000000-LGY9G:1:1102:7762:1771_CONS(1)... at 1:88:1:88/+/98.86%
+66 88nt, >M01687:460:000000000-LGY9G:1:1102:22887:2061_CONS(8)... at 1:88:1:88/+/98.86%
+67 86nt, >M01687:460:000000000-LGY9G:1:1102:16222:3325_CONS(4)... at 2:86:4:88/+/100.00%
+68 88nt, >M01687:460:000000000-LGY9G:1:1102:12361:4400_CONS(24)... at 1:88:1:88/+/98.86%
+69 88nt, >M01687:460:000000000-LGY9G:1:1102:19636:4932_CONS(1)... at 1:88:1:88/+/98.86%
+70 88nt, >M01687:460:000000000-LGY9G:1:1102:7937:5090_CONS(31)... at 1:88:1:88/+/98.86%
+71 93nt, >M01687:460:000000000-LGY9G:1:1102:19358:5472_CONS(1)... at 1:93:1:93/+/100.00%
+72 88nt, >M01687:460:000000000-LGY9G:1:1102:22252:5579_CONS(16)... at 1:88:1:88/+/98.86%
+73 88nt, >M01687:460:000000000-LGY9G:1:1102:21650:6237_CONS(1)... at 1:88:1:88/+/97.73%
+74 88nt, >M01687:460:000000000-LGY9G:1:1102:21037:6297_CONS(18)... at 1:88:1:88/+/98.86%
+75 88nt, >M01687:460:000000000-LGY9G:1:1102:25508:6412_CONS(27)... at 1:88:1:88/+/98.86%
+76 88nt, >M01687:460:000000000-LGY9G:1:1102:16001:6501_CONS(11)... at 1:88:1:88/+/98.86%
+77 89nt, >M01687:460:000000000-LGY9G:1:1102:8421:6529_CONS(5)... at 1:89:1:89/+/100.00%
+78 87nt, >M01687:460:000000000-LGY9G:1:1102:8686:6578_CONS(11)... at 1:87:1:88/+/98.86%
+79 88nt, >M01687:460:000000000-LGY9G:1:1102:6714:6809_CONS(67)... at 1:88:1:88/+/98.86%
+80 88nt, >M01687:460:000000000-LGY9G:1:1102:5598:7291_CONS(39)... at 1:88:1:88/+/98.86%
+81 88nt, >M01687:460:000000000-LGY9G:1:1102:20272:7469_CONS(5)... at 1:88:1:88/+/98.86%
+82 87nt, >M01687:460:000000000-LGY9G:1:1102:20154:7579_CONS(33)... at 1:87:1:88/+/98.86%
+83 88nt, >M01687:460:000000000-LGY9G:1:1102:21496:7607_CONS(4)... at 1:88:1:88/+/98.86%
+84 88nt, >M01687:460:000000000-LGY9G:1:1102:21625:8292_CONS(26)... at 1:88:1:88/+/98.86%
+85 88nt, >M01687:460:000000000-LGY9G:1:1102:24476:8855_CONS(1)... at 1:88:1:88/+/98.86%
+86 88nt, >M01687:460:000000000-LGY9G:1:1102:12308:8993_CONS(25)... at 1:87:1:87/+/100.00%
+87 87nt, >M01687:460:000000000-LGY9G:1:1102:16997:9386_CONS(11)... at 1:87:1:88/+/98.86%
+88 88nt, >M01687:460:000000000-LGY9G:1:1102:24534:9729_CONS(1)... at 1:88:1:88/+/98.86%
+89 88nt, >M01687:460:000000000-LGY9G:1:1102:10249:9869_CONS(14)... at 1:88:1:88/+/98.86%
+90 88nt, >M01687:460:000000000-LGY9G:1:1102:22788:10096_CONS(20)... at 1:88:1:88/+/98.86%
+91 88nt, >M01687:460:000000000-LGY9G:1:1102:6465:10238_CONS(8)... at 1:88:1:88/+/98.86%
+92 88nt, >M01687:460:000000000-LGY9G:1:1102:12659:10598_CONS(26)... at 1:88:1:88/+/98.86%
+93 88nt, >M01687:460:000000000-LGY9G:1:1102:25870:10736_CONS(1)... at 1:88:1:88/+/98.86%
+94 87nt, >M01687:460:000000000-LGY9G:1:1102:20771:10748_CONS(12)... at 1:87:1:88/+/98.86%
+95 88nt, >M01687:460:000000000-LGY9G:1:1102:2375:11032_CONS(34)... at 1:88:1:88/+/98.86%
+96 88nt, >M01687:460:000000000-LGY9G:1:1102:4655:11870_CONS(1)... at 1:88:1:88/+/98.86%
+97 88nt, >M01687:460:000000000-LGY9G:1:1102:2609:12122_CONS(27)... at 1:88:1:88/+/98.86%
+98 88nt, >M01687:460:000000000-LGY9G:1:1102:11620:12626_CONS(1)... at 1:88:1:88/+/98.86%
+99 88nt, >M01687:460:000000000-LGY9G:1:1102:29068:12982_CONS(4)... at 1:88:1:88/+/98.86%
+100 88nt, >M01687:460:000000000-LGY9G:1:1102:23292:13047_CONS(1)... at 1:88:1:88/+/98.86%
+101 88nt, >M01687:460:000000000-LGY9G:1:1102:18770:13455_CONS(12)... at 1:88:1:88/+/98.86%
+102 88nt, >M01687:460:000000000-LGY9G:1:1102:20716:14045_CONS(10)... at 1:88:1:88/+/98.86%
+103 89nt, >M01687:460:000000000-LGY9G:1:1102:23726:14219_CONS(9)... at 1:89:1:88/+/98.88%
+104 87nt, >M01687:460:000000000-LGY9G:1:1102:13255:14401_CONS(12)... at 1:87:1:87/+/98.85%
+105 88nt, >M01687:460:000000000-LGY9G:1:1102:11126:15058_CONS(13)... at 3:88:3:88/+/100.00%
+106 89nt, >M01687:460:000000000-LGY9G:1:1102:27759:15170_CONS(3)... at 2:89:1:88/+/100.00%
+107 88nt, >M01687:460:000000000-LGY9G:1:1102:24907:15264_CONS(1)... at 1:88:1:88/+/98.86%
+108 88nt, >M01687:460:000000000-LGY9G:1:1102:4732:15417_CONS(1)... at 1:88:1:88/+/98.86%
+109 88nt, >M01687:460:000000000-LGY9G:1:1102:28739:16440_CONS(1)... at 1:88:1:88/+/98.86%
+110 88nt, >M01687:460:000000000-LGY9G:1:1102:14713:16476_CONS(14)... at 1:88:1:88/+/98.86%
+111 89nt, >M01687:460:000000000-LGY9G:1:1102:25297:17466_CONS(1)... at 1:89:1:88/+/97.75%
+112 88nt, >M01687:460:000000000-LGY9G:1:1102:25769:17734_CONS(1)... at 1:88:1:88/+/97.73%
+113 88nt, >M01687:460:000000000-LGY9G:1:1102:18927:18437_CONS(1)... at 1:88:1:88/+/98.86%
+114 87nt, >M01687:460:000000000-LGY9G:1:1102:20973:19430_CONS(22)... at 4:87:5:88/+/100.00%
+115 88nt, >M01687:460:000000000-LGY9G:1:1102:9438:19513_CONS(9)... at 1:88:1:88/+/98.86%
+116 88nt, >M01687:460:000000000-LGY9G:1:1102:15930:20727_CONS(1)... at 1:88:1:88/+/97.73%
+117 88nt, >M01687:460:000000000-LGY9G:1:1102:14346:20772_CONS(1)... at 1:88:1:88/+/98.86%
+118 88nt, >M01687:460:000000000-LGY9G:1:1102:26718:21220_CONS(1)... at 1:88:1:88/+/98.86%
+119 88nt, >M01687:460:000000000-LGY9G:1:1102:15449:22538_CONS(14)... at 1:88:1:88/+/98.86%
+120 87nt, >M01687:460:000000000-LGY9G:1:1102:12033:22622_CONS(4)... at 1:87:1:88/+/98.86%
+121 87nt, >M01687:460:000000000-LGY9G:1:1102:15740:23203_CONS(1)... at 1:87:1:88/+/98.86%
+122 89nt, >M01687:460:000000000-LGY9G:1:1102:12391:23284_CONS(1)... at 2:89:1:88/+/98.86%
+123 88nt, >M01687:460:000000000-LGY9G:1:1102:21434:24055_CONS(1)... at 1:88:1:88/+/98.86%
+124 88nt, >M01687:460:000000000-LGY9G:1:1102:22926:24701_CONS(29)... at 1:88:1:88/+/98.86%
+125 88nt, >M01687:460:000000000-LGY9G:1:2114:18450:2266_CONS(6)... at 1:88:1:88/+/98.86%
+126 88nt, >M01687:460:000000000-LGY9G:1:2114:13344:2699_CONS(15)... at 1:88:1:88/+/98.86%
+127 89nt, >M01687:460:000000000-LGY9G:1:2114:10243:3296_CONS(1)... at 1:89:1:88/+/98.88%
+128 88nt, >M01687:460:000000000-LGY9G:1:2114:13207:4894_CONS(1)... at 1:88:1:88/+/98.86%
+129 88nt, >M01687:460:000000000-LGY9G:1:2114:9653:5037_CONS(12)... at 1:88:1:88/+/98.86%
+130 88nt, >M01687:460:000000000-LGY9G:1:2114:17967:5059_CONS(1)... at 1:88:1:88/+/98.86%
+131 88nt, >M01687:460:000000000-LGY9G:1:2114:24349:6461_CONS(1)... at 1:88:1:88/+/98.86%
+132 89nt, >M01687:460:000000000-LGY9G:1:2114:9296:6829_CONS(2)... at 1:89:1:88/+/98.88%
+133 89nt, >M01687:460:000000000-LGY9G:1:2114:12689:7651_CONS(2)... at 1:89:1:88/+/98.88%
+134 88nt, >M01687:460:000000000-LGY9G:1:2114:22463:8375_CONS(8)... at 1:88:1:88/+/98.86%
+135 88nt, >M01687:460:000000000-LGY9G:1:2114:4692:8789_CONS(13)... at 1:88:1:88/+/98.86%
+136 88nt, >M01687:460:000000000-LGY9G:1:2114:11097:9231_CONS(14)... at 1:88:1:88/+/98.86%
+137 87nt, >M01687:460:000000000-LGY9G:1:2114:15399:10606_CONS(18)... at 1:87:2:88/+/100.00%
+138 89nt, >M01687:460:000000000-LGY9G:1:2114:25634:10911_CONS(1)... at 1:89:1:88/+/98.88%
+139 88nt, >M01687:460:000000000-LGY9G:1:2114:15402:10986_CONS(1)... at 1:88:1:88/+/97.73%
+140 88nt, >M01687:460:000000000-LGY9G:1:2114:9141:11217_CONS(1)... at 1:88:1:88/+/98.86%
+141 87nt, >M01687:460:000000000-LGY9G:1:2114:25666:11313_CONS(1)... at 1:87:1:88/+/98.86%
+142 88nt, >M01687:460:000000000-LGY9G:1:2114:10879:11989_CONS(20)... at 1:88:1:88/+/98.86%
+143 87nt, >M01687:460:000000000-LGY9G:1:2114:2968:12096_CONS(4)... at 1:87:1:88/+/98.86%
+144 88nt, >M01687:460:000000000-LGY9G:1:2114:9028:13249_CONS(22)... at 1:88:1:88/+/98.86%
+145 88nt, >M01687:460:000000000-LGY9G:1:2114:17576:13800_CONS(26)... at 1:88:1:88/+/98.86%
+146 88nt, >M01687:460:000000000-LGY9G:1:2114:27199:13872_CONS(1)... at 1:88:1:88/+/98.86%
+147 88nt, >M01687:460:000000000-LGY9G:1:2114:7778:13884_CONS(14)... at 1:88:1:88/+/98.86%
+148 88nt, >M01687:460:000000000-LGY9G:1:2114:21575:14327_CONS(1)... at 1:88:1:88/+/97.73%
+149 88nt, >M01687:460:000000000-LGY9G:1:2114:25520:15682_CONS(19)... at 1:88:1:88/+/98.86%
+150 88nt, >M01687:460:000000000-LGY9G:1:2114:13305:16655_CONS(25)... at 1:88:1:88/+/98.86%
+151 88nt, >M01687:460:000000000-LGY9G:1:2114:21093:16994_CONS(1)... at 1:88:1:88/+/98.86%
+152 87nt, >M01687:460:000000000-LGY9G:1:2114:18735:18734_CONS(4)... at 1:87:1:88/+/98.86%
+153 87nt, >M01687:460:000000000-LGY9G:1:2114:18172:21042_CONS(4)... at 1:87:1:88/+/98.86%
+154 88nt, >M01687:460:000000000-LGY9G:1:2115:7848:3814_CONS(1)... at 1:88:1:88/+/97.73%
+155 88nt, >M01687:460:000000000-LGY9G:1:2115:26330:4770_CONS(1)... at 1:88:1:88/+/98.86%
+156 88nt, >M01687:460:000000000-LGY9G:1:2115:17987:5105_CONS(17)... at 1:88:1:88/+/98.86%
+157 88nt, >M01687:460:000000000-LGY9G:1:2115:16326:6643_CONS(20)... at 1:88:1:88/+/98.86%
+158 88nt, >M01687:460:000000000-LGY9G:1:2115:12846:8573_CONS(1)... at 1:88:1:88/+/98.86%
+159 88nt, >M01687:460:000000000-LGY9G:1:2115:15850:10501_CONS(1)... at 1:88:1:88/+/97.73%
+160 88nt, >M01687:460:000000000-LGY9G:1:2115:14068:12968_CONS(1)... at 1:88:1:88/+/97.73%
+161 88nt, >M01687:460:000000000-LGY9G:1:2115:27032:13113_CONS(2)... at 1:88:1:88/+/98.86%
+162 88nt, >M01687:460:000000000-LGY9G:1:2115:28009:14081_CONS(1)... at 1:88:1:88/+/98.86%
+163 89nt, >M01687:460:000000000-LGY9G:1:2115:11887:15431_CONS(8)... at 1:89:1:88/+/98.88%
+164 88nt, >M01687:460:000000000-LGY9G:1:2115:28484:17436_CONS(1)... at 1:88:1:88/+/97.73%
+165 88nt, >M01687:460:000000000-LGY9G:1:2115:24502:17821_CONS(1)... at 1:88:1:88/+/98.86%
+166 87nt, >M01687:460:000000000-LGY9G:1:2115:20190:18197_CONS(6)... at 1:87:1:88/+/98.86%
+167 88nt, >M01687:460:000000000-LGY9G:1:2115:24868:19088_CONS(1)... at 1:88:1:88/+/98.86%
+168 88nt, >M01687:460:000000000-LGY9G:1:2115:18968:21010_CONS(10)... at 1:88:1:88/+/98.86%
+169 87nt, >M01687:460:000000000-LGY9G:1:2115:12142:23275_CONS(9)... at 3:87:4:88/+/100.00%
+170 88nt, >M01687:460:000000000-LGY9G:1:2115:19668:24356_CONS(1)... at 1:88:1:88/+/97.73%
+171 88nt, >M01687:460:000000000-LGY9G:1:2115:9938:24914_CONS(33)... at 1:88:1:88/+/98.86%
+172 88nt, >M01687:460:000000000-LGY9G:1:2112:17107:2995_CONS(1)... at 1:88:1:88/+/97.73%
+173 88nt, >M01687:460:000000000-LGY9G:1:2112:7634:4823_CONS(8)... at 1:88:1:88/+/98.86%
+174 88nt, >M01687:460:000000000-LGY9G:1:2112:5210:5408_CONS(6)... at 1:88:1:88/+/98.86%
+175 87nt, >M01687:460:000000000-LGY9G:1:2112:17014:6239_CONS(1)... at 1:87:1:87/+/97.70%
+176 88nt, >M01687:460:000000000-LGY9G:1:2112:20999:7030_CONS(1)... at 1:88:1:88/+/98.86%
+177 88nt, >M01687:460:000000000-LGY9G:1:2112:10192:8936_CONS(12)... at 1:88:1:88/+/98.86%
+178 88nt, >M01687:460:000000000-LGY9G:1:2112:27677:9492_CONS(1)... at 1:88:1:88/+/97.73%
+179 88nt, >M01687:460:000000000-LGY9G:1:2112:23247:10496_CONS(24)... at 1:88:1:88/+/98.86%
+180 89nt, >M01687:460:000000000-LGY9G:1:2112:3848:10549_CONS(7)... at 1:89:1:88/+/98.88%
+181 89nt, >M01687:460:000000000-LGY9G:1:2112:13821:10583_CONS(1)... at 1:89:1:88/+/98.88%
+182 91nt, >M01687:460:000000000-LGY9G:1:2112:26865:11154_CONS(1)... at 1:88:1:88/+/100.00%
+183 89nt, >M01687:460:000000000-LGY9G:1:2112:23471:11282_CONS(31)... at 1:88:1:88/+/100.00%
+184 88nt, >M01687:460:000000000-LGY9G:1:2112:7195:12197_CONS(3)... at 1:88:1:88/+/98.86%
+185 88nt, >M01687:460:000000000-LGY9G:1:2112:2109:12903_CONS(1)... at 1:88:1:88/+/98.86%
+186 88nt, >M01687:460:000000000-LGY9G:1:2112:22387:13549_CONS(19)... at 1:88:1:88/+/98.86%
+187 88nt, >M01687:460:000000000-LGY9G:1:2112:17318:14536_CONS(1)... at 1:88:1:88/+/97.73%
+188 88nt, >M01687:460:000000000-LGY9G:1:2112:16348:18620_CONS(1)... at 1:88:1:88/+/98.86%
+189 88nt, >M01687:460:000000000-LGY9G:1:2112:24732:20473_CONS(1)... at 1:88:1:88/+/97.73%
+190 88nt, >M01687:460:000000000-LGY9G:1:2112:21720:22007_CONS(1)... at 1:88:1:88/+/98.86%
+191 89nt, >M01687:460:000000000-LGY9G:1:2112:16737:22111_CONS(5)... at 1:89:1:88/+/98.88%
+192 87nt, >M01687:460:000000000-LGY9G:1:2112:13789:23747_CONS(22)... at 1:87:1:88/+/98.86%
+193 87nt, >M01687:460:000000000-LGY9G:1:2112:10067:23911_CONS(1)... at 1:87:1:88/+/97.73%
+194 88nt, >M01687:460:000000000-LGY9G:1:2113:16687:6829_CONS(1)... at 1:88:1:88/+/98.86%
+195 89nt, >M01687:460:000000000-LGY9G:1:2113:21797:7274_CONS(4)... at 5:89:4:88/+/100.00%
+196 89nt, >M01687:460:000000000-LGY9G:1:2113:21483:8224_CONS(1)... at 1:89:1:88/+/98.88%
+197 88nt, >M01687:460:000000000-LGY9G:1:2113:27862:9339_CONS(18)... at 1:88:1:88/+/98.86%
+198 88nt, >M01687:460:000000000-LGY9G:1:2113:7386:9362_CONS(6)... at 1:88:1:88/+/98.86%
+199 88nt, >M01687:460:000000000-LGY9G:1:2113:19528:10754_CONS(1)... at 1:88:1:88/+/97.73%
+200 88nt, >M01687:460:000000000-LGY9G:1:2113:6877:10763_CONS(5)... at 1:88:1:88/+/98.86%
+201 86nt, >M01687:460:000000000-LGY9G:1:2113:26667:12968_CONS(5)... at 1:86:1:86/+/100.00%
+202 87nt, >M01687:460:000000000-LGY9G:1:2113:26712:14041_CONS(1)... at 3:87:4:88/+/98.82%
+203 87nt, >M01687:460:000000000-LGY9G:1:2113:11310:18363_CONS(4)... at 1:87:1:88/+/98.86%
+204 87nt, >M01687:460:000000000-LGY9G:1:2113:25379:21203_CONS(1)... at 1:87:1:88/+/98.86%
+205 88nt, >M01687:460:000000000-LGY9G:1:2113:22090:22268_CONS(2)... at 1:88:1:88/+/98.86%
+206 88nt, >M01687:460:000000000-LGY9G:1:2110:16655:4325_CONS(1)... at 2:88:2:88/+/100.00%
+207 88nt, >M01687:460:000000000-LGY9G:1:2110:18373:4743_CONS(1)... at 3:88:3:88/+/100.00%
+208 88nt, >M01687:460:000000000-LGY9G:1:2110:24786:5837_CONS(11)... at 1:88:1:88/+/98.86%
+209 88nt, >M01687:460:000000000-LGY9G:1:2110:15131:6035_CONS(6)... at 1:88:1:88/+/98.86%
+210 87nt, >M01687:460:000000000-LGY9G:1:2110:9574:8622_CONS(1)... at 1:87:1:88/+/98.86%
+211 87nt, >M01687:460:000000000-LGY9G:1:2110:27948:9214_CONS(1)... at 1:87:1:88/+/98.86%
+212 88nt, >M01687:460:000000000-LGY9G:1:2110:19865:9683_CONS(1)... at 1:88:1:88/+/97.73%
+213 87nt, >M01687:460:000000000-LGY9G:1:2110:11072:10085_CONS(1)... at 1:87:1:88/+/98.86%
+214 88nt, >M01687:460:000000000-LGY9G:1:2110:21312:11675_CONS(4)... at 1:88:1:88/+/98.86%
+215 88nt, >M01687:460:000000000-LGY9G:1:2110:11815:14382_CONS(12)... at 1:88:1:88/+/98.86%
+216 87nt, >M01687:460:000000000-LGY9G:1:2110:9832:15449_CONS(1)... at 1:87:1:88/+/98.86%
+217 87nt, >M01687:460:000000000-LGY9G:1:2110:8260:16349_CONS(1)... at 1:87:1:88/+/97.73%
+218 88nt, >M01687:460:000000000-LGY9G:1:2110:13696:18451_CONS(2)... at 1:88:1:88/+/98.86%
+219 87nt, >M01687:460:000000000-LGY9G:1:2110:21551:19907_CONS(1)... at 1:87:1:88/+/97.73%
+220 88nt, >M01687:460:000000000-LGY9G:1:2110:13363:21779_CONS(1)... at 1:88:1:88/+/98.86%
+221 85nt, >M01687:460:000000000-LGY9G:1:2110:21442:25042_CONS(4)... at 1:85:1:85/+/100.00%
+222 88nt, >M01687:460:000000000-LGY9G:1:2111:16686:2694_CONS(1)... at 1:88:1:88/+/98.86%
+223 103nt, >M01687:460:000000000-LGY9G:1:2111:12570:4371_CONS(1)... at 16:103:1:88/+/100.00%
+224 88nt, >M01687:460:000000000-LGY9G:1:2111:4773:7507_CONS(1)... at 1:88:1:88/+/97.73%
+225 88nt, >M01687:460:000000000-LGY9G:1:2111:19652:13945_CONS(5)... at 1:88:1:88/+/98.86%
+226 87nt, >M01687:460:000000000-LGY9G:1:2111:8311:14023_CONS(4)... at 1:87:1:88/+/98.86%
+227 88nt, >M01687:460:000000000-LGY9G:1:2111:5930:16171_CONS(1)... at 1:88:1:88/+/98.86%
+228 88nt, >M01687:460:000000000-LGY9G:1:2111:4428:16247_CONS(1)... at 1:88:1:88/+/98.86%
+229 88nt, >M01687:460:000000000-LGY9G:1:2111:3902:19666_CONS(9)... at 1:88:1:88/+/98.86%
+230 89nt, >M01687:460:000000000-LGY9G:1:2111:20551:21296_CONS(1)... at 2:89:1:88/+/98.86%
+231 88nt, >M01687:460:000000000-LGY9G:1:2111:21919:22125_CONS(1)... at 1:88:1:88/+/98.86%
+232 88nt, >M01687:460:000000000-LGY9G:1:2111:9784:22648_CONS(2)... at 1:88:1:88/+/98.86%
+233 88nt, >M01687:460:000000000-LGY9G:1:2108:21037:3958_CONS(8)... at 1:88:1:88/+/98.86%
+234 88nt, >M01687:460:000000000-LGY9G:1:2108:21345:8084_CONS(1)... at 1:88:1:88/+/97.73%
+235 88nt, >M01687:460:000000000-LGY9G:1:2108:12380:8613_CONS(1)... at 1:88:1:88/+/98.86%
+236 87nt, >M01687:460:000000000-LGY9G:1:2108:24520:11082_CONS(1)... at 1:87:1:88/+/98.86%
+237 88nt, >M01687:460:000000000-LGY9G:1:2108:17553:11432_CONS(1)... at 1:88:1:88/+/98.86%
+238 88nt, >M01687:460:000000000-LGY9G:1:2108:17697:16635_CONS(3)... at 1:88:1:88/+/98.86%
+239 89nt, >M01687:460:000000000-LGY9G:1:2108:13004:17373_CONS(5)... at 1:89:1:88/+/98.88%
+240 88nt, >M01687:460:000000000-LGY9G:1:2108:19538:17887_CONS(12)... at 1:88:1:88/+/98.86%
+241 88nt, >M01687:460:000000000-LGY9G:1:2108:12428:19120_CONS(1)... at 1:88:1:88/+/98.86%
+242 87nt, >M01687:460:000000000-LGY9G:1:2108:14788:21481_CONS(1)... at 1:87:1:88/+/98.86%
+243 88nt, >M01687:460:000000000-LGY9G:1:2108:12699:21601_CONS(1)... at 1:88:1:88/+/97.73%
+244 89nt, >M01687:460:000000000-LGY9G:1:2108:24960:22080_CONS(1)... at 1:87:1:87/+/100.00%
+245 88nt, >M01687:460:000000000-LGY9G:1:2109:22767:3920_CONS(2)... at 1:88:1:88/+/98.86%
+246 89nt, >M01687:460:000000000-LGY9G:1:2109:24511:5054_CONS(7)... at 1:89:1:88/+/98.88%
+247 88nt, >M01687:460:000000000-LGY9G:1:2109:13440:5786_CONS(1)... at 1:88:1:88/+/98.86%
+248 89nt, >M01687:460:000000000-LGY9G:1:2109:5400:11925_CONS(1)... at 1:88:1:88/+/98.86%
+249 88nt, >M01687:460:000000000-LGY9G:1:2109:15867:12409_CONS(1)... at 1:88:1:88/+/97.73%
+250 88nt, >M01687:460:000000000-LGY9G:1:2109:10644:20297_CONS(1)... at 1:88:1:88/+/98.86%
+251 87nt, >M01687:460:000000000-LGY9G:1:2109:20393:20842_CONS(1)... at 1:87:1:88/+/98.86%
+252 88nt, >M01687:460:000000000-LGY9G:1:2109:5995:21834_CONS(1)... at 1:88:1:88/+/97.73%
+253 88nt, >M01687:460:000000000-LGY9G:1:2107:9575:3566_CONS(1)... at 1:88:1:88/+/98.86%
+254 88nt, >M01687:460:000000000-LGY9G:1:2107:18232:4086_CONS(1)... at 1:88:1:88/+/97.73%
+255 88nt, >M01687:460:000000000-LGY9G:1:2107:8459:5023_CONS(1)... at 1:88:1:88/+/98.86%
+256 88nt, >M01687:460:000000000-LGY9G:1:2107:5133:5225_CONS(3)... at 1:88:1:88/+/98.86%
+257 88nt, >M01687:460:000000000-LGY9G:1:2107:23309:8153_CONS(1)... at 1:88:1:88/+/98.86%
+258 89nt, >M01687:460:000000000-LGY9G:1:2107:24497:9171_CONS(1)... at 1:89:1:88/+/98.88%
+259 89nt, >M01687:460:000000000-LGY9G:1:2107:19979:9847_CONS(1)... at 2:89:1:88/+/98.86%
+260 88nt, >M01687:460:000000000-LGY9G:1:2107:28274:12120_CONS(1)... at 1:88:1:88/+/97.73%
+261 88nt, >M01687:460:000000000-LGY9G:1:2107:27204:13432_CONS(1)... at 1:88:1:88/+/98.86%
+262 88nt, >M01687:460:000000000-LGY9G:1:2107:7853:13507_CONS(1)... at 1:88:1:88/+/98.86%
+263 88nt, >M01687:460:000000000-LGY9G:1:2107:25135:15138_CONS(4)... at 1:88:1:88/+/98.86%
+264 88nt, >M01687:460:000000000-LGY9G:1:2106:10234:2620_CONS(1)... at 1:88:1:88/+/98.86%
+265 88nt, >M01687:460:000000000-LGY9G:1:2106:9940:2926_CONS(1)... at 1:88:1:88/+/98.86%
+266 88nt, >M01687:460:000000000-LGY9G:1:2106:5549:4724_CONS(1)... at 2:88:2:88/+/98.85%
+267 88nt, >M01687:460:000000000-LGY9G:1:2106:17657:6288_CONS(3)... at 1:88:1:88/+/98.86%
+268 88nt, >M01687:460:000000000-LGY9G:1:2106:26680:7397_CONS(10)... at 1:88:1:88/+/98.86%
+269 87nt, >M01687:460:000000000-LGY9G:1:2106:4025:14463_CONS(4)... at 1:87:1:88/+/98.86%
+270 88nt, >M01687:460:000000000-LGY9G:1:2106:10667:21314_CONS(1)... at 1:88:1:88/+/98.86%
+271 91nt, >M01687:460:000000000-LGY9G:1:2106:20762:24854_CONS(1)... at 4:91:1:88/+/100.00%
+272 89nt, >M01687:460:000000000-LGY9G:1:2105:11559:2018_CONS(1)... at 1:89:1:88/+/98.88%
+273 88nt, >M01687:460:000000000-LGY9G:1:2105:17550:23664_CONS(1)... at 1:88:1:88/+/98.86%
+274 88nt, >M01687:460:000000000-LGY9G:1:2104:23540:4178_CONS(3)... at 1:88:1:88/+/98.86%
+275 88nt, >M01687:460:000000000-LGY9G:1:2104:27175:5526_CONS(1)... at 1:88:1:88/+/97.73%
+276 88nt, >M01687:460:000000000-LGY9G:1:2104:5588:8818_CONS(1)... at 1:87:1:87/+/100.00%
+277 88nt, >M01687:460:000000000-LGY9G:1:2104:3580:11395_CONS(3)... at 1:88:1:88/+/98.86%
+278 88nt, >M01687:460:000000000-LGY9G:1:2104:25805:13761_CONS(5)... at 1:88:1:88/+/98.86%
+279 88nt, >M01687:460:000000000-LGY9G:1:2104:23051:15106_CONS(1)... at 1:88:1:88/+/98.86%
+280 88nt, >M01687:460:000000000-LGY9G:1:2104:2653:16692_CONS(2)... at 1:88:1:88/+/98.86%
+281 89nt, >M01687:460:000000000-LGY9G:1:2104:22956:19496_CONS(1)... at 1:88:1:88/+/98.86%
+282 87nt, >M01687:460:000000000-LGY9G:1:2104:8651:24700_CONS(1)... at 1:87:1:88/+/98.86%
+283 89nt, >M01687:460:000000000-LGY9G:1:2103:14790:2355_CONS(1)... at 1:89:1:88/+/98.88%
+284 88nt, >M01687:460:000000000-LGY9G:1:2103:8799:7922_CONS(1)... at 1:88:1:88/+/98.86%
+285 88nt, >M01687:460:000000000-LGY9G:1:2103:26870:8781_CONS(1)... at 1:88:1:88/+/98.86%
+286 88nt, >M01687:460:000000000-LGY9G:1:2103:6927:9016_CONS(1)... at 1:88:1:88/+/97.73%
+287 88nt, >M01687:460:000000000-LGY9G:1:2103:14217:16942_CONS(1)... at 1:88:1:88/+/98.86%
+288 89nt, >M01687:460:000000000-LGY9G:1:2103:26848:17067_CONS(1)... at 1:89:1:88/+/97.75%
+289 87nt, >M01687:460:000000000-LGY9G:1:2103:25028:17252_CONS(1)... at 1:87:1:88/+/97.73%
+290 88nt, >M01687:460:000000000-LGY9G:1:2103:7141:18730_CONS(1)... at 1:88:1:88/+/98.86%
+291 87nt, >M01687:460:000000000-LGY9G:1:2103:9288:19716_CONS(1)... at 1:87:1:88/+/98.86%
+292 87nt, >M01687:460:000000000-LGY9G:1:2103:13457:23022_CONS(1)... at 1:87:1:88/+/97.73%
+293 88nt, >M01687:460:000000000-LGY9G:1:2102:5879:4749_CONS(1)... at 1:88:1:88/+/97.73%
+294 88nt, >M01687:460:000000000-LGY9G:1:2102:12132:10047_CONS(1)... at 1:88:1:88/+/98.86%
+295 89nt, >M01687:460:000000000-LGY9G:1:2102:11841:11027_CONS(1)... at 1:89:1:88/+/98.88%
+296 88nt, >M01687:460:000000000-LGY9G:1:2102:26295:12906_CONS(1)... at 1:88:1:88/+/98.86%
+297 83nt, >M01687:460:000000000-LGY9G:1:2102:6103:13158_CONS(1)... at 1:82:1:82/+/100.00%
+298 88nt, >M01687:460:000000000-LGY9G:1:2102:27394:16458_CONS(1)... at 1:88:1:88/+/97.73%
+299 88nt, >M01687:460:000000000-LGY9G:1:2102:10342:16635_CONS(1)... at 1:88:1:88/+/97.73%
+300 89nt, >M01687:460:000000000-LGY9G:1:2102:3718:18460_CONS(1)... at 1:88:1:88/+/98.86%
+301 88nt, >M01687:460:000000000-LGY9G:1:2117:13620:3639_CONS(1)... at 1:88:1:88/+/97.73%
+302 88nt, >M01687:460:000000000-LGY9G:1:2117:5475:7514_CONS(1)... at 1:88:1:88/+/98.86%
+303 88nt, >M01687:460:000000000-LGY9G:1:2117:10376:8829_CONS(1)... at 1:88:1:88/+/98.86%
+304 87nt, >M01687:460:000000000-LGY9G:1:2117:3398:12156_CONS(1)... at 1:87:1:87/+/98.85%
+305 88nt, >M01687:460:000000000-LGY9G:1:2117:28064:19215_CONS(1)... at 1:88:1:88/+/98.86%
+306 88nt, >M01687:460:000000000-LGY9G:1:2117:8300:19328_CONS(1)... at 1:88:1:88/+/98.86%
+307 89nt, >M01687:460:000000000-LGY9G:1:2117:6205:19682_CONS(7)... at 1:89:1:88/+/98.88%
+308 98nt, >M01687:460:000000000-LGY9G:1:2117:20062:23745_CONS(1)... at 1:98:1:98/+/100.00%
+309 88nt, >M01687:460:000000000-LGY9G:1:2116:18982:5063_CONS(1)... at 1:88:1:88/+/98.86%
+310 88nt, >M01687:460:000000000-LGY9G:1:2116:5614:5569_CONS(1)... at 1:88:1:88/+/98.86%
+311 87nt, >M01687:460:000000000-LGY9G:1:2116:15144:5759_CONS(1)... at 1:86:1:86/+/100.00%
+312 88nt, >M01687:460:000000000-LGY9G:1:2116:22498:13802_CONS(1)... at 1:88:1:88/+/98.86%
+313 88nt, >M01687:460:000000000-LGY9G:1:2116:7711:14332_CONS(1)... at 1:88:1:88/+/98.86%
+314 88nt, >M01687:460:000000000-LGY9G:1:2116:17198:16052_CONS(1)... at 1:88:1:88/+/98.86%
+315 88nt, >M01687:460:000000000-LGY9G:1:2116:14280:16249_CONS(1)... at 1:88:1:88/+/97.73%
+316 88nt, >M01687:460:000000000-LGY9G:1:2116:22301:16562_CONS(1)... at 1:88:1:88/+/97.73%
+317 88nt, >M01687:460:000000000-LGY9G:1:2116:26974:19865_CONS(1)... at 1:87:1:87/+/98.85%
+318 88nt, >M01687:460:000000000-LGY9G:1:2116:22857:23420_CONS(1)... at 2:88:2:88/+/98.85%
+319 88nt, >M01687:460:000000000-LGY9G:1:2116:13907:24711_CONS(1)... at 1:88:1:88/+/97.73%
+320 88nt, >M01687:460:000000000-LGY9G:1:1119:21678:6639_CONS(1)... at 2:88:2:88/+/98.85%
+321 88nt, >M01687:460:000000000-LGY9G:1:1119:7137:6874_CONS(1)... at 1:88:1:88/+/97.73%
+322 88nt, >M01687:460:000000000-LGY9G:1:1119:20579:7931_CONS(1)... at 1:88:1:88/+/98.86%
+323 87nt, >M01687:460:000000000-LGY9G:1:1119:20902:10539_CONS(1)... at 1:87:1:88/+/97.73%
+324 88nt, >M01687:460:000000000-LGY9G:1:1119:2263:11290_CONS(1)... at 1:88:1:88/+/98.86%
+325 88nt, >M01687:460:000000000-LGY9G:1:1119:5397:11579_CONS(1)... at 1:88:1:88/+/98.86%
+326 89nt, >M01687:460:000000000-LGY9G:1:1119:16205:12550_CONS(1)... at 2:89:1:88/+/98.86%
+327 89nt, >M01687:460:000000000-LGY9G:1:1119:17103:14239_CONS(1)... at 1:88:1:88/+/97.73%
+328 88nt, >M01687:460:000000000-LGY9G:1:1119:15615:15211_CONS(1)... at 1:88:1:88/+/98.86%
+329 88nt, >M01687:460:000000000-LGY9G:1:1119:28668:16876_CONS(1)... at 1:88:1:88/+/98.86%
+330 87nt, >M01687:460:000000000-LGY9G:1:1119:16642:17401_CONS(1)... at 1:87:1:88/+/98.86%
+331 88nt, >M01687:460:000000000-LGY9G:1:1119:12434:23021_CONS(5)... at 1:88:1:88/+/98.86%
+332 97nt, >M01687:460:000000000-LGY9G:1:1119:9353:23425_CONS(1)... at 10:97:1:88/+/98.86%
+333 87nt, >M01687:460:000000000-LGY9G:1:2101:13523:7260_CONS(1)... at 1:87:1:88/+/97.73%
+334 88nt, >M01687:460:000000000-LGY9G:1:2101:28865:11829_CONS(1)... at 1:88:1:88/+/98.86%
+335 85nt, >M01687:460:000000000-LGY9G:1:2101:14442:12468_CONS(1)... at 3:85:6:88/+/100.00%
+336 90nt, >M01687:460:000000000-LGY9G:1:2101:8594:14854_CONS(1)... at 1:90:1:90/+/100.00%
+337 88nt, >M01687:460:000000000-LGY9G:1:2101:12192:15255_CONS(1)... at 1:88:1:88/+/98.86%
+338 88nt, >M01687:460:000000000-LGY9G:1:2101:19107:22393_CONS(1)... at 1:88:1:88/+/98.86%
+339 88nt, >M01687:460:000000000-LGY9G:1:1115:19854:2634_CONS(1)... at 1:88:1:88/+/97.73%
+340 87nt, >M01687:460:000000000-LGY9G:1:1115:17434:4788_CONS(6)... at 1:87:1:88/+/98.86%
+341 89nt, >M01687:460:000000000-LGY9G:1:1115:5483:13182_CONS(1)... at 1:89:1:88/+/98.88%
+342 88nt, >M01687:460:000000000-LGY9G:1:1115:9628:13528_CONS(1)... at 1:88:1:88/+/97.73%
+343 88nt, >M01687:460:000000000-LGY9G:1:1115:4531:17077_CONS(3)... at 1:88:1:88/+/98.86%
+344 88nt, >M01687:460:000000000-LGY9G:1:1116:6542:4898_CONS(1)... at 1:88:1:88/+/98.86%
+345 88nt, >M01687:460:000000000-LGY9G:1:1116:16761:8952_CONS(4)... at 1:88:1:88/+/98.86%
+346 88nt, >M01687:460:000000000-LGY9G:1:1116:16633:9193_CONS(2)... at 1:88:1:88/+/98.86%
+347 84nt, >M01687:460:000000000-LGY9G:1:1116:14230:13977_CONS(1)... at 1:82:1:82/+/100.00%
+348 88nt, >M01687:460:000000000-LGY9G:1:1116:19717:22104_CONS(1)... at 1:88:1:88/+/97.73%
+349 87nt, >M01687:460:000000000-LGY9G:1:1116:8725:22551_CONS(1)... at 1:87:1:88/+/98.86%
+350 88nt, >M01687:460:000000000-LGY9G:1:1114:6005:13084_CONS(1)... at 1:88:1:88/+/97.73%
+351 87nt, >M01687:460:000000000-LGY9G:1:1114:13817:19804_CONS(1)... at 1:87:2:88/+/98.85%
+352 88nt, >M01687:460:000000000-LGY9G:1:1114:4880:20613_CONS(1)... at 1:88:1:88/+/98.86%
+353 88nt, >M01687:460:000000000-LGY9G:1:1114:6517:21454_CONS(1)... at 1:88:1:88/+/97.73%
+354 86nt, >M01687:460:000000000-LGY9G:1:1114:24312:22222_CONS(1)... at 1:83:1:83/+/100.00%
+355 88nt, >M01687:460:000000000-LGY9G:1:1113:12305:2955_CONS(4)... at 1:88:1:88/+/98.86%
+356 88nt, >M01687:460:000000000-LGY9G:1:1113:27004:6282_CONS(2)... at 1:88:1:88/+/98.86%
+357 88nt, >M01687:460:000000000-LGY9G:1:1113:13372:6335_CONS(1)... at 1:88:1:88/+/97.73%
+358 88nt, >M01687:460:000000000-LGY9G:1:1113:27942:14478_CONS(1)... at 1:88:1:88/+/97.73%
+359 87nt, >M01687:460:000000000-LGY9G:1:1113:13114:21713_CONS(1)... at 3:87:4:88/+/98.82%
+360 89nt, >M01687:460:000000000-LGY9G:1:1113:19776:22799_CONS(1)... at 5:89:4:88/+/98.82%
+361 88nt, >M01687:460:000000000-LGY9G:1:1111:23367:3123_CONS(1)... at 1:88:1:88/+/97.73%
+362 88nt, >M01687:460:000000000-LGY9G:1:1111:15521:7961_CONS(1)... at 1:88:1:88/+/97.73%
+363 87nt, >M01687:460:000000000-LGY9G:1:1111:13128:25017_CONS(1)... at 1:87:1:87/+/98.85%
+364 88nt, >M01687:460:000000000-LGY9G:1:1112:7097:20534_CONS(1)... at 1:88:1:88/+/97.73%
+365 88nt, >M01687:460:000000000-LGY9G:1:1112:8444:23255_CONS(1)... at 1:88:1:88/+/97.73%
+366 88nt, >M01687:460:000000000-LGY9G:1:1112:23356:24834_CONS(1)... at 1:88:1:88/+/97.73%
+367 88nt, >M01687:460:000000000-LGY9G:1:1109:24379:3826_CONS(1)... at 1:88:1:88/+/98.86%
+368 88nt, >M01687:460:000000000-LGY9G:1:1109:12390:6361_CONS(1)... at 1:88:1:88/+/97.73%
+369 88nt, >M01687:460:000000000-LGY9G:1:1109:11795:7674_CONS(1)... at 1:88:1:88/+/98.86%
+370 87nt, >M01687:460:000000000-LGY9G:1:1109:7377:12749_CONS(1)... at 1:87:1:88/+/98.86%
+371 87nt, >M01687:460:000000000-LGY9G:1:1109:13671:12991_CONS(1)... at 1:87:1:88/+/97.73%
+372 88nt, >M01687:460:000000000-LGY9G:1:1109:14292:15082_CONS(1)... at 1:88:1:88/+/98.86%
+373 88nt, >M01687:460:000000000-LGY9G:1:1109:28256:16354_CONS(1)... at 1:88:1:88/+/97.73%
+374 88nt, >M01687:460:000000000-LGY9G:1:1109:7570:23644_CONS(2)... at 1:88:1:88/+/98.86%
+375 88nt, >M01687:460:000000000-LGY9G:1:1110:20824:3091_CONS(1)... at 1:88:1:88/+/98.86%
+376 88nt, >M01687:460:000000000-LGY9G:1:1110:17089:3965_CONS(1)... at 1:88:1:88/+/98.86%
+377 88nt, >M01687:460:000000000-LGY9G:1:1110:16734:4308_CONS(1)... at 1:88:1:88/+/98.86%
+378 86nt, >M01687:460:000000000-LGY9G:1:1110:16735:5697_CONS(1)... at 1:86:1:87/+/98.85%
+379 88nt, >M01687:460:000000000-LGY9G:1:1110:13625:9025_CONS(1)... at 1:88:1:88/+/98.86%
+380 88nt, >M01687:460:000000000-LGY9G:1:1110:12698:14037_CONS(1)... at 1:88:1:88/+/97.73%
+381 88nt, >M01687:460:000000000-LGY9G:1:1110:12970:19832_CONS(1)... at 1:88:1:88/+/97.73%
+382 88nt, >M01687:460:000000000-LGY9G:1:1110:10115:20413_CONS(1)... at 1:88:1:88/+/97.73%
+383 88nt, >M01687:460:000000000-LGY9G:1:1110:14362:21903_CONS(1)... at 1:88:1:88/+/98.86%
+384 88nt, >M01687:460:000000000-LGY9G:1:1107:12706:3783_CONS(1)... at 1:88:1:88/+/97.73%
+385 88nt, >M01687:460:000000000-LGY9G:1:1107:28989:9798_CONS(1)... at 1:88:1:88/+/98.86%
+386 88nt, >M01687:460:000000000-LGY9G:1:1107:16889:10639_CONS(1)... at 1:88:1:88/+/98.86%
+387 88nt, >M01687:460:000000000-LGY9G:1:1107:7511:16222_CONS(1)... at 1:88:1:88/+/97.73%
+388 87nt, >M01687:460:000000000-LGY9G:1:1108:8942:7422_CONS(1)... at 1:87:1:88/+/97.73%
+389 88nt, >M01687:460:000000000-LGY9G:1:1108:25988:12639_CONS(1)... at 2:88:2:88/+/100.00%
+390 86nt, >M01687:460:000000000-LGY9G:1:1108:23756:15876_CONS(1)... at 2:86:4:88/+/97.65%
+391 88nt, >M01687:460:000000000-LGY9G:1:1105:8375:11288_CONS(1)... at 1:88:1:88/+/98.86%
+392 88nt, >M01687:460:000000000-LGY9G:1:1105:25007:14421_CONS(1)... at 2:88:2:88/+/98.85%
+393 88nt, >M01687:460:000000000-LGY9G:1:1105:14469:16635_CONS(1)... at 1:88:1:88/+/98.86%
+394 86nt, >M01687:460:000000000-LGY9G:1:1105:26549:17001_CONS(1)... at 1:86:1:88/+/97.73%
+395 88nt, >M01687:460:000000000-LGY9G:1:1106:13213:5804_CONS(1)... at 1:88:1:88/+/98.86%
+396 89nt, >M01687:460:000000000-LGY9G:1:1106:19985:14220_CONS(1)... at 1:88:1:88/+/97.73%
+397 88nt, >M01687:460:000000000-LGY9G:1:1106:18114:17708_CONS(1)... at 1:88:1:88/+/98.86%
+398 90nt, >M01687:460:000000000-LGY9G:1:1106:7038:17963_CONS(1)... at 1:90:1:88/+/97.78%
+399 88nt, >M01687:460:000000000-LGY9G:1:1106:25663:18641_CONS(1)... at 1:88:1:88/+/98.86%
+400 88nt, >M01687:460:000000000-LGY9G:1:1103:12242:1858_CONS(1)... at 1:88:1:88/+/97.73%
+401 87nt, >M01687:460:000000000-LGY9G:1:1103:7505:3733_CONS(1)... at 1:87:2:88/+/98.85%
+402 88nt, >M01687:460:000000000-LGY9G:1:1103:26737:9635_CONS(1)... at 1:88:1:88/+/97.73%
+403 88nt, >M01687:460:000000000-LGY9G:1:1103:12643:11045_CONS(1)... at 1:88:1:88/+/97.73%
+404 89nt, >M01687:460:000000000-LGY9G:1:1103:24894:15861_CONS(1)... at 1:88:1:88/+/98.86%
+405 87nt, >M01687:460:000000000-LGY9G:1:1103:16626:20495_CONS(1)... at 1:87:1:88/+/97.73%
+406 89nt, >M01687:460:000000000-LGY9G:1:1103:20525:20597_CONS(1)... at 1:89:1:88/+/97.75%
+407 88nt, >M01687:460:000000000-LGY9G:1:1104:9852:2437_CONS(1)... at 1:88:1:88/+/97.73%
+408 88nt, >M01687:460:000000000-LGY9G:1:1104:8663:3527_CONS(1)... at 1:88:1:88/+/97.73%
+409 89nt, >M01687:460:000000000-LGY9G:1:1104:15411:5091_CONS(1)... at 1:89:1:88/+/97.75%
+410 88nt, >M01687:460:000000000-LGY9G:1:1104:15694:12327_CONS(1)... at 1:88:1:88/+/98.86%
+411 88nt, >M01687:460:000000000-LGY9G:1:1104:7073:13706_CONS(1)... at 1:88:1:88/+/97.73%
+412 88nt, >M01687:460:000000000-LGY9G:1:1104:22607:18282_CONS(1)... at 1:88:1:88/+/97.73%
+413 88nt, >M01687:460:000000000-LGY9G:1:1104:22989:18396_CONS(1)... at 1:88:1:88/+/97.73%
+414 88nt, >M01687:460:000000000-LGY9G:1:1117:6711:18867_CONS(1)... at 1:88:1:88/+/97.73%
+415 88nt, >M01687:460:000000000-LGY9G:1:1118:24232:5718_CONS(1)... at 1:88:1:88/+/97.73%
+416 87nt, >M01687:460:000000000-LGY9G:1:1118:9560:11025_CONS(1)... at 1:87:2:88/+/98.85%
+417 88nt, >M01687:460:000000000-LGY9G:1:1118:7590:11933_CONS(1)... at 1:88:1:88/+/97.73%
+418 88nt, >M01687:460:000000000-LGY9G:1:1118:18309:14476_CONS(1)... at 1:88:1:88/+/98.86%
+419 88nt, >M01687:460:000000000-LGY9G:1:2118:14345:4167_CONS(1)... at 1:88:1:88/+/97.73%
+420 107nt, >M01687:460:000000000-LGY9G:1:2118:25530:8509_CONS(1)... *
+421 88nt, >M01687:460:000000000-LGY9G:1:2118:27642:8682_CONS(1)... at 1:88:1:88/+/97.73%
+422 88nt, >M01687:460:000000000-LGY9G:1:2118:27891:12489_CONS(1)... at 1:88:1:88/+/97.73%
+423 88nt, >M01687:460:000000000-LGY9G:1:2118:20613:13054_CONS(1)... at 1:88:1:88/+/97.73%
+424 88nt, >M01687:460:000000000-LGY9G:1:2118:9927:14890_CONS(1)... at 1:88:1:88/+/97.73%
+425 88nt, >M01687:460:000000000-LGY9G:1:2118:16044:17973_CONS(1)... at 1:87:1:87/+/98.85%
+426 89nt, >M01687:460:000000000-LGY9G:1:2118:15676:22630_CONS(1)... at 1:89:1:88/+/97.75%
+427 87nt, >M01687:460:000000000-LGY9G:1:2119:7183:9626_CONS(1)... at 1:87:1:88/+/97.73%
+428 88nt, >M01687:460:000000000-LGY9G:1:2119:20911:10735_CONS(1)... at 1:88:1:88/+/98.86%
+429 87nt, >M01687:460:000000000-LGY9G:1:2119:6756:16479_CONS(1)... at 1:87:1:88/+/97.73%
+>Cluster 1
+0 102nt, >M01687:460:000000000-LGY9G:1:1101:7284:2467_CONS(1312)... at 1:102:2:103/+/100.00%
+1 102nt, >M01687:460:000000000-LGY9G:1:1101:6611:5566_CONS(1)... at 1:102:2:103/+/99.02%
+2 102nt, >M01687:460:000000000-LGY9G:1:1101:23211:5868_CONS(1)... at 1:102:2:103/+/99.02%
+3 102nt, >M01687:460:000000000-LGY9G:1:1101:26337:9018_CONS(1)... at 1:102:2:103/+/99.02%
+4 102nt, >M01687:460:000000000-LGY9G:1:1101:9122:9660_CONS(1)... at 1:102:2:103/+/99.02%
+5 102nt, >M01687:460:000000000-LGY9G:1:1101:6802:18592_CONS(1)... at 1:102:2:103/+/98.04%
+6 102nt, >M01687:460:000000000-LGY9G:1:1101:15580:21531_CONS(1)... at 1:101:2:102/+/100.00%
+7 102nt, >M01687:460:000000000-LGY9G:1:1102:21750:5723_CONS(2)... at 1:102:2:103/+/98.04%
+8 102nt, >M01687:460:000000000-LGY9G:1:1102:9819:8736_CONS(1)... at 1:102:2:103/+/98.04%
+9 102nt, >M01687:460:000000000-LGY9G:1:1102:6271:10212_CONS(1)... at 1:102:2:103/+/98.04%
+10 102nt, >M01687:460:000000000-LGY9G:1:1102:12979:15471_CONS(4)... at 1:102:2:103/+/99.02%
+11 102nt, >M01687:460:000000000-LGY9G:1:2114:18139:12606_CONS(1)... at 1:102:2:103/+/99.02%
+12 102nt, >M01687:460:000000000-LGY9G:1:2114:26385:18943_CONS(1)... at 1:102:2:103/+/99.02%
+13 102nt, >M01687:460:000000000-LGY9G:1:2115:11418:2507_CONS(1)... at 1:102:2:103/+/99.02%
+14 102nt, >M01687:460:000000000-LGY9G:1:2112:6229:14493_CONS(1)... at 1:102:2:103/+/99.02%
+15 102nt, >M01687:460:000000000-LGY9G:1:2112:16221:14800_CONS(1)... at 1:102:2:103/+/99.02%
+16 102nt, >M01687:460:000000000-LGY9G:1:2112:20760:19283_CONS(1)... at 1:102:2:103/+/99.02%
+17 102nt, >M01687:460:000000000-LGY9G:1:2113:3125:7767_CONS(1)... at 1:102:2:103/+/99.02%
+18 102nt, >M01687:460:000000000-LGY9G:1:2113:19660:10611_CONS(1)... at 1:102:2:103/+/99.02%
+19 102nt, >M01687:460:000000000-LGY9G:1:2113:5498:18566_CONS(1)... at 1:102:2:103/+/99.02%
+20 102nt, >M01687:460:000000000-LGY9G:1:2110:22897:16203_CONS(1)... at 1:102:2:103/+/99.02%
+21 102nt, >M01687:460:000000000-LGY9G:1:2110:26761:17560_CONS(1)... at 1:102:2:103/+/99.02%
+22 102nt, >M01687:460:000000000-LGY9G:1:2111:6077:21207_CONS(1)... at 1:102:2:103/+/99.02%
+23 102nt, >M01687:460:000000000-LGY9G:1:2111:26535:21567_CONS(1)... at 1:102:2:103/+/99.02%
+24 102nt, >M01687:460:000000000-LGY9G:1:2111:13962:24124_CONS(2)... at 1:102:2:103/+/99.02%
+25 102nt, >M01687:460:000000000-LGY9G:1:2108:28425:18755_CONS(1)... at 1:102:2:103/+/99.02%
+26 102nt, >M01687:460:000000000-LGY9G:1:2108:21248:19499_CONS(1)... at 1:102:2:103/+/99.02%
+27 102nt, >M01687:460:000000000-LGY9G:1:2108:12379:21170_CONS(1)... at 1:102:2:103/+/99.02%
+28 102nt, >M01687:460:000000000-LGY9G:1:2108:21461:24644_CONS(1)... at 1:102:2:103/+/99.02%
+29 102nt, >M01687:460:000000000-LGY9G:1:2109:14195:5243_CONS(2)... at 1:102:2:103/+/99.02%
+30 102nt, >M01687:460:000000000-LGY9G:1:2109:7399:12353_CONS(1)... at 1:102:2:103/+/99.02%
+31 102nt, >M01687:460:000000000-LGY9G:1:2109:26354:15746_CONS(1)... at 1:102:2:103/+/99.02%
+32 102nt, >M01687:460:000000000-LGY9G:1:2107:18714:4193_CONS(1)... at 1:102:2:103/+/99.02%
+33 102nt, >M01687:460:000000000-LGY9G:1:2107:4991:15413_CONS(1)... at 1:102:2:103/+/99.02%
+34 102nt, >M01687:460:000000000-LGY9G:1:2106:18403:3566_CONS(1)... at 1:102:2:103/+/99.02%
+35 101nt, >M01687:460:000000000-LGY9G:1:2105:25652:14514_CONS(1)... at 1:101:2:103/+/99.02%
+36 102nt, >M01687:460:000000000-LGY9G:1:2105:17294:17548_CONS(1)... at 1:102:2:103/+/99.02%
+37 102nt, >M01687:460:000000000-LGY9G:1:2105:16416:18383_CONS(1)... at 1:102:2:103/+/99.02%
+38 102nt, >M01687:460:000000000-LGY9G:1:2104:16816:2224_CONS(1)... at 1:102:2:103/+/99.02%
+39 102nt, >M01687:460:000000000-LGY9G:1:2104:8396:11123_CONS(1)... at 1:102:2:103/+/99.02%
+40 102nt, >M01687:460:000000000-LGY9G:1:2104:23444:22582_CONS(1)... at 1:102:2:103/+/99.02%
+41 102nt, >M01687:460:000000000-LGY9G:1:2103:20090:3692_CONS(1)... at 1:102:2:103/+/99.02%
+42 101nt, >M01687:460:000000000-LGY9G:1:2103:27400:16382_CONS(1)... at 1:101:2:103/+/99.02%
+43 102nt, >M01687:460:000000000-LGY9G:1:2102:16475:6014_CONS(1)... at 1:102:2:103/+/99.02%
+44 101nt, >M01687:460:000000000-LGY9G:1:2102:29200:12221_CONS(1)... at 1:101:2:102/+/99.01%
+45 102nt, >M01687:460:000000000-LGY9G:1:2102:19431:18978_CONS(1)... at 1:102:2:103/+/99.02%
+46 102nt, >M01687:460:000000000-LGY9G:1:2117:4840:9907_CONS(1)... at 1:102:2:103/+/99.02%
+47 102nt, >M01687:460:000000000-LGY9G:1:2117:26914:14559_CONS(3)... at 1:102:2:103/+/99.02%
+48 102nt, >M01687:460:000000000-LGY9G:1:2116:5616:4915_CONS(1)... at 1:102:2:103/+/99.02%
+49 102nt, >M01687:460:000000000-LGY9G:1:2116:9447:5913_CONS(1)... at 1:102:2:103/+/99.02%
+50 102nt, >M01687:460:000000000-LGY9G:1:2116:18437:10708_CONS(1)... at 1:102:2:103/+/99.02%
+51 102nt, >M01687:460:000000000-LGY9G:1:2116:25208:17614_CONS(1)... at 1:102:2:103/+/99.02%
+52 102nt, >M01687:460:000000000-LGY9G:1:1119:24680:5178_CONS(1)... at 1:102:2:103/+/99.02%
+53 102nt, >M01687:460:000000000-LGY9G:1:1119:24450:17518_CONS(1)... at 1:102:2:103/+/99.02%
+54 102nt, >M01687:460:000000000-LGY9G:1:1119:6596:23798_CONS(1)... at 1:102:2:103/+/99.02%
+55 102nt, >M01687:460:000000000-LGY9G:1:2101:5236:5032_CONS(1)... at 1:102:2:103/+/99.02%
+56 102nt, >M01687:460:000000000-LGY9G:1:2101:15789:13989_CONS(1)... at 1:102:2:103/+/99.02%
+57 102nt, >M01687:460:000000000-LGY9G:1:2101:17490:22009_CONS(1)... at 1:102:2:103/+/99.02%
+58 102nt, >M01687:460:000000000-LGY9G:1:1115:19382:6125_CONS(1)... at 1:102:2:103/+/99.02%
+59 103nt, >M01687:460:000000000-LGY9G:1:1115:3842:13133_CONS(1)... *
+60 102nt, >M01687:460:000000000-LGY9G:1:1116:16945:2438_CONS(1)... at 1:102:2:103/+/99.02%
+61 102nt, >M01687:460:000000000-LGY9G:1:1114:19911:6189_CONS(1)... at 1:102:2:103/+/99.02%
+62 101nt, >M01687:460:000000000-LGY9G:1:1114:10140:9561_CONS(1)... at 1:101:2:103/+/99.02%
+63 102nt, >M01687:460:000000000-LGY9G:1:1114:9693:13204_CONS(1)... at 1:102:2:103/+/99.02%
+64 102nt, >M01687:460:000000000-LGY9G:1:1114:24479:21529_CONS(1)... at 1:102:2:103/+/98.04%
+65 102nt, >M01687:460:000000000-LGY9G:1:1114:20213:21647_CONS(1)... at 1:102:2:103/+/99.02%
+66 102nt, >M01687:460:000000000-LGY9G:1:1113:11016:6198_CONS(1)... at 1:102:2:103/+/99.02%
+67 101nt, >M01687:460:000000000-LGY9G:1:1111:11748:2238_CONS(1)... at 1:101:2:103/+/99.02%
+68 101nt, >M01687:460:000000000-LGY9G:1:1109:16660:11082_CONS(1)... at 1:101:2:103/+/99.02%
+69 103nt, >M01687:460:000000000-LGY9G:1:1109:3001:16044_CONS(1)... at 1:102:2:103/+/100.00%
+70 102nt, >M01687:460:000000000-LGY9G:1:1109:17582:16054_CONS(1)... at 1:102:2:103/+/99.02%
+71 103nt, >M01687:460:000000000-LGY9G:1:1109:14545:20486_CONS(1)... at 1:102:2:103/+/99.02%
+72 102nt, >M01687:460:000000000-LGY9G:1:1110:22711:2788_CONS(1)... at 1:102:2:103/+/99.02%
+73 102nt, >M01687:460:000000000-LGY9G:1:1107:8711:18468_CONS(1)... at 1:102:2:103/+/99.02%
+74 102nt, >M01687:460:000000000-LGY9G:1:1108:8748:7829_CONS(1)... at 1:102:2:103/+/99.02%
+75 102nt, >M01687:460:000000000-LGY9G:1:1108:15955:11237_CONS(1)... at 1:102:2:103/+/99.02%
+76 102nt, >M01687:460:000000000-LGY9G:1:1108:16720:14715_CONS(1)... at 1:102:2:103/+/99.02%
+77 102nt, >M01687:460:000000000-LGY9G:1:1105:20790:18592_CONS(1)... at 1:102:2:103/+/99.02%
+78 102nt, >M01687:460:000000000-LGY9G:1:1105:19142:23815_CONS(1)... at 1:102:2:103/+/99.02%
+79 103nt, >M01687:460:000000000-LGY9G:1:1105:22541:24400_CONS(1)... at 1:102:2:103/+/100.00%
+80 101nt, >M01687:460:000000000-LGY9G:1:1106:25233:7023_CONS(2)... at 1:101:2:102/+/100.00%
+81 102nt, >M01687:460:000000000-LGY9G:1:1106:4619:9137_CONS(1)... at 1:102:2:103/+/99.02%
+82 102nt, >M01687:460:000000000-LGY9G:1:1103:28852:12781_CONS(1)... at 1:102:2:103/+/99.02%
+83 102nt, >M01687:460:000000000-LGY9G:1:1103:21786:14332_CONS(1)... at 1:102:2:103/+/99.02%
+84 102nt, >M01687:460:000000000-LGY9G:1:1104:6856:8424_CONS(1)... at 1:102:2:103/+/99.02%
+85 102nt, >M01687:460:000000000-LGY9G:1:1104:16848:23143_CONS(1)... at 2:102:3:103/+/100.00%
+86 102nt, >M01687:460:000000000-LGY9G:1:1118:11354:21539_CONS(1)... at 1:102:2:103/+/99.02%
+87 102nt, >M01687:460:000000000-LGY9G:1:2118:21265:9394_CONS(1)... at 3:102:4:103/+/100.00%
+88 102nt, >M01687:460:000000000-LGY9G:1:2119:23135:2175_CONS(1)... at 1:102:2:103/+/99.02%
+89 101nt, >M01687:460:000000000-LGY9G:1:2119:16334:17635_CONS(1)... at 4:101:6:103/+/100.00%
+>Cluster 2
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:13587:2011_CONS(894)... at 1:94:1:95/+/98.95%
+1 94nt, >M01687:460:000000000-LGY9G:1:1101:21348:7311_CONS(3)... at 1:94:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:1101:5465:7459_CONS(21)... at 1:94:1:95/+/97.89%
+3 94nt, >M01687:460:000000000-LGY9G:1:1101:20902:10497_CONS(1)... at 1:94:1:95/+/97.89%
+4 94nt, >M01687:460:000000000-LGY9G:1:1101:7211:13643_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:1102:11968:4326_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:1102:17848:7686_CONS(2)... at 1:94:1:95/+/97.89%
+7 93nt, >M01687:460:000000000-LGY9G:1:1102:23030:12021_CONS(1)... at 3:93:4:95/+/98.91%
+8 94nt, >M01687:460:000000000-LGY9G:1:1102:17249:12464_CONS(1)... at 1:94:1:95/+/97.89%
+9 94nt, >M01687:460:000000000-LGY9G:1:1102:5689:19450_CONS(1)... at 1:94:1:95/+/97.89%
+10 93nt, >M01687:460:000000000-LGY9G:1:1102:21698:22737_CONS(1)... at 1:93:1:95/+/97.89%
+11 94nt, >M01687:460:000000000-LGY9G:1:2114:24781:5536_CONS(1)... at 1:94:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2114:26256:9794_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:2114:27846:14908_CONS(1)... at 1:94:1:95/+/97.89%
+14 94nt, >M01687:460:000000000-LGY9G:1:2115:9218:11641_CONS(1)... at 1:94:1:95/+/97.89%
+15 94nt, >M01687:460:000000000-LGY9G:1:2115:10150:15392_CONS(1)... at 1:94:1:95/+/97.89%
+16 87nt, >M01687:460:000000000-LGY9G:1:2112:27080:5681_CONS(1)... at 1:87:1:88/+/98.86%
+17 94nt, >M01687:460:000000000-LGY9G:1:2112:10701:6811_CONS(1)... at 1:94:1:95/+/97.89%
+18 95nt, >M01687:460:000000000-LGY9G:1:2112:29225:11593_CONS(1)... *
+19 94nt, >M01687:460:000000000-LGY9G:1:2113:5823:17174_CONS(1)... at 1:94:1:95/+/97.89%
+20 94nt, >M01687:460:000000000-LGY9G:1:2113:24546:22824_CONS(1)... at 1:94:1:95/+/97.89%
+21 94nt, >M01687:460:000000000-LGY9G:1:2110:26195:7516_CONS(1)... at 1:94:1:95/+/97.89%
+22 94nt, >M01687:460:000000000-LGY9G:1:2111:22366:12643_CONS(1)... at 1:94:1:95/+/97.89%
+23 94nt, >M01687:460:000000000-LGY9G:1:2111:15821:13028_CONS(1)... at 1:94:1:95/+/97.89%
+24 94nt, >M01687:460:000000000-LGY9G:1:2111:13985:17644_CONS(6)... at 1:94:1:95/+/97.89%
+25 94nt, >M01687:460:000000000-LGY9G:1:2108:20275:3724_CONS(1)... at 1:94:1:95/+/97.89%
+26 94nt, >M01687:460:000000000-LGY9G:1:2108:25848:14650_CONS(1)... at 1:94:1:95/+/97.89%
+27 94nt, >M01687:460:000000000-LGY9G:1:2109:18739:2954_CONS(1)... at 1:94:1:95/+/97.89%
+28 94nt, >M01687:460:000000000-LGY9G:1:2109:15215:3036_CONS(1)... at 1:94:1:95/+/97.89%
+29 94nt, >M01687:460:000000000-LGY9G:1:2109:22421:8974_CONS(1)... at 1:94:1:95/+/97.89%
+30 94nt, >M01687:460:000000000-LGY9G:1:2109:13053:13414_CONS(2)... at 1:94:1:95/+/97.89%
+31 93nt, >M01687:460:000000000-LGY9G:1:2107:15531:5155_CONS(1)... at 1:93:1:94/+/98.94%
+32 94nt, >M01687:460:000000000-LGY9G:1:2106:20274:23100_CONS(1)... at 1:94:1:95/+/97.89%
+33 94nt, >M01687:460:000000000-LGY9G:1:2105:23886:17233_CONS(1)... at 1:94:1:95/+/97.89%
+34 94nt, >M01687:460:000000000-LGY9G:1:2104:22329:8833_CONS(1)... at 1:94:1:95/+/97.89%
+35 94nt, >M01687:460:000000000-LGY9G:1:2104:28219:9026_CONS(1)... at 1:94:1:95/+/97.89%
+36 94nt, >M01687:460:000000000-LGY9G:1:2104:21974:11606_CONS(1)... at 1:94:1:95/+/97.89%
+37 94nt, >M01687:460:000000000-LGY9G:1:2103:12471:10470_CONS(1)... at 1:94:1:95/+/97.89%
+38 94nt, >M01687:460:000000000-LGY9G:1:2116:5728:6744_CONS(1)... at 1:94:1:95/+/97.89%
+39 94nt, >M01687:460:000000000-LGY9G:1:2116:18798:10467_CONS(1)... at 1:94:1:95/+/97.89%
+40 94nt, >M01687:460:000000000-LGY9G:1:2101:23506:4360_CONS(1)... at 1:94:1:95/+/97.89%
+41 94nt, >M01687:460:000000000-LGY9G:1:2101:23454:14207_CONS(1)... at 1:94:1:95/+/97.89%
+42 94nt, >M01687:460:000000000-LGY9G:1:2101:13624:23922_CONS(1)... at 3:94:3:95/+/98.92%
+43 93nt, >M01687:460:000000000-LGY9G:1:1116:8328:17023_CONS(1)... at 1:93:2:95/+/98.94%
+44 94nt, >M01687:460:000000000-LGY9G:1:1114:11793:6791_CONS(1)... at 1:94:1:95/+/97.89%
+45 94nt, >M01687:460:000000000-LGY9G:1:1114:6098:15735_CONS(1)... at 1:94:1:95/+/97.89%
+46 94nt, >M01687:460:000000000-LGY9G:1:1114:12422:23139_CONS(1)... at 1:94:1:95/+/97.89%
+47 94nt, >M01687:460:000000000-LGY9G:1:1113:12092:6693_CONS(1)... at 1:94:1:95/+/97.89%
+48 94nt, >M01687:460:000000000-LGY9G:1:1111:15354:5259_CONS(1)... at 1:94:1:95/+/97.89%
+49 94nt, >M01687:460:000000000-LGY9G:1:1111:5901:13592_CONS(1)... at 1:93:1:94/+/98.94%
+50 94nt, >M01687:460:000000000-LGY9G:1:1111:25032:17902_CONS(1)... at 3:94:3:95/+/98.92%
+51 94nt, >M01687:460:000000000-LGY9G:1:1112:5605:9642_CONS(1)... at 1:94:1:95/+/97.89%
+52 94nt, >M01687:460:000000000-LGY9G:1:1112:14100:23058_CONS(1)... at 1:94:1:95/+/97.89%
+53 94nt, >M01687:460:000000000-LGY9G:1:1110:27351:11855_CONS(1)... at 1:94:1:95/+/97.89%
+54 94nt, >M01687:460:000000000-LGY9G:1:1107:14598:14035_CONS(1)... at 1:94:1:95/+/97.89%
+55 94nt, >M01687:460:000000000-LGY9G:1:1107:4028:17136_CONS(1)... at 1:94:1:95/+/97.89%
+56 94nt, >M01687:460:000000000-LGY9G:1:1108:13700:5338_CONS(1)... at 1:94:1:95/+/97.89%
+57 94nt, >M01687:460:000000000-LGY9G:1:1108:4993:7845_CONS(1)... at 1:94:1:95/+/97.89%
+58 94nt, >M01687:460:000000000-LGY9G:1:1105:26212:11101_CONS(1)... at 1:94:1:95/+/97.89%
+59 94nt, >M01687:460:000000000-LGY9G:1:1103:25654:21751_CONS(1)... at 1:94:1:95/+/97.89%
+60 94nt, >M01687:460:000000000-LGY9G:1:1104:28459:18834_CONS(1)... at 1:94:1:95/+/97.89%
+61 94nt, >M01687:460:000000000-LGY9G:1:1104:22314:21982_CONS(1)... at 1:94:1:95/+/97.89%
+62 94nt, >M01687:460:000000000-LGY9G:1:1104:22202:23301_CONS(1)... at 1:94:1:95/+/97.89%
+63 94nt, >M01687:460:000000000-LGY9G:1:1118:19066:11053_CONS(1)... at 1:94:1:95/+/97.89%
+64 94nt, >M01687:460:000000000-LGY9G:1:1118:22348:22182_CONS(1)... at 1:94:1:95/+/97.89%
+65 94nt, >M01687:460:000000000-LGY9G:1:2118:26639:14772_CONS(1)... at 1:94:1:95/+/97.89%
+66 94nt, >M01687:460:000000000-LGY9G:1:2118:19664:16137_CONS(1)... at 1:94:1:95/+/97.89%
+67 93nt, >M01687:460:000000000-LGY9G:1:2118:3752:18904_CONS(1)... at 1:93:1:95/+/97.89%
+>Cluster 3
+0 85nt, >M01687:460:000000000-LGY9G:1:1101:7884:3115_CONS(830)... at 1:85:1:85/+/100.00%
+1 84nt, >M01687:460:000000000-LGY9G:1:1101:24990:14230_CONS(1)... at 1:84:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:1102:27466:14629_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2114:4300:6387_CONS(1)... at 1:85:1:85/+/98.82%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:21619:6303_CONS(1)... at 1:85:1:85/+/98.82%
+5 84nt, >M01687:460:000000000-LGY9G:1:2115:21344:10367_CONS(1)... at 1:84:1:84/+/100.00%
+6 85nt, >M01687:460:000000000-LGY9G:1:2112:4496:12270_CONS(2)... at 1:85:1:85/+/98.82%
+7 85nt, >M01687:460:000000000-LGY9G:1:2112:28684:16134_CONS(1)... at 1:85:1:85/+/98.82%
+8 85nt, >M01687:460:000000000-LGY9G:1:2113:14159:6085_CONS(1)... at 1:85:1:85/+/98.82%
+9 85nt, >M01687:460:000000000-LGY9G:1:2113:19376:9432_CONS(1)... at 1:85:1:85/+/98.82%
+10 85nt, >M01687:460:000000000-LGY9G:1:2113:18209:10891_CONS(1)... at 1:85:1:85/+/98.82%
+11 85nt, >M01687:460:000000000-LGY9G:1:2110:12587:12216_CONS(1)... at 1:85:1:85/+/98.82%
+12 85nt, >M01687:460:000000000-LGY9G:1:2110:24701:14309_CONS(1)... at 1:85:1:85/+/98.82%
+13 85nt, >M01687:460:000000000-LGY9G:1:2111:21424:8766_CONS(1)... at 1:85:1:85/+/98.82%
+14 85nt, >M01687:460:000000000-LGY9G:1:2111:13019:11327_CONS(1)... at 1:85:1:85/+/97.65%
+15 85nt, >M01687:460:000000000-LGY9G:1:2111:27241:18632_CONS(1)... at 1:85:1:85/+/98.82%
+16 85nt, >M01687:460:000000000-LGY9G:1:2111:16157:19106_CONS(1)... at 1:85:1:85/+/98.82%
+17 84nt, >M01687:460:000000000-LGY9G:1:2108:24679:9443_CONS(11)... at 1:84:1:85/+/98.82%
+18 86nt, >M01687:460:000000000-LGY9G:1:2108:5239:16801_CONS(1)... at 1:86:1:85/+/98.84%
+19 85nt, >M01687:460:000000000-LGY9G:1:2108:28138:19079_CONS(1)... at 1:85:1:85/+/98.82%
+20 85nt, >M01687:460:000000000-LGY9G:1:2108:21470:24139_CONS(1)... at 1:85:1:85/+/98.82%
+21 85nt, >M01687:460:000000000-LGY9G:1:2109:23016:8959_CONS(1)... at 1:85:1:85/+/98.82%
+22 85nt, >M01687:460:000000000-LGY9G:1:2109:5131:11092_CONS(1)... at 1:85:1:85/+/98.82%
+23 85nt, >M01687:460:000000000-LGY9G:1:2106:2125:15808_CONS(1)... at 1:85:1:85/+/98.82%
+24 84nt, >M01687:460:000000000-LGY9G:1:2104:25279:11733_CONS(1)... at 1:84:1:85/+/97.65%
+25 85nt, >M01687:460:000000000-LGY9G:1:2103:23207:3510_CONS(1)... at 1:85:1:85/+/98.82%
+26 85nt, >M01687:460:000000000-LGY9G:1:2103:12839:8311_CONS(1)... at 1:85:1:85/+/98.82%
+27 85nt, >M01687:460:000000000-LGY9G:1:2103:11975:15061_CONS(1)... at 1:85:1:85/+/97.65%
+28 85nt, >M01687:460:000000000-LGY9G:1:2103:10656:23254_CONS(1)... at 1:85:1:85/+/98.82%
+29 85nt, >M01687:460:000000000-LGY9G:1:2117:10007:8955_CONS(1)... at 1:85:1:85/+/98.82%
+30 85nt, >M01687:460:000000000-LGY9G:1:2116:8606:2957_CONS(2)... at 1:85:1:85/+/98.82%
+31 85nt, >M01687:460:000000000-LGY9G:1:2116:11526:12229_CONS(1)... at 1:85:1:85/+/98.82%
+32 85nt, >M01687:460:000000000-LGY9G:1:2116:21243:15331_CONS(1)... at 1:85:1:85/+/98.82%
+33 85nt, >M01687:460:000000000-LGY9G:1:1119:24944:2735_CONS(1)... at 1:85:1:85/+/97.65%
+34 85nt, >M01687:460:000000000-LGY9G:1:1119:16446:19480_CONS(1)... at 1:85:1:85/+/98.82%
+35 85nt, >M01687:460:000000000-LGY9G:1:2101:10016:17544_CONS(1)... at 1:85:1:85/+/97.65%
+36 84nt, >M01687:460:000000000-LGY9G:1:2101:24333:21311_CONS(1)... at 1:84:1:85/+/98.82%
+37 85nt, >M01687:460:000000000-LGY9G:1:1115:18806:6091_CONS(1)... at 1:85:1:85/+/98.82%
+38 85nt, >M01687:460:000000000-LGY9G:1:1115:10028:9656_CONS(1)... at 1:85:1:85/+/98.82%
+39 86nt, >M01687:460:000000000-LGY9G:1:1115:14245:19225_CONS(1)... at 1:86:1:85/+/97.67%
+40 85nt, >M01687:460:000000000-LGY9G:1:1116:16099:11888_CONS(1)... at 1:85:1:85/+/98.82%
+41 85nt, >M01687:460:000000000-LGY9G:1:1116:8457:13092_CONS(1)... at 1:85:1:85/+/98.82%
+42 85nt, >M01687:460:000000000-LGY9G:1:1114:23605:16991_CONS(1)... at 1:85:1:85/+/98.82%
+43 85nt, >M01687:460:000000000-LGY9G:1:1114:23215:20498_CONS(1)... at 1:84:1:84/+/100.00%
+44 85nt, >M01687:460:000000000-LGY9G:1:1113:5669:8200_CONS(1)... at 1:85:1:85/+/98.82%
+45 85nt, >M01687:460:000000000-LGY9G:1:1111:25955:12878_CONS(1)... at 1:85:1:85/+/98.82%
+46 85nt, >M01687:460:000000000-LGY9G:1:1112:16792:20930_CONS(1)... at 1:85:1:85/+/98.82%
+47 85nt, >M01687:460:000000000-LGY9G:1:1110:3764:9904_CONS(1)... at 1:85:1:85/+/98.82%
+48 85nt, >M01687:460:000000000-LGY9G:1:1110:21260:10524_CONS(1)... at 1:85:1:85/+/98.82%
+49 85nt, >M01687:460:000000000-LGY9G:1:1105:7850:12972_CONS(1)... at 1:85:1:85/+/98.82%
+50 85nt, >M01687:460:000000000-LGY9G:1:1105:24827:14415_CONS(1)... at 1:85:1:85/+/98.82%
+51 85nt, >M01687:460:000000000-LGY9G:1:1105:11570:15477_CONS(1)... at 1:85:1:85/+/98.82%
+52 85nt, >M01687:460:000000000-LGY9G:1:1105:18728:16324_CONS(1)... at 1:85:1:85/+/98.82%
+53 85nt, >M01687:460:000000000-LGY9G:1:1105:22199:23464_CONS(1)... at 1:85:1:85/+/98.82%
+54 87nt, >M01687:460:000000000-LGY9G:1:1106:27341:16589_CONS(1)... at 1:87:1:85/+/97.70%
+55 93nt, >M01687:460:000000000-LGY9G:1:1106:16896:24720_CONS(1)... *
+56 85nt, >M01687:460:000000000-LGY9G:1:1103:15515:16881_CONS(1)... at 1:85:1:85/+/98.82%
+57 86nt, >M01687:460:000000000-LGY9G:1:1104:25610:14493_CONS(1)... at 1:86:1:85/+/98.84%
+58 85nt, >M01687:460:000000000-LGY9G:1:1104:22406:20316_CONS(1)... at 1:85:1:85/+/98.82%
+59 85nt, >M01687:460:000000000-LGY9G:1:1117:29341:15941_CONS(1)... at 1:85:1:85/+/98.82%
+60 86nt, >M01687:460:000000000-LGY9G:1:2119:4327:14932_CONS(1)... at 1:86:1:85/+/97.67%
+61 86nt, >M01687:460:000000000-LGY9G:1:2119:11800:23436_CONS(1)... at 1:86:1:85/+/98.84%
+>Cluster 4
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:10419:2446_CONS(1)... at 1:65:1:65/+/98.46%
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:6263:3981_CONS(981)... at 1:65:1:65/+/100.00%
+2 65nt, >M01687:460:000000000-LGY9G:1:1102:15649:19668_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:2115:8727:10365_CONS(1)... at 1:65:1:65/+/98.46%
+4 63nt, >M01687:460:000000000-LGY9G:1:2115:5076:11074_CONS(1)... at 1:63:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2115:13226:19534_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:2115:10854:24496_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:2112:12338:15654_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:2112:14122:18647_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:2113:13640:21027_CONS(1)... at 1:65:1:65/+/98.46%
+10 65nt, >M01687:460:000000000-LGY9G:1:2111:29623:13241_CONS(1)... at 1:65:1:65/+/98.46%
+11 65nt, >M01687:460:000000000-LGY9G:1:2108:2686:16771_CONS(1)... at 1:65:1:65/+/98.46%
+12 65nt, >M01687:460:000000000-LGY9G:1:2108:19021:18945_CONS(1)... at 1:65:1:65/+/98.46%
+13 65nt, >M01687:460:000000000-LGY9G:1:2108:11374:24120_CONS(1)... at 1:65:1:65/+/98.46%
+14 65nt, >M01687:460:000000000-LGY9G:1:2109:13896:13015_CONS(1)... at 1:64:1:64/+/100.00%
+15 65nt, >M01687:460:000000000-LGY9G:1:2109:10497:19650_CONS(1)... at 1:65:1:65/+/98.46%
+16 65nt, >M01687:460:000000000-LGY9G:1:2107:19368:8096_CONS(2)... at 1:65:1:65/+/98.46%
+17 65nt, >M01687:460:000000000-LGY9G:1:2107:7842:11676_CONS(3)... at 1:65:1:65/+/98.46%
+18 65nt, >M01687:460:000000000-LGY9G:1:2106:12163:4892_CONS(1)... at 1:65:1:65/+/98.46%
+19 65nt, >M01687:460:000000000-LGY9G:1:2104:26190:7839_CONS(1)... at 1:65:1:65/+/98.46%
+20 64nt, >M01687:460:000000000-LGY9G:1:2104:24736:10807_CONS(1)... at 1:64:1:65/+/98.46%
+21 65nt, >M01687:460:000000000-LGY9G:1:2117:5860:7142_CONS(1)... at 1:65:1:65/+/98.46%
+22 65nt, >M01687:460:000000000-LGY9G:1:2117:13065:20844_CONS(1)... at 1:65:1:65/+/98.46%
+23 65nt, >M01687:460:000000000-LGY9G:1:2101:16758:13667_CONS(1)... at 1:65:1:65/+/98.46%
+24 65nt, >M01687:460:000000000-LGY9G:1:2101:3657:18724_CONS(1)... at 1:65:1:65/+/98.46%
+25 64nt, >M01687:460:000000000-LGY9G:1:1115:20196:13172_CONS(1)... at 1:64:1:64/+/100.00%
+26 65nt, >M01687:460:000000000-LGY9G:1:1115:15227:19567_CONS(1)... at 1:65:1:65/+/98.46%
+27 65nt, >M01687:460:000000000-LGY9G:1:1116:7298:10608_CONS(1)... at 1:65:1:65/+/98.46%
+28 65nt, >M01687:460:000000000-LGY9G:1:1113:22559:5741_CONS(1)... at 1:65:1:65/+/98.46%
+29 65nt, >M01687:460:000000000-LGY9G:1:1113:6977:9598_CONS(1)... at 1:65:1:65/+/98.46%
+30 64nt, >M01687:460:000000000-LGY9G:1:1113:25985:15916_CONS(1)... at 1:64:1:65/+/98.46%
+31 65nt, >M01687:460:000000000-LGY9G:1:1112:19616:16759_CONS(1)... at 1:65:1:65/+/98.46%
+32 65nt, >M01687:460:000000000-LGY9G:1:1110:9084:9196_CONS(1)... at 1:65:1:65/+/98.46%
+33 65nt, >M01687:460:000000000-LGY9G:1:1107:2080:12095_CONS(1)... at 1:65:1:65/+/98.46%
+34 64nt, >M01687:460:000000000-LGY9G:1:1105:20161:17374_CONS(1)... at 1:64:1:65/+/98.46%
+35 65nt, >M01687:460:000000000-LGY9G:1:1105:11294:17623_CONS(1)... at 1:65:1:65/+/98.46%
+36 65nt, >M01687:460:000000000-LGY9G:1:1106:23963:5313_CONS(1)... at 1:65:1:65/+/98.46%
+37 65nt, >M01687:460:000000000-LGY9G:1:1104:26043:9472_CONS(1)... at 1:65:1:65/+/98.46%
+38 64nt, >M01687:460:000000000-LGY9G:1:1104:8108:20109_CONS(1)... at 1:64:1:65/+/98.46%
+39 64nt, >M01687:460:000000000-LGY9G:1:1117:8326:22357_CONS(1)... at 1:64:1:65/+/98.46%
+40 65nt, >M01687:460:000000000-LGY9G:1:1118:14991:16624_CONS(1)... at 1:65:1:65/+/98.46%
+41 66nt, >M01687:460:000000000-LGY9G:1:2119:9718:9573_CONS(1)... *
+>Cluster 5
+0 41nt, >M01687:460:000000000-LGY9G:1:1101:17337:2034_CONS(48)... at 1:41:1:41/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:1101:27538:7048_CONS(1)... at 1:40:1:40/+/97.50%
+2 40nt, >M01687:460:000000000-LGY9G:1:1101:15605:8370_CONS(1)... at 1:40:1:40/+/97.50%
+3 39nt, >M01687:460:000000000-LGY9G:1:1101:14576:9339_CONS(15)... at 1:39:1:39/+/100.00%
+4 37nt, >M01687:460:000000000-LGY9G:1:1101:22315:11421_CONS(24)... at 1:37:1:37/+/100.00%
+5 43nt, >M01687:460:000000000-LGY9G:1:1101:23857:16453_CONS(39)... at 1:43:1:43/+/100.00%
+6 38nt, >M01687:460:000000000-LGY9G:1:1102:4757:11000_CONS(26)... at 1:38:1:38/+/100.00%
+7 44nt, >M01687:460:000000000-LGY9G:1:1102:6485:12826_CONS(30)... at 1:44:1:44/+/100.00%
+8 42nt, >M01687:460:000000000-LGY9G:1:2114:9949:4053_CONS(36)... at 1:42:1:42/+/100.00%
+9 38nt, >M01687:460:000000000-LGY9G:1:2114:9168:13695_CONS(1)... at 1:38:1:38/+/97.37%
+10 45nt, >M01687:460:000000000-LGY9G:1:2115:22091:13703_CONS(15)... at 1:45:1:45/+/100.00%
+11 41nt, >M01687:460:000000000-LGY9G:1:2112:12883:6780_CONS(1)... at 1:41:1:41/+/97.56%
+12 40nt, >M01687:460:000000000-LGY9G:1:2113:14086:3455_CONS(16)... at 1:40:1:40/+/100.00%
+13 46nt, >M01687:460:000000000-LGY9G:1:2113:22228:4655_CONS(6)... at 1:45:1:45/+/100.00%
+14 44nt, >M01687:460:000000000-LGY9G:1:2113:2043:15945_CONS(1)... at 1:44:1:44/+/97.73%
+15 36nt, >M01687:460:000000000-LGY9G:1:2110:14242:22162_CONS(11)... at 1:36:1:36/+/100.00%
+16 42nt, >M01687:460:000000000-LGY9G:1:2108:21101:3013_CONS(1)... at 1:42:1:42/+/97.62%
+17 38nt, >M01687:460:000000000-LGY9G:1:2107:4246:6143_CONS(1)... at 1:38:1:38/+/97.37%
+18 45nt, >M01687:460:000000000-LGY9G:1:2107:5475:21988_CONS(1)... at 1:45:1:45/+/97.78%
+19 42nt, >M01687:460:000000000-LGY9G:1:2106:15648:4407_CONS(1)... at 1:42:1:42/+/97.62%
+20 42nt, >M01687:460:000000000-LGY9G:1:2106:4615:14513_CONS(1)... at 1:42:1:42/+/97.62%
+21 42nt, >M01687:460:000000000-LGY9G:1:2106:26850:15419_CONS(1)... at 1:42:1:42/+/97.62%
+22 36nt, >M01687:460:000000000-LGY9G:1:1119:13282:10463_CONS(1)... at 1:36:1:36/+/97.22%
+23 41nt, >M01687:460:000000000-LGY9G:1:2101:20641:11921_CONS(1)... at 1:41:1:41/+/97.56%
+24 39nt, >M01687:460:000000000-LGY9G:1:1116:29614:14790_CONS(1)... at 1:39:1:39/+/97.44%
+25 44nt, >M01687:460:000000000-LGY9G:1:1113:5071:14868_CONS(1)... at 1:44:1:44/+/97.73%
+26 43nt, >M01687:460:000000000-LGY9G:1:1111:13779:6297_CONS(1)... at 1:43:1:43/+/97.67%
+27 42nt, >M01687:460:000000000-LGY9G:1:1111:12808:14208_CONS(1)... at 1:42:1:42/+/97.62%
+28 47nt, >M01687:460:000000000-LGY9G:1:1112:23216:18973_CONS(1)... *
+29 44nt, >M01687:460:000000000-LGY9G:1:1109:7184:16992_CONS(1)... at 1:44:1:44/+/97.73%
+30 42nt, >M01687:460:000000000-LGY9G:1:1108:10371:3338_CONS(1)... at 2:42:2:42/+/97.56%
+31 41nt, >M01687:460:000000000-LGY9G:1:1108:28548:16378_CONS(1)... at 1:41:1:41/+/97.56%
+32 44nt, >M01687:460:000000000-LGY9G:1:1105:9341:6273_CONS(1)... at 1:44:1:44/+/97.73%
+33 41nt, >M01687:460:000000000-LGY9G:1:1105:8599:6421_CONS(1)... at 1:41:1:41/+/97.56%
+34 39nt, >M01687:460:000000000-LGY9G:1:1104:26579:13572_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 6
+0 86nt, >M01687:460:000000000-LGY9G:1:1101:18143:5415_CONS(512)... at 1:86:1:87/+/98.85%
+1 86nt, >M01687:460:000000000-LGY9G:1:1102:22485:3117_CONS(1)... at 1:85:1:86/+/98.84%
+2 86nt, >M01687:460:000000000-LGY9G:1:1102:27046:8310_CONS(1)... at 1:86:1:87/+/97.70%
+3 86nt, >M01687:460:000000000-LGY9G:1:2114:5177:7573_CONS(1)... at 1:86:1:87/+/97.70%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:1808:11682_CONS(4)... at 1:85:1:87/+/97.70%
+5 87nt, >M01687:460:000000000-LGY9G:1:2113:27676:16852_CONS(1)... *
+6 85nt, >M01687:460:000000000-LGY9G:1:2108:14790:12049_CONS(12)... at 1:85:1:87/+/97.70%
+7 85nt, >M01687:460:000000000-LGY9G:1:2108:9374:20696_CONS(1)... at 1:85:2:87/+/97.67%
+8 86nt, >M01687:460:000000000-LGY9G:1:2109:23765:22412_CONS(1)... at 1:86:1:87/+/97.70%
+9 86nt, >M01687:460:000000000-LGY9G:1:2102:20525:8663_CONS(1)... at 1:86:1:87/+/97.70%
+10 86nt, >M01687:460:000000000-LGY9G:1:2102:28243:13289_CONS(1)... at 1:86:1:87/+/97.70%
+11 86nt, >M01687:460:000000000-LGY9G:1:2116:22568:4096_CONS(1)... at 1:86:1:87/+/97.70%
+12 87nt, >M01687:460:000000000-LGY9G:1:2116:7845:11812_CONS(1)... at 1:87:1:87/+/97.73%
+13 86nt, >M01687:460:000000000-LGY9G:1:2101:23563:12755_CONS(1)... at 1:86:1:87/+/97.70%
+14 86nt, >M01687:460:000000000-LGY9G:1:2101:4941:18069_CONS(1)... at 1:86:1:87/+/97.70%
+15 86nt, >M01687:460:000000000-LGY9G:1:1115:9693:17289_CONS(1)... at 1:86:1:87/+/97.70%
+16 85nt, >M01687:460:000000000-LGY9G:1:1115:13182:22348_CONS(1)... at 1:85:1:87/+/97.70%
+17 86nt, >M01687:460:000000000-LGY9G:1:1116:26736:10448_CONS(1)... at 1:86:1:87/+/97.70%
+18 87nt, >M01687:460:000000000-LGY9G:1:1116:9622:14812_CONS(1)... at 1:87:1:87/+/97.73%
+19 86nt, >M01687:460:000000000-LGY9G:1:1114:12075:9078_CONS(1)... at 1:86:1:87/+/97.70%
+20 86nt, >M01687:460:000000000-LGY9G:1:1114:24596:13900_CONS(1)... at 1:86:1:87/+/97.70%
+21 86nt, >M01687:460:000000000-LGY9G:1:1113:9645:20488_CONS(1)... at 1:86:1:87/+/97.70%
+22 86nt, >M01687:460:000000000-LGY9G:1:1111:25766:18342_CONS(1)... at 1:86:1:87/+/97.70%
+23 86nt, >M01687:460:000000000-LGY9G:1:1109:14772:13579_CONS(1)... at 1:86:1:87/+/97.70%
+24 86nt, >M01687:460:000000000-LGY9G:1:1110:22439:7351_CONS(1)... at 1:86:1:87/+/97.70%
+25 86nt, >M01687:460:000000000-LGY9G:1:1105:24635:3603_CONS(1)... at 1:86:1:87/+/97.70%
+26 86nt, >M01687:460:000000000-LGY9G:1:1106:3130:7713_CONS(1)... at 1:86:1:87/+/97.70%
+27 86nt, >M01687:460:000000000-LGY9G:1:1106:7678:16244_CONS(1)... at 1:86:1:87/+/97.70%
+28 86nt, >M01687:460:000000000-LGY9G:1:1104:11566:11211_CONS(1)... at 1:86:1:87/+/97.70%
+29 87nt, >M01687:460:000000000-LGY9G:1:1118:15345:10535_CONS(1)... at 1:87:1:87/+/97.73%
+30 87nt, >M01687:460:000000000-LGY9G:1:2118:22232:20803_CONS(1)... at 1:87:1:87/+/97.73%
+>Cluster 7
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:23490:6088_CONS(368)... at 1:98:1:100/+/98.00%
+1 99nt, >M01687:460:000000000-LGY9G:1:1102:7059:6338_CONS(20)... at 1:99:1:100/+/99.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:1102:8132:15192_CONS(1)... at 1:98:1:100/+/97.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:20773:1836_CONS(1)... *
+4 98nt, >M01687:460:000000000-LGY9G:1:2112:9690:3542_CONS(1)... at 1:98:1:100/+/98.00%
+5 98nt, >M01687:460:000000000-LGY9G:1:2113:24784:7182_CONS(1)... at 1:98:1:100/+/97.00%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:19348:15817_CONS(11)... at 1:97:1:100/+/97.00%
+7 97nt, >M01687:460:000000000-LGY9G:1:2108:27904:6574_CONS(1)... at 1:97:1:100/+/97.00%
+8 98nt, >M01687:460:000000000-LGY9G:1:2105:15195:14364_CONS(1)... at 1:98:1:100/+/97.00%
+9 97nt, >M01687:460:000000000-LGY9G:1:2103:9519:5494_CONS(1)... at 1:97:1:100/+/97.00%
+10 98nt, >M01687:460:000000000-LGY9G:1:2103:18561:8582_CONS(1)... at 1:98:1:100/+/97.00%
+11 98nt, >M01687:460:000000000-LGY9G:1:2102:2576:12717_CONS(1)... at 1:98:1:100/+/97.00%
+12 98nt, >M01687:460:000000000-LGY9G:1:2117:6778:12077_CONS(1)... at 1:98:1:100/+/97.00%
+13 98nt, >M01687:460:000000000-LGY9G:1:2101:3693:12319_CONS(1)... at 1:98:1:100/+/97.00%
+14 98nt, >M01687:460:000000000-LGY9G:1:2101:21184:13472_CONS(1)... at 1:98:1:100/+/97.00%
+15 98nt, >M01687:460:000000000-LGY9G:1:2101:19850:13713_CONS(1)... at 1:98:1:100/+/97.00%
+16 98nt, >M01687:460:000000000-LGY9G:1:2101:12712:25072_CONS(1)... at 1:98:1:100/+/97.00%
+17 98nt, >M01687:460:000000000-LGY9G:1:1115:17656:5151_CONS(1)... at 1:98:1:100/+/97.00%
+18 98nt, >M01687:460:000000000-LGY9G:1:1116:23968:17863_CONS(1)... at 1:98:1:100/+/97.00%
+19 98nt, >M01687:460:000000000-LGY9G:1:1113:17265:7573_CONS(1)... at 1:98:1:100/+/97.00%
+20 98nt, >M01687:460:000000000-LGY9G:1:1111:25694:16214_CONS(1)... at 1:98:1:100/+/97.00%
+21 98nt, >M01687:460:000000000-LGY9G:1:1106:5801:10393_CONS(1)... at 1:98:1:100/+/97.00%
+22 97nt, >M01687:460:000000000-LGY9G:1:1118:24467:17835_CONS(1)... at 1:97:1:100/+/97.00%
+23 98nt, >M01687:460:000000000-LGY9G:1:1118:24894:21155_CONS(1)... at 1:98:1:100/+/97.00%
+24 99nt, >M01687:460:000000000-LGY9G:1:2118:2557:17878_CONS(1)... at 1:99:1:100/+/98.00%
+25 98nt, >M01687:460:000000000-LGY9G:1:2119:7225:16059_CONS(1)... at 1:98:1:100/+/97.00%
+26 98nt, >M01687:460:000000000-LGY9G:1:2119:10889:18766_CONS(1)... at 1:98:1:100/+/97.00%
+>Cluster 8
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20539:2360_CONS(8)... at 1:56:1:56/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:6452:6809_CONS(17)... at 1:57:1:57/+/100.00%
+2 59nt, >M01687:460:000000000-LGY9G:1:1101:17786:15559_CONS(1)... at 1:59:1:59/+/100.00%
+3 59nt, >M01687:460:000000000-LGY9G:1:1102:28220:14094_CONS(1)... at 1:59:1:59/+/98.31%
+4 55nt, >M01687:460:000000000-LGY9G:1:2114:8290:7057_CONS(13)... at 1:55:1:55/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2114:12740:15741_CONS(2)... at 1:62:1:62/+/100.00%
+6 66nt, >M01687:460:000000000-LGY9G:1:2115:22614:18451_CONS(3)... at 1:66:1:66/+/100.00%
+7 60nt, >M01687:460:000000000-LGY9G:1:2115:20448:23339_CONS(4)... at 1:60:1:60/+/100.00%
+8 53nt, >M01687:460:000000000-LGY9G:1:2113:9201:2969_CONS(4)... at 1:53:1:53/+/100.00%
+9 67nt, >M01687:460:000000000-LGY9G:1:2113:13782:6254_CONS(1)... at 1:66:1:66/+/100.00%
+10 61nt, >M01687:460:000000000-LGY9G:1:2110:27006:8426_CONS(2)... at 1:61:1:61/+/100.00%
+11 54nt, >M01687:460:000000000-LGY9G:1:2110:18753:23153_CONS(9)... at 1:54:1:54/+/100.00%
+12 58nt, >M01687:460:000000000-LGY9G:1:2108:9573:21030_CONS(4)... at 1:58:1:58/+/100.00%
+13 68nt, >M01687:460:000000000-LGY9G:1:2109:23957:7892_CONS(1)... *
+14 65nt, >M01687:460:000000000-LGY9G:1:2107:21052:8023_CONS(1)... at 1:65:1:65/+/100.00%
+15 60nt, >M01687:460:000000000-LGY9G:1:2107:26232:11982_CONS(1)... at 1:60:1:60/+/98.33%
+16 52nt, >M01687:460:000000000-LGY9G:1:1119:26591:4537_CONS(1)... at 1:52:1:52/+/98.08%
+17 55nt, >M01687:460:000000000-LGY9G:1:1119:20228:23553_CONS(1)... at 2:55:2:55/+/100.00%
+18 68nt, >M01687:460:000000000-LGY9G:1:1115:19457:2766_CONS(1)... at 1:68:1:68/+/98.53%
+19 54nt, >M01687:460:000000000-LGY9G:1:1112:17154:5202_CONS(1)... at 1:54:1:55/+/98.18%
+20 59nt, >M01687:460:000000000-LGY9G:1:1104:8832:5747_CONS(1)... at 1:59:1:59/+/98.31%
+21 56nt, >M01687:460:000000000-LGY9G:1:1118:25506:21757_CONS(1)... at 1:56:1:56/+/98.21%
+22 52nt, >M01687:460:000000000-LGY9G:1:1118:10004:22227_CONS(1)... at 1:52:1:52/+/100.00%
+>Cluster 9
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:25927:4422_CONS(1)... at 1:90:1:90/+/98.89%
+1 90nt, >M01687:460:000000000-LGY9G:1:1101:13374:9034_CONS(358)... at 1:90:1:90/+/100.00%
+2 89nt, >M01687:460:000000000-LGY9G:1:1102:21409:22344_CONS(3)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2114:11877:2233_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2114:27598:13049_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:2106:20775:9980_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:2105:8656:1910_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:2105:25206:16661_CONS(1)... at 1:90:1:90/+/98.89%
+8 90nt, >M01687:460:000000000-LGY9G:1:2105:23753:20905_CONS(2)... at 1:90:1:90/+/98.89%
+9 90nt, >M01687:460:000000000-LGY9G:1:2103:11904:8778_CONS(1)... at 1:90:1:90/+/98.89%
+10 90nt, >M01687:460:000000000-LGY9G:1:2103:4012:10973_CONS(1)... at 1:90:1:90/+/98.89%
+11 89nt, >M01687:460:000000000-LGY9G:1:2116:27179:17604_CONS(1)... at 1:89:1:90/+/98.89%
+12 90nt, >M01687:460:000000000-LGY9G:1:1114:2558:9592_CONS(1)... at 1:90:1:90/+/98.89%
+13 90nt, >M01687:460:000000000-LGY9G:1:1112:8486:14726_CONS(1)... at 1:90:1:90/+/98.89%
+14 89nt, >M01687:460:000000000-LGY9G:1:1112:19638:24508_CONS(1)... at 1:89:1:90/+/98.89%
+15 90nt, >M01687:460:000000000-LGY9G:1:1107:16527:12638_CONS(1)... at 1:90:1:90/+/98.89%
+16 90nt, >M01687:460:000000000-LGY9G:1:1105:11105:10894_CONS(1)... at 1:90:1:90/+/98.89%
+17 90nt, >M01687:460:000000000-LGY9G:1:1103:20035:7736_CONS(1)... at 1:90:1:90/+/98.89%
+18 90nt, >M01687:460:000000000-LGY9G:1:1104:6586:16077_CONS(1)... at 1:90:1:90/+/98.89%
+19 91nt, >M01687:460:000000000-LGY9G:1:1118:18239:6933_CONS(1)... *
+20 90nt, >M01687:460:000000000-LGY9G:1:2118:27446:7060_CONS(1)... at 1:90:1:90/+/98.89%
+21 90nt, >M01687:460:000000000-LGY9G:1:2118:25137:9702_CONS(1)... at 1:90:1:90/+/98.89%
+22 90nt, >M01687:460:000000000-LGY9G:1:2118:22522:22130_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 10
+0 100nt, >M01687:460:000000000-LGY9G:1:1101:27214:11272_CONS(78)... at 4:100:5:101/+/97.94%
+1 100nt, >M01687:460:000000000-LGY9G:1:1101:14734:15026_CONS(202)... at 4:100:5:101/+/98.97%
+2 100nt, >M01687:460:000000000-LGY9G:1:1101:6963:19351_CONS(1)... at 4:100:5:101/+/97.94%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:15285:13681_CONS(1)... at 4:100:5:101/+/97.94%
+4 100nt, >M01687:460:000000000-LGY9G:1:2115:26052:15531_CONS(1)... at 4:100:5:101/+/97.94%
+5 100nt, >M01687:460:000000000-LGY9G:1:2112:4946:17990_CONS(1)... at 4:100:5:101/+/97.94%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:29518:11119_CONS(1)... at 4:97:5:98/+/98.94%
+7 100nt, >M01687:460:000000000-LGY9G:1:2111:15203:5821_CONS(1)... at 4:100:5:101/+/97.94%
+8 100nt, >M01687:460:000000000-LGY9G:1:2109:18702:20587_CONS(1)... at 4:99:5:100/+/98.96%
+9 100nt, >M01687:460:000000000-LGY9G:1:2104:19413:12009_CONS(1)... at 4:100:5:101/+/97.94%
+10 99nt, >M01687:460:000000000-LGY9G:1:1119:12671:15827_CONS(1)... at 4:99:5:101/+/97.94%
+11 99nt, >M01687:460:000000000-LGY9G:1:1115:6785:4062_CONS(1)... at 3:99:5:101/+/98.97%
+12 100nt, >M01687:460:000000000-LGY9G:1:1115:23948:19248_CONS(1)... at 4:100:5:101/+/97.94%
+13 100nt, >M01687:460:000000000-LGY9G:1:1116:5265:15286_CONS(1)... at 4:100:5:101/+/97.94%
+14 100nt, >M01687:460:000000000-LGY9G:1:1113:22561:17087_CONS(1)... at 4:100:5:101/+/97.94%
+15 100nt, >M01687:460:000000000-LGY9G:1:1111:7296:21365_CONS(1)... at 4:100:5:101/+/97.94%
+16 100nt, >M01687:460:000000000-LGY9G:1:1108:4653:11594_CONS(1)... at 4:100:5:101/+/97.94%
+17 101nt, >M01687:460:000000000-LGY9G:1:1103:17285:7325_CONS(1)... *
+18 100nt, >M01687:460:000000000-LGY9G:1:1104:15737:19605_CONS(1)... at 4:100:5:101/+/97.94%
+19 100nt, >M01687:460:000000000-LGY9G:1:1118:7600:16884_CONS(1)... at 4:100:5:101/+/97.94%
+>Cluster 11
+0 168nt, >M01687:460:000000000-LGY9G:1:1101:21709:3801_CONS(120)... *
+1 168nt, >M01687:460:000000000-LGY9G:1:2115:20763:1848_CONS(1)... at 1:168:1:168/+/99.40%
+2 168nt, >M01687:460:000000000-LGY9G:1:2115:27449:14634_CONS(1)... at 1:168:1:168/+/99.40%
+3 168nt, >M01687:460:000000000-LGY9G:1:2112:24009:8042_CONS(1)... at 1:168:1:168/+/99.40%
+4 168nt, >M01687:460:000000000-LGY9G:1:2110:11520:1920_CONS(1)... at 1:168:1:168/+/99.40%
+5 168nt, >M01687:460:000000000-LGY9G:1:2109:22263:9347_CONS(1)... at 1:168:1:168/+/99.40%
+6 168nt, >M01687:460:000000000-LGY9G:1:2104:12591:6653_CONS(1)... at 1:168:1:168/+/99.40%
+7 168nt, >M01687:460:000000000-LGY9G:1:2116:21636:8113_CONS(1)... at 1:168:1:168/+/99.40%
+8 168nt, >M01687:460:000000000-LGY9G:1:1116:23397:19852_CONS(1)... at 1:168:1:168/+/99.40%
+9 168nt, >M01687:460:000000000-LGY9G:1:1114:10889:18816_CONS(1)... at 1:168:1:168/+/99.40%
+10 168nt, >M01687:460:000000000-LGY9G:1:1114:15085:21464_CONS(1)... at 1:168:1:168/+/99.40%
+11 168nt, >M01687:460:000000000-LGY9G:1:1111:12285:19288_CONS(1)... at 1:168:1:168/+/99.40%
+12 168nt, >M01687:460:000000000-LGY9G:1:1109:19575:4225_CONS(1)... at 1:168:1:168/+/99.40%
+13 168nt, >M01687:460:000000000-LGY9G:1:1109:8389:12911_CONS(1)... at 1:168:1:168/+/99.40%
+14 167nt, >M01687:460:000000000-LGY9G:1:1107:26688:8870_CONS(1)... at 1:167:1:168/+/99.40%
+15 168nt, >M01687:460:000000000-LGY9G:1:1108:9025:5492_CONS(1)... at 1:168:1:168/+/99.40%
+16 168nt, >M01687:460:000000000-LGY9G:1:2118:7225:15255_CONS(1)... at 1:168:1:168/+/99.40%
+17 168nt, >M01687:460:000000000-LGY9G:1:2119:6609:8918_CONS(1)... at 1:168:1:168/+/98.81%
+18 168nt, >M01687:460:000000000-LGY9G:1:2119:23531:16102_CONS(1)... at 1:168:1:168/+/99.40%
+>Cluster 12
+0 92nt, >M01687:460:000000000-LGY9G:1:1101:4690:8346_CONS(97)... at 1:92:1:92/+/100.00%
+1 92nt, >M01687:460:000000000-LGY9G:1:1101:25136:15966_CONS(70)... at 1:92:1:92/+/98.91%
+2 92nt, >M01687:460:000000000-LGY9G:1:2115:17808:9110_CONS(1)... at 1:92:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:2113:9056:9448_CONS(1)... at 1:92:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2104:6287:17730_CONS(1)... at 1:91:1:92/+/97.83%
+5 84nt, >M01687:460:000000000-LGY9G:1:2116:26828:5130_CONS(1)... at 1:84:1:85/+/98.82%
+6 92nt, >M01687:460:000000000-LGY9G:1:2116:4718:16339_CONS(1)... at 1:92:1:92/+/98.91%
+7 92nt, >M01687:460:000000000-LGY9G:1:2116:8911:16414_CONS(1)... at 1:92:1:92/+/98.91%
+8 91nt, >M01687:460:000000000-LGY9G:1:1114:2947:18596_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:1113:18958:11837_CONS(1)... at 1:91:1:92/+/98.91%
+10 91nt, >M01687:460:000000000-LGY9G:1:1107:22700:9238_CONS(1)... at 1:91:1:92/+/98.91%
+11 93nt, >M01687:460:000000000-LGY9G:1:1106:9801:9327_CONS(1)... *
+12 91nt, >M01687:460:000000000-LGY9G:1:1104:11568:12414_CONS(1)... at 1:91:1:91/+/100.00%
+13 92nt, >M01687:460:000000000-LGY9G:1:1118:3037:9706_CONS(1)... at 1:92:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1118:7806:11814_CONS(1)... at 1:92:1:92/+/98.91%
+15 92nt, >M01687:460:000000000-LGY9G:1:2118:22056:10899_CONS(1)... at 1:92:1:92/+/98.91%
+16 92nt, >M01687:460:000000000-LGY9G:1:2118:3117:14139_CONS(1)... at 1:92:1:92/+/98.91%
+17 92nt, >M01687:460:000000000-LGY9G:1:2119:4581:9977_CONS(1)... at 1:92:1:92/+/97.83%
+>Cluster 13
+0 87nt, >M01687:460:000000000-LGY9G:1:1101:12078:8684_CONS(1)... at 1:78:1:78/+/100.00%
+1 87nt, >M01687:460:000000000-LGY9G:1:1101:14046:10704_CONS(1)... at 1:76:1:76/+/98.68%
+2 87nt, >M01687:460:000000000-LGY9G:1:1101:11675:21786_CONS(1)... at 1:77:1:77/+/100.00%
+3 87nt, >M01687:460:000000000-LGY9G:1:2114:14678:11512_CONS(1)... at 1:79:1:79/+/100.00%
+4 87nt, >M01687:460:000000000-LGY9G:1:2114:13069:13649_CONS(1)... at 1:79:1:79/+/100.00%
+5 85nt, >M01687:460:000000000-LGY9G:1:2115:23714:13720_CONS(1)... at 1:79:1:79/+/100.00%
+6 73nt, >M01687:460:000000000-LGY9G:1:2110:17890:1754_CONS(2)... at 1:73:1:73/+/100.00%
+7 91nt, >M01687:460:000000000-LGY9G:1:2110:15765:7871_CONS(1)... *
+8 87nt, >M01687:460:000000000-LGY9G:1:2106:3580:19350_CONS(7)... at 1:76:1:76/+/100.00%
+9 75nt, >M01687:460:000000000-LGY9G:1:2105:12952:1775_CONS(1)... at 1:75:1:75/+/100.00%
+10 86nt, >M01687:460:000000000-LGY9G:1:2105:7255:18374_CONS(2)... at 1:79:1:79/+/100.00%
+11 76nt, >M01687:460:000000000-LGY9G:1:1113:13065:1664_CONS(1)... at 1:76:1:76/+/100.00%
+12 69nt, >M01687:460:000000000-LGY9G:1:1112:9786:25075_CONS(2)... at 1:69:1:69/+/100.00%
+13 86nt, >M01687:460:000000000-LGY9G:1:1107:26808:15506_CONS(1)... at 1:79:1:79/+/100.00%
+14 86nt, >M01687:460:000000000-LGY9G:1:1103:6327:21396_CONS(1)... at 1:76:1:76/+/100.00%
+15 86nt, >M01687:460:000000000-LGY9G:1:1118:19357:9100_CONS(1)... at 1:78:1:79/+/98.73%
+16 86nt, >M01687:460:000000000-LGY9G:1:2119:10674:23762_CONS(1)... at 1:77:1:78/+/98.72%
+>Cluster 14
+0 40nt, >M01687:460:000000000-LGY9G:1:2115:14764:6569_CONS(1)... at 1:40:1:40/+/97.50%
+1 31nt, >M01687:460:000000000-LGY9G:1:2110:6649:4799_CONS(3)... at 1:30:1:30/+/100.00%
+2 39nt, >M01687:460:000000000-LGY9G:1:2110:13207:8337_CONS(1)... at 1:30:1:30/+/100.00%
+3 31nt, >M01687:460:000000000-LGY9G:1:2111:19632:14377_CONS(3)... at 1:31:1:31/+/100.00%
+4 34nt, >M01687:460:000000000-LGY9G:1:2111:11378:17614_CONS(2)... at 1:30:1:30/+/100.00%
+5 37nt, >M01687:460:000000000-LGY9G:1:2109:17137:14179_CONS(1)... at 1:37:1:37/+/100.00%
+6 33nt, >M01687:460:000000000-LGY9G:1:2106:27742:14922_CONS(2)... at 1:30:1:30/+/100.00%
+7 32nt, >M01687:460:000000000-LGY9G:1:2105:24387:5406_CONS(2)... at 1:30:1:30/+/100.00%
+8 33nt, >M01687:460:000000000-LGY9G:1:2105:19041:7234_CONS(1)... at 1:30:1:30/+/100.00%
+9 35nt, >M01687:460:000000000-LGY9G:1:2101:27656:6837_CONS(1)... at 1:35:1:35/+/100.00%
+10 41nt, >M01687:460:000000000-LGY9G:1:2101:22070:25076_CONS(1)... *
+11 34nt, >M01687:460:000000000-LGY9G:1:1113:23254:10346_CONS(4)... at 1:34:1:34/+/100.00%
+12 41nt, >M01687:460:000000000-LGY9G:1:1113:22438:23292_CONS(1)... at 1:41:1:41/+/97.56%
+13 35nt, >M01687:460:000000000-LGY9G:1:1109:27150:10668_CONS(1)... at 1:30:1:30/+/100.00%
+14 33nt, >M01687:460:000000000-LGY9G:1:1110:25651:13808_CONS(1)... at 1:33:1:33/+/100.00%
+15 33nt, >M01687:460:000000000-LGY9G:1:1107:13352:5690_CONS(1)... at 1:30:1:30/+/100.00%
+16 38nt, >M01687:460:000000000-LGY9G:1:1103:7697:17127_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 15
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:9145:7599_CONS(221)... at 1:95:1:96/+/97.92%
+1 95nt, >M01687:460:000000000-LGY9G:1:1101:25788:13783_CONS(141)... at 1:95:1:96/+/98.96%
+2 95nt, >M01687:460:000000000-LGY9G:1:1102:10127:14967_CONS(1)... at 1:95:1:96/+/97.92%
+3 95nt, >M01687:460:000000000-LGY9G:1:1102:28793:17961_CONS(1)... at 1:95:1:96/+/97.92%
+4 95nt, >M01687:460:000000000-LGY9G:1:2112:16098:6120_CONS(1)... at 1:95:1:96/+/97.92%
+5 95nt, >M01687:460:000000000-LGY9G:1:2112:23492:10817_CONS(1)... at 1:95:1:96/+/97.92%
+6 94nt, >M01687:460:000000000-LGY9G:1:2113:21243:17571_CONS(1)... at 1:94:1:96/+/97.92%
+7 94nt, >M01687:460:000000000-LGY9G:1:2110:23379:8426_CONS(1)... at 1:94:1:96/+/97.92%
+8 95nt, >M01687:460:000000000-LGY9G:1:2109:5193:13707_CONS(1)... at 1:95:1:96/+/97.92%
+9 95nt, >M01687:460:000000000-LGY9G:1:2106:21978:1913_CONS(1)... at 1:95:1:96/+/97.92%
+10 95nt, >M01687:460:000000000-LGY9G:1:2106:18666:13972_CONS(1)... at 1:95:1:96/+/97.92%
+11 95nt, >M01687:460:000000000-LGY9G:1:2116:14115:9033_CONS(1)... at 1:95:1:96/+/97.92%
+12 94nt, >M01687:460:000000000-LGY9G:1:2116:22277:17640_CONS(1)... at 1:94:1:96/+/97.92%
+13 95nt, >M01687:460:000000000-LGY9G:1:1119:17294:4024_CONS(1)... at 1:95:1:96/+/97.92%
+14 96nt, >M01687:460:000000000-LGY9G:1:1115:20162:6466_CONS(1)... *
+15 95nt, >M01687:460:000000000-LGY9G:1:1116:9373:15567_CONS(1)... at 1:95:1:96/+/97.92%
+>Cluster 16
+0 29nt, >M01687:460:000000000-LGY9G:1:1102:4560:6725_CONS(2)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:2114:25347:5074_CONS(5)... at 1:22:1:22/+/100.00%
+2 26nt, >M01687:460:000000000-LGY9G:1:2114:23695:7922_CONS(7)... at 1:24:1:24/+/100.00%
+3 25nt, >M01687:460:000000000-LGY9G:1:2114:25962:7932_CONS(8)... at 1:24:1:24/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2115:12879:23187_CONS(15)... at 1:23:1:23/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2113:17968:4659_CONS(6)... at 1:24:1:24/+/100.00%
+6 30nt, >M01687:460:000000000-LGY9G:1:2110:8214:24620_CONS(1)... *
+7 24nt, >M01687:460:000000000-LGY9G:1:2108:5465:5519_CONS(6)... at 1:24:1:24/+/100.00%
+8 26nt, >M01687:460:000000000-LGY9G:1:2109:10721:12731_CONS(1)... at 1:22:1:22/+/100.00%
+9 29nt, >M01687:460:000000000-LGY9G:1:2105:6045:16494_CONS(1)... at 1:22:1:22/+/100.00%
+10 28nt, >M01687:460:000000000-LGY9G:1:2102:5124:4998_CONS(1)... at 1:22:1:22/+/100.00%
+11 28nt, >M01687:460:000000000-LGY9G:1:2102:3386:7671_CONS(2)... at 1:22:1:22/+/100.00%
+12 27nt, >M01687:460:000000000-LGY9G:1:2102:6284:18373_CONS(1)... at 1:22:1:22/+/100.00%
+13 30nt, >M01687:460:000000000-LGY9G:1:2101:7258:2222_CONS(1)... at 1:22:1:22/+/100.00%
+14 24nt, >M01687:460:000000000-LGY9G:1:1111:27488:14327_CONS(1)... at 1:23:1:23/+/100.00%
+15 23nt, >M01687:460:000000000-LGY9G:1:1117:9330:8834_CONS(1)... at 1:22:1:22/+/100.00%
+>Cluster 17
+0 36nt, >M01687:460:000000000-LGY9G:1:1102:6483:8922_CONS(1)... at 1:36:1:36/+/97.22%
+1 34nt, >M01687:460:000000000-LGY9G:1:2114:24699:12805_CONS(1)... at 1:30:1:30/+/100.00%
+2 31nt, >M01687:460:000000000-LGY9G:1:2114:18646:17055_CONS(1)... at 1:31:1:31/+/100.00%
+3 37nt, >M01687:460:000000000-LGY9G:1:2112:28432:13026_CONS(1)... at 1:37:1:37/+/100.00%
+4 37nt, >M01687:460:000000000-LGY9G:1:2113:24508:17820_CONS(1)... at 1:31:1:31/+/100.00%
+5 33nt, >M01687:460:000000000-LGY9G:1:2111:27755:12040_CONS(2)... at 1:33:1:33/+/100.00%
+6 32nt, >M01687:460:000000000-LGY9G:1:2108:26171:18220_CONS(4)... at 1:32:1:32/+/100.00%
+7 30nt, >M01687:460:000000000-LGY9G:1:2106:17741:14235_CONS(4)... at 1:30:1:30/+/100.00%
+8 38nt, >M01687:460:000000000-LGY9G:1:2105:16199:14857_CONS(1)... at 1:31:1:31/+/100.00%
+9 38nt, >M01687:460:000000000-LGY9G:1:2103:9035:21201_CONS(1)... at 1:38:1:38/+/100.00%
+10 35nt, >M01687:460:000000000-LGY9G:1:1110:19670:24828_CONS(2)... at 1:35:1:35/+/100.00%
+11 34nt, >M01687:460:000000000-LGY9G:1:1107:20370:3831_CONS(1)... at 1:30:1:30/+/100.00%
+12 37nt, >M01687:460:000000000-LGY9G:1:1107:16067:13630_CONS(1)... at 1:30:1:30/+/100.00%
+13 33nt, >M01687:460:000000000-LGY9G:1:1108:12843:12036_CONS(1)... at 1:30:1:30/+/100.00%
+14 40nt, >M01687:460:000000000-LGY9G:1:1103:5868:3653_CONS(1)... *
+>Cluster 18
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:23647:9156_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:1102:23922:4098_CONS(1)... at 1:95:1:95/+/97.89%
+2 95nt, >M01687:460:000000000-LGY9G:1:2114:27526:7504_CONS(1)... at 3:95:3:95/+/98.92%
+3 94nt, >M01687:460:000000000-LGY9G:1:2110:7835:12148_CONS(1)... at 1:94:1:95/+/97.89%
+4 95nt, >M01687:460:000000000-LGY9G:1:2111:27530:10358_CONS(1)... at 1:95:1:95/+/97.89%
+5 95nt, >M01687:460:000000000-LGY9G:1:2108:14860:2270_CONS(1)... at 1:95:1:95/+/97.89%
+6 95nt, >M01687:460:000000000-LGY9G:1:2108:11858:5511_CONS(1)... at 1:95:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:2109:17030:8118_CONS(1)... at 1:94:1:94/+/98.94%
+8 95nt, >M01687:460:000000000-LGY9G:1:2103:6441:14541_CONS(1)... at 1:95:1:95/+/97.89%
+9 95nt, >M01687:460:000000000-LGY9G:1:2103:6882:17067_CONS(1)... at 1:95:1:95/+/97.89%
+10 95nt, >M01687:460:000000000-LGY9G:1:2117:10518:19521_CONS(1)... at 1:95:1:95/+/97.89%
+11 95nt, >M01687:460:000000000-LGY9G:1:1119:19171:11143_CONS(1)... at 1:95:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2101:14476:14201_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:1107:29213:12927_CONS(1)... at 1:94:1:95/+/97.89%
+14 91nt, >M01687:460:000000000-LGY9G:1:1104:14743:20604_CONS(1)... at 1:91:5:95/+/98.90%
+>Cluster 19
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:14813:2156_CONS(163)... at 1:91:1:92/+/98.91%
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:12474:19131_CONS(1)... at 1:91:1:92/+/97.83%
+2 92nt, >M01687:460:000000000-LGY9G:1:1102:18060:14142_CONS(1)... *
+3 91nt, >M01687:460:000000000-LGY9G:1:2115:11324:5545_CONS(1)... at 1:91:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2115:16570:12799_CONS(1)... at 1:91:1:92/+/97.83%
+5 91nt, >M01687:460:000000000-LGY9G:1:2113:12126:6581_CONS(1)... at 1:91:1:92/+/97.83%
+6 92nt, >M01687:460:000000000-LGY9G:1:2108:2831:8354_CONS(1)... at 1:92:1:92/+/97.85%
+7 91nt, >M01687:460:000000000-LGY9G:1:2108:14892:20931_CONS(1)... at 1:91:1:92/+/97.83%
+8 91nt, >M01687:460:000000000-LGY9G:1:2108:21385:22273_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:2107:17257:6130_CONS(1)... at 1:91:1:92/+/97.83%
+10 90nt, >M01687:460:000000000-LGY9G:1:2117:26806:17331_CONS(2)... at 1:90:1:92/+/97.83%
+11 90nt, >M01687:460:000000000-LGY9G:1:2116:23801:24406_CONS(1)... at 1:90:1:92/+/97.83%
+12 91nt, >M01687:460:000000000-LGY9G:1:1109:11244:11641_CONS(1)... at 1:91:1:92/+/97.83%
+13 91nt, >M01687:460:000000000-LGY9G:1:1107:9514:5103_CONS(1)... at 1:91:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1117:12621:2467_CONS(1)... at 1:92:1:92/+/97.85%
+>Cluster 20
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21875:3920_CONS(225)... at 1:56:1:56/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1101:15399:9871_CONS(1)... at 1:55:1:55/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:1102:14081:18913_CONS(1)... at 1:55:1:55/+/100.00%
+3 56nt, >M01687:460:000000000-LGY9G:1:2112:7909:3041_CONS(20)... at 1:56:1:56/+/98.21%
+4 57nt, >M01687:460:000000000-LGY9G:1:2112:6135:3259_CONS(1)... *
+5 55nt, >M01687:460:000000000-LGY9G:1:2112:15060:7659_CONS(1)... at 1:55:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:2103:8272:9530_CONS(1)... at 1:56:1:56/+/98.21%
+7 55nt, >M01687:460:000000000-LGY9G:1:2117:5138:21987_CONS(1)... at 3:55:4:56/+/98.11%
+8 56nt, >M01687:460:000000000-LGY9G:1:2116:18007:5509_CONS(1)... at 1:56:1:56/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1114:16035:9808_CONS(1)... at 1:56:1:56/+/98.21%
+10 44nt, >M01687:460:000000000-LGY9G:1:1113:11515:23457_CONS(1)... at 1:44:1:44/+/100.00%
+11 56nt, >M01687:460:000000000-LGY9G:1:1112:18030:7830_CONS(1)... at 1:56:1:56/+/98.21%
+12 56nt, >M01687:460:000000000-LGY9G:1:1110:9011:6678_CONS(1)... at 1:56:1:56/+/98.21%
+13 56nt, >M01687:460:000000000-LGY9G:1:1106:10628:17392_CONS(1)... at 1:56:1:56/+/98.21%
+14 56nt, >M01687:460:000000000-LGY9G:1:1117:18292:16428_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 21
+0 107nt, >M01687:460:000000000-LGY9G:1:1101:10546:7467_CONS(8)... at 1:107:1:108/+/98.15%
+1 107nt, >M01687:460:000000000-LGY9G:1:1101:14176:8140_CONS(204)... at 1:107:1:108/+/99.07%
+2 108nt, >M01687:460:000000000-LGY9G:1:2114:24816:12938_CONS(1)... *
+3 107nt, >M01687:460:000000000-LGY9G:1:2113:4839:12449_CONS(1)... at 1:107:1:108/+/98.15%
+4 107nt, >M01687:460:000000000-LGY9G:1:2109:4268:11227_CONS(1)... at 1:107:1:108/+/98.15%
+5 107nt, >M01687:460:000000000-LGY9G:1:2106:26171:3968_CONS(1)... at 1:107:1:108/+/98.15%
+6 107nt, >M01687:460:000000000-LGY9G:1:2104:10349:12922_CONS(1)... at 1:107:1:108/+/98.15%
+7 107nt, >M01687:460:000000000-LGY9G:1:2103:18297:17701_CONS(1)... at 1:107:1:108/+/98.15%
+8 107nt, >M01687:460:000000000-LGY9G:1:2117:15435:13786_CONS(1)... at 1:107:1:108/+/98.15%
+9 107nt, >M01687:460:000000000-LGY9G:1:1119:4035:17793_CONS(1)... at 1:107:1:108/+/98.15%
+10 106nt, >M01687:460:000000000-LGY9G:1:1116:6362:22005_CONS(1)... at 1:106:1:108/+/98.15%
+11 106nt, >M01687:460:000000000-LGY9G:1:1117:5047:14472_CONS(1)... at 1:106:2:108/+/98.13%
+12 106nt, >M01687:460:000000000-LGY9G:1:1118:28589:10708_CONS(1)... at 1:106:1:108/+/98.15%
+13 107nt, >M01687:460:000000000-LGY9G:1:2118:17939:5528_CONS(1)... at 1:107:1:108/+/98.15%
+>Cluster 22
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:11653:2763_CONS(109)... *
+1 74nt, >M01687:460:000000000-LGY9G:1:1101:7973:18950_CONS(1)... at 1:74:1:74/+/100.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:2115:24625:6797_CONS(1)... at 1:98:1:98/+/98.98%
+3 98nt, >M01687:460:000000000-LGY9G:1:2103:4353:11380_CONS(1)... at 1:98:1:98/+/98.98%
+4 98nt, >M01687:460:000000000-LGY9G:1:2102:16357:15276_CONS(1)... at 1:98:1:98/+/98.98%
+5 98nt, >M01687:460:000000000-LGY9G:1:2116:19332:10774_CONS(1)... at 1:98:1:98/+/98.98%
+6 98nt, >M01687:460:000000000-LGY9G:1:1116:8448:20153_CONS(1)... at 1:98:1:98/+/98.98%
+7 98nt, >M01687:460:000000000-LGY9G:1:1109:15037:16350_CONS(1)... at 1:98:1:98/+/98.98%
+8 98nt, >M01687:460:000000000-LGY9G:1:1109:5792:17226_CONS(1)... at 1:98:1:98/+/98.98%
+9 98nt, >M01687:460:000000000-LGY9G:1:1107:22928:16252_CONS(1)... at 1:98:1:98/+/98.98%
+10 98nt, >M01687:460:000000000-LGY9G:1:1103:11283:14253_CONS(1)... at 1:98:1:98/+/98.98%
+11 98nt, >M01687:460:000000000-LGY9G:1:1104:11946:4375_CONS(1)... at 1:98:1:98/+/98.98%
+12 98nt, >M01687:460:000000000-LGY9G:1:1118:14136:8170_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 23
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:10012:7484_CONS(303)... at 1:67:1:67/+/100.00%
+1 67nt, >M01687:460:000000000-LGY9G:1:2115:11665:8468_CONS(1)... at 1:66:1:66/+/100.00%
+2 67nt, >M01687:460:000000000-LGY9G:1:2111:13877:2219_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:2108:17439:7119_CONS(1)... at 1:67:1:67/+/98.51%
+4 68nt, >M01687:460:000000000-LGY9G:1:2109:16663:9391_CONS(1)... *
+5 67nt, >M01687:460:000000000-LGY9G:1:2106:18664:21731_CONS(1)... at 1:67:1:67/+/98.51%
+6 67nt, >M01687:460:000000000-LGY9G:1:2102:10436:13846_CONS(1)... at 1:67:1:67/+/98.51%
+7 67nt, >M01687:460:000000000-LGY9G:1:1112:14345:9263_CONS(1)... at 1:67:1:67/+/98.51%
+8 66nt, >M01687:460:000000000-LGY9G:1:1112:25988:14978_CONS(1)... at 1:66:1:67/+/98.51%
+9 67nt, >M01687:460:000000000-LGY9G:1:1112:4397:20150_CONS(1)... at 1:67:1:67/+/98.51%
+10 67nt, >M01687:460:000000000-LGY9G:1:1109:16535:22933_CONS(1)... at 1:67:1:67/+/97.01%
+11 67nt, >M01687:460:000000000-LGY9G:1:1107:8048:11109_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 24
+0 72nt, >M01687:460:000000000-LGY9G:1:1101:20244:11317_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1101:7520:17390_CONS(157)... at 1:72:1:72/+/98.61%
+2 72nt, >M01687:460:000000000-LGY9G:1:1102:15521:6138_CONS(26)... at 1:72:1:72/+/97.22%
+3 72nt, >M01687:460:000000000-LGY9G:1:2111:23884:17713_CONS(1)... at 1:72:1:72/+/97.22%
+4 72nt, >M01687:460:000000000-LGY9G:1:2106:29672:13796_CONS(1)... at 1:72:1:72/+/97.22%
+5 72nt, >M01687:460:000000000-LGY9G:1:2106:9464:17714_CONS(1)... at 1:72:1:72/+/97.22%
+6 72nt, >M01687:460:000000000-LGY9G:1:2105:18672:12879_CONS(1)... at 1:72:1:72/+/97.22%
+7 72nt, >M01687:460:000000000-LGY9G:1:2103:14112:12843_CONS(1)... at 1:72:1:72/+/97.22%
+8 72nt, >M01687:460:000000000-LGY9G:1:1113:6564:3887_CONS(1)... at 1:72:1:72/+/97.22%
+9 72nt, >M01687:460:000000000-LGY9G:1:1111:7421:11482_CONS(1)... at 1:72:1:72/+/97.22%
+10 72nt, >M01687:460:000000000-LGY9G:1:1112:27664:9483_CONS(1)... at 1:72:1:72/+/97.22%
+11 72nt, >M01687:460:000000000-LGY9G:1:1117:25377:15272_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 25
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:26056:16615_CONS(31)... at 1:30:1:30/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1101:27382:18808_CONS(25)... at 1:29:1:29/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:1101:21017:20068_CONS(25)... at 1:33:1:33/+/100.00%
+3 28nt, >M01687:460:000000000-LGY9G:1:1102:4824:6273_CONS(40)... at 1:28:1:28/+/100.00%
+4 34nt, >M01687:460:000000000-LGY9G:1:1102:21116:17244_CONS(30)... at 1:33:1:33/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2112:27632:9116_CONS(38)... at 1:27:1:27/+/100.00%
+6 34nt, >M01687:460:000000000-LGY9G:1:2113:11823:2970_CONS(1)... at 1:32:1:32/+/100.00%
+7 35nt, >M01687:460:000000000-LGY9G:1:2113:18031:16129_CONS(1)... *
+8 32nt, >M01687:460:000000000-LGY9G:1:2113:26578:19142_CONS(15)... at 1:32:1:32/+/100.00%
+9 31nt, >M01687:460:000000000-LGY9G:1:2111:16855:3038_CONS(13)... at 1:31:1:31/+/100.00%
+10 34nt, >M01687:460:000000000-LGY9G:1:1115:19073:4309_CONS(1)... at 1:32:1:32/+/100.00%
+11 29nt, >M01687:460:000000000-LGY9G:1:1103:18803:2665_CONS(1)... at 1:27:1:27/+/100.00%
+>Cluster 26
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:6995:20983_CONS(1)... at 4:55:5:56/+/98.08%
+1 56nt, >M01687:460:000000000-LGY9G:1:2112:10214:23911_CONS(1)... at 3:56:4:57/+/98.15%
+2 57nt, >M01687:460:000000000-LGY9G:1:2109:3595:12366_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:2109:18825:15711_CONS(1)... at 6:56:7:57/+/100.00%
+4 56nt, >M01687:460:000000000-LGY9G:1:2109:5753:21982_CONS(1)... at 5:56:6:57/+/98.08%
+5 54nt, >M01687:460:000000000-LGY9G:1:2107:5836:20236_CONS(1)... at 6:54:9:57/+/100.00%
+6 57nt, >M01687:460:000000000-LGY9G:1:2117:3940:14042_CONS(1)... at 1:57:1:57/+/98.25%
+7 57nt, >M01687:460:000000000-LGY9G:1:2117:25343:17340_CONS(1)... at 6:57:7:57/+/98.08%
+8 57nt, >M01687:460:000000000-LGY9G:1:2116:12479:16478_CONS(1)... at 1:57:1:57/+/98.25%
+9 55nt, >M01687:460:000000000-LGY9G:1:1118:9844:13186_CONS(1)... at 5:55:7:57/+/100.00%
+10 56nt, >M01687:460:000000000-LGY9G:1:2118:17326:14533_CONS(1)... at 4:56:5:57/+/98.11%
+>Cluster 27
+0 81nt, >M01687:460:000000000-LGY9G:1:1102:13912:8196_CONS(106)... at 1:81:1:81/+/98.77%
+1 82nt, >M01687:460:000000000-LGY9G:1:2114:25048:13983_CONS(1)... *
+2 81nt, >M01687:460:000000000-LGY9G:1:2112:18081:18897_CONS(1)... at 1:81:1:81/+/97.53%
+3 82nt, >M01687:460:000000000-LGY9G:1:2106:5023:15572_CONS(1)... at 1:82:1:82/+/98.78%
+4 82nt, >M01687:460:000000000-LGY9G:1:2105:5121:15373_CONS(1)... at 1:82:1:81/+/97.56%
+5 81nt, >M01687:460:000000000-LGY9G:1:2104:7376:22294_CONS(1)... at 1:81:1:81/+/97.53%
+6 81nt, >M01687:460:000000000-LGY9G:1:1113:7603:15862_CONS(1)... at 1:81:1:81/+/97.53%
+7 82nt, >M01687:460:000000000-LGY9G:1:1109:22586:23243_CONS(1)... at 1:82:1:81/+/97.56%
+8 81nt, >M01687:460:000000000-LGY9G:1:1110:11394:22111_CONS(1)... at 1:81:1:81/+/97.53%
+9 80nt, >M01687:460:000000000-LGY9G:1:1106:17506:4700_CONS(1)... at 1:80:1:81/+/97.53%
+10 80nt, >M01687:460:000000000-LGY9G:1:1104:23766:3074_CONS(1)... at 1:80:1:81/+/97.53%
+>Cluster 28
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:5498:7838_CONS(136)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:28287:16247_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:2110:22836:12863_CONS(1)... at 1:89:1:89/+/98.88%
+3 89nt, >M01687:460:000000000-LGY9G:1:2110:26412:15192_CONS(1)... at 1:89:1:89/+/98.88%
+4 89nt, >M01687:460:000000000-LGY9G:1:2105:18169:20736_CONS(1)... at 1:89:1:89/+/98.88%
+5 89nt, >M01687:460:000000000-LGY9G:1:2116:10058:13254_CONS(1)... at 1:89:1:89/+/98.88%
+6 88nt, >M01687:460:000000000-LGY9G:1:1119:22255:11087_CONS(1)... at 1:88:1:89/+/98.88%
+7 88nt, >M01687:460:000000000-LGY9G:1:1111:4004:19766_CONS(1)... at 1:88:1:89/+/98.88%
+8 89nt, >M01687:460:000000000-LGY9G:1:1109:10877:11581_CONS(1)... at 1:89:1:89/+/98.88%
+9 89nt, >M01687:460:000000000-LGY9G:1:1104:7449:4092_CONS(1)... at 1:88:1:88/+/100.00%
+10 89nt, >M01687:460:000000000-LGY9G:1:1117:3532:17290_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 29
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:4554:6441_CONS(115)... at 1:56:5:60/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:7520:24140_CONS(1)... at 2:57:5:60/+/98.21%
+2 60nt, >M01687:460:000000000-LGY9G:1:2115:21014:3487_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:2113:24134:18395_CONS(1)... at 1:56:5:60/+/98.21%
+4 55nt, >M01687:460:000000000-LGY9G:1:2110:11108:3635_CONS(1)... at 1:55:5:60/+/98.21%
+5 57nt, >M01687:460:000000000-LGY9G:1:2104:21825:19088_CONS(1)... at 1:57:4:60/+/98.25%
+6 56nt, >M01687:460:000000000-LGY9G:1:1119:11844:2862_CONS(1)... at 1:56:5:60/+/98.21%
+7 56nt, >M01687:460:000000000-LGY9G:1:1113:10718:23136_CONS(1)... at 1:55:5:59/+/100.00%
+8 56nt, >M01687:460:000000000-LGY9G:1:1110:15159:14867_CONS(1)... at 1:56:5:60/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1106:28790:17460_CONS(1)... at 1:56:5:60/+/98.21%
+10 56nt, >M01687:460:000000000-LGY9G:1:1118:13836:3560_CONS(1)... at 1:56:5:60/+/98.21%
+>Cluster 30
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:18385:2072_CONS(109)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:20642:8147_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:1101:13577:23790_CONS(17)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1102:26661:15924_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:2107:12311:22901_CONS(2)... at 3:65:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2116:21512:21893_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:1114:12961:7468_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:1112:13792:4566_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:1110:22129:2934_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:1117:12344:15252_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 31
+0 64nt, >M01687:460:000000000-LGY9G:1:1101:11918:3518_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1101:8557:3798_CONS(127)... *
+2 66nt, >M01687:460:000000000-LGY9G:1:2115:6816:21944_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2113:12260:13323_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:2108:7049:6954_CONS(1)... at 1:66:1:66/+/98.48%
+5 65nt, >M01687:460:000000000-LGY9G:1:2109:20167:6990_CONS(1)... at 1:65:1:65/+/100.00%
+6 65nt, >M01687:460:000000000-LGY9G:1:2105:16735:25057_CONS(1)... at 1:65:1:66/+/98.48%
+7 66nt, >M01687:460:000000000-LGY9G:1:2103:20920:3914_CONS(1)... at 1:66:1:66/+/98.48%
+8 66nt, >M01687:460:000000000-LGY9G:1:1114:6368:20355_CONS(1)... at 1:66:1:66/+/98.48%
+9 66nt, >M01687:460:000000000-LGY9G:1:1108:8721:6251_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 32
+0 72nt, >M01687:460:000000000-LGY9G:1:2115:16087:19223_CONS(1)... at 1:72:1:72/+/100.00%
+1 75nt, >M01687:460:000000000-LGY9G:1:2112:4268:14264_CONS(2)... at 1:75:1:75/+/100.00%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:19972:13539_CONS(1)... at 1:62:1:62/+/100.00%
+3 58nt, >M01687:460:000000000-LGY9G:1:2109:7827:16402_CONS(1)... at 1:58:1:58/+/100.00%
+4 60nt, >M01687:460:000000000-LGY9G:1:1119:24058:2652_CONS(1)... at 1:60:1:60/+/100.00%
+5 63nt, >M01687:460:000000000-LGY9G:1:1115:10814:5634_CONS(2)... at 1:63:1:63/+/100.00%
+6 64nt, >M01687:460:000000000-LGY9G:1:1112:24971:5463_CONS(1)... at 1:64:1:64/+/100.00%
+7 77nt, >M01687:460:000000000-LGY9G:1:1110:13704:17846_CONS(1)... *
+8 61nt, >M01687:460:000000000-LGY9G:1:1104:25667:21772_CONS(1)... at 1:61:1:61/+/100.00%
+9 73nt, >M01687:460:000000000-LGY9G:1:1117:22435:20351_CONS(1)... at 1:73:1:73/+/100.00%
+>Cluster 33
+0 81nt, >M01687:460:000000000-LGY9G:1:1101:21357:3411_CONS(150)... at 1:81:1:81/+/100.00%
+1 81nt, >M01687:460:000000000-LGY9G:1:2114:13976:5963_CONS(1)... at 1:81:1:81/+/98.77%
+2 81nt, >M01687:460:000000000-LGY9G:1:2111:11317:23961_CONS(1)... at 1:81:1:81/+/98.77%
+3 79nt, >M01687:460:000000000-LGY9G:1:2104:20745:18793_CONS(1)... at 1:79:1:79/+/97.47%
+4 80nt, >M01687:460:000000000-LGY9G:1:1113:16803:14057_CONS(1)... at 1:80:1:81/+/98.77%
+5 81nt, >M01687:460:000000000-LGY9G:1:1111:18898:12675_CONS(1)... at 1:81:1:81/+/98.77%
+6 81nt, >M01687:460:000000000-LGY9G:1:1109:17935:5718_CONS(1)... at 1:81:1:81/+/98.77%
+7 82nt, >M01687:460:000000000-LGY9G:1:1110:25848:15203_CONS(1)... *
+8 81nt, >M01687:460:000000000-LGY9G:1:1118:19002:18822_CONS(1)... at 1:81:1:81/+/98.77%
+9 81nt, >M01687:460:000000000-LGY9G:1:2119:8972:13476_CONS(1)... at 1:81:1:81/+/98.77%
+>Cluster 34
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19499:2038_CONS(4770)... at 1:56:1:57/+/98.25%
+1 54nt, >M01687:460:000000000-LGY9G:1:1101:6462:6593_CONS(1)... at 1:46:1:46/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2112:19766:6072_CONS(3)... at 1:55:1:56/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2113:23681:17840_CONS(1)... *
+4 56nt, >M01687:460:000000000-LGY9G:1:2113:21390:23321_CONS(1)... at 1:55:1:56/+/98.21%
+5 57nt, >M01687:460:000000000-LGY9G:1:2110:21104:22452_CONS(1)... at 1:56:1:57/+/98.25%
+6 56nt, >M01687:460:000000000-LGY9G:1:2109:5470:7913_CONS(1)... at 1:56:1:57/+/98.25%
+7 56nt, >M01687:460:000000000-LGY9G:1:2101:26747:5470_CONS(1)... at 3:56:3:57/+/98.18%
+8 54nt, >M01687:460:000000000-LGY9G:1:1112:25282:20869_CONS(1)... at 1:50:1:50/+/100.00%
+9 57nt, >M01687:460:000000000-LGY9G:1:1107:4720:10677_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 35
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20038:12397_CONS(1)... at 3:56:3:56/+/98.15%
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20673:15344_CONS(111)... at 3:56:3:56/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:2113:23867:20622_CONS(3)... at 3:56:3:56/+/98.15%
+3 56nt, >M01687:460:000000000-LGY9G:1:2111:4544:6347_CONS(1)... at 3:56:3:56/+/98.15%
+4 57nt, >M01687:460:000000000-LGY9G:1:2111:20244:7032_CONS(1)... *
+5 56nt, >M01687:460:000000000-LGY9G:1:2109:19822:12821_CONS(1)... at 3:56:3:56/+/98.15%
+6 57nt, >M01687:460:000000000-LGY9G:1:2109:7839:19236_CONS(1)... at 3:57:3:56/+/98.18%
+7 57nt, >M01687:460:000000000-LGY9G:1:2105:22230:17638_CONS(1)... at 3:57:3:56/+/98.18%
+8 56nt, >M01687:460:000000000-LGY9G:1:1107:11653:24971_CONS(1)... at 3:56:3:56/+/98.15%
+9 56nt, >M01687:460:000000000-LGY9G:1:1104:13359:13818_CONS(1)... at 3:56:3:56/+/98.15%
+>Cluster 36
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:23412:12145_CONS(85)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:1101:9993:24810_CONS(39)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:1102:18562:12960_CONS(18)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1102:17190:13328_CONS(1)... at 1:62:1:62/+/98.39%
+4 61nt, >M01687:460:000000000-LGY9G:1:2114:19118:3225_CONS(2)... at 1:61:1:61/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2115:21419:7910_CONS(1)... at 1:62:1:62/+/98.39%
+6 62nt, >M01687:460:000000000-LGY9G:1:2104:4605:14574_CONS(1)... at 1:62:1:62/+/98.39%
+7 62nt, >M01687:460:000000000-LGY9G:1:1109:11881:20573_CONS(1)... at 1:62:1:62/+/98.39%
+8 62nt, >M01687:460:000000000-LGY9G:1:1118:5342:14819_CONS(1)... at 1:62:1:62/+/98.39%
+9 62nt, >M01687:460:000000000-LGY9G:1:2119:22763:7039_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 37
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:19254:4860_CONS(86)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2115:21916:2275_CONS(1)... at 1:94:1:94/+/98.94%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:13169:25116_CONS(1)... at 1:90:1:90/+/100.00%
+3 94nt, >M01687:460:000000000-LGY9G:1:2106:24916:12417_CONS(1)... at 1:94:1:94/+/98.94%
+4 94nt, >M01687:460:000000000-LGY9G:1:2104:15424:21624_CONS(1)... at 1:94:1:94/+/97.87%
+5 94nt, >M01687:460:000000000-LGY9G:1:2117:27232:9474_CONS(1)... at 1:94:1:94/+/98.94%
+6 94nt, >M01687:460:000000000-LGY9G:1:1113:3342:18199_CONS(1)... at 1:94:1:94/+/98.94%
+7 94nt, >M01687:460:000000000-LGY9G:1:1107:28417:15885_CONS(1)... at 1:94:1:94/+/98.94%
+8 94nt, >M01687:460:000000000-LGY9G:1:1108:16768:13953_CONS(1)... at 1:94:1:94/+/98.94%
+9 94nt, >M01687:460:000000000-LGY9G:1:1106:23358:10657_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 38
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:8106:4806_CONS(196)... at 1:94:1:95/+/98.95%
+1 93nt, >M01687:460:000000000-LGY9G:1:2114:5589:11711_CONS(5)... at 1:93:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:2114:4432:14029_CONS(1)... at 1:94:1:95/+/97.89%
+3 95nt, >M01687:460:000000000-LGY9G:1:2112:9979:20993_CONS(1)... *
+4 94nt, >M01687:460:000000000-LGY9G:1:2106:24986:8430_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:2116:17732:12360_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:2116:9531:19479_CONS(1)... at 1:94:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:1108:6056:20108_CONS(1)... at 1:94:1:95/+/97.89%
+8 94nt, >M01687:460:000000000-LGY9G:1:1105:14619:3513_CONS(1)... at 3:94:3:95/+/98.92%
+9 94nt, >M01687:460:000000000-LGY9G:1:1118:19814:14643_CONS(1)... at 1:94:1:95/+/97.89%
+>Cluster 39
+0 59nt, >M01687:460:000000000-LGY9G:1:1101:24044:2072_CONS(291)... *
+1 59nt, >M01687:460:000000000-LGY9G:1:1101:5566:14882_CONS(1)... at 1:59:1:59/+/98.31%
+2 59nt, >M01687:460:000000000-LGY9G:1:2109:9883:7195_CONS(1)... at 1:59:1:59/+/98.31%
+3 59nt, >M01687:460:000000000-LGY9G:1:2109:8665:9673_CONS(3)... at 1:59:1:59/+/98.31%
+4 58nt, >M01687:460:000000000-LGY9G:1:2107:10838:15278_CONS(1)... at 3:58:4:59/+/100.00%
+5 59nt, >M01687:460:000000000-LGY9G:1:2107:6329:20206_CONS(1)... at 1:59:1:59/+/98.31%
+6 59nt, >M01687:460:000000000-LGY9G:1:2101:24622:15182_CONS(1)... at 1:59:1:59/+/98.31%
+7 59nt, >M01687:460:000000000-LGY9G:1:1109:7000:5783_CONS(1)... at 1:59:1:59/+/98.31%
+8 59nt, >M01687:460:000000000-LGY9G:1:1108:13392:5917_CONS(1)... at 1:59:1:59/+/98.31%
+9 59nt, >M01687:460:000000000-LGY9G:1:1117:8001:4100_CONS(1)... at 1:59:1:59/+/98.31%
+>Cluster 40
+0 84nt, >M01687:460:000000000-LGY9G:1:1101:18386:14982_CONS(124)... at 1:84:1:85/+/98.82%
+1 84nt, >M01687:460:000000000-LGY9G:1:2114:17948:8416_CONS(1)... at 1:84:1:85/+/97.65%
+2 84nt, >M01687:460:000000000-LGY9G:1:2110:18476:17327_CONS(1)... at 1:84:1:85/+/97.65%
+3 83nt, >M01687:460:000000000-LGY9G:1:2102:9660:1972_CONS(1)... at 1:83:1:85/+/97.65%
+4 84nt, >M01687:460:000000000-LGY9G:1:1112:7095:7608_CONS(1)... at 1:84:1:85/+/97.65%
+5 84nt, >M01687:460:000000000-LGY9G:1:1108:5119:19731_CONS(1)... at 1:84:1:85/+/97.65%
+6 85nt, >M01687:460:000000000-LGY9G:1:2118:10706:6041_CONS(1)... *
+7 84nt, >M01687:460:000000000-LGY9G:1:2118:25394:18242_CONS(1)... at 1:84:1:85/+/97.65%
+8 84nt, >M01687:460:000000000-LGY9G:1:2119:10792:4070_CONS(1)... at 1:84:1:85/+/97.65%
+>Cluster 41
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:22187:24405_CONS(1)... at 1:37:1:37/+/100.00%
+1 41nt, >M01687:460:000000000-LGY9G:1:1102:11448:1679_CONS(2)... *
+2 35nt, >M01687:460:000000000-LGY9G:1:1102:25281:17588_CONS(2)... at 1:35:1:35/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:2109:15672:21013_CONS(2)... at 1:32:1:32/+/100.00%
+4 39nt, >M01687:460:000000000-LGY9G:1:2102:16587:15753_CONS(4)... at 1:39:1:39/+/100.00%
+5 36nt, >M01687:460:000000000-LGY9G:1:1111:28254:19211_CONS(1)... at 1:36:1:36/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1112:8156:24168_CONS(1)... at 1:31:1:31/+/100.00%
+7 37nt, >M01687:460:000000000-LGY9G:1:1108:14899:11472_CONS(1)... at 1:31:1:31/+/100.00%
+8 35nt, >M01687:460:000000000-LGY9G:1:1117:26167:16946_CONS(1)... at 1:31:1:31/+/100.00%
+>Cluster 42
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:3932:12650_CONS(1)... *
+1 25nt, >M01687:460:000000000-LGY9G:1:1101:4415:17384_CONS(2)... at 1:22:1:22/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1102:22409:4409_CONS(107)... at 1:23:1:23/+/100.00%
+3 23nt, >M01687:460:000000000-LGY9G:1:1102:4901:21526_CONS(2)... at 1:22:1:22/+/100.00%
+4 24nt, >M01687:460:000000000-LGY9G:1:2108:22247:19702_CONS(1)... at 1:22:1:22/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:2103:11158:12112_CONS(1)... at 1:22:1:22/+/100.00%
+6 23nt, >M01687:460:000000000-LGY9G:1:2118:22502:6457_CONS(1)... at 1:22:1:22/+/100.00%
+7 24nt, >M01687:460:000000000-LGY9G:1:2118:16621:9879_CONS(1)... at 3:24:3:24/+/100.00%
+>Cluster 43
+0 79nt, >M01687:460:000000000-LGY9G:1:1101:14424:16383_CONS(177)... at 1:79:1:80/+/98.75%
+1 78nt, >M01687:460:000000000-LGY9G:1:2112:24838:19227_CONS(1)... at 1:78:1:80/+/97.50%
+2 79nt, >M01687:460:000000000-LGY9G:1:2109:18986:11272_CONS(1)... at 1:79:1:80/+/97.50%
+3 80nt, >M01687:460:000000000-LGY9G:1:2106:19776:7743_CONS(1)... *
+4 79nt, >M01687:460:000000000-LGY9G:1:2104:21377:14242_CONS(1)... at 1:79:1:80/+/97.50%
+5 79nt, >M01687:460:000000000-LGY9G:1:1119:5774:14579_CONS(1)... at 1:79:1:80/+/97.50%
+6 79nt, >M01687:460:000000000-LGY9G:1:1116:26440:11119_CONS(1)... at 1:79:1:80/+/97.50%
+7 79nt, >M01687:460:000000000-LGY9G:1:1111:8215:7735_CONS(1)... at 3:79:3:80/+/98.72%
+>Cluster 44
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:16548:16039_CONS(89)... *
+1 90nt, >M01687:460:000000000-LGY9G:1:2111:21302:13384_CONS(1)... at 1:90:1:90/+/98.89%
+2 89nt, >M01687:460:000000000-LGY9G:1:2109:16820:13636_CONS(1)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2107:11420:8280_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2107:15185:15648_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1119:20578:24409_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:1114:13671:14504_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:1118:18620:13640_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 45
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:17727:16754_CONS(1)... at 1:53:1:53/+/100.00%
+1 54nt, >M01687:460:000000000-LGY9G:1:2110:24119:2828_CONS(1)... at 1:53:1:53/+/100.00%
+2 57nt, >M01687:460:000000000-LGY9G:1:2110:20590:22831_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:8667:18175_CONS(1)... at 1:53:1:53/+/100.00%
+4 56nt, >M01687:460:000000000-LGY9G:1:1109:22224:12299_CONS(1)... at 1:53:1:53/+/100.00%
+5 56nt, >M01687:460:000000000-LGY9G:1:1109:15979:20072_CONS(1)... at 1:56:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:1110:14822:19181_CONS(1)... at 1:56:1:56/+/98.21%
+7 53nt, >M01687:460:000000000-LGY9G:1:1107:1792:14622_CONS(1)... at 1:53:1:53/+/100.00%
+>Cluster 46
+0 109nt, >M01687:460:000000000-LGY9G:1:1101:5031:15293_CONS(55)... *
+1 107nt, >M01687:460:000000000-LGY9G:1:2115:14232:10846_CONS(1)... at 1:107:1:109/+/98.17%
+2 109nt, >M01687:460:000000000-LGY9G:1:2112:6846:7784_CONS(1)... at 1:109:1:109/+/99.08%
+3 109nt, >M01687:460:000000000-LGY9G:1:2108:29587:12607_CONS(1)... at 1:109:1:109/+/99.08%
+4 109nt, >M01687:460:000000000-LGY9G:1:1107:16006:4422_CONS(1)... at 3:109:3:109/+/100.00%
+5 109nt, >M01687:460:000000000-LGY9G:1:1108:6141:14393_CONS(1)... at 1:109:1:109/+/99.08%
+6 109nt, >M01687:460:000000000-LGY9G:1:1108:6542:23052_CONS(1)... at 1:109:1:109/+/99.08%
+>Cluster 47
+0 24nt, >M01687:460:000000000-LGY9G:1:2111:9246:4153_CONS(1)... at 1:24:1:24/+/100.00%
+1 25nt, >M01687:460:000000000-LGY9G:1:2109:18456:18314_CONS(2)... at 1:23:1:23/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:11591:19716_CONS(1)... at 1:24:1:24/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1112:5749:14683_CONS(1)... at 1:23:1:23/+/100.00%
+4 28nt, >M01687:460:000000000-LGY9G:1:1112:25261:21166_CONS(1)... at 1:23:1:23/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:1104:11830:20279_CONS(1)... at 1:23:1:23/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1117:14060:21249_CONS(1)... *
+>Cluster 48
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:8873:4576_CONS(42)... at 1:73:2:74/+/98.63%
+1 73nt, >M01687:460:000000000-LGY9G:1:2107:24918:21799_CONS(1)... at 1:73:2:74/+/97.26%
+2 73nt, >M01687:460:000000000-LGY9G:1:2117:14032:2634_CONS(1)... at 1:73:2:74/+/97.26%
+3 73nt, >M01687:460:000000000-LGY9G:1:2101:17036:9114_CONS(1)... at 1:73:2:74/+/97.26%
+4 74nt, >M01687:460:000000000-LGY9G:1:1110:6058:17015_CONS(1)... *
+5 73nt, >M01687:460:000000000-LGY9G:1:1103:8200:6484_CONS(1)... at 1:73:2:74/+/97.26%
+6 73nt, >M01687:460:000000000-LGY9G:1:1118:21008:10177_CONS(1)... at 1:73:2:74/+/97.26%
+>Cluster 49
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:20573:23062_CONS(2)... at 1:67:1:67/+/100.00%
+1 54nt, >M01687:460:000000000-LGY9G:1:2115:6863:10890_CONS(1)... at 1:54:1:54/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:15623:16010_CONS(1)... at 1:55:1:55/+/100.00%
+3 69nt, >M01687:460:000000000-LGY9G:1:1113:15639:9481_CONS(3)... *
+4 53nt, >M01687:460:000000000-LGY9G:1:1112:4875:12904_CONS(1)... at 1:53:1:53/+/100.00%
+5 66nt, >M01687:460:000000000-LGY9G:1:1109:12616:5586_CONS(1)... at 1:66:1:66/+/100.00%
+6 62nt, >M01687:460:000000000-LGY9G:1:1118:23794:9919_CONS(1)... at 1:62:1:62/+/100.00%
+>Cluster 50
+0 99nt, >M01687:460:000000000-LGY9G:1:1102:27928:16134_CONS(1)... at 1:99:1:100/+/98.00%
+1 100nt, >M01687:460:000000000-LGY9G:1:2113:21144:9986_CONS(1)... *
+2 100nt, >M01687:460:000000000-LGY9G:1:2111:29103:10658_CONS(1)... at 1:100:1:100/+/98.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2108:3883:7227_CONS(1)... at 1:100:1:100/+/97.00%
+4 99nt, >M01687:460:000000000-LGY9G:1:1115:24456:5341_CONS(1)... at 1:99:1:99/+/98.99%
+5 99nt, >M01687:460:000000000-LGY9G:1:1107:20540:23571_CONS(1)... at 1:99:1:100/+/98.00%
+6 100nt, >M01687:460:000000000-LGY9G:1:1108:18337:10898_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 51
+0 42nt, >M01687:460:000000000-LGY9G:1:2112:4814:6879_CONS(3)... at 1:42:1:42/+/97.62%
+1 43nt, >M01687:460:000000000-LGY9G:1:2109:5943:18417_CONS(2)... at 1:43:1:43/+/97.67%
+2 48nt, >M01687:460:000000000-LGY9G:1:1116:20895:3905_CONS(1)... *
+3 40nt, >M01687:460:000000000-LGY9G:1:1116:5685:7413_CONS(1)... at 1:40:1:40/+/97.50%
+4 44nt, >M01687:460:000000000-LGY9G:1:1109:16048:8817_CONS(2)... at 1:44:1:44/+/97.73%
+5 41nt, >M01687:460:000000000-LGY9G:1:1104:11115:4270_CONS(2)... at 1:41:1:41/+/97.56%
+6 47nt, >M01687:460:000000000-LGY9G:1:1104:21844:6636_CONS(1)... at 1:47:1:47/+/97.87%
+>Cluster 52
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:12377:20724_CONS(1)... at 1:60:1:60/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:2111:9743:4159_CONS(1)... at 1:55:6:60/+/98.18%
+2 59nt, >M01687:460:000000000-LGY9G:1:2111:2623:12278_CONS(2)... at 1:59:1:60/+/98.33%
+3 62nt, >M01687:460:000000000-LGY9G:1:2106:18938:17434_CONS(1)... *
+4 60nt, >M01687:460:000000000-LGY9G:1:2116:19661:11991_CONS(1)... at 1:60:1:60/+/98.33%
+5 61nt, >M01687:460:000000000-LGY9G:1:1116:8433:23207_CONS(1)... at 1:61:1:61/+/100.00%
+6 60nt, >M01687:460:000000000-LGY9G:1:1106:11532:7873_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 53
+0 63nt, >M01687:460:000000000-LGY9G:1:1101:9469:3353_CONS(97)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:2104:9121:17184_CONS(1)... at 1:63:1:63/+/98.41%
+2 63nt, >M01687:460:000000000-LGY9G:1:1116:20921:5231_CONS(1)... at 1:63:1:63/+/98.41%
+3 63nt, >M01687:460:000000000-LGY9G:1:1116:8769:7132_CONS(1)... at 1:63:1:63/+/98.41%
+4 63nt, >M01687:460:000000000-LGY9G:1:1113:25858:12562_CONS(1)... at 1:63:1:63/+/98.41%
+5 63nt, >M01687:460:000000000-LGY9G:1:2119:21370:16116_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 54
+0 49nt, >M01687:460:000000000-LGY9G:1:2115:5420:5368_CONS(5)... at 1:49:1:49/+/97.96%
+1 48nt, >M01687:460:000000000-LGY9G:1:2115:5644:22413_CONS(5)... at 1:48:1:48/+/97.92%
+2 47nt, >M01687:460:000000000-LGY9G:1:2110:16378:10191_CONS(6)... at 1:47:1:47/+/97.87%
+3 50nt, >M01687:460:000000000-LGY9G:1:1109:25614:12316_CONS(1)... at 1:50:1:50/+/98.00%
+4 43nt, >M01687:460:000000000-LGY9G:1:1110:22425:16525_CONS(1)... at 1:43:1:43/+/97.67%
+5 52nt, >M01687:460:000000000-LGY9G:1:1118:29105:10998_CONS(1)... *
+>Cluster 55
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:4504:13834_CONS(3)... at 1:36:1:36/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1102:13316:22362_CONS(4)... at 1:29:1:29/+/100.00%
+2 30nt, >M01687:460:000000000-LGY9G:1:2104:4359:5529_CONS(3)... at 1:29:1:29/+/100.00%
+3 35nt, >M01687:460:000000000-LGY9G:1:2104:12407:9699_CONS(1)... at 1:29:1:29/+/100.00%
+4 38nt, >M01687:460:000000000-LGY9G:1:1106:16573:5379_CONS(1)... *
+5 36nt, >M01687:460:000000000-LGY9G:1:1117:21032:22443_CONS(1)... at 1:36:1:36/+/100.00%
+>Cluster 56
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14441:16733_CONS(32)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:24218:24207_CONS(3)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:25995:6280_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:13861:6962_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1117:7587:12217_CONS(1)... at 1:56:1:56/+/98.21%
+5 55nt, >M01687:460:000000000-LGY9G:1:2118:22721:16345_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 57
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:24573:14820_CONS(50)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2114:1893:15245_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1119:25476:6871_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1119:24635:18341_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1113:14263:23229_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:2118:11837:11549_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 58
+0 38nt, >M01687:460:000000000-LGY9G:1:2114:8736:13087_CONS(2)... at 1:38:1:38/+/100.00%
+1 49nt, >M01687:460:000000000-LGY9G:1:2114:4031:19824_CONS(1)... *
+2 46nt, >M01687:460:000000000-LGY9G:1:2115:19916:11237_CONS(2)... at 3:46:5:48/+/97.73%
+3 47nt, >M01687:460:000000000-LGY9G:1:2107:4624:12768_CONS(1)... at 3:47:5:49/+/97.78%
+4 46nt, >M01687:460:000000000-LGY9G:1:2104:17287:10495_CONS(1)... at 3:46:5:48/+/100.00%
+5 37nt, >M01687:460:000000000-LGY9G:1:1114:13378:3509_CONS(1)... at 1:37:1:37/+/100.00%
+>Cluster 59
+0 27nt, >M01687:460:000000000-LGY9G:1:1101:12983:10505_CONS(2)... at 1:27:1:27/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1102:14996:19496_CONS(5)... at 1:33:1:33/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:27986:18355_CONS(3)... at 1:32:1:32/+/100.00%
+3 34nt, >M01687:460:000000000-LGY9G:1:1119:5657:22475_CONS(3)... at 1:34:1:34/+/100.00%
+4 30nt, >M01687:460:000000000-LGY9G:1:1106:11018:1617_CONS(2)... at 1:30:1:30/+/100.00%
+5 35nt, >M01687:460:000000000-LGY9G:1:1103:22576:11815_CONS(1)... *
+>Cluster 60
+0 39nt, >M01687:460:000000000-LGY9G:1:2112:22992:23761_CONS(1)... at 1:39:1:39/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:2105:11542:7043_CONS(1)... at 1:40:1:40/+/100.00%
+2 38nt, >M01687:460:000000000-LGY9G:1:1119:2179:11035_CONS(1)... at 1:38:1:38/+/100.00%
+3 42nt, >M01687:460:000000000-LGY9G:1:1112:5365:14107_CONS(1)... at 1:42:1:42/+/100.00%
+4 48nt, >M01687:460:000000000-LGY9G:1:1103:15774:1987_CONS(2)... at 1:48:1:48/+/100.00%
+5 50nt, >M01687:460:000000000-LGY9G:1:1103:26284:20107_CONS(1)... *
+>Cluster 61
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9473:6454_CONS(139)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:18861:3402_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2101:4637:15978_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1115:25208:21338_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1110:20220:16111_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:1103:7354:19982_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 62
+0 84nt, >M01687:460:000000000-LGY9G:1:2115:4779:7315_CONS(24)... *
+1 84nt, >M01687:460:000000000-LGY9G:1:2102:13571:13786_CONS(1)... at 1:84:1:84/+/98.81%
+2 84nt, >M01687:460:000000000-LGY9G:1:1113:9447:21139_CONS(1)... at 1:83:1:83/+/98.80%
+3 83nt, >M01687:460:000000000-LGY9G:1:1111:20138:15556_CONS(1)... at 1:83:1:84/+/98.81%
+4 84nt, >M01687:460:000000000-LGY9G:1:1117:25531:16730_CONS(1)... at 1:84:1:84/+/98.81%
+5 83nt, >M01687:460:000000000-LGY9G:1:2118:9115:11224_CONS(1)... at 1:83:1:83/+/97.59%
+>Cluster 63
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:20266:13408_CONS(74)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:1101:10969:20307_CONS(4)... at 1:89:1:90/+/98.89%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:23685:3151_CONS(1)... at 1:90:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:1111:13349:5356_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:1109:14652:12906_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1110:7625:12586_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 64
+0 90nt, >M01687:460:000000000-LGY9G:1:1102:7566:9816_CONS(48)... at 1:90:1:91/+/98.90%
+1 90nt, >M01687:460:000000000-LGY9G:1:2114:20389:13513_CONS(1)... at 1:90:1:91/+/97.80%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:10585:15334_CONS(1)... at 1:90:1:91/+/97.80%
+3 90nt, >M01687:460:000000000-LGY9G:1:1119:11619:15544_CONS(1)... at 1:90:1:91/+/97.80%
+4 90nt, >M01687:460:000000000-LGY9G:1:1114:4666:17541_CONS(1)... at 1:90:1:91/+/97.80%
+5 91nt, >M01687:460:000000000-LGY9G:1:1109:11092:2736_CONS(1)... *
+>Cluster 65
+0 22nt, >M01687:460:000000000-LGY9G:1:2114:14891:2850_CONS(9)... at 1:21:1:21/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:2113:17303:24726_CONS(1)... at 1:21:1:21/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:2111:16167:18949_CONS(1)... at 1:21:1:21/+/100.00%
+3 29nt, >M01687:460:000000000-LGY9G:1:2101:11318:2591_CONS(1)... *
+4 23nt, >M01687:460:000000000-LGY9G:1:1103:19356:6015_CONS(1)... at 1:22:1:22/+/100.00%
+5 26nt, >M01687:460:000000000-LGY9G:1:1103:20233:24873_CONS(1)... at 1:21:1:21/+/100.00%
+>Cluster 66
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:13380:3454_CONS(202)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:25773:16110_CONS(1)... at 1:55:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2109:8445:12575_CONS(2)... at 1:55:2:57/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2116:26445:20676_CONS(1)... *
+4 57nt, >M01687:460:000000000-LGY9G:1:1103:13509:9827_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 67
+0 30nt, >M01687:460:000000000-LGY9G:1:2114:27424:18659_CONS(3)... at 1:30:1:30/+/100.00%
+1 38nt, >M01687:460:000000000-LGY9G:1:2107:29235:10041_CONS(1)... at 1:38:1:38/+/97.37%
+2 38nt, >M01687:460:000000000-LGY9G:1:1115:14839:9501_CONS(1)... at 1:30:1:30/+/100.00%
+3 39nt, >M01687:460:000000000-LGY9G:1:1117:21863:12271_CONS(1)... at 1:39:1:39/+/97.44%
+4 40nt, >M01687:460:000000000-LGY9G:1:2119:6986:21028_CONS(1)... *
+>Cluster 68
+0 48nt, >M01687:460:000000000-LGY9G:1:1101:2604:9677_CONS(43)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2114:14728:14648_CONS(29)... at 1:48:1:48/+/97.92%
+2 48nt, >M01687:460:000000000-LGY9G:1:2112:14929:9797_CONS(1)... at 1:48:1:48/+/97.92%
+3 47nt, >M01687:460:000000000-LGY9G:1:2102:9964:10439_CONS(1)... at 1:47:1:48/+/97.92%
+4 48nt, >M01687:460:000000000-LGY9G:1:2117:8531:16843_CONS(1)... at 1:48:1:48/+/97.92%
+>Cluster 69
+0 20nt, >M01687:460:000000000-LGY9G:1:2110:18937:2820_CONS(2)... at 1:20:1:20/+/100.00%
+1 21nt, >M01687:460:000000000-LGY9G:1:2117:4488:12459_CONS(1)... at 1:20:1:20/+/100.00%
+2 22nt, >M01687:460:000000000-LGY9G:1:1112:9311:2436_CONS(1)... at 1:21:1:21/+/100.00%
+3 22nt, >M01687:460:000000000-LGY9G:1:1106:13989:17847_CONS(1)... at 5:21:4:20/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2118:20997:14557_CONS(1)... *
+>Cluster 70
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:13692:24548_CONS(68)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2113:13269:18962_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2107:5436:10081_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1114:12017:8278_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1118:5000:4759_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 71
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:27625:7239_CONS(67)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2112:16638:8404_CONS(1)... at 1:66:1:66/+/98.48%
+2 66nt, >M01687:460:000000000-LGY9G:1:2112:12124:8426_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2105:23694:13570_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:1109:4970:13913_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 72
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:23613:16574_CONS(1)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1102:2684:17469_CONS(68)... at 1:70:1:70/+/98.57%
+2 70nt, >M01687:460:000000000-LGY9G:1:2112:23103:4965_CONS(1)... at 1:70:1:70/+/97.14%
+3 69nt, >M01687:460:000000000-LGY9G:1:2112:2649:9488_CONS(1)... at 1:69:1:70/+/97.14%
+4 70nt, >M01687:460:000000000-LGY9G:1:2103:14948:19856_CONS(1)... at 1:70:1:70/+/97.14%
+>Cluster 73
+0 24nt, >M01687:460:000000000-LGY9G:1:2114:11095:8439_CONS(10)... at 1:24:1:24/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2103:26773:5084_CONS(1)... *
+2 25nt, >M01687:460:000000000-LGY9G:1:2103:26964:17769_CONS(2)... at 1:25:1:25/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1105:12588:2896_CONS(1)... at 1:26:1:26/+/100.00%
+4 25nt, >M01687:460:000000000-LGY9G:1:1103:18266:24826_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 74
+0 24nt, >M01687:460:000000000-LGY9G:1:1102:28142:10489_CONS(25)... at 1:24:1:24/+/100.00%
+1 25nt, >M01687:460:000000000-LGY9G:1:1102:28845:14472_CONS(58)... at 1:24:1:24/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:18425:7294_CONS(1)... *
+3 30nt, >M01687:460:000000000-LGY9G:1:1114:22656:4907_CONS(1)... at 1:30:1:30/+/100.00%
+4 27nt, >M01687:460:000000000-LGY9G:1:1110:14648:5013_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 75
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:20495:3704_CONS(22)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2111:23917:10661_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2117:7944:15812_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1115:25022:4890_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1108:17728:14627_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 76
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:22039:19088_CONS(1)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:2114:15471:19353_CONS(1)... at 1:47:1:47/+/100.00%
+2 45nt, >M01687:460:000000000-LGY9G:1:2116:14133:23515_CONS(1)... at 1:45:1:45/+/97.78%
+3 48nt, >M01687:460:000000000-LGY9G:1:1111:22217:22271_CONS(1)... at 1:48:1:48/+/97.92%
+4 46nt, >M01687:460:000000000-LGY9G:1:1103:26081:18331_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 77
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:17401:2356_CONS(19)... *
+1 85nt, >M01687:460:000000000-LGY9G:1:2103:22214:2515_CONS(1)... at 1:85:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:2101:20072:11601_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2101:20545:18715_CONS(1)... at 1:85:1:85/+/98.82%
+4 85nt, >M01687:460:000000000-LGY9G:1:1112:4481:15361_CONS(1)... at 1:85:1:85/+/97.65%
+>Cluster 78
+0 92nt, >M01687:460:000000000-LGY9G:1:1102:21741:7224_CONS(67)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:2104:8885:6175_CONS(1)... at 1:91:1:92/+/97.83%
+2 91nt, >M01687:460:000000000-LGY9G:1:1113:21098:2198_CONS(1)... at 1:91:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:1106:15626:2491_CONS(1)... at 1:92:1:92/+/98.91%
+>Cluster 79
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26684:18110_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:3282:11362_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2107:13642:11778_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1109:5633:4781_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 80
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26820:13732_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2101:23324:12309_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1116:24371:5674_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:2118:14573:5169_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 81
+0 39nt, >M01687:460:000000000-LGY9G:1:2113:19051:4707_CONS(1)... *
+1 32nt, >M01687:460:000000000-LGY9G:1:2110:11292:2354_CONS(1)... at 1:32:1:32/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:1114:4824:14983_CONS(1)... at 1:34:1:34/+/100.00%
+3 39nt, >M01687:460:000000000-LGY9G:1:1103:11404:8553_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 82
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:16393:16043_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:13597:2500_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1114:4813:15749_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1117:17851:22458_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 83
+0 69nt, >M01687:460:000000000-LGY9G:1:1101:17251:10652_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:2101:7952:12264_CONS(1)... at 1:69:1:69/+/98.55%
+2 62nt, >M01687:460:000000000-LGY9G:1:1114:19668:5538_CONS(1)... at 1:62:1:62/+/100.00%
+3 64nt, >M01687:460:000000000-LGY9G:1:1109:11986:3768_CONS(1)... at 1:64:1:64/+/100.00%
+>Cluster 84
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:14908:15300_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:7609:5690_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:6902:22902_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1110:17644:12128_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 85
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:23700:5397_CONS(15)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:2114:23392:18012_CONS(1)... at 1:67:1:67/+/98.51%
+2 67nt, >M01687:460:000000000-LGY9G:1:2106:2881:8340_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:1112:21363:7186_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 86
+0 94nt, >M01687:460:000000000-LGY9G:1:2114:24042:19514_CONS(18)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:1113:18048:12954_CONS(1)... at 1:93:1:94/+/98.94%
+2 94nt, >M01687:460:000000000-LGY9G:1:1107:8227:22494_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:1108:16957:3146_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 87
+0 26nt, >M01687:460:000000000-LGY9G:1:1102:22627:2912_CONS(35)... at 1:26:1:26/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2115:6747:23864_CONS(2)... *
+2 34nt, >M01687:460:000000000-LGY9G:1:1116:14269:22151_CONS(1)... at 1:34:1:34/+/97.06%
+3 32nt, >M01687:460:000000000-LGY9G:1:1103:23324:16475_CONS(1)... at 1:32:1:32/+/100.00%
+>Cluster 88
+0 47nt, >M01687:460:000000000-LGY9G:1:2107:11559:20212_CONS(1)... at 1:47:1:47/+/100.00%
+1 49nt, >M01687:460:000000000-LGY9G:1:2116:3746:13893_CONS(1)... at 1:49:1:49/+/100.00%
+2 53nt, >M01687:460:000000000-LGY9G:1:1106:9400:22845_CONS(1)... at 1:53:1:53/+/100.00%
+3 62nt, >M01687:460:000000000-LGY9G:1:1104:14215:4048_CONS(1)... *
+>Cluster 89
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:5807:7927_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2110:22494:17494_CONS(1)... at 7:55:7:55/+/97.96%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:9441:5945_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1110:11600:10276_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 90
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26038:4265_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20255:12160_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:15002:16287_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1105:9604:18763_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 91
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:12106:6526_CONS(21)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:21659:13551_CONS(1)... at 1:56:1:57/+/98.25%
+2 56nt, >M01687:460:000000000-LGY9G:1:2112:22449:16664_CONS(24)... at 1:56:1:57/+/98.25%
+3 57nt, >M01687:460:000000000-LGY9G:1:1107:5069:19037_CONS(1)... *
+>Cluster 92
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:15279:2913_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:26432:5944_CONS(258)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2106:17666:3045_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1116:14632:18245_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 93
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:13670:7629_CONS(46)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2108:8391:23990_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:18490:2042_CONS(1)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1114:19078:5860_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 94
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19128:18261_CONS(22)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:6132:8972_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2105:9228:15589_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1116:7990:4626_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 95
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:18040:19211_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:20074:17655_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2110:26046:13458_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1118:13903:18419_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 96
+0 162nt, >M01687:460:000000000-LGY9G:1:1101:22040:24444_CONS(1)... *
+1 162nt, >M01687:460:000000000-LGY9G:1:2115:2214:16516_CONS(8)... at 1:162:1:162/+/99.38%
+2 162nt, >M01687:460:000000000-LGY9G:1:2101:3379:17586_CONS(1)... at 1:162:1:162/+/97.53%
+3 162nt, >M01687:460:000000000-LGY9G:1:1113:26049:14760_CONS(1)... at 1:162:1:162/+/98.77%
+>Cluster 97
+0 34nt, >M01687:460:000000000-LGY9G:1:1101:4277:19061_CONS(2)... at 1:34:1:34/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2110:23753:19472_CONS(3)... at 1:34:1:34/+/97.06%
+2 35nt, >M01687:460:000000000-LGY9G:1:2109:12454:20104_CONS(1)... at 1:33:1:33/+/100.00%
+3 44nt, >M01687:460:000000000-LGY9G:1:1116:10578:23941_CONS(1)... *
+>Cluster 98
+0 94nt, >M01687:460:000000000-LGY9G:1:1102:9342:3170_CONS(15)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2112:17044:7531_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2108:16046:21402_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:2107:4559:9291_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 99
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:14281:13112_CONS(20)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2112:22449:24477_CONS(1)... at 1:73:1:73/+/98.63%
+2 72nt, >M01687:460:000000000-LGY9G:1:2101:10467:6591_CONS(1)... at 1:72:1:72/+/100.00%
+3 73nt, >M01687:460:000000000-LGY9G:1:1118:4220:20955_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 100
+0 30nt, >M01687:460:000000000-LGY9G:1:1115:14416:21798_CONS(1)... at 1:23:1:23/+/100.00%
+1 28nt, >M01687:460:000000000-LGY9G:1:1107:19539:7734_CONS(1)... at 1:28:1:28/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:1117:19958:2576_CONS(1)... at 1:24:1:24/+/100.00%
+3 31nt, >M01687:460:000000000-LGY9G:1:2118:11101:19338_CONS(1)... *
+>Cluster 101
+0 25nt, >M01687:460:000000000-LGY9G:1:2111:19079:11409_CONS(1)... at 1:25:1:25/+/100.00%
+1 26nt, >M01687:460:000000000-LGY9G:1:2111:7020:16137_CONS(4)... at 1:25:1:25/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:2105:6676:12084_CONS(1)... *
+3 27nt, >M01687:460:000000000-LGY9G:1:1113:18735:18355_CONS(1)... at 1:25:1:25/+/100.00%
+>Cluster 102
+0 27nt, >M01687:460:000000000-LGY9G:1:2110:21936:5102_CONS(2)... at 1:26:1:26/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:2106:18599:21575_CONS(1)... at 1:26:1:26/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:2101:27782:15890_CONS(1)... at 1:24:1:24/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:11306:23521_CONS(1)... *
+>Cluster 103
+0 22nt, >M01687:460:000000000-LGY9G:1:2110:11752:24119_CONS(19)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:1110:26542:20220_CONS(1)... at 3:23:3:23/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1106:11812:6816_CONS(1)... at 3:23:3:23/+/100.00%
+3 29nt, >M01687:460:000000000-LGY9G:1:1104:23739:17556_CONS(1)... *
+>Cluster 104
+0 24nt, >M01687:460:000000000-LGY9G:1:2112:3180:8872_CONS(1)... at 1:24:1:24/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:2112:17075:24290_CONS(1)... at 1:31:1:31/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:9221:18665_CONS(1)... at 1:25:1:25/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:22643:24916_CONS(1)... *
+>Cluster 105
+0 45nt, >M01687:460:000000000-LGY9G:1:1116:28023:13130_CONS(1)... *
+1 45nt, >M01687:460:000000000-LGY9G:1:1104:29630:14090_CONS(1)... at 1:45:1:44/+/97.78%
+2 34nt, >M01687:460:000000000-LGY9G:1:1117:8888:3651_CONS(1)... at 1:34:1:33/+/97.06%
+>Cluster 106
+0 23nt, >M01687:460:000000000-LGY9G:1:1102:7665:23707_CONS(1)... *
+1 21nt, >M01687:460:000000000-LGY9G:1:2110:19460:2621_CONS(2)... at 4:21:5:22/+/100.00%
+2 20nt, >M01687:460:000000000-LGY9G:1:2104:27169:5460_CONS(4)... at 4:20:5:21/+/100.00%
+>Cluster 107
+0 38nt, >M01687:460:000000000-LGY9G:1:2106:10981:19586_CONS(1)... at 1:38:1:38/+/100.00%
+1 50nt, >M01687:460:000000000-LGY9G:1:1114:6012:7227_CONS(1)... *
+2 47nt, >M01687:460:000000000-LGY9G:1:1104:7574:6430_CONS(1)... at 1:47:1:47/+/100.00%
+>Cluster 108
+0 100nt, >M01687:460:000000000-LGY9G:1:1102:7299:3950_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2112:22104:7023_CONS(2)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2105:5353:19519_CONS(1)... at 1:100:1:100/+/99.00%
+>Cluster 109
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26224:4373_CONS(6)... at 1:55:1:55/+/98.18%
+1 64nt, >M01687:460:000000000-LGY9G:1:1102:22379:3518_CONS(1)... *
+2 60nt, >M01687:460:000000000-LGY9G:1:1107:24522:3244_CONS(1)... at 1:60:1:60/+/100.00%
+>Cluster 110
+0 35nt, >M01687:460:000000000-LGY9G:1:2107:8781:5460_CONS(1)... at 1:35:1:35/+/97.14%
+1 34nt, >M01687:460:000000000-LGY9G:1:1103:25622:21823_CONS(1)... at 1:34:1:34/+/97.06%
+2 37nt, >M01687:460:000000000-LGY9G:1:1117:23178:24992_CONS(1)... *
+>Cluster 111
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:25269:5122_CONS(1)... at 1:62:1:63/+/98.41%
+1 63nt, >M01687:460:000000000-LGY9G:1:2111:13457:24656_CONS(1)... *
+2 61nt, >M01687:460:000000000-LGY9G:1:1119:6126:20856_CONS(1)... at 1:61:1:62/+/98.39%
+>Cluster 112
+0 38nt, >M01687:460:000000000-LGY9G:1:1111:25146:12053_CONS(1)... at 1:38:1:38/+/100.00%
+1 35nt, >M01687:460:000000000-LGY9G:1:1111:5604:17028_CONS(1)... at 1:35:1:35/+/100.00%
+2 45nt, >M01687:460:000000000-LGY9G:1:1104:24088:4013_CONS(1)... *
+>Cluster 113
+0 34nt, >M01687:460:000000000-LGY9G:1:2115:16417:20647_CONS(1)... at 1:34:1:34/+/100.00%
+1 30nt, >M01687:460:000000000-LGY9G:1:1119:26274:4526_CONS(1)... at 1:30:1:30/+/100.00%
+2 37nt, >M01687:460:000000000-LGY9G:1:1115:22216:5191_CONS(1)... *
+>Cluster 114
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:15196:15505_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:12533:8545_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2118:23342:12520_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 115
+0 94nt, >M01687:460:000000000-LGY9G:1:2109:24135:3998_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2117:26400:6460_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2101:6155:4681_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 116
+0 87nt, >M01687:460:000000000-LGY9G:1:2114:23923:4939_CONS(9)... at 1:87:1:88/+/98.86%
+1 87nt, >M01687:460:000000000-LGY9G:1:1116:5436:13358_CONS(1)... at 1:87:1:88/+/97.73%
+2 88nt, >M01687:460:000000000-LGY9G:1:1113:25527:6919_CONS(1)... *
+>Cluster 117
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:10902:14664_CONS(39)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:6356:19684_CONS(1)... at 1:91:1:91/+/98.90%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:11123:14928_CONS(1)... at 1:90:1:91/+/98.90%
+>Cluster 118
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13300:5582_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:23831:10478_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:25948:4073_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 119
+0 38nt, >M01687:460:000000000-LGY9G:1:2113:8619:6491_CONS(1)... *
+1 29nt, >M01687:460:000000000-LGY9G:1:2113:16818:25064_CONS(1)... at 1:29:1:29/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:2117:22013:3493_CONS(1)... at 1:34:1:34/+/100.00%
+>Cluster 120
+0 64nt, >M01687:460:000000000-LGY9G:1:2114:4805:4734_CONS(1)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2112:23430:2202_CONS(2)... at 1:48:1:48/+/97.92%
+2 53nt, >M01687:460:000000000-LGY9G:1:1116:24623:18008_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 121
+0 57nt, >M01687:460:000000000-LGY9G:1:2109:5852:19892_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:22164:11097_CONS(1)... at 1:57:1:57/+/98.25%
+2 56nt, >M01687:460:000000000-LGY9G:1:1103:27078:20459_CONS(1)... at 1:56:1:57/+/98.25%
+>Cluster 122
+0 19nt, >M01687:460:000000000-LGY9G:1:1102:2216:13598_CONS(22)... at 1:18:1:18/+/100.00%
+1 18nt, >M01687:460:000000000-LGY9G:1:1119:23608:14913_CONS(2)... at 1:18:1:18/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1117:15349:3477_CONS(1)... *
+>Cluster 123
+0 52nt, >M01687:460:000000000-LGY9G:1:1101:25107:14608_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:2101:19280:5172_CONS(1)... at 1:52:1:52/+/98.08%
+2 50nt, >M01687:460:000000000-LGY9G:1:1111:25974:21302_CONS(1)... at 1:50:1:50/+/100.00%
+>Cluster 124
+0 31nt, >M01687:460:000000000-LGY9G:1:2107:9851:3043_CONS(1)... at 1:31:1:31/+/100.00%
+1 28nt, >M01687:460:000000000-LGY9G:1:2106:25881:12866_CONS(3)... at 1:28:1:28/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:1118:25820:20256_CONS(1)... *
+>Cluster 125
+0 54nt, >M01687:460:000000000-LGY9G:1:2103:22619:8490_CONS(1)... at 2:54:4:56/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2103:13411:23725_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:1106:15979:4397_CONS(1)... at 4:56:4:56/+/100.00%
+>Cluster 126
+0 89nt, >M01687:460:000000000-LGY9G:1:1102:18126:9521_CONS(16)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2104:8188:7213_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:1105:7620:21971_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 127
+0 58nt, >M01687:460:000000000-LGY9G:1:2106:13432:8855_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:23280:7487_CONS(1)... at 1:56:1:56/+/100.00%
+2 49nt, >M01687:460:000000000-LGY9G:1:1106:19338:14879_CONS(1)... at 1:49:1:49/+/100.00%
+>Cluster 128
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:9819:5544_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:23456:18998_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1104:15128:24698_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 129
+0 26nt, >M01687:460:000000000-LGY9G:1:2115:22603:9368_CONS(1)... at 1:26:1:26/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2112:8197:5045_CONS(1)... *
+2 30nt, >M01687:460:000000000-LGY9G:1:2110:14977:18259_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 130
+0 73nt, >M01687:460:000000000-LGY9G:1:2114:4388:8769_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1116:5746:10391_CONS(1)... at 1:73:1:73/+/98.63%
+2 73nt, >M01687:460:000000000-LGY9G:1:1118:18217:23820_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 131
+0 93nt, >M01687:460:000000000-LGY9G:1:2114:14706:7799_CONS(1)... at 12:93:16:97/+/100.00%
+1 93nt, >M01687:460:000000000-LGY9G:1:2115:4119:7843_CONS(1)... at 9:93:13:97/+/98.82%
+2 97nt, >M01687:460:000000000-LGY9G:1:1105:6263:3552_CONS(1)... *
+>Cluster 132
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:25235:8248_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1115:14997:12170_CONS(3)... at 1:55:1:55/+/98.18%
+2 55nt, >M01687:460:000000000-LGY9G:1:1109:19153:18891_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 133
+0 100nt, >M01687:460:000000000-LGY9G:1:2115:26436:14846_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2107:28487:18084_CONS(13)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2106:12900:23348_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 134
+0 156nt, >M01687:460:000000000-LGY9G:1:1102:5156:8097_CONS(27)... *
+1 156nt, >M01687:460:000000000-LGY9G:1:2101:13447:9390_CONS(1)... at 1:156:1:156/+/99.36%
+2 156nt, >M01687:460:000000000-LGY9G:1:1107:11716:11624_CONS(1)... at 1:156:1:156/+/99.36%
+>Cluster 135
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:21514:17879_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:16326:4935_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:1103:11722:11379_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 136
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:6288:7421_CONS(1)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2114:13919:21417_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:25727:8904_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 137
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:12576:4060_CONS(30)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:12253:22048_CONS(2)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:1106:18445:9240_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 138
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:10721:3819_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2113:21871:15694_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:22328:12395_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 139
+0 28nt, >M01687:460:000000000-LGY9G:1:2108:15266:9181_CONS(5)... at 5:28:4:27/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2116:9778:2927_CONS(1)... *
+2 29nt, >M01687:460:000000000-LGY9G:1:1115:12883:19091_CONS(2)... at 5:29:4:28/+/100.00%
+>Cluster 140
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18305:7150_CONS(29)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2117:7841:16188_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1109:22529:20188_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 141
+0 39nt, >M01687:460:000000000-LGY9G:1:2104:24285:6560_CONS(1)... at 1:39:1:39/+/97.44%
+1 40nt, >M01687:460:000000000-LGY9G:1:1119:4779:8391_CONS(1)... *
+2 30nt, >M01687:460:000000000-LGY9G:1:1113:14000:16565_CONS(3)... at 1:30:1:30/+/100.00%
+>Cluster 142
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:23742:11308_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:21610:20109_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:5751:8095_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 143
+0 72nt, >M01687:460:000000000-LGY9G:1:2101:14999:22219_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1117:6773:7311_CONS(1)... at 1:72:1:72/+/97.22%
+2 72nt, >M01687:460:000000000-LGY9G:1:1118:22047:2921_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 144
+0 47nt, >M01687:460:000000000-LGY9G:1:1102:26457:16868_CONS(1)... *
+1 40nt, >M01687:460:000000000-LGY9G:1:1119:23090:5031_CONS(1)... at 1:40:1:40/+/97.50%
+2 37nt, >M01687:460:000000000-LGY9G:1:1118:4782:8381_CONS(1)... at 1:37:1:37/+/97.30%
+>Cluster 145
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14464:8486_CONS(327)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:21534:16417_CONS(1)... *
+2 57nt, >M01687:460:000000000-LGY9G:1:1108:19408:17065_CONS(1)... at 5:57:4:57/+/98.15%
+>Cluster 146
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:8716:19434_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2114:16175:24349_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 147
+0 39nt, >M01687:460:000000000-LGY9G:1:2116:28268:19349_CONS(1)... at 1:39:1:39/+/100.00%
+1 51nt, >M01687:460:000000000-LGY9G:1:1113:16722:22389_CONS(1)... *
+>Cluster 148
+0 87nt, >M01687:460:000000000-LGY9G:1:2109:5572:21701_CONS(1)... at 1:87:1:87/+/98.85%
+1 88nt, >M01687:460:000000000-LGY9G:1:2109:5838:22456_CONS(1)... *
+>Cluster 149
+0 101nt, >M01687:460:000000000-LGY9G:1:2107:17928:13206_CONS(1)... at 1:101:2:102/+/99.01%
+1 102nt, >M01687:460:000000000-LGY9G:1:2107:16060:24773_CONS(5)... *
+>Cluster 150
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:19699:14980_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:4078:18425_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 151
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:12720:23903_CONS(8)... at 1:61:1:62/+/98.39%
+1 62nt, >M01687:460:000000000-LGY9G:1:2106:8735:14849_CONS(1)... *
+>Cluster 152
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:24135:22056_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:23816:17435_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 153
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:13758:8616_CONS(7)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:1109:17881:19127_CONS(1)... at 1:60:1:61/+/98.36%
+>Cluster 154
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:19992:12732_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:23977:8828_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 155
+0 55nt, >M01687:460:000000000-LGY9G:1:1106:9010:18636_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2119:22691:13484_CONS(1)... *
+>Cluster 156
+0 61nt, >M01687:460:000000000-LGY9G:1:1112:21836:24379_CONS(1)... at 4:61:5:62/+/98.28%
+1 62nt, >M01687:460:000000000-LGY9G:1:1105:16307:20339_CONS(1)... *
+>Cluster 157
+0 43nt, >M01687:460:000000000-LGY9G:1:1114:19624:7686_CONS(1)... at 1:43:1:43/+/97.67%
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:13416:2202_CONS(1)... *
+>Cluster 158
+0 58nt, >M01687:460:000000000-LGY9G:1:1101:25428:6898_CONS(163)... at 1:58:1:59/+/98.31%
+1 59nt, >M01687:460:000000000-LGY9G:1:2108:11634:9742_CONS(1)... *
+>Cluster 159
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:28307:14720_CONS(1)... *
+1 54nt, >M01687:460:000000000-LGY9G:1:2107:15176:11581_CONS(7)... at 1:54:1:54/+/98.15%
+>Cluster 160
+0 59nt, >M01687:460:000000000-LGY9G:1:2117:22954:10550_CONS(1)... *
+1 58nt, >M01687:460:000000000-LGY9G:1:1105:10193:5601_CONS(1)... at 1:58:1:58/+/98.28%
+>Cluster 161
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:21440:13756_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:25758:7173_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 162
+0 31nt, >M01687:460:000000000-LGY9G:1:2113:24003:6235_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:1111:5680:21082_CONS(2)... at 1:23:1:23/+/100.00%
+>Cluster 163
+0 54nt, >M01687:460:000000000-LGY9G:1:2103:15075:1732_CONS(1)... *
+1 46nt, >M01687:460:000000000-LGY9G:1:2118:23684:11325_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 164
+0 141nt, >M01687:460:000000000-LGY9G:1:2109:10123:20542_CONS(1)... *
+1 126nt, >M01687:460:000000000-LGY9G:1:1117:14692:23420_CONS(1)... at 1:126:15:141/+/98.43%
+>Cluster 165
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18238:7054_CONS(47)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:6349:4478_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 166
+0 86nt, >M01687:460:000000000-LGY9G:1:2117:16978:4436_CONS(1)... *
+1 86nt, >M01687:460:000000000-LGY9G:1:1116:7961:13880_CONS(1)... at 1:86:1:86/+/98.84%
+>Cluster 167
+0 58nt, >M01687:460:000000000-LGY9G:1:2104:27506:7744_CONS(1)... *
+1 44nt, >M01687:460:000000000-LGY9G:1:2117:23559:10924_CONS(1)... at 1:44:1:45/+/97.78%
+>Cluster 168
+0 27nt, >M01687:460:000000000-LGY9G:1:2106:19474:19302_CONS(1)... at 1:23:1:23/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:1117:9586:18774_CONS(1)... *
+>Cluster 169
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:7735:4189_CONS(3)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:1103:9985:10752_CONS(1)... *
+>Cluster 170
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:22409:2720_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:7736:17693_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 171
+0 45nt, >M01687:460:000000000-LGY9G:1:1115:29257:15750_CONS(1)... at 1:45:1:45/+/100.00%
+1 59nt, >M01687:460:000000000-LGY9G:1:1107:26757:12563_CONS(1)... *
+>Cluster 172
+0 53nt, >M01687:460:000000000-LGY9G:1:1107:12126:2018_CONS(1)... at 1:53:1:53/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1108:25755:16032_CONS(1)... *
+>Cluster 173
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:14170:12553_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:6182:5678_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 174
+0 82nt, >M01687:460:000000000-LGY9G:1:2106:14601:18029_CONS(1)... at 5:82:11:88/+/100.00%
+1 103nt, >M01687:460:000000000-LGY9G:1:2119:23459:5171_CONS(1)... *
+>Cluster 175
+0 88nt, >M01687:460:000000000-LGY9G:1:2109:26901:6182_CONS(1)... *
+1 83nt, >M01687:460:000000000-LGY9G:1:1104:14053:8672_CONS(1)... at 11:83:16:88/+/97.26%
+>Cluster 176
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:29110:16993_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:1110:29100:16442_CONS(1)... at 1:52:1:52/+/98.08%
+>Cluster 177
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:18458:21417_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1115:17769:13990_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 178
+0 51nt, >M01687:460:000000000-LGY9G:1:1102:25435:12355_CONS(1)... *
+1 51nt, >M01687:460:000000000-LGY9G:1:2112:19212:10474_CONS(18)... at 1:51:1:51/+/98.04%
+>Cluster 179
+0 61nt, >M01687:460:000000000-LGY9G:1:2112:14026:17180_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1112:22226:20887_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 180
+0 61nt, >M01687:460:000000000-LGY9G:1:2110:16158:15092_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2109:23623:19396_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 181
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:12583:7147_CONS(2)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:1103:25059:20442_CONS(1)... at 1:47:1:47/+/100.00%
+>Cluster 182
+0 53nt, >M01687:460:000000000-LGY9G:1:1101:15735:8184_CONS(8)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:2104:12664:19264_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 183
+0 60nt, >M01687:460:000000000-LGY9G:1:2108:8442:5596_CONS(1)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:2117:27654:15183_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 184
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:7877:14899_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2112:6630:20713_CONS(3)... at 1:56:1:56/+/98.21%
+>Cluster 185
+0 53nt, >M01687:460:000000000-LGY9G:1:2114:27532:18576_CONS(18)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:1107:22475:2101_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 186
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:9452:24832_CONS(4)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2108:12815:19729_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 187
+0 49nt, >M01687:460:000000000-LGY9G:1:2102:11035:21986_CONS(1)... at 1:49:1:49/+/100.00%
+1 58nt, >M01687:460:000000000-LGY9G:1:1103:27921:6733_CONS(1)... *
+>Cluster 188
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21685:4874_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:20534:3304_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 189
+0 67nt, >M01687:460:000000000-LGY9G:1:1102:26178:20098_CONS(1)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:1113:22822:12343_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 190
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:3898:14199_CONS(3)... at 1:66:1:66/+/98.48%
+1 67nt, >M01687:460:000000000-LGY9G:1:2109:9868:8542_CONS(1)... *
+>Cluster 191
+0 36nt, >M01687:460:000000000-LGY9G:1:2102:16074:17531_CONS(2)... at 1:36:1:36/+/100.00%
+1 37nt, >M01687:460:000000000-LGY9G:1:1109:8562:18295_CONS(1)... *
+>Cluster 192
+0 35nt, >M01687:460:000000000-LGY9G:1:1102:18971:19722_CONS(1)... *
+1 35nt, >M01687:460:000000000-LGY9G:1:2115:14872:19121_CONS(6)... at 1:35:1:35/+/97.14%
+>Cluster 193
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:4708:4844_CONS(1)... at 1:55:1:55/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2109:16016:9281_CONS(1)... *
+>Cluster 194
+0 94nt, >M01687:460:000000000-LGY9G:1:1106:22210:19402_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2119:26995:13794_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 195
+0 75nt, >M01687:460:000000000-LGY9G:1:2115:11474:15764_CONS(1)... *
+1 75nt, >M01687:460:000000000-LGY9G:1:1117:21703:12630_CONS(1)... at 1:75:1:75/+/98.67%
+>Cluster 196
+0 56nt, >M01687:460:000000000-LGY9G:1:1119:4709:17965_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1110:6058:5647_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 197
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:18367:2399_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2108:9773:10433_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 198
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:4563:8305_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1105:15564:13788_CONS(1)... *
+>Cluster 199
+0 94nt, >M01687:460:000000000-LGY9G:1:1119:18476:7350_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:1115:16008:19409_CONS(2)... at 1:94:1:94/+/98.94%
+>Cluster 200
+0 94nt, >M01687:460:000000000-LGY9G:1:1105:6119:9423_CONS(1)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:2119:26109:10590_CONS(1)... at 1:93:1:94/+/97.87%
+>Cluster 201
+0 56nt, >M01687:460:000000000-LGY9G:1:2109:23337:4245_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1116:20594:12265_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 202
+0 66nt, >M01687:460:000000000-LGY9G:1:2109:4292:17921_CONS(1)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2118:8581:6622_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 203
+0 68nt, >M01687:460:000000000-LGY9G:1:1101:20878:16317_CONS(18)... *
+1 68nt, >M01687:460:000000000-LGY9G:1:1115:21366:11742_CONS(1)... at 1:68:1:68/+/98.53%
+>Cluster 204
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:14073:22122_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:22065:21606_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 205
+0 57nt, >M01687:460:000000000-LGY9G:1:2103:13079:2296_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:17081:11031_CONS(1)... at 1:56:1:57/+/98.25%
+>Cluster 206
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:20222:10269_CONS(24)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2104:9738:14141_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 207
+0 73nt, >M01687:460:000000000-LGY9G:1:2111:17446:14288_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2103:4545:12192_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 208
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:3996:5780_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:20932:18370_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 209
+0 33nt, >M01687:460:000000000-LGY9G:1:2111:16184:4360_CONS(1)... *
+1 33nt, >M01687:460:000000000-LGY9G:1:1116:2211:13484_CONS(1)... at 1:25:1:25/+/100.00%
+>Cluster 210
+0 73nt, >M01687:460:000000000-LGY9G:1:2112:22596:12410_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1113:23435:15391_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 211
+0 69nt, >M01687:460:000000000-LGY9G:1:2103:13969:14972_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:1109:16042:7482_CONS(1)... at 1:69:1:69/+/98.55%
+>Cluster 212
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:13454:5710_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1103:14185:12677_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 213
+0 24nt, >M01687:460:000000000-LGY9G:1:2106:16596:3935_CONS(1)... at 1:24:1:24/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:1111:28830:8418_CONS(1)... *
+>Cluster 214
+0 56nt, >M01687:460:000000000-LGY9G:1:2117:4818:5950_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1104:26205:12309_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 215
+0 31nt, >M01687:460:000000000-LGY9G:1:2106:22603:12388_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:2103:5714:15599_CONS(1)... at 1:23:1:23/+/100.00%
+>Cluster 216
+0 71nt, >M01687:460:000000000-LGY9G:1:2110:8097:15626_CONS(1)... *
+1 71nt, >M01687:460:000000000-LGY9G:1:2103:19201:19319_CONS(1)... at 1:71:1:71/+/98.59%
+>Cluster 217
+0 70nt, >M01687:460:000000000-LGY9G:1:1101:11495:11627_CONS(31)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1103:20579:16852_CONS(1)... at 1:70:1:70/+/98.57%
+>Cluster 218
+0 55nt, >M01687:460:000000000-LGY9G:1:2108:12114:21952_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:19455:15994_CONS(1)... *
+>Cluster 219
+0 63nt, >M01687:460:000000000-LGY9G:1:1102:23220:13135_CONS(3)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1106:9954:17224_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 220
+0 63nt, >M01687:460:000000000-LGY9G:1:2116:27574:11854_CONS(1)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1118:11839:22604_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 221
+0 44nt, >M01687:460:000000000-LGY9G:1:1106:13873:23796_CONS(1)... *
+1 34nt, >M01687:460:000000000-LGY9G:1:1117:1973:15601_CONS(1)... at 1:34:1:34/+/100.00%
+>Cluster 222
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:9853:5962_CONS(90)... *
+1 88nt, >M01687:460:000000000-LGY9G:1:1118:26664:8268_CONS(1)... at 1:88:1:89/+/98.88%
+>Cluster 223
+0 43nt, >M01687:460:000000000-LGY9G:1:1119:23643:21854_CONS(1)... *
+1 36nt, >M01687:460:000000000-LGY9G:1:1118:1915:12722_CONS(1)... at 1:36:1:35/+/97.22%
+>Cluster 224
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:6297:3883_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:28896:17002_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 225
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:9497:20852_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:2102:19972:23632_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 226
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:4534:17631_CONS(1)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:4495:10310_CONS(23)... at 1:89:1:89/+/98.88%
+>Cluster 227
+0 98nt, >M01687:460:000000000-LGY9G:1:2114:6548:22701_CONS(1)... *
+1 98nt, >M01687:460:000000000-LGY9G:1:2118:13356:12548_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 228
+0 47nt, >M01687:460:000000000-LGY9G:1:2110:25905:5056_CONS(2)... *
+1 44nt, >M01687:460:000000000-LGY9G:1:1106:16134:4759_CONS(1)... at 1:44:1:44/+/100.00%
+>Cluster 229
+0 55nt, >M01687:460:000000000-LGY9G:1:2107:18920:9147_CONS(1)... at 1:51:1:51/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:20560:21026_CONS(1)... *
+>Cluster 230
+0 18nt, >M01687:460:000000000-LGY9G:1:2111:25408:4625_CONS(1)... at 1:18:1:18/+/100.00%
+1 20nt, >M01687:460:000000000-LGY9G:1:1109:6649:21355_CONS(1)... *
+>Cluster 231
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:17761:6644_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1118:10006:20728_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 232
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:18897:11602_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2110:12698:22837_CONS(9)... *
+>Cluster 233
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:13862:12593_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1103:26588:14415_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 234
+0 56nt, >M01687:460:000000000-LGY9G:1:2101:12965:21711_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:14157:20209_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 235
+0 65nt, >M01687:460:000000000-LGY9G:1:1119:10388:15563_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1117:3008:16162_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 236
+0 31nt, >M01687:460:000000000-LGY9G:1:1116:18866:12828_CONS(1)... at 1:31:1:31/+/100.00%
+1 39nt, >M01687:460:000000000-LGY9G:1:1105:6663:4445_CONS(1)... *
+>Cluster 237
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:24488:3472_CONS(7)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2103:23471:18442_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 238
+0 78nt, >M01687:460:000000000-LGY9G:1:2106:17529:7002_CONS(1)... *
+1 78nt, >M01687:460:000000000-LGY9G:1:1119:14210:17670_CONS(1)... at 1:78:1:78/+/98.72%
+>Cluster 239
+0 64nt, >M01687:460:000000000-LGY9G:1:1102:23344:4361_CONS(10)... *
+1 64nt, >M01687:460:000000000-LGY9G:1:1118:25353:14355_CONS(1)... at 1:64:1:64/+/98.44%
+>Cluster 240
+0 34nt, >M01687:460:000000000-LGY9G:1:2104:26666:11258_CONS(1)... at 1:34:1:34/+/97.06%
+1 42nt, >M01687:460:000000000-LGY9G:1:1105:3357:8401_CONS(1)... *
+>Cluster 241
+0 18nt, >M01687:460:000000000-LGY9G:1:2112:26536:21939_CONS(1)... *
+1 17nt, >M01687:460:000000000-LGY9G:1:1103:15061:23134_CONS(1)... at 4:16:6:18/+/100.00%
+>Cluster 242
+0 95nt, >M01687:460:000000000-LGY9G:1:2113:25753:6818_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:2118:18481:19564_CONS(1)... at 1:95:1:95/+/97.89%
+>Cluster 243
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:7851:22923_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1111:13212:14224_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 244
+0 26nt, >M01687:460:000000000-LGY9G:1:2113:25964:4485_CONS(1)... at 3:26:3:26/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1109:23440:23409_CONS(1)... *
+>Cluster 245
+0 31nt, >M01687:460:000000000-LGY9G:1:1103:22330:24617_CONS(1)... *
+>Cluster 246
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:22401:16079_CONS(1)... *
+>Cluster 247
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:9923:5870_CONS(1)... *
+>Cluster 248
+0 56nt, >M01687:460:000000000-LGY9G:1:1117:7954:12946_CONS(1)... *
+>Cluster 249
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:26119:17747_CONS(1)... *
+>Cluster 250
+0 56nt, >M01687:460:000000000-LGY9G:1:1115:2192:11769_CONS(1)... *
+>Cluster 251
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:15993:19211_CONS(1)... *
+>Cluster 252
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:19091:8610_CONS(1)... *
+>Cluster 253
+0 56nt, >M01687:460:000000000-LGY9G:1:1109:23228:16591_CONS(2)... *
+>Cluster 254
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:16383:14010_CONS(1)... *
+>Cluster 255
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:4919:5287_CONS(1)... *
+>Cluster 256
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:14287:16880_CONS(1)... *
+>Cluster 257
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:10659:16906_CONS(1)... *
+>Cluster 258
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:28261:13302_CONS(1)... *
+>Cluster 259
+0 30nt, >M01687:460:000000000-LGY9G:1:2103:23865:2671_CONS(1)... *
+>Cluster 260
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:18735:13931_CONS(1)... *
+>Cluster 261
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:14869:14162_CONS(1)... *
+>Cluster 262
+0 56nt, >M01687:460:000000000-LGY9G:1:1103:28642:12296_CONS(1)... *
+>Cluster 263
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:20523:18914_CONS(1)... *
+>Cluster 264
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:4950:10701_CONS(1)... *
+>Cluster 265
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:3460:19949_CONS(1)... *
+>Cluster 266
+0 56nt, >M01687:460:000000000-LGY9G:1:1108:13288:14571_CONS(1)... *
+>Cluster 267
+0 56nt, >M01687:460:000000000-LGY9G:1:1105:9414:19705_CONS(1)... *
+>Cluster 268
+0 30nt, >M01687:460:000000000-LGY9G:1:2109:14593:4435_CONS(1)... *
+>Cluster 269
+0 25nt, >M01687:460:000000000-LGY9G:1:1103:24123:10697_CONS(1)... *
+>Cluster 270
+0 43nt, >M01687:460:000000000-LGY9G:1:2105:18144:17749_CONS(1)... *
+>Cluster 271
+0 29nt, >M01687:460:000000000-LGY9G:1:1105:19044:22836_CONS(1)... *
+>Cluster 272
+0 47nt, >M01687:460:000000000-LGY9G:1:1117:11011:14091_CONS(1)... *
+>Cluster 273
+0 42nt, >M01687:460:000000000-LGY9G:1:1108:8489:6770_CONS(1)... *
+>Cluster 274
+0 40nt, >M01687:460:000000000-LGY9G:1:2107:22364:10510_CONS(1)... *
+>Cluster 275
+0 43nt, >M01687:460:000000000-LGY9G:1:1106:14763:17417_CONS(1)... *
+>Cluster 276
+0 43nt, >M01687:460:000000000-LGY9G:1:1103:21557:3513_CONS(1)... *
+>Cluster 277
+0 23nt, >M01687:460:000000000-LGY9G:1:1112:23062:22357_CONS(1)... *
+>Cluster 278
+0 48nt, >M01687:460:000000000-LGY9G:1:1115:23623:17752_CONS(1)... *
+>Cluster 279
+0 48nt, >M01687:460:000000000-LGY9G:1:1113:3850:10688_CONS(1)... *
+>Cluster 280
+0 49nt, >M01687:460:000000000-LGY9G:1:2101:9171:7962_CONS(1)... *
+>Cluster 281
+0 48nt, >M01687:460:000000000-LGY9G:1:2102:19837:19314_CONS(1)... *
+>Cluster 282
+0 48nt, >M01687:460:000000000-LGY9G:1:1104:23093:8720_CONS(1)... *
+>Cluster 283
+0 47nt, >M01687:460:000000000-LGY9G:1:2108:15866:9844_CONS(1)... *
+>Cluster 284
+0 48nt, >M01687:460:000000000-LGY9G:1:1110:20615:12273_CONS(1)... *
+>Cluster 285
+0 48nt, >M01687:460:000000000-LGY9G:1:1106:4221:16636_CONS(1)... *
+>Cluster 286
+0 32nt, >M01687:460:000000000-LGY9G:1:2102:14446:9316_CONS(1)... *
+>Cluster 287
+0 35nt, >M01687:460:000000000-LGY9G:1:1106:2176:16664_CONS(1)... *
+>Cluster 288
+0 28nt, >M01687:460:000000000-LGY9G:1:1112:23584:14956_CONS(1)... *
+>Cluster 289
+0 35nt, >M01687:460:000000000-LGY9G:1:2110:11912:9030_CONS(1)... *
+>Cluster 290
+0 35nt, >M01687:460:000000000-LGY9G:1:2106:3544:10726_CONS(1)... *
+>Cluster 291
+0 34nt, >M01687:460:000000000-LGY9G:1:1103:15021:18413_CONS(1)... *
+>Cluster 292
+0 33nt, >M01687:460:000000000-LGY9G:1:2106:17967:18298_CONS(1)... *
+>Cluster 293
+0 34nt, >M01687:460:000000000-LGY9G:1:2109:16942:7063_CONS(1)... *
+>Cluster 294
+0 34nt, >M01687:460:000000000-LGY9G:1:2109:6093:23099_CONS(1)... *
+>Cluster 295
+0 33nt, >M01687:460:000000000-LGY9G:1:2117:21720:23553_CONS(1)... *
+>Cluster 296
+0 38nt, >M01687:460:000000000-LGY9G:1:1112:14239:8297_CONS(1)... *
+>Cluster 297
+0 38nt, >M01687:460:000000000-LGY9G:1:1110:3480:8226_CONS(1)... *
+>Cluster 298
+0 39nt, >M01687:460:000000000-LGY9G:1:2117:2591:14363_CONS(1)... *
+>Cluster 299
+0 33nt, >M01687:460:000000000-LGY9G:1:2119:24195:17211_CONS(1)... *
+>Cluster 300
+0 26nt, >M01687:460:000000000-LGY9G:1:2106:7393:7287_CONS(1)... *
+>Cluster 301
+0 27nt, >M01687:460:000000000-LGY9G:1:2114:16580:2650_CONS(1)... *
+>Cluster 302
+0 37nt, >M01687:460:000000000-LGY9G:1:2106:20124:9502_CONS(1)... *
+>Cluster 303
+0 33nt, >M01687:460:000000000-LGY9G:1:1109:29097:16980_CONS(1)... *
+>Cluster 304
+0 55nt, >M01687:460:000000000-LGY9G:1:2117:23256:16226_CONS(1)... *
+>Cluster 305
+0 55nt, >M01687:460:000000000-LGY9G:1:2116:7776:3975_CONS(1)... *
+>Cluster 306
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:14155:11820_CONS(1)... *
+>Cluster 307
+0 55nt, >M01687:460:000000000-LGY9G:1:2110:11684:18812_CONS(1)... *
+>Cluster 308
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:27797:7143_CONS(1)... *
+>Cluster 309
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:15132:23935_CONS(1)... *
+>Cluster 310
+0 55nt, >M01687:460:000000000-LGY9G:1:2116:13636:10431_CONS(1)... *
+>Cluster 311
+0 55nt, >M01687:460:000000000-LGY9G:1:1119:10779:18126_CONS(1)... *
+>Cluster 312
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:12212:10623_CONS(1)... *
+>Cluster 313
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:5640:8431_CONS(1)... *
+>Cluster 314
+0 17nt, >M01687:460:000000000-LGY9G:1:1103:12771:20553_CONS(1)... *
+>Cluster 315
+0 56nt, >M01687:460:000000000-LGY9G:1:1117:22330:15933_CONS(1)... *
+>Cluster 316
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:12061:2975_CONS(1)... *
+>Cluster 317
+0 56nt, >M01687:460:000000000-LGY9G:1:2118:18596:6676_CONS(1)... *
+>Cluster 318
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:27176:15204_CONS(1)... *
+>Cluster 319
+0 19nt, >M01687:460:000000000-LGY9G:1:1104:22920:25068_CONS(1)... *
+>Cluster 320
+0 22nt, >M01687:460:000000000-LGY9G:1:1114:4139:19709_CONS(1)... *
+>Cluster 321
+0 55nt, >M01687:460:000000000-LGY9G:1:1118:24440:15770_CONS(1)... *
+>Cluster 322
+0 52nt, >M01687:460:000000000-LGY9G:1:1108:10003:16798_CONS(1)... *
+>Cluster 323
+0 51nt, >M01687:460:000000000-LGY9G:1:2109:23970:7783_CONS(1)... *
+>Cluster 324
+0 52nt, >M01687:460:000000000-LGY9G:1:2107:11788:11495_CONS(1)... *
+>Cluster 325
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:9484:11562_CONS(1)... *
+>Cluster 326
+0 50nt, >M01687:460:000000000-LGY9G:1:2114:7865:24068_CONS(1)... *
+>Cluster 327
+0 50nt, >M01687:460:000000000-LGY9G:1:2101:17054:13622_CONS(1)... *
+>Cluster 328
+0 51nt, >M01687:460:000000000-LGY9G:1:1103:14814:8824_CONS(1)... *
+>Cluster 329
+0 50nt, >M01687:460:000000000-LGY9G:1:2114:9634:14523_CONS(1)... *
+>Cluster 330
+0 53nt, >M01687:460:000000000-LGY9G:1:2102:5667:6716_CONS(1)... *
+>Cluster 331
+0 54nt, >M01687:460:000000000-LGY9G:1:2110:9129:21124_CONS(1)... *
+>Cluster 332
+0 54nt, >M01687:460:000000000-LGY9G:1:2107:24792:23683_CONS(1)... *
+>Cluster 333
+0 55nt, >M01687:460:000000000-LGY9G:1:2118:11881:7283_CONS(1)... *
+>Cluster 334
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:23271:7740_CONS(2)... *
+>Cluster 335
+0 54nt, >M01687:460:000000000-LGY9G:1:1118:3774:20145_CONS(1)... *
+>Cluster 336
+0 53nt, >M01687:460:000000000-LGY9G:1:2106:7733:8129_CONS(13)... *
+>Cluster 337
+0 54nt, >M01687:460:000000000-LGY9G:1:2105:20598:19610_CONS(1)... *
+>Cluster 338
+0 54nt, >M01687:460:000000000-LGY9G:1:1109:16720:12675_CONS(1)... *
+>Cluster 339
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:20375:15480_CONS(1)... *
+>Cluster 340
+0 66nt, >M01687:460:000000000-LGY9G:1:1105:21456:3264_CONS(1)... *
+>Cluster 341
+0 66nt, >M01687:460:000000000-LGY9G:1:1118:14782:6738_CONS(2)... *
+>Cluster 342
+0 66nt, >M01687:460:000000000-LGY9G:1:2102:8760:20808_CONS(1)... *
+>Cluster 343
+0 66nt, >M01687:460:000000000-LGY9G:1:2111:13317:19420_CONS(1)... *
+>Cluster 344
+0 66nt, >M01687:460:000000000-LGY9G:1:2102:26306:16873_CONS(1)... *
+>Cluster 345
+0 65nt, >M01687:460:000000000-LGY9G:1:2116:12020:15884_CONS(1)... *
+>Cluster 346
+0 65nt, >M01687:460:000000000-LGY9G:1:1115:23784:4238_CONS(1)... *
+>Cluster 347
+0 65nt, >M01687:460:000000000-LGY9G:1:2110:29350:14876_CONS(1)... *
+>Cluster 348
+0 65nt, >M01687:460:000000000-LGY9G:1:2114:12903:14230_CONS(1)... *
+>Cluster 349
+0 65nt, >M01687:460:000000000-LGY9G:1:2113:20346:11090_CONS(1)... *
+>Cluster 350
+0 66nt, >M01687:460:000000000-LGY9G:1:1102:16889:3394_CONS(1)... *
+>Cluster 351
+0 72nt, >M01687:460:000000000-LGY9G:1:2110:11429:16706_CONS(7)... *
+>Cluster 352
+0 71nt, >M01687:460:000000000-LGY9G:1:2113:14681:23251_CONS(1)... *
+>Cluster 353
+0 72nt, >M01687:460:000000000-LGY9G:1:2110:25816:9463_CONS(1)... *
+>Cluster 354
+0 73nt, >M01687:460:000000000-LGY9G:1:2103:10345:11117_CONS(1)... *
+>Cluster 355
+0 72nt, >M01687:460:000000000-LGY9G:1:2112:10488:13452_CONS(1)... *
+>Cluster 356
+0 67nt, >M01687:460:000000000-LGY9G:1:2115:21095:1888_CONS(1)... *
+>Cluster 357
+0 67nt, >M01687:460:000000000-LGY9G:1:2103:11635:6367_CONS(1)... *
+>Cluster 358
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:14105:22266_CONS(1)... *
+>Cluster 359
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:27995:10070_CONS(1)... *
+>Cluster 360
+0 69nt, >M01687:460:000000000-LGY9G:1:1111:17603:20442_CONS(1)... *
+>Cluster 361
+0 65nt, >M01687:460:000000000-LGY9G:1:1113:9332:10769_CONS(1)... *
+>Cluster 362
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:10438:11288_CONS(1)... *
+>Cluster 363
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:10798:7876_CONS(1)... *
+>Cluster 364
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:25371:4721_CONS(19)... *
+>Cluster 365
+0 63nt, >M01687:460:000000000-LGY9G:1:2108:19144:2903_CONS(1)... *
+>Cluster 366
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:19711:21900_CONS(1)... *
+>Cluster 367
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:14625:24808_CONS(1)... *
+>Cluster 368
+0 62nt, >M01687:460:000000000-LGY9G:1:2111:21396:10840_CONS(1)... *
+>Cluster 369
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:23512:7259_CONS(1)... *
+>Cluster 370
+0 62nt, >M01687:460:000000000-LGY9G:1:2115:15736:9321_CONS(2)... *
+>Cluster 371
+0 62nt, >M01687:460:000000000-LGY9G:1:2115:18139:11297_CONS(5)... *
+>Cluster 372
+0 63nt, >M01687:460:000000000-LGY9G:1:2111:20145:20329_CONS(1)... *
+>Cluster 373
+0 64nt, >M01687:460:000000000-LGY9G:1:2113:14033:9423_CONS(1)... *
+>Cluster 374
+0 64nt, >M01687:460:000000000-LGY9G:1:2111:26535:20579_CONS(1)... *
+>Cluster 375
+0 64nt, >M01687:460:000000000-LGY9G:1:1101:16392:13073_CONS(1)... *
+>Cluster 376
+0 65nt, >M01687:460:000000000-LGY9G:1:1117:23191:2539_CONS(1)... *
+>Cluster 377
+0 65nt, >M01687:460:000000000-LGY9G:1:2118:7116:21531_CONS(1)... *
+>Cluster 378
+0 64nt, >M01687:460:000000000-LGY9G:1:2116:9427:18294_CONS(1)... *
+>Cluster 379
+0 64nt, >M01687:460:000000000-LGY9G:1:1107:10659:7299_CONS(1)... *
+>Cluster 380
+0 64nt, >M01687:460:000000000-LGY9G:1:2102:22272:6604_CONS(1)... *
+>Cluster 381
+0 64nt, >M01687:460:000000000-LGY9G:1:2107:18714:10098_CONS(1)... *
+>Cluster 382
+0 64nt, >M01687:460:000000000-LGY9G:1:2106:6301:5352_CONS(1)... *
+>Cluster 383
+0 73nt, >M01687:460:000000000-LGY9G:1:2103:24150:10604_CONS(1)... *
+>Cluster 384
+0 92nt, >M01687:460:000000000-LGY9G:1:2103:19008:11814_CONS(1)... *
+>Cluster 385
+0 90nt, >M01687:460:000000000-LGY9G:1:2103:26278:12505_CONS(1)... *
+>Cluster 386
+0 93nt, >M01687:460:000000000-LGY9G:1:2104:7261:10036_CONS(1)... *
+>Cluster 387
+0 93nt, >M01687:460:000000000-LGY9G:1:1101:11564:11468_CONS(1)... *
+>Cluster 388
+0 93nt, >M01687:460:000000000-LGY9G:1:1102:16411:17215_CONS(1)... *
+>Cluster 389
+0 88nt, >M01687:460:000000000-LGY9G:1:1111:28102:13012_CONS(1)... *
+>Cluster 390
+0 87nt, >M01687:460:000000000-LGY9G:1:1105:11558:4433_CONS(1)... *
+>Cluster 391
+0 88nt, >M01687:460:000000000-LGY9G:1:2104:27133:5788_CONS(1)... *
+>Cluster 392
+0 89nt, >M01687:460:000000000-LGY9G:1:2107:14838:16984_CONS(3)... *
+>Cluster 393
+0 88nt, >M01687:460:000000000-LGY9G:1:2112:29109:11178_CONS(1)... *
+>Cluster 394
+0 94nt, >M01687:460:000000000-LGY9G:1:1117:26867:7734_CONS(1)... *
+>Cluster 395
+0 124nt, >M01687:460:000000000-LGY9G:1:1116:9389:21238_CONS(1)... *
+>Cluster 396
+0 118nt, >M01687:460:000000000-LGY9G:1:1117:9656:11300_CONS(1)... *
+>Cluster 397
+0 125nt, >M01687:460:000000000-LGY9G:1:1116:15156:21710_CONS(1)... *
+>Cluster 398
+0 128nt, >M01687:460:000000000-LGY9G:1:2103:17109:4730_CONS(1)... *
+>Cluster 399
+0 126nt, >M01687:460:000000000-LGY9G:1:2116:7816:3172_CONS(1)... *
+>Cluster 400
+0 97nt, >M01687:460:000000000-LGY9G:1:2107:22006:12770_CONS(1)... *
+>Cluster 401
+0 97nt, >M01687:460:000000000-LGY9G:1:1108:9733:8243_CONS(1)... *
+>Cluster 402
+0 98nt, >M01687:460:000000000-LGY9G:1:1109:28405:14714_CONS(1)... *
+>Cluster 403
+0 110nt, >M01687:460:000000000-LGY9G:1:2105:23715:4592_CONS(1)... *
+>Cluster 404
+0 103nt, >M01687:460:000000000-LGY9G:1:2114:7472:19038_CONS(1)... *
+>Cluster 405
+0 86nt, >M01687:460:000000000-LGY9G:1:1114:10704:23716_CONS(1)... *
+>Cluster 406
+0 76nt, >M01687:460:000000000-LGY9G:1:1106:10151:7982_CONS(1)... *
+>Cluster 407
+0 74nt, >M01687:460:000000000-LGY9G:1:2114:16833:5771_CONS(1)... *
+>Cluster 408
+0 76nt, >M01687:460:000000000-LGY9G:1:1112:3687:19315_CONS(1)... *
+>Cluster 409
+0 78nt, >M01687:460:000000000-LGY9G:1:1108:11769:5508_CONS(1)... *
+>Cluster 410
+0 77nt, >M01687:460:000000000-LGY9G:1:1118:14169:8538_CONS(1)... *
+>Cluster 411
+0 73nt, >M01687:460:000000000-LGY9G:1:2109:19333:8481_CONS(5)... *
+>Cluster 412
+0 73nt, >M01687:460:000000000-LGY9G:1:2106:6759:17170_CONS(1)... *
+>Cluster 413
+0 73nt, >M01687:460:000000000-LGY9G:1:2115:16298:9802_CONS(1)... *
+>Cluster 414
+0 74nt, >M01687:460:000000000-LGY9G:1:2104:9982:25032_CONS(1)... *
+>Cluster 415
+0 73nt, >M01687:460:000000000-LGY9G:1:1102:9443:12638_CONS(26)... *
+>Cluster 416
+0 79nt, >M01687:460:000000000-LGY9G:1:2106:15650:17901_CONS(1)... *
+>Cluster 417
+0 83nt, >M01687:460:000000000-LGY9G:1:2114:25862:11633_CONS(1)... *
+>Cluster 418
+0 83nt, >M01687:460:000000000-LGY9G:1:1119:10164:17491_CONS(1)... *
+>Cluster 419
+0 85nt, >M01687:460:000000000-LGY9G:1:1118:26871:6047_CONS(1)... *
+>Cluster 420
+0 86nt, >M01687:460:000000000-LGY9G:1:1108:20005:9574_CONS(1)... *
+>Cluster 421
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:27343:6403_CONS(1)... *
+>Cluster 422
+0 82nt, >M01687:460:000000000-LGY9G:1:2117:8193:5165_CONS(1)... *
+>Cluster 423
+0 79nt, >M01687:460:000000000-LGY9G:1:2108:10550:11651_CONS(4)... *
+>Cluster 424
+0 82nt, >M01687:460:000000000-LGY9G:1:2112:24819:15572_CONS(1)... *
+>Cluster 425
+0 83nt, >M01687:460:000000000-LGY9G:1:1113:8443:9198_CONS(1)... *
+>Cluster 426
+0 83nt, >M01687:460:000000000-LGY9G:1:1106:8202:13203_CONS(1)... *
+>Cluster 427
+0 57nt, >M01687:460:000000000-LGY9G:1:1113:23226:10164_CONS(1)... *
+>Cluster 428
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9086:13269_CONS(15)... *
+>Cluster 429
+0 57nt, >M01687:460:000000000-LGY9G:1:1114:10421:11696_CONS(1)... *
+>Cluster 430
+0 57nt, >M01687:460:000000000-LGY9G:1:2104:6595:7192_CONS(1)... *
+>Cluster 431
+0 57nt, >M01687:460:000000000-LGY9G:1:1116:10799:20270_CONS(1)... *
+>Cluster 432
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:5591:20648_CONS(1)... *
+>Cluster 433
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:2811:18022_CONS(1)... *
+>Cluster 434
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:4118:12518_CONS(18)... *
+>Cluster 435
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:10775:23836_CONS(1)... *
+>Cluster 436
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:8776:10355_CONS(1)... *
+>Cluster 437
+0 57nt, >M01687:460:000000000-LGY9G:1:2106:25304:20679_CONS(1)... *
+>Cluster 438
+0 58nt, >M01687:460:000000000-LGY9G:1:1108:23732:16632_CONS(1)... *
+>Cluster 439
+0 58nt, >M01687:460:000000000-LGY9G:1:1108:15027:19595_CONS(1)... *
+>Cluster 440
+0 58nt, >M01687:460:000000000-LGY9G:1:1107:11545:19616_CONS(1)... *
+>Cluster 441
+0 58nt, >M01687:460:000000000-LGY9G:1:1113:21880:11589_CONS(1)... *
+>Cluster 442
+0 58nt, >M01687:460:000000000-LGY9G:1:1113:3576:18452_CONS(1)... *
+>Cluster 443
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:5180:12320_CONS(1)... *
+>Cluster 444
+0 57nt, >M01687:460:000000000-LGY9G:1:2107:19926:7748_CONS(1)... *
+>Cluster 445
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:5583:12372_CONS(1)... *
+>Cluster 446
+0 58nt, >M01687:460:000000000-LGY9G:1:1117:6452:7378_CONS(1)... *
+>Cluster 447
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:9451:5408_CONS(1)... *
+>Cluster 448
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13025:22577_CONS(1)... *
+>Cluster 449
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:16746:19827_CONS(1)... *
+>Cluster 450
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:16948:6744_CONS(1)... *
+>Cluster 451
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:24654:12755_CONS(1)... *
+>Cluster 452
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:10269:12392_CONS(13)... *
+>Cluster 453
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:17277:24331_CONS(1)... *
+>Cluster 454
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:6883:18873_CONS(1)... *
+>Cluster 455
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:10866:3239_CONS(1)... *
+>Cluster 456
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:8025:6504_CONS(1)... *
+>Cluster 457
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:4945:10640_CONS(3)... *
+>Cluster 458
+0 56nt, >M01687:460:000000000-LGY9G:1:2106:11566:22154_CONS(1)... *
+>Cluster 459
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:26598:4930_CONS(1)... *
+>Cluster 460
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:16071:7420_CONS(1)... *
+>Cluster 461
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:17674:12183_CONS(1)... *
+>Cluster 462
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:25370:5230_CONS(4)... *
+>Cluster 463
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:11959:6273_CONS(1)... *
+>Cluster 464
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:20607:4553_CONS(1)... *
+>Cluster 465
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:9939:23862_CONS(1)... *
+>Cluster 466
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:24753:4115_CONS(13)... *
+>Cluster 467
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:11097:22335_CONS(1)... *
+>Cluster 468
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:4834:13223_CONS(1)... *
+>Cluster 469
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:13929:22173_CONS(3)... *
+>Cluster 470
+0 58nt, >M01687:460:000000000-LGY9G:1:1119:20437:9754_CONS(1)... *
+>Cluster 471
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:20829:19152_CONS(1)... *
+>Cluster 472
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:22204:22996_CONS(1)... *
+>Cluster 473
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:8982:8783_CONS(1)... *
+>Cluster 474
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:16930:15649_CONS(1)... *
+>Cluster 475
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:18783:20152_CONS(12)... *
+>Cluster 476
+0 61nt, >M01687:460:000000000-LGY9G:1:2105:10469:12864_CONS(1)... *
+>Cluster 477
+0 61nt, >M01687:460:000000000-LGY9G:1:2103:27608:20321_CONS(1)... *
+>Cluster 478
+0 61nt, >M01687:460:000000000-LGY9G:1:2107:8004:10605_CONS(1)... *
+>Cluster 479
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:16420:23634_CONS(4)... *
+>Cluster 480
+0 61nt, >M01687:460:000000000-LGY9G:1:2109:12318:22909_CONS(1)... *
+>Cluster 481
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:12996:3690_CONS(1)... *
+>Cluster 482
+0 62nt, >M01687:460:000000000-LGY9G:1:2117:7003:2734_CONS(1)... *
+>Cluster 483
+0 62nt, >M01687:460:000000000-LGY9G:1:2116:7909:20857_CONS(1)... *
+>Cluster 484
+0 62nt, >M01687:460:000000000-LGY9G:1:2104:21093:3519_CONS(1)... *
+>Cluster 485
+0 62nt, >M01687:460:000000000-LGY9G:1:2111:19681:14444_CONS(1)... *
+>Cluster 486
+0 62nt, >M01687:460:000000000-LGY9G:1:2109:6618:11677_CONS(1)... *
+>Cluster 487
+0 62nt, >M01687:460:000000000-LGY9G:1:1112:14099:14742_CONS(1)... *
+>Cluster 488
+0 62nt, >M01687:460:000000000-LGY9G:1:1103:15446:21466_CONS(1)... *
+>Cluster 489
+0 62nt, >M01687:460:000000000-LGY9G:1:1114:21508:23215_CONS(1)... *
+>Cluster 490
+0 62nt, >M01687:460:000000000-LGY9G:1:1119:19977:13270_CONS(1)... *
+>Cluster 491
+0 62nt, >M01687:460:000000000-LGY9G:1:1115:10976:6252_CONS(4)... *
+>Cluster 492
+0 61nt, >M01687:460:000000000-LGY9G:1:2117:10709:18505_CONS(1)... *
+>Cluster 493
+0 59nt, >M01687:460:000000000-LGY9G:1:1112:6961:3174_CONS(1)... *
+>Cluster 494
+0 59nt, >M01687:460:000000000-LGY9G:1:1105:12126:7292_CONS(1)... *
+>Cluster 495
+0 59nt, >M01687:460:000000000-LGY9G:1:1113:8921:5599_CONS(1)... *
+>Cluster 496
+0 59nt, >M01687:460:000000000-LGY9G:1:2106:8570:22911_CONS(1)... *
+>Cluster 497
+0 59nt, >M01687:460:000000000-LGY9G:1:2116:11488:4310_CONS(1)... *
+>Cluster 498
+0 58nt, >M01687:460:000000000-LGY9G:1:2105:7047:9777_CONS(1)... *
+>Cluster 499
+0 58nt, >M01687:460:000000000-LGY9G:1:2116:8285:23159_CONS(1)... *
+>Cluster 500
+0 58nt, >M01687:460:000000000-LGY9G:1:2113:7490:24221_CONS(1)... *
+>Cluster 501
+0 58nt, >M01687:460:000000000-LGY9G:1:2114:22166:2007_CONS(1)... *
+>Cluster 502
+0 58nt, >M01687:460:000000000-LGY9G:1:2115:26062:4625_CONS(4)... *
+>Cluster 503
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:27562:16877_CONS(1)... *
+>Cluster 504
+0 60nt, >M01687:460:000000000-LGY9G:1:2113:15789:17082_CONS(1)... *
+>Cluster 505
+0 60nt, >M01687:460:000000000-LGY9G:1:2111:7124:12779_CONS(1)... *
+>Cluster 506
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:18225:3328_CONS(1)... *
+>Cluster 507
+0 61nt, >M01687:460:000000000-LGY9G:1:1113:3790:15145_CONS(1)... *
+>Cluster 508
+0 61nt, >M01687:460:000000000-LGY9G:1:1103:4192:7833_CONS(1)... *
+>Cluster 509
+0 59nt, >M01687:460:000000000-LGY9G:1:2110:23307:21937_CONS(1)... *
+>Cluster 510
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:23428:5929_CONS(1)... *
+>Cluster 511
+0 59nt, >M01687:460:000000000-LGY9G:1:1102:11606:24404_CONS(11)... *
+>Cluster 512
+0 60nt, >M01687:460:000000000-LGY9G:1:1112:23304:13067_CONS(2)... *
+>Cluster 513
+0 60nt, >M01687:460:000000000-LGY9G:1:1117:10981:11318_CONS(1)... *
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_anno.xlsx
Binary file test-data/prev_anno.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_count_summary.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/prev_count_summary.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,516 @@
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 9 47004 47013 0.02 99.98
+1 1410 0 1410 100.00 0.00
+2 990 0 990 100.00 0.00
+3 882 21 903 97.67 2.33
+4 1025 0 1025 100.00 0.00
+5 4 286 290 1.38 98.62
+6 550 6 556 98.92 1.08
+7 0 423 423 0.00 100.00
+8 0 79 79 0.00 100.00
+9 0 383 383 0.00 100.00
+10 2 296 298 0.67 99.33
+11 138 0 138 100.00 0.00
+12 183 0 183 100.00 0.00
+13 3 23 26 11.54 88.46
+14 27 0 27 100.00 0.00
+15 0 376 376 0.00 100.00
+16 59 0 59 100.00 0.00
+17 23 0 23 100.00 0.00
+18 1 14 15 6.67 93.33
+19 0 178 178 0.00 100.00
+20 258 0 258 100.00 0.00
+21 0 224 224 0.00 100.00
+22 121 0 121 100.00 0.00
+23 314 0 314 100.00 0.00
+24 193 0 193 100.00 0.00
+25 39 182 221 17.65 82.35
+26 11 0 11 100.00 0.00
+27 0 116 116 0.00 100.00
+28 0 146 146 0.00 100.00
+29 125 0 125 100.00 0.00
+30 135 0 135 100.00 0.00
+31 1 135 136 0.74 99.26
+32 12 0 12 100.00 0.00
+33 1 158 159 0.63 99.37
+34 4781 0 4781 100.00 0.00
+35 122 0 122 100.00 0.00
+36 150 0 150 100.00 0.00
+37 95 0 95 100.00 0.00
+38 0 209 209 0.00 100.00
+39 302 0 302 100.00 0.00
+40 0 132 132 0.00 100.00
+41 15 0 15 100.00 0.00
+42 115 1 116 99.14 0.86
+43 0 184 184 0.00 100.00
+44 0 96 96 0.00 100.00
+45 8 0 8 100.00 0.00
+46 1 60 61 1.64 98.36
+47 8 0 8 100.00 0.00
+48 48 0 48 100.00 0.00
+49 10 0 10 100.00 0.00
+50 1 6 7 14.29 85.71
+51 12 0 12 100.00 0.00
+52 8 0 8 100.00 0.00
+53 102 0 102 100.00 0.00
+54 0 19 19 0.00 100.00
+55 5 8 13 38.46 61.54
+56 39 0 39 100.00 0.00
+57 55 0 55 100.00 0.00
+58 8 0 8 100.00 0.00
+59 16 0 16 100.00 0.00
+60 4 3 7 57.14 42.86
+61 144 0 144 100.00 0.00
+62 2 27 29 6.90 93.10
+63 0 82 82 0.00 100.00
+64 0 53 53 0.00 100.00
+65 14 0 14 100.00 0.00
+66 207 0 207 100.00 0.00
+67 7 0 7 100.00 0.00
+68 75 0 75 100.00 0.00
+69 6 0 6 100.00 0.00
+70 72 0 72 100.00 0.00
+71 71 0 71 100.00 0.00
+72 72 0 72 100.00 0.00
+73 15 0 15 100.00 0.00
+74 85 1 86 98.84 1.16
+75 26 0 26 100.00 0.00
+76 5 0 5 100.00 0.00
+77 1 22 23 4.35 95.65
+78 0 70 70 0.00 100.00
+79 4 0 4 100.00 0.00
+80 4 0 4 100.00 0.00
+81 2 2 4 50.00 50.00
+82 4 0 4 100.00 0.00
+83 2 2 4 50.00 50.00
+84 8 0 8 100.00 0.00
+85 18 0 18 100.00 0.00
+86 21 0 21 100.00 0.00
+87 35 4 39 89.74 10.26
+88 4 0 4 100.00 0.00
+89 4 0 4 100.00 0.00
+90 8 0 8 100.00 0.00
+91 47 0 47 100.00 0.00
+92 261 0 261 100.00 0.00
+93 49 0 49 100.00 0.00
+94 25 0 25 100.00 0.00
+95 4 0 4 100.00 0.00
+96 11 0 11 100.00 0.00
+97 4 3 7 57.14 42.86
+98 18 0 18 100.00 0.00
+99 23 0 23 100.00 0.00
+100 4 0 4 100.00 0.00
+101 7 0 7 100.00 0.00
+102 3 2 5 60.00 40.00
+103 21 1 22 95.45 4.55
+104 4 0 4 100.00 0.00
+105 3 0 3 100.00 0.00
+106 7 0 7 100.00 0.00
+107 3 0 3 100.00 0.00
+108 4 0 4 100.00 0.00
+109 8 0 8 100.00 0.00
+110 3 0 3 100.00 0.00
+111 3 0 3 100.00 0.00
+112 3 0 3 100.00 0.00
+113 3 0 3 100.00 0.00
+114 3 0 3 100.00 0.00
+115 3 0 3 100.00 0.00
+116 11 0 11 100.00 0.00
+117 0 41 41 0.00 100.00
+118 3 0 3 100.00 0.00
+119 3 0 3 100.00 0.00
+120 2 2 4 50.00 50.00
+121 3 0 3 100.00 0.00
+122 25 0 25 100.00 0.00
+123 3 0 3 100.00 0.00
+124 0 5 5 0.00 100.00
+125 3 0 3 100.00 0.00
+126 0 18 18 0.00 100.00
+127 3 0 3 100.00 0.00
+128 3 0 3 100.00 0.00
+129 2 1 3 66.67 33.33
+130 3 0 3 100.00 0.00
+131 3 0 3 100.00 0.00
+132 5 0 5 100.00 0.00
+133 15 0 15 100.00 0.00
+134 29 0 29 100.00 0.00
+135 3 0 3 100.00 0.00
+136 3 0 3 100.00 0.00
+137 33 0 33 100.00 0.00
+138 3 0 3 100.00 0.00
+139 8 0 8 100.00 0.00
+140 31 0 31 100.00 0.00
+141 2 3 5 40.00 60.00
+142 3 0 3 100.00 0.00
+143 3 0 3 100.00 0.00
+144 1 2 3 33.33 66.67
+145 329 0 329 100.00 0.00
+146 2 0 2 100.00 0.00
+147 2 0 2 100.00 0.00
+148 1 1 2 50.00 50.00
+149 6 0 6 100.00 0.00
+150 2 0 2 100.00 0.00
+151 9 0 9 100.00 0.00
+152 2 0 2 100.00 0.00
+153 8 0 8 100.00 0.00
+154 2 0 2 100.00 0.00
+155 2 0 2 100.00 0.00
+156 2 0 2 100.00 0.00
+157 2 0 2 100.00 0.00
+158 164 0 164 100.00 0.00
+159 8 0 8 100.00 0.00
+160 2 0 2 100.00 0.00
+161 2 0 2 100.00 0.00
+162 3 0 3 100.00 0.00
+163 2 0 2 100.00 0.00
+164 2 0 2 100.00 0.00
+165 48 0 48 100.00 0.00
+166 1 1 2 50.00 50.00
+167 2 0 2 100.00 0.00
+168 2 0 2 100.00 0.00
+169 4 0 4 100.00 0.00
+170 2 0 2 100.00 0.00
+171 2 0 2 100.00 0.00
+172 2 0 2 100.00 0.00
+173 2 0 2 100.00 0.00
+174 2 0 2 100.00 0.00
+175 2 0 2 100.00 0.00
+176 2 0 2 100.00 0.00
+177 2 0 2 100.00 0.00
+178 19 0 19 100.00 0.00
+179 2 0 2 100.00 0.00
+180 2 0 2 100.00 0.00
+181 3 0 3 100.00 0.00
+182 9 0 9 100.00 0.00
+183 2 0 2 100.00 0.00
+184 4 0 4 100.00 0.00
+185 19 0 19 100.00 0.00
+186 5 0 5 100.00 0.00
+187 2 0 2 100.00 0.00
+188 2 0 2 100.00 0.00
+189 2 0 2 100.00 0.00
+190 4 0 4 100.00 0.00
+191 3 0 3 100.00 0.00
+192 1 6 7 14.29 85.71
+193 0 2 2 0.00 100.00
+194 2 0 2 100.00 0.00
+195 2 0 2 100.00 0.00
+196 2 0 2 100.00 0.00
+197 2 0 2 100.00 0.00
+198 2 0 2 100.00 0.00
+199 3 0 3 100.00 0.00
+200 2 0 2 100.00 0.00
+201 2 0 2 100.00 0.00
+202 2 0 2 100.00 0.00
+203 19 0 19 100.00 0.00
+204 2 0 2 100.00 0.00
+205 2 0 2 100.00 0.00
+206 25 0 25 100.00 0.00
+207 2 0 2 100.00 0.00
+208 2 0 2 100.00 0.00
+209 2 0 2 100.00 0.00
+210 2 0 2 100.00 0.00
+211 2 0 2 100.00 0.00
+212 2 0 2 100.00 0.00
+213 2 0 2 100.00 0.00
+214 2 0 2 100.00 0.00
+215 2 0 2 100.00 0.00
+216 2 0 2 100.00 0.00
+217 32 0 32 100.00 0.00
+218 2 0 2 100.00 0.00
+219 4 0 4 100.00 0.00
+220 2 0 2 100.00 0.00
+221 2 0 2 100.00 0.00
+222 0 91 91 0.00 100.00
+223 2 0 2 100.00 0.00
+224 2 0 2 100.00 0.00
+225 2 0 2 100.00 0.00
+226 1 23 24 4.17 95.83
+227 1 1 2 50.00 50.00
+228 1 2 3 33.33 66.67
+229 2 0 2 100.00 0.00
+230 2 0 2 100.00 0.00
+231 2 0 2 100.00 0.00
+232 10 0 10 100.00 0.00
+233 2 0 2 100.00 0.00
+234 2 0 2 100.00 0.00
+235 2 0 2 100.00 0.00
+236 2 0 2 100.00 0.00
+237 8 0 8 100.00 0.00
+238 0 2 2 0.00 100.00
+239 11 0 11 100.00 0.00
+240 2 0 2 100.00 0.00
+241 2 0 2 100.00 0.00
+242 2 0 2 100.00 0.00
+243 2 0 2 100.00 0.00
+244 2 0 2 100.00 0.00
+245 0 1 1 0.00 100.00
+246 1 0 1 100.00 0.00
+247 1 0 1 100.00 0.00
+248 1 0 1 100.00 0.00
+249 1 0 1 100.00 0.00
+250 1 0 1 100.00 0.00
+251 1 0 1 100.00 0.00
+252 1 0 1 100.00 0.00
+253 2 0 2 100.00 0.00
+254 1 0 1 100.00 0.00
+255 1 0 1 100.00 0.00
+256 1 0 1 100.00 0.00
+257 1 0 1 100.00 0.00
+258 1 0 1 100.00 0.00
+259 1 0 1 100.00 0.00
+260 1 0 1 100.00 0.00
+261 1 0 1 100.00 0.00
+262 1 0 1 100.00 0.00
+263 1 0 1 100.00 0.00
+264 1 0 1 100.00 0.00
+265 1 0 1 100.00 0.00
+266 1 0 1 100.00 0.00
+267 1 0 1 100.00 0.00
+268 1 0 1 100.00 0.00
+269 1 0 1 100.00 0.00
+270 1 0 1 100.00 0.00
+271 1 0 1 100.00 0.00
+272 1 0 1 100.00 0.00
+273 1 0 1 100.00 0.00
+274 1 0 1 100.00 0.00
+275 1 0 1 100.00 0.00
+276 1 0 1 100.00 0.00
+277 1 0 1 100.00 0.00
+278 1 0 1 100.00 0.00
+279 1 0 1 100.00 0.00
+280 1 0 1 100.00 0.00
+281 1 0 1 100.00 0.00
+282 1 0 1 100.00 0.00
+283 1 0 1 100.00 0.00
+284 1 0 1 100.00 0.00
+285 1 0 1 100.00 0.00
+286 1 0 1 100.00 0.00
+287 1 0 1 100.00 0.00
+288 1 0 1 100.00 0.00
+289 0 1 1 0.00 100.00
+290 1 0 1 100.00 0.00
+291 1 0 1 100.00 0.00
+292 1 0 1 100.00 0.00
+293 1 0 1 100.00 0.00
+294 0 1 1 0.00 100.00
+295 1 0 1 100.00 0.00
+296 1 0 1 100.00 0.00
+297 1 0 1 100.00 0.00
+298 1 0 1 100.00 0.00
+299 0 1 1 0.00 100.00
+300 1 0 1 100.00 0.00
+301 1 0 1 100.00 0.00
+302 1 0 1 100.00 0.00
+303 1 0 1 100.00 0.00
+304 1 0 1 100.00 0.00
+305 1 0 1 100.00 0.00
+306 1 0 1 100.00 0.00
+307 1 0 1 100.00 0.00
+308 1 0 1 100.00 0.00
+309 1 0 1 100.00 0.00
+310 1 0 1 100.00 0.00
+311 1 0 1 100.00 0.00
+312 1 0 1 100.00 0.00
+313 1 0 1 100.00 0.00
+314 1 0 1 100.00 0.00
+315 1 0 1 100.00 0.00
+316 1 0 1 100.00 0.00
+317 1 0 1 100.00 0.00
+318 1 0 1 100.00 0.00
+319 1 0 1 100.00 0.00
+320 1 0 1 100.00 0.00
+321 1 0 1 100.00 0.00
+322 1 0 1 100.00 0.00
+323 1 0 1 100.00 0.00
+324 1 0 1 100.00 0.00
+325 1 0 1 100.00 0.00
+326 1 0 1 100.00 0.00
+327 1 0 1 100.00 0.00
+328 1 0 1 100.00 0.00
+329 1 0 1 100.00 0.00
+330 1 0 1 100.00 0.00
+331 1 0 1 100.00 0.00
+332 1 0 1 100.00 0.00
+333 1 0 1 100.00 0.00
+334 2 0 2 100.00 0.00
+335 1 0 1 100.00 0.00
+336 13 0 13 100.00 0.00
+337 1 0 1 100.00 0.00
+338 1 0 1 100.00 0.00
+339 1 0 1 100.00 0.00
+340 1 0 1 100.00 0.00
+341 2 0 2 100.00 0.00
+342 1 0 1 100.00 0.00
+343 1 0 1 100.00 0.00
+344 1 0 1 100.00 0.00
+345 1 0 1 100.00 0.00
+346 1 0 1 100.00 0.00
+347 1 0 1 100.00 0.00
+348 1 0 1 100.00 0.00
+349 1 0 1 100.00 0.00
+350 1 0 1 100.00 0.00
+351 7 0 7 100.00 0.00
+352 1 0 1 100.00 0.00
+353 1 0 1 100.00 0.00
+354 1 0 1 100.00 0.00
+355 1 0 1 100.00 0.00
+356 1 0 1 100.00 0.00
+357 1 0 1 100.00 0.00
+358 1 0 1 100.00 0.00
+359 1 0 1 100.00 0.00
+360 1 0 1 100.00 0.00
+361 1 0 1 100.00 0.00
+362 1 0 1 100.00 0.00
+363 1 0 1 100.00 0.00
+364 19 0 19 100.00 0.00
+365 1 0 1 100.00 0.00
+366 1 0 1 100.00 0.00
+367 1 0 1 100.00 0.00
+368 1 0 1 100.00 0.00
+369 1 0 1 100.00 0.00
+370 2 0 2 100.00 0.00
+371 5 0 5 100.00 0.00
+372 1 0 1 100.00 0.00
+373 1 0 1 100.00 0.00
+374 1 0 1 100.00 0.00
+375 1 0 1 100.00 0.00
+376 1 0 1 100.00 0.00
+377 1 0 1 100.00 0.00
+378 1 0 1 100.00 0.00
+379 1 0 1 100.00 0.00
+380 1 0 1 100.00 0.00
+381 1 0 1 100.00 0.00
+382 1 0 1 100.00 0.00
+383 1 0 1 100.00 0.00
+384 1 0 1 100.00 0.00
+385 0 1 1 0.00 100.00
+386 1 0 1 100.00 0.00
+387 1 0 1 100.00 0.00
+388 1 0 1 100.00 0.00
+389 1 0 1 100.00 0.00
+390 1 0 1 100.00 0.00
+391 1 0 1 100.00 0.00
+392 3 0 3 100.00 0.00
+393 1 0 1 100.00 0.00
+394 1 0 1 100.00 0.00
+395 1 0 1 100.00 0.00
+396 1 0 1 100.00 0.00
+397 1 0 1 100.00 0.00
+398 1 0 1 100.00 0.00
+399 1 0 1 100.00 0.00
+400 1 0 1 100.00 0.00
+401 0 1 1 0.00 100.00
+402 1 0 1 100.00 0.00
+403 1 0 1 100.00 0.00
+404 1 0 1 100.00 0.00
+405 1 0 1 100.00 0.00
+406 1 0 1 100.00 0.00
+407 1 0 1 100.00 0.00
+408 1 0 1 100.00 0.00
+409 1 0 1 100.00 0.00
+410 1 0 1 100.00 0.00
+411 5 0 5 100.00 0.00
+412 1 0 1 100.00 0.00
+413 1 0 1 100.00 0.00
+414 1 0 1 100.00 0.00
+415 26 0 26 100.00 0.00
+416 1 0 1 100.00 0.00
+417 0 1 1 0.00 100.00
+418 1 0 1 100.00 0.00
+419 1 0 1 100.00 0.00
+420 1 0 1 100.00 0.00
+421 1 0 1 100.00 0.00
+422 1 0 1 100.00 0.00
+423 4 0 4 100.00 0.00
+424 1 0 1 100.00 0.00
+425 1 0 1 100.00 0.00
+426 1 0 1 100.00 0.00
+427 1 0 1 100.00 0.00
+428 15 0 15 100.00 0.00
+429 1 0 1 100.00 0.00
+430 1 0 1 100.00 0.00
+431 1 0 1 100.00 0.00
+432 1 0 1 100.00 0.00
+433 1 0 1 100.00 0.00
+434 18 0 18 100.00 0.00
+435 1 0 1 100.00 0.00
+436 1 0 1 100.00 0.00
+437 1 0 1 100.00 0.00
+438 1 0 1 100.00 0.00
+439 1 0 1 100.00 0.00
+440 1 0 1 100.00 0.00
+441 1 0 1 100.00 0.00
+442 1 0 1 100.00 0.00
+443 1 0 1 100.00 0.00
+444 1 0 1 100.00 0.00
+445 1 0 1 100.00 0.00
+446 1 0 1 100.00 0.00
+447 1 0 1 100.00 0.00
+448 1 0 1 100.00 0.00
+449 1 0 1 100.00 0.00
+450 1 0 1 100.00 0.00
+451 1 0 1 100.00 0.00
+452 13 0 13 100.00 0.00
+453 1 0 1 100.00 0.00
+454 1 0 1 100.00 0.00
+455 1 0 1 100.00 0.00
+456 1 0 1 100.00 0.00
+457 3 0 3 100.00 0.00
+458 1 0 1 100.00 0.00
+459 1 0 1 100.00 0.00
+460 1 0 1 100.00 0.00
+461 1 0 1 100.00 0.00
+462 4 0 4 100.00 0.00
+463 1 0 1 100.00 0.00
+464 1 0 1 100.00 0.00
+465 1 0 1 100.00 0.00
+466 13 0 13 100.00 0.00
+467 1 0 1 100.00 0.00
+468 1 0 1 100.00 0.00
+469 3 0 3 100.00 0.00
+470 1 0 1 100.00 0.00
+471 1 0 1 100.00 0.00
+472 1 0 1 100.00 0.00
+473 1 0 1 100.00 0.00
+474 1 0 1 100.00 0.00
+475 12 0 12 100.00 0.00
+476 1 0 1 100.00 0.00
+477 1 0 1 100.00 0.00
+478 1 0 1 100.00 0.00
+479 4 0 4 100.00 0.00
+480 1 0 1 100.00 0.00
+481 1 0 1 100.00 0.00
+482 1 0 1 100.00 0.00
+483 1 0 1 100.00 0.00
+484 1 0 1 100.00 0.00
+485 1 0 1 100.00 0.00
+486 1 0 1 100.00 0.00
+487 1 0 1 100.00 0.00
+488 1 0 1 100.00 0.00
+489 1 0 1 100.00 0.00
+490 1 0 1 100.00 0.00
+491 4 0 4 100.00 0.00
+492 1 0 1 100.00 0.00
+493 1 0 1 100.00 0.00
+494 1 0 1 100.00 0.00
+495 1 0 1 100.00 0.00
+496 1 0 1 100.00 0.00
+497 1 0 1 100.00 0.00
+498 1 0 1 100.00 0.00
+499 1 0 1 100.00 0.00
+500 1 0 1 100.00 0.00
+501 1 0 1 100.00 0.00
+502 4 0 4 100.00 0.00
+503 1 0 1 100.00 0.00
+504 1 0 1 100.00 0.00
+505 1 0 1 100.00 0.00
+506 1 0 1 100.00 0.00
+507 1 0 1 100.00 0.00
+508 1 0 1 100.00 0.00
+509 1 0 1 100.00 0.00
+510 1 0 1 100.00 0.00
+511 11 0 11 100.00 0.00
+512 2 0 2 100.00 0.00
+513 1 0 1 100.00 0.00
+TOTAL 15395 51245 66640 23.10 76.90
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_logs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/prev_logs.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,45 @@
+=== CD-HIT cluster processing started ===
+cluster_file: provided
+annotation_file: provided
+=== PARAMETERS ===
+simi_plot_y_min: 95.0
+simi_plot_y_max: 100.0
+uncertain_taxa_use_ratio: 0.5
+min_to_split: 0.45
+min_count_to_split: 10
+show_unannotated_clusters: False
+make_taxa_in_cluster_split: False
+print_empty_files: False
+=== PARAMETERS END===
+Loaded 810 annotated headers
+Parsed 514 clusters
+Similarity text summary written succesfully
+Similarity mean = 99.70, std = 0.63
+Similarity plot written succesfully
+Count summary written succesfully
+TOTAL annotated=51245, unannotated=15395, total=66640
+Raw taxa per cluster written succesfully
+Processed taxa (split clusters) written succesfully
+=== SUMMARY ===
+Clusters parsed: 514
+Total reads: 66640
+Annotated reads: 51245
+Unannotated reads: 15395
+Clusters with annotations: 63
+Clusters fully unannotated: 451
+=== TAXA SUMMARY (top 10) ===
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Cannabaceae / Humulus / Uncertain taxa: 47442 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 543 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malvales / Malvaceae / Tilia / Uncertain taxa: 419 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Uncertain taxa / Uncertain taxa: 382 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Betulaceae / Alnus / Uncertain taxa: 301 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Uncertain taxa / Uncertain taxa: 240 reads
+Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 227 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Uncertain taxa: 222 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Poales / Poaceae / Uncertain taxa / Uncertain taxa: 221 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Fagaceae / Castanea / Uncertain taxa: 204 reads
+Total unique taxa: 44
+=== SIMILARITY SUMMARY ===
+Mean similarity: 99.70
+Std similarity: 0.63
+=== CD-HIT cluster processing finished ===
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_similarity.png
Binary file test-data/prev_similarity.png has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_similarity.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/prev_similarity.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,821 @@
+# Average similarity (all reads): 99.70
+# Standard deviation (all reads): 0.63
+cluster similarity count
+0 100.0 44423
+0 98.88 63
+0 98.86 2406
+0 98.85 24
+0 98.82 3
+0 97.78 1
+0 97.75 5
+0 97.73 86
+0 97.7 1
+0 97.65 1
+1 100.0 1321
+1 99.02 82
+1 99.01 1
+1 98.04 6
+2 100.0 1
+2 98.95 894
+2 98.94 3
+2 98.92 2
+2 98.91 1
+2 98.86 1
+2 97.89 88
+3 100.0 833
+3 98.84 3
+3 98.82 59
+3 97.7 1
+3 97.67 2
+3 97.65 5
+4 100.0 985
+4 98.46 40
+5 100.0 267
+5 97.78 1
+5 97.73 4
+5 97.67 1
+5 97.62 5
+5 97.56 5
+5 97.5 2
+5 97.44 2
+5 97.37 2
+5 97.22 1
+6 100.0 1
+6 98.85 512
+6 98.84 1
+6 97.73 4
+6 97.7 37
+6 97.67 1
+7 100.0 1
+7 99.0 20
+7 98.0 370
+7 97.0 32
+8 100.0 72
+8 98.53 1
+8 98.33 1
+8 98.31 2
+8 98.21 1
+8 98.18 1
+8 98.08 1
+9 100.0 359
+9 98.89 24
+10 100.0 1
+10 98.97 203
+10 98.96 1
+10 98.94 1
+10 97.94 92
+11 100.0 120
+11 99.4 17
+11 98.81 1
+12 100.0 99
+12 98.91 78
+12 98.82 1
+12 97.83 5
+13 100.0 23
+13 98.73 1
+13 98.72 1
+13 98.68 1
+14 100.0 25
+14 97.56 1
+14 97.5 1
+15 100.0 1
+15 98.96 141
+15 97.92 234
+16 100.0 59
+17 100.0 22
+17 97.22 1
+18 100.0 1
+18 98.94 1
+18 98.92 1
+18 98.9 1
+18 97.89 11
+19 100.0 1
+19 98.91 163
+19 97.85 2
+19 97.83 12
+20 100.0 229
+20 98.21 28
+20 98.11 1
+21 100.0 1
+21 99.07 204
+21 98.15 18
+21 98.13 1
+22 100.0 110
+22 98.98 11
+23 100.0 305
+23 98.51 8
+23 97.01 1
+24 100.0 1
+24 98.61 157
+24 97.22 35
+25 100.0 221
+26 100.0 4
+26 98.25 2
+26 98.15 1
+26 98.11 1
+26 98.08 3
+27 100.0 1
+27 98.78 1
+27 98.77 106
+27 97.56 2
+27 97.53 6
+28 100.0 137
+28 98.88 9
+29 100.0 117
+29 98.25 1
+29 98.21 7
+30 100.0 111
+30 98.46 24
+31 100.0 129
+31 98.48 7
+32 100.0 12
+33 100.0 151
+33 98.77 7
+33 97.47 1
+34 100.0 3
+34 98.25 4773
+34 98.21 4
+34 98.18 1
+35 100.0 112
+35 98.18 2
+35 98.15 8
+36 100.0 87
+36 98.39 63
+37 100.0 87
+37 98.94 7
+37 97.87 1
+38 100.0 1
+38 98.95 196
+38 98.92 1
+38 97.89 11
+39 100.0 292
+39 98.31 10
+40 100.0 1
+40 98.82 124
+40 97.65 7
+41 100.0 15
+42 100.0 116
+43 100.0 1
+43 98.75 177
+43 98.72 1
+43 97.5 5
+44 100.0 89
+44 98.89 7
+45 100.0 6
+45 98.21 2
+46 100.0 56
+46 99.08 4
+46 98.17 1
+47 100.0 8
+48 100.0 1
+48 98.63 42
+48 97.26 5
+49 100.0 10
+50 100.0 1
+50 98.99 1
+50 98.0 4
+50 97.0 1
+51 100.0 1
+51 97.87 1
+51 97.73 2
+51 97.67 2
+51 97.62 3
+51 97.56 2
+51 97.5 1
+52 100.0 3
+52 98.33 4
+52 98.18 1
+53 100.0 97
+53 98.41 5
+54 100.0 1
+54 98.0 1
+54 97.96 5
+54 97.92 5
+54 97.87 6
+54 97.67 1
+55 100.0 13
+56 100.0 32
+56 98.21 7
+57 100.0 50
+57 98.21 5
+58 100.0 5
+58 97.78 1
+58 97.73 2
+59 100.0 16
+60 100.0 7
+61 100.0 139
+61 98.21 5
+62 100.0 24
+62 98.81 3
+62 98.8 1
+62 97.59 1
+63 100.0 74
+63 98.89 8
+64 100.0 1
+64 98.9 48
+64 97.8 4
+65 100.0 14
+66 100.0 1
+66 98.25 203
+66 98.21 3
+67 100.0 5
+67 97.44 1
+67 97.37 1
+68 100.0 43
+68 97.92 32
+69 100.0 6
+70 100.0 68
+70 98.46 4
+71 100.0 67
+71 98.48 4
+72 100.0 1
+72 98.57 68
+72 97.14 3
+73 100.0 15
+74 100.0 86
+75 100.0 22
+75 98.46 4
+76 100.0 3
+76 97.92 1
+76 97.78 1
+77 100.0 19
+77 98.82 3
+77 97.65 1
+78 100.0 67
+78 98.91 2
+78 97.83 1
+79 100.0 1
+79 98.21 3
+80 100.0 1
+80 98.21 3
+81 100.0 3
+81 97.44 1
+82 100.0 1
+82 98.21 3
+83 100.0 3
+83 98.55 1
+84 100.0 5
+84 98.21 3
+85 100.0 15
+85 98.51 3
+86 100.0 18
+86 98.94 3
+87 100.0 38
+87 97.06 1
+88 100.0 4
+89 100.0 1
+89 98.21 2
+89 97.96 1
+90 100.0 5
+90 98.21 3
+91 100.0 1
+91 98.25 46
+92 100.0 1
+92 98.21 259
+92 98.18 1
+93 100.0 46
+93 98.39 3
+94 100.0 22
+94 98.21 3
+95 100.0 1
+95 98.21 3
+96 100.0 1
+96 99.38 8
+96 98.77 1
+96 97.53 1
+97 100.0 4
+97 97.06 3
+98 100.0 15
+98 98.94 2
+98 97.87 1
+99 100.0 21
+99 98.63 2
+100 100.0 4
+101 100.0 7
+102 100.0 5
+103 100.0 22
+104 100.0 4
+105 100.0 1
+105 97.78 1
+105 97.06 1
+106 100.0 7
+107 100.0 3
+108 100.0 1
+108 99.0 3
+109 100.0 2
+109 98.18 6
+110 100.0 1
+110 97.14 1
+110 97.06 1
+111 100.0 1
+111 98.41 1
+111 98.39 1
+112 100.0 3
+113 100.0 3
+114 100.0 1
+114 98.21 2
+115 100.0 1
+115 97.87 2
+116 100.0 1
+116 98.86 9
+116 97.73 1
+117 100.0 39
+117 98.9 2
+118 100.0 1
+118 98.21 2
+119 100.0 3
+120 100.0 1
+120 98.11 1
+120 97.92 2
+121 100.0 1
+121 98.25 2
+122 100.0 25
+123 100.0 2
+123 98.08 1
+124 100.0 5
+125 100.0 3
+126 100.0 16
+126 98.88 2
+127 100.0 3
+128 100.0 1
+128 98.21 2
+129 100.0 3
+130 100.0 1
+130 98.63 2
+131 100.0 2
+131 98.82 1
+132 100.0 1
+132 98.18 4
+133 100.0 1
+133 99.0 13
+133 98.0 1
+134 100.0 27
+134 99.36 2
+135 100.0 1
+135 98.21 2
+136 100.0 1
+136 98.39 2
+137 100.0 30
+137 98.21 3
+138 100.0 1
+138 98.21 2
+139 100.0 8
+140 100.0 29
+140 98.21 2
+141 100.0 4
+141 97.44 1
+142 100.0 1
+142 98.21 2
+143 100.0 1
+143 97.22 2
+144 100.0 1
+144 97.5 1
+144 97.3 1
+145 100.0 1
+145 98.25 327
+145 98.15 1
+146 100.0 1
+146 98.36 1
+147 100.0 2
+148 100.0 1
+148 98.85 1
+149 100.0 5
+149 99.01 1
+150 100.0 1
+150 98.21 1
+151 100.0 1
+151 98.39 8
+152 100.0 1
+152 98.21 1
+153 100.0 7
+153 98.36 1
+154 100.0 1
+154 98.18 1
+155 100.0 1
+155 98.21 1
+156 100.0 1
+156 98.28 1
+157 100.0 1
+157 97.67 1
+158 100.0 1
+158 98.31 163
+159 100.0 1
+159 98.15 7
+160 100.0 1
+160 98.28 1
+161 100.0 1
+161 98.18 1
+162 100.0 3
+163 100.0 2
+164 100.0 1
+164 98.43 1
+165 100.0 47
+165 98.21 1
+166 100.0 1
+166 98.84 1
+167 100.0 1
+167 97.78 1
+168 100.0 2
+169 100.0 1
+169 98.21 3
+170 100.0 1
+170 98.21 1
+171 100.0 2
+172 100.0 2
+173 100.0 1
+173 98.21 1
+174 100.0 2
+175 100.0 1
+175 97.26 1
+176 100.0 1
+176 98.08 1
+177 100.0 1
+177 98.36 1
+178 100.0 1
+178 98.04 18
+179 100.0 1
+179 98.36 1
+180 100.0 1
+180 98.36 1
+181 100.0 3
+182 100.0 8
+182 98.11 1
+183 100.0 1
+183 98.33 1
+184 100.0 1
+184 98.21 3
+185 100.0 18
+185 98.11 1
+186 100.0 4
+186 98.21 1
+187 100.0 2
+188 100.0 1
+188 98.21 1
+189 100.0 1
+189 98.51 1
+190 100.0 1
+190 98.48 3
+191 100.0 3
+192 100.0 1
+192 97.14 6
+193 100.0 2
+194 100.0 1
+194 97.87 1
+195 100.0 1
+195 98.67 1
+196 100.0 1
+196 98.21 1
+197 100.0 1
+197 98.21 1
+198 100.0 2
+199 100.0 1
+199 98.94 2
+200 100.0 1
+200 97.87 1
+201 100.0 1
+201 98.21 1
+202 100.0 1
+202 98.48 1
+203 100.0 18
+203 98.53 1
+204 100.0 1
+204 98.21 1
+205 100.0 1
+205 98.25 1
+206 100.0 24
+206 98.63 1
+207 100.0 1
+207 98.63 1
+208 100.0 1
+208 98.21 1
+209 100.0 2
+210 100.0 1
+210 98.63 1
+211 100.0 1
+211 98.55 1
+212 100.0 1
+212 98.21 1
+213 100.0 2
+214 100.0 1
+214 98.21 1
+215 100.0 2
+216 100.0 1
+216 98.59 1
+217 100.0 31
+217 98.57 1
+218 100.0 1
+218 98.21 1
+219 100.0 3
+219 98.41 1
+220 100.0 1
+220 98.41 1
+221 100.0 2
+222 100.0 90
+222 98.88 1
+223 100.0 1
+223 97.22 1
+224 100.0 1
+224 98.21 1
+225 100.0 1
+225 98.25 1
+226 100.0 1
+226 98.88 23
+227 100.0 1
+227 98.98 1
+228 100.0 3
+229 100.0 2
+230 100.0 2
+231 100.0 1
+231 98.21 1
+232 100.0 9
+232 98.21 1
+233 100.0 1
+233 98.46 1
+234 100.0 1
+234 98.21 1
+235 100.0 1
+235 98.46 1
+236 100.0 2
+237 100.0 7
+237 98.46 1
+238 100.0 1
+238 98.72 1
+239 100.0 10
+239 98.44 1
+240 100.0 1
+240 97.06 1
+241 100.0 2
+242 100.0 1
+242 97.89 1
+243 100.0 1
+243 98.46 1
+244 100.0 2
+245 100.0 1
+246 100.0 1
+247 100.0 1
+248 100.0 1
+249 100.0 1
+250 100.0 1
+251 100.0 1
+252 100.0 1
+253 100.0 2
+254 100.0 1
+255 100.0 1
+256 100.0 1
+257 100.0 1
+258 100.0 1
+259 100.0 1
+260 100.0 1
+261 100.0 1
+262 100.0 1
+263 100.0 1
+264 100.0 1
+265 100.0 1
+266 100.0 1
+267 100.0 1
+268 100.0 1
+269 100.0 1
+270 100.0 1
+271 100.0 1
+272 100.0 1
+273 100.0 1
+274 100.0 1
+275 100.0 1
+276 100.0 1
+277 100.0 1
+278 100.0 1
+279 100.0 1
+280 100.0 1
+281 100.0 1
+282 100.0 1
+283 100.0 1
+284 100.0 1
+285 100.0 1
+286 100.0 1
+287 100.0 1
+288 100.0 1
+289 100.0 1
+290 100.0 1
+291 100.0 1
+292 100.0 1
+293 100.0 1
+294 100.0 1
+295 100.0 1
+296 100.0 1
+297 100.0 1
+298 100.0 1
+299 100.0 1
+300 100.0 1
+301 100.0 1
+302 100.0 1
+303 100.0 1
+304 100.0 1
+305 100.0 1
+306 100.0 1
+307 100.0 1
+308 100.0 1
+309 100.0 1
+310 100.0 1
+311 100.0 1
+312 100.0 1
+313 100.0 1
+314 100.0 1
+315 100.0 1
+316 100.0 1
+317 100.0 1
+318 100.0 1
+319 100.0 1
+320 100.0 1
+321 100.0 1
+322 100.0 1
+323 100.0 1
+324 100.0 1
+325 100.0 1
+326 100.0 1
+327 100.0 1
+328 100.0 1
+329 100.0 1
+330 100.0 1
+331 100.0 1
+332 100.0 1
+333 100.0 1
+334 100.0 2
+335 100.0 1
+336 100.0 13
+337 100.0 1
+338 100.0 1
+339 100.0 1
+340 100.0 1
+341 100.0 2
+342 100.0 1
+343 100.0 1
+344 100.0 1
+345 100.0 1
+346 100.0 1
+347 100.0 1
+348 100.0 1
+349 100.0 1
+350 100.0 1
+351 100.0 7
+352 100.0 1
+353 100.0 1
+354 100.0 1
+355 100.0 1
+356 100.0 1
+357 100.0 1
+358 100.0 1
+359 100.0 1
+360 100.0 1
+361 100.0 1
+362 100.0 1
+363 100.0 1
+364 100.0 19
+365 100.0 1
+366 100.0 1
+367 100.0 1
+368 100.0 1
+369 100.0 1
+370 100.0 2
+371 100.0 5
+372 100.0 1
+373 100.0 1
+374 100.0 1
+375 100.0 1
+376 100.0 1
+377 100.0 1
+378 100.0 1
+379 100.0 1
+380 100.0 1
+381 100.0 1
+382 100.0 1
+383 100.0 1
+384 100.0 1
+385 100.0 1
+386 100.0 1
+387 100.0 1
+388 100.0 1
+389 100.0 1
+390 100.0 1
+391 100.0 1
+392 100.0 3
+393 100.0 1
+394 100.0 1
+395 100.0 1
+396 100.0 1
+397 100.0 1
+398 100.0 1
+399 100.0 1
+400 100.0 1
+401 100.0 1
+402 100.0 1
+403 100.0 1
+404 100.0 1
+405 100.0 1
+406 100.0 1
+407 100.0 1
+408 100.0 1
+409 100.0 1
+410 100.0 1
+411 100.0 5
+412 100.0 1
+413 100.0 1
+414 100.0 1
+415 100.0 26
+416 100.0 1
+417 100.0 1
+418 100.0 1
+419 100.0 1
+420 100.0 1
+421 100.0 1
+422 100.0 1
+423 100.0 4
+424 100.0 1
+425 100.0 1
+426 100.0 1
+427 100.0 1
+428 100.0 15
+429 100.0 1
+430 100.0 1
+431 100.0 1
+432 100.0 1
+433 100.0 1
+434 100.0 18
+435 100.0 1
+436 100.0 1
+437 100.0 1
+438 100.0 1
+439 100.0 1
+440 100.0 1
+441 100.0 1
+442 100.0 1
+443 100.0 1
+444 100.0 1
+445 100.0 1
+446 100.0 1
+447 100.0 1
+448 100.0 1
+449 100.0 1
+450 100.0 1
+451 100.0 1
+452 100.0 13
+453 100.0 1
+454 100.0 1
+455 100.0 1
+456 100.0 1
+457 100.0 3
+458 100.0 1
+459 100.0 1
+460 100.0 1
+461 100.0 1
+462 100.0 4
+463 100.0 1
+464 100.0 1
+465 100.0 1
+466 100.0 13
+467 100.0 1
+468 100.0 1
+469 100.0 3
+470 100.0 1
+471 100.0 1
+472 100.0 1
+473 100.0 1
+474 100.0 1
+475 100.0 12
+476 100.0 1
+477 100.0 1
+478 100.0 1
+479 100.0 4
+480 100.0 1
+481 100.0 1
+482 100.0 1
+483 100.0 1
+484 100.0 1
+485 100.0 1
+486 100.0 1
+487 100.0 1
+488 100.0 1
+489 100.0 1
+490 100.0 1
+491 100.0 4
+492 100.0 1
+493 100.0 1
+494 100.0 1
+495 100.0 1
+496 100.0 1
+497 100.0 1
+498 100.0 1
+499 100.0 1
+500 100.0 1
+501 100.0 1
+502 100.0 4
+503 100.0 1
+504 100.0 1
+505 100.0 1
+506 100.0 1
+507 100.0 1
+508 100.0 1
+509 100.0 1
+510 100.0 1
+511 100.0 11
+512 100.0 2
+513 100.0 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_taxa_clusters.xlsx
Binary file test-data/prev_taxa_clusters.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/prev_taxa_processed.xlsx
Binary file test-data/prev_taxa_processed.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/processed.xlsx
Binary file test-data/processed.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/sim_out.txt
--- a/test-data/sim_out.txt Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/sim_out.txt Mon Dec 15 16:44:40 2025 +0000
@@ -1,14 +1,14 @@
-# Average similarity: 99.35
-# Standard deviation: 0.65
-similarity count
-100.0 383
-98.89 368
-98.88 18
-98.86 1
-98.73 7
-98.28 1
-98.21 8
-97.8 2
-97.78 29
-97.75 2
-97.73 1
+# Average similarity: 99.35
+# Standard deviation: 0.65
+similarity count
+100.0 383
+98.89 368
+98.88 18
+98.86 1
+98.73 7
+98.28 1
+98.21 8
+97.8 2
+97.78 29
+97.75 2
+97.73 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/simple_cluster.clstr
--- a/test-data/simple_cluster.clstr Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/simple_cluster.clstr Mon Dec 15 16:44:40 2025 +0000
@@ -1,2 +1,2 @@
->Cluster 0
-0 100nt, >read_no_anno:50... *
+>Cluster 0
+0 100nt, >read_no_anno:50... *
diff -r c6981ea453ae -r e64af72e1b8f test-data/taxa_out.xlsx
Binary file test-data/taxa_out.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test1_logs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test1_logs.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,46 @@
+=== CD-HIT cluster processing started ===
+cluster_file: provided
+annotation_file: provided
+=== PARAMETERS ===
+output_taxa_clusters: True
+output_taxa_processed: True
+simi_plot_y_min: 95.0
+simi_plot_y_max: 100.0
+uncertain_taxa_use_ratio: 0.5
+min_to_split: 0.45
+min_count_to_split: 10
+min_cluster_support: 1
+=== PARAMETERS END===
+Loaded 810 annotated headers
+Parsed 514 clusters
+Similarity text summary written succesfully
+Similarity mean = 99.70, std = 0.63
+Similarity plot written succesfully
+Count summary written succesfully
+TOTAL annotated=51245, unannotated=15395, total=66640
+Raw taxa per cluster written succesfully
+Processed taxa (split clusters) written succesfully
+=== SUMMARY ===
+Clusters parsed: 514
+Total reads: 66640
+Annotated reads: 51245
+Unannotated reads: 15395
+Clusters with annotations: 63
+Clusters fully unannotated: 451
+Minimum cluster support for processed taxa: 1
+=== TAXA SUMMARY (top 10) ===
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Cannabaceae / Humulus / Uncertain taxa: 47442 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 543 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malvales / Malvaceae / Tilia / Uncertain taxa: 419 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Uncertain taxa / Uncertain taxa: 382 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Betulaceae / Alnus / Uncertain taxa: 301 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Uncertain taxa / Uncertain taxa: 240 reads
+Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 227 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Uncertain taxa: 222 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Poales / Poaceae / Uncertain taxa / Uncertain taxa: 221 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Fagaceae / Castanea / Uncertain taxa: 204 reads
+Total unique taxa: 44
+=== SIMILARITY SUMMARY ===
+Mean similarity: 99.70
+Std similarity: 0.63
+=== CD-HIT cluster processing finished ===
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/test1_similarity.png
Binary file test-data/test1_similarity.png has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test1_similarity.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test1_similarity.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,821 @@
+# Average similarity (all reads): 99.70
+# Standard deviation (all reads): 0.63
+cluster similarity count
+0 100.0 44423
+0 98.88 63
+0 98.86 2406
+0 98.85 24
+0 98.82 3
+0 97.78 1
+0 97.75 5
+0 97.73 86
+0 97.7 1
+0 97.65 1
+1 100.0 1321
+1 99.02 82
+1 99.01 1
+1 98.04 6
+2 100.0 1
+2 98.95 894
+2 98.94 3
+2 98.92 2
+2 98.91 1
+2 98.86 1
+2 97.89 88
+3 100.0 833
+3 98.84 3
+3 98.82 59
+3 97.7 1
+3 97.67 2
+3 97.65 5
+4 100.0 985
+4 98.46 40
+5 100.0 267
+5 97.78 1
+5 97.73 4
+5 97.67 1
+5 97.62 5
+5 97.56 5
+5 97.5 2
+5 97.44 2
+5 97.37 2
+5 97.22 1
+6 100.0 1
+6 98.85 512
+6 98.84 1
+6 97.73 4
+6 97.7 37
+6 97.67 1
+7 100.0 1
+7 99.0 20
+7 98.0 370
+7 97.0 32
+8 100.0 72
+8 98.53 1
+8 98.33 1
+8 98.31 2
+8 98.21 1
+8 98.18 1
+8 98.08 1
+9 100.0 359
+9 98.89 24
+10 100.0 1
+10 98.97 203
+10 98.96 1
+10 98.94 1
+10 97.94 92
+11 100.0 120
+11 99.4 17
+11 98.81 1
+12 100.0 99
+12 98.91 78
+12 98.82 1
+12 97.83 5
+13 100.0 23
+13 98.73 1
+13 98.72 1
+13 98.68 1
+14 100.0 25
+14 97.56 1
+14 97.5 1
+15 100.0 1
+15 98.96 141
+15 97.92 234
+16 100.0 59
+17 100.0 22
+17 97.22 1
+18 100.0 1
+18 98.94 1
+18 98.92 1
+18 98.9 1
+18 97.89 11
+19 100.0 1
+19 98.91 163
+19 97.85 2
+19 97.83 12
+20 100.0 229
+20 98.21 28
+20 98.11 1
+21 100.0 1
+21 99.07 204
+21 98.15 18
+21 98.13 1
+22 100.0 110
+22 98.98 11
+23 100.0 305
+23 98.51 8
+23 97.01 1
+24 100.0 1
+24 98.61 157
+24 97.22 35
+25 100.0 221
+26 100.0 4
+26 98.25 2
+26 98.15 1
+26 98.11 1
+26 98.08 3
+27 100.0 1
+27 98.78 1
+27 98.77 106
+27 97.56 2
+27 97.53 6
+28 100.0 137
+28 98.88 9
+29 100.0 117
+29 98.25 1
+29 98.21 7
+30 100.0 111
+30 98.46 24
+31 100.0 129
+31 98.48 7
+32 100.0 12
+33 100.0 151
+33 98.77 7
+33 97.47 1
+34 100.0 3
+34 98.25 4773
+34 98.21 4
+34 98.18 1
+35 100.0 112
+35 98.18 2
+35 98.15 8
+36 100.0 87
+36 98.39 63
+37 100.0 87
+37 98.94 7
+37 97.87 1
+38 100.0 1
+38 98.95 196
+38 98.92 1
+38 97.89 11
+39 100.0 292
+39 98.31 10
+40 100.0 1
+40 98.82 124
+40 97.65 7
+41 100.0 15
+42 100.0 116
+43 100.0 1
+43 98.75 177
+43 98.72 1
+43 97.5 5
+44 100.0 89
+44 98.89 7
+45 100.0 6
+45 98.21 2
+46 100.0 56
+46 99.08 4
+46 98.17 1
+47 100.0 8
+48 100.0 1
+48 98.63 42
+48 97.26 5
+49 100.0 10
+50 100.0 1
+50 98.99 1
+50 98.0 4
+50 97.0 1
+51 100.0 1
+51 97.87 1
+51 97.73 2
+51 97.67 2
+51 97.62 3
+51 97.56 2
+51 97.5 1
+52 100.0 3
+52 98.33 4
+52 98.18 1
+53 100.0 97
+53 98.41 5
+54 100.0 1
+54 98.0 1
+54 97.96 5
+54 97.92 5
+54 97.87 6
+54 97.67 1
+55 100.0 13
+56 100.0 32
+56 98.21 7
+57 100.0 50
+57 98.21 5
+58 100.0 5
+58 97.78 1
+58 97.73 2
+59 100.0 16
+60 100.0 7
+61 100.0 139
+61 98.21 5
+62 100.0 24
+62 98.81 3
+62 98.8 1
+62 97.59 1
+63 100.0 74
+63 98.89 8
+64 100.0 1
+64 98.9 48
+64 97.8 4
+65 100.0 14
+66 100.0 1
+66 98.25 203
+66 98.21 3
+67 100.0 5
+67 97.44 1
+67 97.37 1
+68 100.0 43
+68 97.92 32
+69 100.0 6
+70 100.0 68
+70 98.46 4
+71 100.0 67
+71 98.48 4
+72 100.0 1
+72 98.57 68
+72 97.14 3
+73 100.0 15
+74 100.0 86
+75 100.0 22
+75 98.46 4
+76 100.0 3
+76 97.92 1
+76 97.78 1
+77 100.0 19
+77 98.82 3
+77 97.65 1
+78 100.0 67
+78 98.91 2
+78 97.83 1
+79 100.0 1
+79 98.21 3
+80 100.0 1
+80 98.21 3
+81 100.0 3
+81 97.44 1
+82 100.0 1
+82 98.21 3
+83 100.0 3
+83 98.55 1
+84 100.0 5
+84 98.21 3
+85 100.0 15
+85 98.51 3
+86 100.0 18
+86 98.94 3
+87 100.0 38
+87 97.06 1
+88 100.0 4
+89 100.0 1
+89 98.21 2
+89 97.96 1
+90 100.0 5
+90 98.21 3
+91 100.0 1
+91 98.25 46
+92 100.0 1
+92 98.21 259
+92 98.18 1
+93 100.0 46
+93 98.39 3
+94 100.0 22
+94 98.21 3
+95 100.0 1
+95 98.21 3
+96 100.0 1
+96 99.38 8
+96 98.77 1
+96 97.53 1
+97 100.0 4
+97 97.06 3
+98 100.0 15
+98 98.94 2
+98 97.87 1
+99 100.0 21
+99 98.63 2
+100 100.0 4
+101 100.0 7
+102 100.0 5
+103 100.0 22
+104 100.0 4
+105 100.0 1
+105 97.78 1
+105 97.06 1
+106 100.0 7
+107 100.0 3
+108 100.0 1
+108 99.0 3
+109 100.0 2
+109 98.18 6
+110 100.0 1
+110 97.14 1
+110 97.06 1
+111 100.0 1
+111 98.41 1
+111 98.39 1
+112 100.0 3
+113 100.0 3
+114 100.0 1
+114 98.21 2
+115 100.0 1
+115 97.87 2
+116 100.0 1
+116 98.86 9
+116 97.73 1
+117 100.0 39
+117 98.9 2
+118 100.0 1
+118 98.21 2
+119 100.0 3
+120 100.0 1
+120 98.11 1
+120 97.92 2
+121 100.0 1
+121 98.25 2
+122 100.0 25
+123 100.0 2
+123 98.08 1
+124 100.0 5
+125 100.0 3
+126 100.0 16
+126 98.88 2
+127 100.0 3
+128 100.0 1
+128 98.21 2
+129 100.0 3
+130 100.0 1
+130 98.63 2
+131 100.0 2
+131 98.82 1
+132 100.0 1
+132 98.18 4
+133 100.0 1
+133 99.0 13
+133 98.0 1
+134 100.0 27
+134 99.36 2
+135 100.0 1
+135 98.21 2
+136 100.0 1
+136 98.39 2
+137 100.0 30
+137 98.21 3
+138 100.0 1
+138 98.21 2
+139 100.0 8
+140 100.0 29
+140 98.21 2
+141 100.0 4
+141 97.44 1
+142 100.0 1
+142 98.21 2
+143 100.0 1
+143 97.22 2
+144 100.0 1
+144 97.5 1
+144 97.3 1
+145 100.0 1
+145 98.25 327
+145 98.15 1
+146 100.0 1
+146 98.36 1
+147 100.0 2
+148 100.0 1
+148 98.85 1
+149 100.0 5
+149 99.01 1
+150 100.0 1
+150 98.21 1
+151 100.0 1
+151 98.39 8
+152 100.0 1
+152 98.21 1
+153 100.0 7
+153 98.36 1
+154 100.0 1
+154 98.18 1
+155 100.0 1
+155 98.21 1
+156 100.0 1
+156 98.28 1
+157 100.0 1
+157 97.67 1
+158 100.0 1
+158 98.31 163
+159 100.0 1
+159 98.15 7
+160 100.0 1
+160 98.28 1
+161 100.0 1
+161 98.18 1
+162 100.0 3
+163 100.0 2
+164 100.0 1
+164 98.43 1
+165 100.0 47
+165 98.21 1
+166 100.0 1
+166 98.84 1
+167 100.0 1
+167 97.78 1
+168 100.0 2
+169 100.0 1
+169 98.21 3
+170 100.0 1
+170 98.21 1
+171 100.0 2
+172 100.0 2
+173 100.0 1
+173 98.21 1
+174 100.0 2
+175 100.0 1
+175 97.26 1
+176 100.0 1
+176 98.08 1
+177 100.0 1
+177 98.36 1
+178 100.0 1
+178 98.04 18
+179 100.0 1
+179 98.36 1
+180 100.0 1
+180 98.36 1
+181 100.0 3
+182 100.0 8
+182 98.11 1
+183 100.0 1
+183 98.33 1
+184 100.0 1
+184 98.21 3
+185 100.0 18
+185 98.11 1
+186 100.0 4
+186 98.21 1
+187 100.0 2
+188 100.0 1
+188 98.21 1
+189 100.0 1
+189 98.51 1
+190 100.0 1
+190 98.48 3
+191 100.0 3
+192 100.0 1
+192 97.14 6
+193 100.0 2
+194 100.0 1
+194 97.87 1
+195 100.0 1
+195 98.67 1
+196 100.0 1
+196 98.21 1
+197 100.0 1
+197 98.21 1
+198 100.0 2
+199 100.0 1
+199 98.94 2
+200 100.0 1
+200 97.87 1
+201 100.0 1
+201 98.21 1
+202 100.0 1
+202 98.48 1
+203 100.0 18
+203 98.53 1
+204 100.0 1
+204 98.21 1
+205 100.0 1
+205 98.25 1
+206 100.0 24
+206 98.63 1
+207 100.0 1
+207 98.63 1
+208 100.0 1
+208 98.21 1
+209 100.0 2
+210 100.0 1
+210 98.63 1
+211 100.0 1
+211 98.55 1
+212 100.0 1
+212 98.21 1
+213 100.0 2
+214 100.0 1
+214 98.21 1
+215 100.0 2
+216 100.0 1
+216 98.59 1
+217 100.0 31
+217 98.57 1
+218 100.0 1
+218 98.21 1
+219 100.0 3
+219 98.41 1
+220 100.0 1
+220 98.41 1
+221 100.0 2
+222 100.0 90
+222 98.88 1
+223 100.0 1
+223 97.22 1
+224 100.0 1
+224 98.21 1
+225 100.0 1
+225 98.25 1
+226 100.0 1
+226 98.88 23
+227 100.0 1
+227 98.98 1
+228 100.0 3
+229 100.0 2
+230 100.0 2
+231 100.0 1
+231 98.21 1
+232 100.0 9
+232 98.21 1
+233 100.0 1
+233 98.46 1
+234 100.0 1
+234 98.21 1
+235 100.0 1
+235 98.46 1
+236 100.0 2
+237 100.0 7
+237 98.46 1
+238 100.0 1
+238 98.72 1
+239 100.0 10
+239 98.44 1
+240 100.0 1
+240 97.06 1
+241 100.0 2
+242 100.0 1
+242 97.89 1
+243 100.0 1
+243 98.46 1
+244 100.0 2
+245 100.0 1
+246 100.0 1
+247 100.0 1
+248 100.0 1
+249 100.0 1
+250 100.0 1
+251 100.0 1
+252 100.0 1
+253 100.0 2
+254 100.0 1
+255 100.0 1
+256 100.0 1
+257 100.0 1
+258 100.0 1
+259 100.0 1
+260 100.0 1
+261 100.0 1
+262 100.0 1
+263 100.0 1
+264 100.0 1
+265 100.0 1
+266 100.0 1
+267 100.0 1
+268 100.0 1
+269 100.0 1
+270 100.0 1
+271 100.0 1
+272 100.0 1
+273 100.0 1
+274 100.0 1
+275 100.0 1
+276 100.0 1
+277 100.0 1
+278 100.0 1
+279 100.0 1
+280 100.0 1
+281 100.0 1
+282 100.0 1
+283 100.0 1
+284 100.0 1
+285 100.0 1
+286 100.0 1
+287 100.0 1
+288 100.0 1
+289 100.0 1
+290 100.0 1
+291 100.0 1
+292 100.0 1
+293 100.0 1
+294 100.0 1
+295 100.0 1
+296 100.0 1
+297 100.0 1
+298 100.0 1
+299 100.0 1
+300 100.0 1
+301 100.0 1
+302 100.0 1
+303 100.0 1
+304 100.0 1
+305 100.0 1
+306 100.0 1
+307 100.0 1
+308 100.0 1
+309 100.0 1
+310 100.0 1
+311 100.0 1
+312 100.0 1
+313 100.0 1
+314 100.0 1
+315 100.0 1
+316 100.0 1
+317 100.0 1
+318 100.0 1
+319 100.0 1
+320 100.0 1
+321 100.0 1
+322 100.0 1
+323 100.0 1
+324 100.0 1
+325 100.0 1
+326 100.0 1
+327 100.0 1
+328 100.0 1
+329 100.0 1
+330 100.0 1
+331 100.0 1
+332 100.0 1
+333 100.0 1
+334 100.0 2
+335 100.0 1
+336 100.0 13
+337 100.0 1
+338 100.0 1
+339 100.0 1
+340 100.0 1
+341 100.0 2
+342 100.0 1
+343 100.0 1
+344 100.0 1
+345 100.0 1
+346 100.0 1
+347 100.0 1
+348 100.0 1
+349 100.0 1
+350 100.0 1
+351 100.0 7
+352 100.0 1
+353 100.0 1
+354 100.0 1
+355 100.0 1
+356 100.0 1
+357 100.0 1
+358 100.0 1
+359 100.0 1
+360 100.0 1
+361 100.0 1
+362 100.0 1
+363 100.0 1
+364 100.0 19
+365 100.0 1
+366 100.0 1
+367 100.0 1
+368 100.0 1
+369 100.0 1
+370 100.0 2
+371 100.0 5
+372 100.0 1
+373 100.0 1
+374 100.0 1
+375 100.0 1
+376 100.0 1
+377 100.0 1
+378 100.0 1
+379 100.0 1
+380 100.0 1
+381 100.0 1
+382 100.0 1
+383 100.0 1
+384 100.0 1
+385 100.0 1
+386 100.0 1
+387 100.0 1
+388 100.0 1
+389 100.0 1
+390 100.0 1
+391 100.0 1
+392 100.0 3
+393 100.0 1
+394 100.0 1
+395 100.0 1
+396 100.0 1
+397 100.0 1
+398 100.0 1
+399 100.0 1
+400 100.0 1
+401 100.0 1
+402 100.0 1
+403 100.0 1
+404 100.0 1
+405 100.0 1
+406 100.0 1
+407 100.0 1
+408 100.0 1
+409 100.0 1
+410 100.0 1
+411 100.0 5
+412 100.0 1
+413 100.0 1
+414 100.0 1
+415 100.0 26
+416 100.0 1
+417 100.0 1
+418 100.0 1
+419 100.0 1
+420 100.0 1
+421 100.0 1
+422 100.0 1
+423 100.0 4
+424 100.0 1
+425 100.0 1
+426 100.0 1
+427 100.0 1
+428 100.0 15
+429 100.0 1
+430 100.0 1
+431 100.0 1
+432 100.0 1
+433 100.0 1
+434 100.0 18
+435 100.0 1
+436 100.0 1
+437 100.0 1
+438 100.0 1
+439 100.0 1
+440 100.0 1
+441 100.0 1
+442 100.0 1
+443 100.0 1
+444 100.0 1
+445 100.0 1
+446 100.0 1
+447 100.0 1
+448 100.0 1
+449 100.0 1
+450 100.0 1
+451 100.0 1
+452 100.0 13
+453 100.0 1
+454 100.0 1
+455 100.0 1
+456 100.0 1
+457 100.0 3
+458 100.0 1
+459 100.0 1
+460 100.0 1
+461 100.0 1
+462 100.0 4
+463 100.0 1
+464 100.0 1
+465 100.0 1
+466 100.0 13
+467 100.0 1
+468 100.0 1
+469 100.0 3
+470 100.0 1
+471 100.0 1
+472 100.0 1
+473 100.0 1
+474 100.0 1
+475 100.0 12
+476 100.0 1
+477 100.0 1
+478 100.0 1
+479 100.0 4
+480 100.0 1
+481 100.0 1
+482 100.0 1
+483 100.0 1
+484 100.0 1
+485 100.0 1
+486 100.0 1
+487 100.0 1
+488 100.0 1
+489 100.0 1
+490 100.0 1
+491 100.0 4
+492 100.0 1
+493 100.0 1
+494 100.0 1
+495 100.0 1
+496 100.0 1
+497 100.0 1
+498 100.0 1
+499 100.0 1
+500 100.0 1
+501 100.0 1
+502 100.0 4
+503 100.0 1
+504 100.0 1
+505 100.0 1
+506 100.0 1
+507 100.0 1
+508 100.0 1
+509 100.0 1
+510 100.0 1
+511 100.0 11
+512 100.0 2
+513 100.0 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/test1_summary.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test1_summary.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,516 @@
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 9 47004 47013 0.02 99.98
+1 1410 0 1410 100.00 0.00
+2 990 0 990 100.00 0.00
+3 882 21 903 97.67 2.33
+4 1025 0 1025 100.00 0.00
+5 4 286 290 1.38 98.62
+6 550 6 556 98.92 1.08
+7 0 423 423 0.00 100.00
+8 0 79 79 0.00 100.00
+9 0 383 383 0.00 100.00
+10 2 296 298 0.67 99.33
+11 138 0 138 100.00 0.00
+12 183 0 183 100.00 0.00
+13 3 23 26 11.54 88.46
+14 27 0 27 100.00 0.00
+15 0 376 376 0.00 100.00
+16 59 0 59 100.00 0.00
+17 23 0 23 100.00 0.00
+18 1 14 15 6.67 93.33
+19 0 178 178 0.00 100.00
+20 258 0 258 100.00 0.00
+21 0 224 224 0.00 100.00
+22 121 0 121 100.00 0.00
+23 314 0 314 100.00 0.00
+24 193 0 193 100.00 0.00
+25 39 182 221 17.65 82.35
+26 11 0 11 100.00 0.00
+27 0 116 116 0.00 100.00
+28 0 146 146 0.00 100.00
+29 125 0 125 100.00 0.00
+30 135 0 135 100.00 0.00
+31 1 135 136 0.74 99.26
+32 12 0 12 100.00 0.00
+33 1 158 159 0.63 99.37
+34 4781 0 4781 100.00 0.00
+35 122 0 122 100.00 0.00
+36 150 0 150 100.00 0.00
+37 95 0 95 100.00 0.00
+38 0 209 209 0.00 100.00
+39 302 0 302 100.00 0.00
+40 0 132 132 0.00 100.00
+41 15 0 15 100.00 0.00
+42 115 1 116 99.14 0.86
+43 0 184 184 0.00 100.00
+44 0 96 96 0.00 100.00
+45 8 0 8 100.00 0.00
+46 1 60 61 1.64 98.36
+47 8 0 8 100.00 0.00
+48 48 0 48 100.00 0.00
+49 10 0 10 100.00 0.00
+50 1 6 7 14.29 85.71
+51 12 0 12 100.00 0.00
+52 8 0 8 100.00 0.00
+53 102 0 102 100.00 0.00
+54 0 19 19 0.00 100.00
+55 5 8 13 38.46 61.54
+56 39 0 39 100.00 0.00
+57 55 0 55 100.00 0.00
+58 8 0 8 100.00 0.00
+59 16 0 16 100.00 0.00
+60 4 3 7 57.14 42.86
+61 144 0 144 100.00 0.00
+62 2 27 29 6.90 93.10
+63 0 82 82 0.00 100.00
+64 0 53 53 0.00 100.00
+65 14 0 14 100.00 0.00
+66 207 0 207 100.00 0.00
+67 7 0 7 100.00 0.00
+68 75 0 75 100.00 0.00
+69 6 0 6 100.00 0.00
+70 72 0 72 100.00 0.00
+71 71 0 71 100.00 0.00
+72 72 0 72 100.00 0.00
+73 15 0 15 100.00 0.00
+74 85 1 86 98.84 1.16
+75 26 0 26 100.00 0.00
+76 5 0 5 100.00 0.00
+77 1 22 23 4.35 95.65
+78 0 70 70 0.00 100.00
+79 4 0 4 100.00 0.00
+80 4 0 4 100.00 0.00
+81 2 2 4 50.00 50.00
+82 4 0 4 100.00 0.00
+83 2 2 4 50.00 50.00
+84 8 0 8 100.00 0.00
+85 18 0 18 100.00 0.00
+86 21 0 21 100.00 0.00
+87 35 4 39 89.74 10.26
+88 4 0 4 100.00 0.00
+89 4 0 4 100.00 0.00
+90 8 0 8 100.00 0.00
+91 47 0 47 100.00 0.00
+92 261 0 261 100.00 0.00
+93 49 0 49 100.00 0.00
+94 25 0 25 100.00 0.00
+95 4 0 4 100.00 0.00
+96 11 0 11 100.00 0.00
+97 4 3 7 57.14 42.86
+98 18 0 18 100.00 0.00
+99 23 0 23 100.00 0.00
+100 4 0 4 100.00 0.00
+101 7 0 7 100.00 0.00
+102 3 2 5 60.00 40.00
+103 21 1 22 95.45 4.55
+104 4 0 4 100.00 0.00
+105 3 0 3 100.00 0.00
+106 7 0 7 100.00 0.00
+107 3 0 3 100.00 0.00
+108 4 0 4 100.00 0.00
+109 8 0 8 100.00 0.00
+110 3 0 3 100.00 0.00
+111 3 0 3 100.00 0.00
+112 3 0 3 100.00 0.00
+113 3 0 3 100.00 0.00
+114 3 0 3 100.00 0.00
+115 3 0 3 100.00 0.00
+116 11 0 11 100.00 0.00
+117 0 41 41 0.00 100.00
+118 3 0 3 100.00 0.00
+119 3 0 3 100.00 0.00
+120 2 2 4 50.00 50.00
+121 3 0 3 100.00 0.00
+122 25 0 25 100.00 0.00
+123 3 0 3 100.00 0.00
+124 0 5 5 0.00 100.00
+125 3 0 3 100.00 0.00
+126 0 18 18 0.00 100.00
+127 3 0 3 100.00 0.00
+128 3 0 3 100.00 0.00
+129 2 1 3 66.67 33.33
+130 3 0 3 100.00 0.00
+131 3 0 3 100.00 0.00
+132 5 0 5 100.00 0.00
+133 15 0 15 100.00 0.00
+134 29 0 29 100.00 0.00
+135 3 0 3 100.00 0.00
+136 3 0 3 100.00 0.00
+137 33 0 33 100.00 0.00
+138 3 0 3 100.00 0.00
+139 8 0 8 100.00 0.00
+140 31 0 31 100.00 0.00
+141 2 3 5 40.00 60.00
+142 3 0 3 100.00 0.00
+143 3 0 3 100.00 0.00
+144 1 2 3 33.33 66.67
+145 329 0 329 100.00 0.00
+146 2 0 2 100.00 0.00
+147 2 0 2 100.00 0.00
+148 1 1 2 50.00 50.00
+149 6 0 6 100.00 0.00
+150 2 0 2 100.00 0.00
+151 9 0 9 100.00 0.00
+152 2 0 2 100.00 0.00
+153 8 0 8 100.00 0.00
+154 2 0 2 100.00 0.00
+155 2 0 2 100.00 0.00
+156 2 0 2 100.00 0.00
+157 2 0 2 100.00 0.00
+158 164 0 164 100.00 0.00
+159 8 0 8 100.00 0.00
+160 2 0 2 100.00 0.00
+161 2 0 2 100.00 0.00
+162 3 0 3 100.00 0.00
+163 2 0 2 100.00 0.00
+164 2 0 2 100.00 0.00
+165 48 0 48 100.00 0.00
+166 1 1 2 50.00 50.00
+167 2 0 2 100.00 0.00
+168 2 0 2 100.00 0.00
+169 4 0 4 100.00 0.00
+170 2 0 2 100.00 0.00
+171 2 0 2 100.00 0.00
+172 2 0 2 100.00 0.00
+173 2 0 2 100.00 0.00
+174 2 0 2 100.00 0.00
+175 2 0 2 100.00 0.00
+176 2 0 2 100.00 0.00
+177 2 0 2 100.00 0.00
+178 19 0 19 100.00 0.00
+179 2 0 2 100.00 0.00
+180 2 0 2 100.00 0.00
+181 3 0 3 100.00 0.00
+182 9 0 9 100.00 0.00
+183 2 0 2 100.00 0.00
+184 4 0 4 100.00 0.00
+185 19 0 19 100.00 0.00
+186 5 0 5 100.00 0.00
+187 2 0 2 100.00 0.00
+188 2 0 2 100.00 0.00
+189 2 0 2 100.00 0.00
+190 4 0 4 100.00 0.00
+191 3 0 3 100.00 0.00
+192 1 6 7 14.29 85.71
+193 0 2 2 0.00 100.00
+194 2 0 2 100.00 0.00
+195 2 0 2 100.00 0.00
+196 2 0 2 100.00 0.00
+197 2 0 2 100.00 0.00
+198 2 0 2 100.00 0.00
+199 3 0 3 100.00 0.00
+200 2 0 2 100.00 0.00
+201 2 0 2 100.00 0.00
+202 2 0 2 100.00 0.00
+203 19 0 19 100.00 0.00
+204 2 0 2 100.00 0.00
+205 2 0 2 100.00 0.00
+206 25 0 25 100.00 0.00
+207 2 0 2 100.00 0.00
+208 2 0 2 100.00 0.00
+209 2 0 2 100.00 0.00
+210 2 0 2 100.00 0.00
+211 2 0 2 100.00 0.00
+212 2 0 2 100.00 0.00
+213 2 0 2 100.00 0.00
+214 2 0 2 100.00 0.00
+215 2 0 2 100.00 0.00
+216 2 0 2 100.00 0.00
+217 32 0 32 100.00 0.00
+218 2 0 2 100.00 0.00
+219 4 0 4 100.00 0.00
+220 2 0 2 100.00 0.00
+221 2 0 2 100.00 0.00
+222 0 91 91 0.00 100.00
+223 2 0 2 100.00 0.00
+224 2 0 2 100.00 0.00
+225 2 0 2 100.00 0.00
+226 1 23 24 4.17 95.83
+227 1 1 2 50.00 50.00
+228 1 2 3 33.33 66.67
+229 2 0 2 100.00 0.00
+230 2 0 2 100.00 0.00
+231 2 0 2 100.00 0.00
+232 10 0 10 100.00 0.00
+233 2 0 2 100.00 0.00
+234 2 0 2 100.00 0.00
+235 2 0 2 100.00 0.00
+236 2 0 2 100.00 0.00
+237 8 0 8 100.00 0.00
+238 0 2 2 0.00 100.00
+239 11 0 11 100.00 0.00
+240 2 0 2 100.00 0.00
+241 2 0 2 100.00 0.00
+242 2 0 2 100.00 0.00
+243 2 0 2 100.00 0.00
+244 2 0 2 100.00 0.00
+245 0 1 1 0.00 100.00
+246 1 0 1 100.00 0.00
+247 1 0 1 100.00 0.00
+248 1 0 1 100.00 0.00
+249 1 0 1 100.00 0.00
+250 1 0 1 100.00 0.00
+251 1 0 1 100.00 0.00
+252 1 0 1 100.00 0.00
+253 2 0 2 100.00 0.00
+254 1 0 1 100.00 0.00
+255 1 0 1 100.00 0.00
+256 1 0 1 100.00 0.00
+257 1 0 1 100.00 0.00
+258 1 0 1 100.00 0.00
+259 1 0 1 100.00 0.00
+260 1 0 1 100.00 0.00
+261 1 0 1 100.00 0.00
+262 1 0 1 100.00 0.00
+263 1 0 1 100.00 0.00
+264 1 0 1 100.00 0.00
+265 1 0 1 100.00 0.00
+266 1 0 1 100.00 0.00
+267 1 0 1 100.00 0.00
+268 1 0 1 100.00 0.00
+269 1 0 1 100.00 0.00
+270 1 0 1 100.00 0.00
+271 1 0 1 100.00 0.00
+272 1 0 1 100.00 0.00
+273 1 0 1 100.00 0.00
+274 1 0 1 100.00 0.00
+275 1 0 1 100.00 0.00
+276 1 0 1 100.00 0.00
+277 1 0 1 100.00 0.00
+278 1 0 1 100.00 0.00
+279 1 0 1 100.00 0.00
+280 1 0 1 100.00 0.00
+281 1 0 1 100.00 0.00
+282 1 0 1 100.00 0.00
+283 1 0 1 100.00 0.00
+284 1 0 1 100.00 0.00
+285 1 0 1 100.00 0.00
+286 1 0 1 100.00 0.00
+287 1 0 1 100.00 0.00
+288 1 0 1 100.00 0.00
+289 0 1 1 0.00 100.00
+290 1 0 1 100.00 0.00
+291 1 0 1 100.00 0.00
+292 1 0 1 100.00 0.00
+293 1 0 1 100.00 0.00
+294 0 1 1 0.00 100.00
+295 1 0 1 100.00 0.00
+296 1 0 1 100.00 0.00
+297 1 0 1 100.00 0.00
+298 1 0 1 100.00 0.00
+299 0 1 1 0.00 100.00
+300 1 0 1 100.00 0.00
+301 1 0 1 100.00 0.00
+302 1 0 1 100.00 0.00
+303 1 0 1 100.00 0.00
+304 1 0 1 100.00 0.00
+305 1 0 1 100.00 0.00
+306 1 0 1 100.00 0.00
+307 1 0 1 100.00 0.00
+308 1 0 1 100.00 0.00
+309 1 0 1 100.00 0.00
+310 1 0 1 100.00 0.00
+311 1 0 1 100.00 0.00
+312 1 0 1 100.00 0.00
+313 1 0 1 100.00 0.00
+314 1 0 1 100.00 0.00
+315 1 0 1 100.00 0.00
+316 1 0 1 100.00 0.00
+317 1 0 1 100.00 0.00
+318 1 0 1 100.00 0.00
+319 1 0 1 100.00 0.00
+320 1 0 1 100.00 0.00
+321 1 0 1 100.00 0.00
+322 1 0 1 100.00 0.00
+323 1 0 1 100.00 0.00
+324 1 0 1 100.00 0.00
+325 1 0 1 100.00 0.00
+326 1 0 1 100.00 0.00
+327 1 0 1 100.00 0.00
+328 1 0 1 100.00 0.00
+329 1 0 1 100.00 0.00
+330 1 0 1 100.00 0.00
+331 1 0 1 100.00 0.00
+332 1 0 1 100.00 0.00
+333 1 0 1 100.00 0.00
+334 2 0 2 100.00 0.00
+335 1 0 1 100.00 0.00
+336 13 0 13 100.00 0.00
+337 1 0 1 100.00 0.00
+338 1 0 1 100.00 0.00
+339 1 0 1 100.00 0.00
+340 1 0 1 100.00 0.00
+341 2 0 2 100.00 0.00
+342 1 0 1 100.00 0.00
+343 1 0 1 100.00 0.00
+344 1 0 1 100.00 0.00
+345 1 0 1 100.00 0.00
+346 1 0 1 100.00 0.00
+347 1 0 1 100.00 0.00
+348 1 0 1 100.00 0.00
+349 1 0 1 100.00 0.00
+350 1 0 1 100.00 0.00
+351 7 0 7 100.00 0.00
+352 1 0 1 100.00 0.00
+353 1 0 1 100.00 0.00
+354 1 0 1 100.00 0.00
+355 1 0 1 100.00 0.00
+356 1 0 1 100.00 0.00
+357 1 0 1 100.00 0.00
+358 1 0 1 100.00 0.00
+359 1 0 1 100.00 0.00
+360 1 0 1 100.00 0.00
+361 1 0 1 100.00 0.00
+362 1 0 1 100.00 0.00
+363 1 0 1 100.00 0.00
+364 19 0 19 100.00 0.00
+365 1 0 1 100.00 0.00
+366 1 0 1 100.00 0.00
+367 1 0 1 100.00 0.00
+368 1 0 1 100.00 0.00
+369 1 0 1 100.00 0.00
+370 2 0 2 100.00 0.00
+371 5 0 5 100.00 0.00
+372 1 0 1 100.00 0.00
+373 1 0 1 100.00 0.00
+374 1 0 1 100.00 0.00
+375 1 0 1 100.00 0.00
+376 1 0 1 100.00 0.00
+377 1 0 1 100.00 0.00
+378 1 0 1 100.00 0.00
+379 1 0 1 100.00 0.00
+380 1 0 1 100.00 0.00
+381 1 0 1 100.00 0.00
+382 1 0 1 100.00 0.00
+383 1 0 1 100.00 0.00
+384 1 0 1 100.00 0.00
+385 0 1 1 0.00 100.00
+386 1 0 1 100.00 0.00
+387 1 0 1 100.00 0.00
+388 1 0 1 100.00 0.00
+389 1 0 1 100.00 0.00
+390 1 0 1 100.00 0.00
+391 1 0 1 100.00 0.00
+392 3 0 3 100.00 0.00
+393 1 0 1 100.00 0.00
+394 1 0 1 100.00 0.00
+395 1 0 1 100.00 0.00
+396 1 0 1 100.00 0.00
+397 1 0 1 100.00 0.00
+398 1 0 1 100.00 0.00
+399 1 0 1 100.00 0.00
+400 1 0 1 100.00 0.00
+401 0 1 1 0.00 100.00
+402 1 0 1 100.00 0.00
+403 1 0 1 100.00 0.00
+404 1 0 1 100.00 0.00
+405 1 0 1 100.00 0.00
+406 1 0 1 100.00 0.00
+407 1 0 1 100.00 0.00
+408 1 0 1 100.00 0.00
+409 1 0 1 100.00 0.00
+410 1 0 1 100.00 0.00
+411 5 0 5 100.00 0.00
+412 1 0 1 100.00 0.00
+413 1 0 1 100.00 0.00
+414 1 0 1 100.00 0.00
+415 26 0 26 100.00 0.00
+416 1 0 1 100.00 0.00
+417 0 1 1 0.00 100.00
+418 1 0 1 100.00 0.00
+419 1 0 1 100.00 0.00
+420 1 0 1 100.00 0.00
+421 1 0 1 100.00 0.00
+422 1 0 1 100.00 0.00
+423 4 0 4 100.00 0.00
+424 1 0 1 100.00 0.00
+425 1 0 1 100.00 0.00
+426 1 0 1 100.00 0.00
+427 1 0 1 100.00 0.00
+428 15 0 15 100.00 0.00
+429 1 0 1 100.00 0.00
+430 1 0 1 100.00 0.00
+431 1 0 1 100.00 0.00
+432 1 0 1 100.00 0.00
+433 1 0 1 100.00 0.00
+434 18 0 18 100.00 0.00
+435 1 0 1 100.00 0.00
+436 1 0 1 100.00 0.00
+437 1 0 1 100.00 0.00
+438 1 0 1 100.00 0.00
+439 1 0 1 100.00 0.00
+440 1 0 1 100.00 0.00
+441 1 0 1 100.00 0.00
+442 1 0 1 100.00 0.00
+443 1 0 1 100.00 0.00
+444 1 0 1 100.00 0.00
+445 1 0 1 100.00 0.00
+446 1 0 1 100.00 0.00
+447 1 0 1 100.00 0.00
+448 1 0 1 100.00 0.00
+449 1 0 1 100.00 0.00
+450 1 0 1 100.00 0.00
+451 1 0 1 100.00 0.00
+452 13 0 13 100.00 0.00
+453 1 0 1 100.00 0.00
+454 1 0 1 100.00 0.00
+455 1 0 1 100.00 0.00
+456 1 0 1 100.00 0.00
+457 3 0 3 100.00 0.00
+458 1 0 1 100.00 0.00
+459 1 0 1 100.00 0.00
+460 1 0 1 100.00 0.00
+461 1 0 1 100.00 0.00
+462 4 0 4 100.00 0.00
+463 1 0 1 100.00 0.00
+464 1 0 1 100.00 0.00
+465 1 0 1 100.00 0.00
+466 13 0 13 100.00 0.00
+467 1 0 1 100.00 0.00
+468 1 0 1 100.00 0.00
+469 3 0 3 100.00 0.00
+470 1 0 1 100.00 0.00
+471 1 0 1 100.00 0.00
+472 1 0 1 100.00 0.00
+473 1 0 1 100.00 0.00
+474 1 0 1 100.00 0.00
+475 12 0 12 100.00 0.00
+476 1 0 1 100.00 0.00
+477 1 0 1 100.00 0.00
+478 1 0 1 100.00 0.00
+479 4 0 4 100.00 0.00
+480 1 0 1 100.00 0.00
+481 1 0 1 100.00 0.00
+482 1 0 1 100.00 0.00
+483 1 0 1 100.00 0.00
+484 1 0 1 100.00 0.00
+485 1 0 1 100.00 0.00
+486 1 0 1 100.00 0.00
+487 1 0 1 100.00 0.00
+488 1 0 1 100.00 0.00
+489 1 0 1 100.00 0.00
+490 1 0 1 100.00 0.00
+491 4 0 4 100.00 0.00
+492 1 0 1 100.00 0.00
+493 1 0 1 100.00 0.00
+494 1 0 1 100.00 0.00
+495 1 0 1 100.00 0.00
+496 1 0 1 100.00 0.00
+497 1 0 1 100.00 0.00
+498 1 0 1 100.00 0.00
+499 1 0 1 100.00 0.00
+500 1 0 1 100.00 0.00
+501 1 0 1 100.00 0.00
+502 4 0 4 100.00 0.00
+503 1 0 1 100.00 0.00
+504 1 0 1 100.00 0.00
+505 1 0 1 100.00 0.00
+506 1 0 1 100.00 0.00
+507 1 0 1 100.00 0.00
+508 1 0 1 100.00 0.00
+509 1 0 1 100.00 0.00
+510 1 0 1 100.00 0.00
+511 11 0 11 100.00 0.00
+512 2 0 2 100.00 0.00
+513 1 0 1 100.00 0.00
+TOTAL 15395 51245 66640 23.10 76.90
diff -r c6981ea453ae -r e64af72e1b8f test-data/test1_un_report.xlsx
Binary file test-data/test1_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_annotations.xlsx
Binary file test-data/test2_annotations.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_clusters.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test2_clusters.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,2058 @@
+>Cluster 0
+0 88nt, >M01687:460:000000000-LGY9G:1:1101:19035:1807_CONS(44199)... at 1:88:1:88/+/100.00%
+1 88nt, >M01687:460:000000000-LGY9G:1:1101:14873:1895_CONS(60)... at 1:88:1:88/+/98.86%
+2 88nt, >M01687:460:000000000-LGY9G:1:1101:14017:2896_CONS(1)... at 2:88:2:88/+/100.00%
+3 88nt, >M01687:460:000000000-LGY9G:1:1101:23634:3049_CONS(15)... at 1:88:1:88/+/98.86%
+4 88nt, >M01687:460:000000000-LGY9G:1:1101:23011:3088_CONS(23)... at 1:88:1:88/+/98.86%
+5 88nt, >M01687:460:000000000-LGY9G:1:1101:13855:3748_CONS(82)... at 1:88:1:88/+/98.86%
+6 88nt, >M01687:460:000000000-LGY9G:1:1101:11459:4030_CONS(6)... at 1:88:1:88/+/98.86%
+7 88nt, >M01687:460:000000000-LGY9G:1:1101:14156:4653_CONS(3)... at 1:88:1:88/+/98.86%
+8 88nt, >M01687:460:000000000-LGY9G:1:1101:26578:4718_CONS(1)... at 1:88:1:88/+/98.86%
+9 87nt, >M01687:460:000000000-LGY9G:1:1101:19077:5016_CONS(13)... at 1:87:1:88/+/98.86%
+10 88nt, >M01687:460:000000000-LGY9G:1:1101:23978:5210_CONS(1)... at 1:88:1:88/+/98.86%
+11 88nt, >M01687:460:000000000-LGY9G:1:1101:7470:5232_CONS(1)... at 1:88:1:88/+/97.73%
+12 88nt, >M01687:460:000000000-LGY9G:1:1101:13285:5720_CONS(1)... at 1:88:1:88/+/98.86%
+13 87nt, >M01687:460:000000000-LGY9G:1:1101:8356:6156_CONS(19)... at 1:87:1:88/+/98.86%
+14 88nt, >M01687:460:000000000-LGY9G:1:1101:16538:6738_CONS(71)... at 1:88:1:88/+/98.86%
+15 88nt, >M01687:460:000000000-LGY9G:1:1101:10467:7243_CONS(20)... at 1:88:1:88/+/98.86%
+16 88nt, >M01687:460:000000000-LGY9G:1:1101:17834:7481_CONS(5)... at 1:87:1:87/+/100.00%
+17 88nt, >M01687:460:000000000-LGY9G:1:1101:25373:7700_CONS(1)... at 1:88:1:88/+/98.86%
+18 87nt, >M01687:460:000000000-LGY9G:1:1101:8507:7858_CONS(7)... at 1:87:1:88/+/98.86%
+19 88nt, >M01687:460:000000000-LGY9G:1:1101:14885:7895_CONS(44)... at 1:88:1:88/+/98.86%
+20 88nt, >M01687:460:000000000-LGY9G:1:1101:13064:7952_CONS(30)... at 1:88:1:88/+/98.86%
+21 88nt, >M01687:460:000000000-LGY9G:1:1101:4375:7997_CONS(36)... at 1:88:1:88/+/98.86%
+22 88nt, >M01687:460:000000000-LGY9G:1:1101:13655:8423_CONS(67)... at 1:88:1:88/+/98.86%
+23 87nt, >M01687:460:000000000-LGY9G:1:1101:12078:8684_CONS(1)... at 1:87:1:88/+/98.86%
+24 88nt, >M01687:460:000000000-LGY9G:1:1101:22956:9281_CONS(7)... at 1:88:1:88/+/98.86%
+25 89nt, >M01687:460:000000000-LGY9G:1:1101:28499:9417_CONS(1)... at 1:89:1:88/+/98.88%
+26 88nt, >M01687:460:000000000-LGY9G:1:1101:23219:9427_CONS(29)... at 1:88:1:88/+/98.86%
+27 88nt, >M01687:460:000000000-LGY9G:1:1101:14192:9473_CONS(8)... at 1:88:1:88/+/98.86%
+28 89nt, >M01687:460:000000000-LGY9G:1:1101:21101:9508_CONS(3)... at 2:89:1:88/+/100.00%
+29 88nt, >M01687:460:000000000-LGY9G:1:1101:3275:10221_CONS(104)... at 1:88:1:88/+/98.86%
+30 87nt, >M01687:460:000000000-LGY9G:1:1101:14046:10704_CONS(1)... at 1:87:1:88/+/97.73%
+31 89nt, >M01687:460:000000000-LGY9G:1:1101:19106:10977_CONS(1)... at 1:89:1:88/+/98.88%
+32 88nt, >M01687:460:000000000-LGY9G:1:1101:10932:11028_CONS(34)... at 1:88:1:88/+/98.86%
+33 88nt, >M01687:460:000000000-LGY9G:1:1101:26035:11912_CONS(30)... at 1:88:1:88/+/98.86%
+34 88nt, >M01687:460:000000000-LGY9G:1:1101:18248:12107_CONS(28)... at 1:88:1:88/+/98.86%
+35 88nt, >M01687:460:000000000-LGY9G:1:1101:24386:12269_CONS(1)... at 1:88:1:88/+/97.73%
+36 88nt, >M01687:460:000000000-LGY9G:1:1101:27924:12362_CONS(1)... at 1:88:1:88/+/98.86%
+37 88nt, >M01687:460:000000000-LGY9G:1:1101:7001:12552_CONS(1)... at 1:88:1:88/+/97.73%
+38 88nt, >M01687:460:000000000-LGY9G:1:1101:3741:12833_CONS(2)... at 1:88:1:88/+/98.86%
+39 88nt, >M01687:460:000000000-LGY9G:1:1101:23726:13032_CONS(61)... at 1:88:1:88/+/98.86%
+40 88nt, >M01687:460:000000000-LGY9G:1:1101:3746:13118_CONS(27)... at 1:88:1:88/+/98.86%
+41 88nt, >M01687:460:000000000-LGY9G:1:1101:10375:13203_CONS(23)... at 1:88:1:88/+/98.86%
+42 88nt, >M01687:460:000000000-LGY9G:1:1101:5419:13998_CONS(1)... at 1:88:1:88/+/98.86%
+43 88nt, >M01687:460:000000000-LGY9G:1:1101:12812:14030_CONS(7)... at 1:88:1:88/+/98.86%
+44 88nt, >M01687:460:000000000-LGY9G:1:1101:5985:14990_CONS(16)... at 1:88:1:88/+/98.86%
+45 88nt, >M01687:460:000000000-LGY9G:1:1101:14320:15158_CONS(4)... at 1:88:1:88/+/98.86%
+46 88nt, >M01687:460:000000000-LGY9G:1:1101:12445:15247_CONS(15)... at 1:88:1:88/+/98.86%
+47 88nt, >M01687:460:000000000-LGY9G:1:1101:11818:16144_CONS(9)... at 1:88:1:88/+/98.86%
+48 88nt, >M01687:460:000000000-LGY9G:1:1101:19418:16205_CONS(1)... at 1:88:1:88/+/98.86%
+49 88nt, >M01687:460:000000000-LGY9G:1:1101:21126:16421_CONS(1)... at 1:88:1:88/+/98.86%
+50 88nt, >M01687:460:000000000-LGY9G:1:1101:9599:17054_CONS(11)... at 1:88:1:88/+/98.86%
+51 88nt, >M01687:460:000000000-LGY9G:1:1101:14740:17171_CONS(24)... at 1:88:1:88/+/98.86%
+52 87nt, >M01687:460:000000000-LGY9G:1:1101:5313:18183_CONS(9)... at 1:87:1:88/+/98.86%
+53 88nt, >M01687:460:000000000-LGY9G:1:1101:26763:18313_CONS(13)... at 1:88:1:88/+/98.86%
+54 88nt, >M01687:460:000000000-LGY9G:1:1101:5025:18416_CONS(13)... at 1:88:1:88/+/98.86%
+55 88nt, >M01687:460:000000000-LGY9G:1:1101:6455:19069_CONS(2)... at 1:88:1:88/+/98.86%
+56 87nt, >M01687:460:000000000-LGY9G:1:1101:21037:19646_CONS(55)... at 1:87:1:87/+/100.00%
+57 88nt, >M01687:460:000000000-LGY9G:1:1101:17794:19925_CONS(1)... at 1:88:1:88/+/98.86%
+58 88nt, >M01687:460:000000000-LGY9G:1:1101:15956:20278_CONS(4)... at 1:88:1:88/+/98.86%
+59 88nt, >M01687:460:000000000-LGY9G:1:1101:14393:20583_CONS(5)... at 1:88:1:88/+/98.86%
+60 88nt, >M01687:460:000000000-LGY9G:1:1101:13284:21628_CONS(1)... at 1:88:1:88/+/98.86%
+61 87nt, >M01687:460:000000000-LGY9G:1:1101:11675:21786_CONS(1)... at 1:87:1:88/+/98.86%
+62 88nt, >M01687:460:000000000-LGY9G:1:1101:22544:22652_CONS(1)... at 1:88:1:88/+/98.86%
+63 88nt, >M01687:460:000000000-LGY9G:1:1101:22344:23010_CONS(73)... at 1:88:1:88/+/98.86%
+64 88nt, >M01687:460:000000000-LGY9G:1:1101:11851:23064_CONS(1)... at 1:88:1:88/+/98.86%
+65 88nt, >M01687:460:000000000-LGY9G:1:1101:6733:23552_CONS(51)... at 1:88:1:88/+/98.86%
+66 88nt, >M01687:460:000000000-LGY9G:1:1101:15102:24039_CONS(18)... at 1:88:1:88/+/98.86%
+67 88nt, >M01687:460:000000000-LGY9G:1:1101:16585:24249_CONS(17)... at 1:88:1:88/+/98.86%
+68 88nt, >M01687:460:000000000-LGY9G:1:1102:7762:1771_CONS(1)... at 1:88:1:88/+/98.86%
+69 88nt, >M01687:460:000000000-LGY9G:1:1102:22887:2061_CONS(8)... at 1:88:1:88/+/98.86%
+70 86nt, >M01687:460:000000000-LGY9G:1:1102:16222:3325_CONS(4)... at 2:86:4:88/+/100.00%
+71 88nt, >M01687:460:000000000-LGY9G:1:1102:12361:4400_CONS(24)... at 1:88:1:88/+/98.86%
+72 88nt, >M01687:460:000000000-LGY9G:1:1102:19636:4932_CONS(1)... at 1:88:1:88/+/98.86%
+73 88nt, >M01687:460:000000000-LGY9G:1:1102:7937:5090_CONS(31)... at 1:88:1:88/+/98.86%
+74 88nt, >M01687:460:000000000-LGY9G:1:1102:22252:5579_CONS(16)... at 1:88:1:88/+/98.86%
+75 88nt, >M01687:460:000000000-LGY9G:1:1102:21650:6237_CONS(1)... at 1:88:1:88/+/97.73%
+76 88nt, >M01687:460:000000000-LGY9G:1:1102:21037:6297_CONS(18)... at 1:88:1:88/+/98.86%
+77 88nt, >M01687:460:000000000-LGY9G:1:1102:25508:6412_CONS(27)... at 1:88:1:88/+/98.86%
+78 88nt, >M01687:460:000000000-LGY9G:1:1102:16001:6501_CONS(11)... at 1:88:1:88/+/98.86%
+79 89nt, >M01687:460:000000000-LGY9G:1:1102:8421:6529_CONS(5)... at 1:89:1:89/+/100.00%
+80 87nt, >M01687:460:000000000-LGY9G:1:1102:8686:6578_CONS(11)... at 1:87:1:88/+/98.86%
+81 88nt, >M01687:460:000000000-LGY9G:1:1102:6714:6809_CONS(67)... at 1:88:1:88/+/98.86%
+82 88nt, >M01687:460:000000000-LGY9G:1:1102:5598:7291_CONS(39)... at 1:88:1:88/+/98.86%
+83 88nt, >M01687:460:000000000-LGY9G:1:1102:20272:7469_CONS(5)... at 1:88:1:88/+/98.86%
+84 87nt, >M01687:460:000000000-LGY9G:1:1102:20154:7579_CONS(33)... at 1:87:1:88/+/98.86%
+85 88nt, >M01687:460:000000000-LGY9G:1:1102:21496:7607_CONS(4)... at 1:88:1:88/+/98.86%
+86 88nt, >M01687:460:000000000-LGY9G:1:1102:21625:8292_CONS(26)... at 1:88:1:88/+/98.86%
+87 88nt, >M01687:460:000000000-LGY9G:1:1102:24476:8855_CONS(1)... at 1:88:1:88/+/98.86%
+88 88nt, >M01687:460:000000000-LGY9G:1:1102:12308:8993_CONS(25)... at 1:87:1:87/+/100.00%
+89 87nt, >M01687:460:000000000-LGY9G:1:1102:16997:9386_CONS(11)... at 1:87:1:88/+/98.86%
+90 88nt, >M01687:460:000000000-LGY9G:1:1102:24534:9729_CONS(1)... at 1:88:1:88/+/98.86%
+91 88nt, >M01687:460:000000000-LGY9G:1:1102:10249:9869_CONS(14)... at 1:88:1:88/+/98.86%
+92 88nt, >M01687:460:000000000-LGY9G:1:1102:22788:10096_CONS(20)... at 1:88:1:88/+/98.86%
+93 88nt, >M01687:460:000000000-LGY9G:1:1102:6465:10238_CONS(8)... at 1:88:1:88/+/98.86%
+94 88nt, >M01687:460:000000000-LGY9G:1:1102:12659:10598_CONS(26)... at 1:88:1:88/+/98.86%
+95 88nt, >M01687:460:000000000-LGY9G:1:1102:25870:10736_CONS(1)... at 1:88:1:88/+/98.86%
+96 87nt, >M01687:460:000000000-LGY9G:1:1102:20771:10748_CONS(12)... at 1:87:1:88/+/98.86%
+97 88nt, >M01687:460:000000000-LGY9G:1:1102:2375:11032_CONS(34)... at 1:88:1:88/+/98.86%
+98 88nt, >M01687:460:000000000-LGY9G:1:1102:4655:11870_CONS(1)... at 1:88:1:88/+/98.86%
+99 88nt, >M01687:460:000000000-LGY9G:1:1102:2609:12122_CONS(27)... at 1:88:1:88/+/98.86%
+100 88nt, >M01687:460:000000000-LGY9G:1:1102:11620:12626_CONS(1)... at 1:88:1:88/+/98.86%
+101 88nt, >M01687:460:000000000-LGY9G:1:1102:29068:12982_CONS(4)... at 1:88:1:88/+/98.86%
+102 88nt, >M01687:460:000000000-LGY9G:1:1102:23292:13047_CONS(1)... at 1:88:1:88/+/98.86%
+103 88nt, >M01687:460:000000000-LGY9G:1:1102:18770:13455_CONS(12)... at 1:88:1:88/+/98.86%
+104 88nt, >M01687:460:000000000-LGY9G:1:1102:20716:14045_CONS(10)... at 1:88:1:88/+/98.86%
+105 89nt, >M01687:460:000000000-LGY9G:1:1102:23726:14219_CONS(9)... at 1:89:1:88/+/98.88%
+106 87nt, >M01687:460:000000000-LGY9G:1:1102:13255:14401_CONS(12)... at 1:87:1:87/+/98.85%
+107 88nt, >M01687:460:000000000-LGY9G:1:1102:11126:15058_CONS(13)... at 3:88:3:88/+/100.00%
+108 89nt, >M01687:460:000000000-LGY9G:1:1102:27759:15170_CONS(3)... at 2:89:1:88/+/100.00%
+109 88nt, >M01687:460:000000000-LGY9G:1:1102:24907:15264_CONS(1)... at 1:88:1:88/+/98.86%
+110 88nt, >M01687:460:000000000-LGY9G:1:1102:4732:15417_CONS(1)... at 1:88:1:88/+/98.86%
+111 88nt, >M01687:460:000000000-LGY9G:1:1102:28739:16440_CONS(1)... at 1:88:1:88/+/98.86%
+112 88nt, >M01687:460:000000000-LGY9G:1:1102:14713:16476_CONS(14)... at 1:88:1:88/+/98.86%
+113 89nt, >M01687:460:000000000-LGY9G:1:1102:25297:17466_CONS(1)... at 1:89:1:88/+/97.75%
+114 88nt, >M01687:460:000000000-LGY9G:1:1102:25769:17734_CONS(1)... at 1:88:1:88/+/97.73%
+115 88nt, >M01687:460:000000000-LGY9G:1:1102:18927:18437_CONS(1)... at 1:88:1:88/+/98.86%
+116 87nt, >M01687:460:000000000-LGY9G:1:1102:20973:19430_CONS(22)... at 4:87:5:88/+/100.00%
+117 88nt, >M01687:460:000000000-LGY9G:1:1102:9438:19513_CONS(9)... at 1:88:1:88/+/98.86%
+118 88nt, >M01687:460:000000000-LGY9G:1:1102:15930:20727_CONS(1)... at 1:88:1:88/+/97.73%
+119 88nt, >M01687:460:000000000-LGY9G:1:1102:14346:20772_CONS(1)... at 1:88:1:88/+/98.86%
+120 88nt, >M01687:460:000000000-LGY9G:1:1102:26718:21220_CONS(1)... at 1:88:1:88/+/98.86%
+121 88nt, >M01687:460:000000000-LGY9G:1:1102:15449:22538_CONS(14)... at 1:88:1:88/+/98.86%
+122 87nt, >M01687:460:000000000-LGY9G:1:1102:12033:22622_CONS(4)... at 1:87:1:88/+/98.86%
+123 87nt, >M01687:460:000000000-LGY9G:1:1102:15740:23203_CONS(1)... at 1:87:1:88/+/98.86%
+124 89nt, >M01687:460:000000000-LGY9G:1:1102:12391:23284_CONS(1)... at 2:89:1:88/+/98.86%
+125 88nt, >M01687:460:000000000-LGY9G:1:1102:21434:24055_CONS(1)... at 1:88:1:88/+/98.86%
+126 88nt, >M01687:460:000000000-LGY9G:1:1102:22926:24701_CONS(29)... at 1:88:1:88/+/98.86%
+127 88nt, >M01687:460:000000000-LGY9G:1:2114:18450:2266_CONS(6)... at 1:88:1:88/+/98.86%
+128 88nt, >M01687:460:000000000-LGY9G:1:2114:13344:2699_CONS(15)... at 1:88:1:88/+/98.86%
+129 89nt, >M01687:460:000000000-LGY9G:1:2114:10243:3296_CONS(1)... at 1:89:1:88/+/98.88%
+130 88nt, >M01687:460:000000000-LGY9G:1:2114:13207:4894_CONS(1)... at 1:88:1:88/+/98.86%
+131 88nt, >M01687:460:000000000-LGY9G:1:2114:9653:5037_CONS(12)... at 1:88:1:88/+/98.86%
+132 88nt, >M01687:460:000000000-LGY9G:1:2114:17967:5059_CONS(1)... at 1:88:1:88/+/98.86%
+133 88nt, >M01687:460:000000000-LGY9G:1:2114:24349:6461_CONS(1)... at 1:88:1:88/+/98.86%
+134 89nt, >M01687:460:000000000-LGY9G:1:2114:9296:6829_CONS(2)... at 1:89:1:88/+/98.88%
+135 89nt, >M01687:460:000000000-LGY9G:1:2114:12689:7651_CONS(2)... at 1:89:1:88/+/98.88%
+136 88nt, >M01687:460:000000000-LGY9G:1:2114:22463:8375_CONS(8)... at 1:88:1:88/+/98.86%
+137 88nt, >M01687:460:000000000-LGY9G:1:2114:4692:8789_CONS(13)... at 1:88:1:88/+/98.86%
+138 88nt, >M01687:460:000000000-LGY9G:1:2114:11097:9231_CONS(14)... at 1:88:1:88/+/98.86%
+139 87nt, >M01687:460:000000000-LGY9G:1:2114:15399:10606_CONS(18)... at 1:87:2:88/+/100.00%
+140 89nt, >M01687:460:000000000-LGY9G:1:2114:25634:10911_CONS(1)... at 1:89:1:88/+/98.88%
+141 88nt, >M01687:460:000000000-LGY9G:1:2114:15402:10986_CONS(1)... at 1:88:1:88/+/97.73%
+142 88nt, >M01687:460:000000000-LGY9G:1:2114:9141:11217_CONS(1)... at 1:88:1:88/+/98.86%
+143 87nt, >M01687:460:000000000-LGY9G:1:2114:25666:11313_CONS(1)... at 1:87:1:88/+/98.86%
+144 87nt, >M01687:460:000000000-LGY9G:1:2114:14678:11512_CONS(1)... at 1:87:1:88/+/98.86%
+145 88nt, >M01687:460:000000000-LGY9G:1:2114:10879:11989_CONS(20)... at 1:88:1:88/+/98.86%
+146 87nt, >M01687:460:000000000-LGY9G:1:2114:2968:12096_CONS(4)... at 1:87:1:88/+/98.86%
+147 88nt, >M01687:460:000000000-LGY9G:1:2114:9028:13249_CONS(22)... at 1:88:1:88/+/98.86%
+148 87nt, >M01687:460:000000000-LGY9G:1:2114:13069:13649_CONS(1)... at 1:87:1:88/+/98.86%
+149 88nt, >M01687:460:000000000-LGY9G:1:2114:17576:13800_CONS(26)... at 1:88:1:88/+/98.86%
+150 88nt, >M01687:460:000000000-LGY9G:1:2114:27199:13872_CONS(1)... at 1:88:1:88/+/98.86%
+151 88nt, >M01687:460:000000000-LGY9G:1:2114:7778:13884_CONS(14)... at 1:88:1:88/+/98.86%
+152 88nt, >M01687:460:000000000-LGY9G:1:2114:21575:14327_CONS(1)... at 1:88:1:88/+/97.73%
+153 88nt, >M01687:460:000000000-LGY9G:1:2114:25520:15682_CONS(19)... at 1:88:1:88/+/98.86%
+154 88nt, >M01687:460:000000000-LGY9G:1:2114:13305:16655_CONS(25)... at 1:88:1:88/+/98.86%
+155 88nt, >M01687:460:000000000-LGY9G:1:2114:21093:16994_CONS(1)... at 1:88:1:88/+/98.86%
+156 87nt, >M01687:460:000000000-LGY9G:1:2114:18735:18734_CONS(4)... at 1:87:1:88/+/98.86%
+157 87nt, >M01687:460:000000000-LGY9G:1:2114:18172:21042_CONS(4)... at 1:87:1:88/+/98.86%
+158 88nt, >M01687:460:000000000-LGY9G:1:2115:7848:3814_CONS(1)... at 1:88:1:88/+/97.73%
+159 88nt, >M01687:460:000000000-LGY9G:1:2115:26330:4770_CONS(1)... at 1:88:1:88/+/98.86%
+160 88nt, >M01687:460:000000000-LGY9G:1:2115:17987:5105_CONS(17)... at 1:88:1:88/+/98.86%
+161 88nt, >M01687:460:000000000-LGY9G:1:2115:16326:6643_CONS(20)... at 1:88:1:88/+/98.86%
+162 88nt, >M01687:460:000000000-LGY9G:1:2115:12846:8573_CONS(1)... at 1:88:1:88/+/98.86%
+163 88nt, >M01687:460:000000000-LGY9G:1:2115:15850:10501_CONS(1)... at 1:88:1:88/+/97.73%
+164 88nt, >M01687:460:000000000-LGY9G:1:2115:14068:12968_CONS(1)... at 1:88:1:88/+/97.73%
+165 88nt, >M01687:460:000000000-LGY9G:1:2115:27032:13113_CONS(2)... at 1:88:1:88/+/98.86%
+166 88nt, >M01687:460:000000000-LGY9G:1:2115:28009:14081_CONS(1)... at 1:88:1:88/+/98.86%
+167 89nt, >M01687:460:000000000-LGY9G:1:2115:11887:15431_CONS(8)... at 1:89:1:88/+/98.88%
+168 88nt, >M01687:460:000000000-LGY9G:1:2115:28484:17436_CONS(1)... at 1:88:1:88/+/97.73%
+169 88nt, >M01687:460:000000000-LGY9G:1:2115:24502:17821_CONS(1)... at 1:88:1:88/+/98.86%
+170 87nt, >M01687:460:000000000-LGY9G:1:2115:20190:18197_CONS(6)... at 1:87:1:88/+/98.86%
+171 88nt, >M01687:460:000000000-LGY9G:1:2115:24868:19088_CONS(1)... at 1:88:1:88/+/98.86%
+172 88nt, >M01687:460:000000000-LGY9G:1:2115:18968:21010_CONS(10)... at 1:88:1:88/+/98.86%
+173 87nt, >M01687:460:000000000-LGY9G:1:2115:12142:23275_CONS(9)... at 1:87:2:88/+/98.85%
+174 88nt, >M01687:460:000000000-LGY9G:1:2115:19668:24356_CONS(1)... at 1:88:1:88/+/97.73%
+175 88nt, >M01687:460:000000000-LGY9G:1:2115:9938:24914_CONS(33)... at 1:88:1:88/+/98.86%
+176 88nt, >M01687:460:000000000-LGY9G:1:2112:17107:2995_CONS(1)... at 1:88:1:88/+/97.73%
+177 88nt, >M01687:460:000000000-LGY9G:1:2112:7634:4823_CONS(8)... at 1:88:1:88/+/98.86%
+178 88nt, >M01687:460:000000000-LGY9G:1:2112:5210:5408_CONS(6)... at 1:88:1:88/+/98.86%
+179 87nt, >M01687:460:000000000-LGY9G:1:2112:17014:6239_CONS(1)... at 1:87:1:87/+/97.70%
+180 88nt, >M01687:460:000000000-LGY9G:1:2112:20999:7030_CONS(1)... at 1:88:1:88/+/98.86%
+181 88nt, >M01687:460:000000000-LGY9G:1:2112:10192:8936_CONS(12)... at 1:88:1:88/+/98.86%
+182 88nt, >M01687:460:000000000-LGY9G:1:2112:27677:9492_CONS(1)... at 1:88:1:88/+/97.73%
+183 88nt, >M01687:460:000000000-LGY9G:1:2112:23247:10496_CONS(24)... at 1:88:1:88/+/98.86%
+184 89nt, >M01687:460:000000000-LGY9G:1:2112:3848:10549_CONS(7)... at 1:89:1:88/+/98.88%
+185 89nt, >M01687:460:000000000-LGY9G:1:2112:13821:10583_CONS(1)... at 1:89:1:88/+/98.88%
+186 89nt, >M01687:460:000000000-LGY9G:1:2112:23471:11282_CONS(31)... at 1:88:1:88/+/100.00%
+187 88nt, >M01687:460:000000000-LGY9G:1:2112:7195:12197_CONS(3)... at 1:88:1:88/+/98.86%
+188 88nt, >M01687:460:000000000-LGY9G:1:2112:2109:12903_CONS(1)... at 1:88:1:88/+/98.86%
+189 88nt, >M01687:460:000000000-LGY9G:1:2112:22387:13549_CONS(19)... at 1:88:1:88/+/98.86%
+190 88nt, >M01687:460:000000000-LGY9G:1:2112:17318:14536_CONS(1)... at 1:88:1:88/+/97.73%
+191 88nt, >M01687:460:000000000-LGY9G:1:2112:16348:18620_CONS(1)... at 1:88:1:88/+/98.86%
+192 88nt, >M01687:460:000000000-LGY9G:1:2112:24732:20473_CONS(1)... at 1:88:1:88/+/97.73%
+193 88nt, >M01687:460:000000000-LGY9G:1:2112:21720:22007_CONS(1)... at 1:88:1:88/+/98.86%
+194 89nt, >M01687:460:000000000-LGY9G:1:2112:16737:22111_CONS(5)... at 1:89:1:88/+/98.88%
+195 87nt, >M01687:460:000000000-LGY9G:1:2112:13789:23747_CONS(22)... at 1:87:1:88/+/98.86%
+196 87nt, >M01687:460:000000000-LGY9G:1:2112:10067:23911_CONS(1)... at 1:87:1:88/+/97.73%
+197 88nt, >M01687:460:000000000-LGY9G:1:2113:16687:6829_CONS(1)... at 1:88:1:88/+/98.86%
+198 89nt, >M01687:460:000000000-LGY9G:1:2113:21797:7274_CONS(4)... at 5:89:4:88/+/100.00%
+199 89nt, >M01687:460:000000000-LGY9G:1:2113:21483:8224_CONS(1)... at 1:89:1:88/+/98.88%
+200 88nt, >M01687:460:000000000-LGY9G:1:2113:27862:9339_CONS(18)... at 1:88:1:88/+/98.86%
+201 88nt, >M01687:460:000000000-LGY9G:1:2113:7386:9362_CONS(6)... at 1:88:1:88/+/98.86%
+202 88nt, >M01687:460:000000000-LGY9G:1:2113:19528:10754_CONS(1)... at 1:88:1:88/+/97.73%
+203 88nt, >M01687:460:000000000-LGY9G:1:2113:6877:10763_CONS(5)... at 1:88:1:88/+/98.86%
+204 86nt, >M01687:460:000000000-LGY9G:1:2113:26667:12968_CONS(5)... at 1:86:1:86/+/100.00%
+205 87nt, >M01687:460:000000000-LGY9G:1:2113:26712:14041_CONS(1)... at 1:87:2:88/+/97.70%
+206 87nt, >M01687:460:000000000-LGY9G:1:2113:11310:18363_CONS(4)... at 1:87:1:88/+/98.86%
+207 87nt, >M01687:460:000000000-LGY9G:1:2113:25379:21203_CONS(1)... at 1:87:1:88/+/98.86%
+208 88nt, >M01687:460:000000000-LGY9G:1:2113:22090:22268_CONS(2)... at 1:88:1:88/+/98.86%
+209 88nt, >M01687:460:000000000-LGY9G:1:2110:16655:4325_CONS(1)... at 2:88:2:88/+/100.00%
+210 88nt, >M01687:460:000000000-LGY9G:1:2110:18373:4743_CONS(1)... at 3:88:3:88/+/100.00%
+211 88nt, >M01687:460:000000000-LGY9G:1:2110:24786:5837_CONS(11)... at 1:88:1:88/+/98.86%
+212 88nt, >M01687:460:000000000-LGY9G:1:2110:15131:6035_CONS(6)... at 1:88:1:88/+/98.86%
+213 87nt, >M01687:460:000000000-LGY9G:1:2110:9574:8622_CONS(1)... at 1:87:1:88/+/98.86%
+214 87nt, >M01687:460:000000000-LGY9G:1:2110:27948:9214_CONS(1)... at 1:87:1:88/+/98.86%
+215 88nt, >M01687:460:000000000-LGY9G:1:2110:19865:9683_CONS(1)... at 1:88:1:88/+/97.73%
+216 87nt, >M01687:460:000000000-LGY9G:1:2110:11072:10085_CONS(1)... at 1:87:1:88/+/98.86%
+217 88nt, >M01687:460:000000000-LGY9G:1:2110:21312:11675_CONS(4)... at 1:88:1:88/+/98.86%
+218 88nt, >M01687:460:000000000-LGY9G:1:2110:11815:14382_CONS(12)... at 1:88:1:88/+/98.86%
+219 87nt, >M01687:460:000000000-LGY9G:1:2110:9832:15449_CONS(1)... at 1:87:1:88/+/98.86%
+220 87nt, >M01687:460:000000000-LGY9G:1:2110:8260:16349_CONS(1)... at 1:87:1:88/+/97.73%
+221 88nt, >M01687:460:000000000-LGY9G:1:2110:13696:18451_CONS(2)... at 1:88:1:88/+/98.86%
+222 87nt, >M01687:460:000000000-LGY9G:1:2110:21551:19907_CONS(1)... at 1:87:1:88/+/97.73%
+223 88nt, >M01687:460:000000000-LGY9G:1:2110:13363:21779_CONS(1)... at 1:88:1:88/+/98.86%
+224 85nt, >M01687:460:000000000-LGY9G:1:2110:21442:25042_CONS(4)... at 1:85:1:85/+/100.00%
+225 88nt, >M01687:460:000000000-LGY9G:1:2111:16686:2694_CONS(1)... at 1:88:1:88/+/98.86%
+226 88nt, >M01687:460:000000000-LGY9G:1:2111:4773:7507_CONS(1)... at 1:88:1:88/+/97.73%
+227 88nt, >M01687:460:000000000-LGY9G:1:2111:19652:13945_CONS(5)... at 1:88:1:88/+/98.86%
+228 87nt, >M01687:460:000000000-LGY9G:1:2111:8311:14023_CONS(4)... at 1:87:1:88/+/98.86%
+229 88nt, >M01687:460:000000000-LGY9G:1:2111:5930:16171_CONS(1)... at 1:88:1:88/+/98.86%
+230 88nt, >M01687:460:000000000-LGY9G:1:2111:4428:16247_CONS(1)... at 1:88:1:88/+/98.86%
+231 88nt, >M01687:460:000000000-LGY9G:1:2111:3902:19666_CONS(9)... at 1:88:1:88/+/98.86%
+232 89nt, >M01687:460:000000000-LGY9G:1:2111:20551:21296_CONS(1)... at 2:89:1:88/+/98.86%
+233 88nt, >M01687:460:000000000-LGY9G:1:2111:21919:22125_CONS(1)... at 1:88:1:88/+/98.86%
+234 88nt, >M01687:460:000000000-LGY9G:1:2111:9784:22648_CONS(2)... at 1:88:1:88/+/98.86%
+235 88nt, >M01687:460:000000000-LGY9G:1:2108:21037:3958_CONS(8)... at 1:88:1:88/+/98.86%
+236 88nt, >M01687:460:000000000-LGY9G:1:2108:21345:8084_CONS(1)... at 1:88:1:88/+/97.73%
+237 88nt, >M01687:460:000000000-LGY9G:1:2108:12380:8613_CONS(1)... at 1:88:1:88/+/98.86%
+238 87nt, >M01687:460:000000000-LGY9G:1:2108:24520:11082_CONS(1)... at 1:87:1:88/+/98.86%
+239 88nt, >M01687:460:000000000-LGY9G:1:2108:17553:11432_CONS(1)... at 1:88:1:88/+/98.86%
+240 88nt, >M01687:460:000000000-LGY9G:1:2108:17697:16635_CONS(3)... at 1:88:1:88/+/98.86%
+241 89nt, >M01687:460:000000000-LGY9G:1:2108:13004:17373_CONS(5)... at 1:89:1:88/+/98.88%
+242 88nt, >M01687:460:000000000-LGY9G:1:2108:19538:17887_CONS(12)... at 1:88:1:88/+/98.86%
+243 88nt, >M01687:460:000000000-LGY9G:1:2108:12428:19120_CONS(1)... at 1:88:1:88/+/98.86%
+244 87nt, >M01687:460:000000000-LGY9G:1:2108:14788:21481_CONS(1)... at 1:87:1:88/+/98.86%
+245 88nt, >M01687:460:000000000-LGY9G:1:2108:12699:21601_CONS(1)... at 1:88:1:88/+/97.73%
+246 89nt, >M01687:460:000000000-LGY9G:1:2108:24960:22080_CONS(1)... at 1:87:1:87/+/100.00%
+247 88nt, >M01687:460:000000000-LGY9G:1:2109:22767:3920_CONS(2)... at 1:88:1:88/+/98.86%
+248 89nt, >M01687:460:000000000-LGY9G:1:2109:24511:5054_CONS(7)... at 1:89:1:88/+/98.88%
+249 88nt, >M01687:460:000000000-LGY9G:1:2109:13440:5786_CONS(1)... at 1:88:1:88/+/98.86%
+250 68nt, >M01687:460:000000000-LGY9G:1:2109:23957:7892_CONS(1)... at 1:68:1:68/+/98.53%
+251 89nt, >M01687:460:000000000-LGY9G:1:2109:5400:11925_CONS(1)... at 1:88:1:88/+/98.86%
+252 88nt, >M01687:460:000000000-LGY9G:1:2109:15867:12409_CONS(1)... at 1:88:1:88/+/97.73%
+253 88nt, >M01687:460:000000000-LGY9G:1:2109:10644:20297_CONS(1)... at 1:88:1:88/+/98.86%
+254 87nt, >M01687:460:000000000-LGY9G:1:2109:20393:20842_CONS(1)... at 1:87:1:88/+/98.86%
+255 88nt, >M01687:460:000000000-LGY9G:1:2109:5995:21834_CONS(1)... at 1:88:1:88/+/97.73%
+256 88nt, >M01687:460:000000000-LGY9G:1:2107:9575:3566_CONS(1)... at 1:88:1:88/+/98.86%
+257 88nt, >M01687:460:000000000-LGY9G:1:2107:18232:4086_CONS(1)... at 1:88:1:88/+/97.73%
+258 88nt, >M01687:460:000000000-LGY9G:1:2107:8459:5023_CONS(1)... at 1:88:1:88/+/98.86%
+259 88nt, >M01687:460:000000000-LGY9G:1:2107:5133:5225_CONS(3)... at 1:88:1:88/+/98.86%
+260 88nt, >M01687:460:000000000-LGY9G:1:2107:23309:8153_CONS(1)... at 1:88:1:88/+/98.86%
+261 89nt, >M01687:460:000000000-LGY9G:1:2107:24497:9171_CONS(1)... at 1:89:1:88/+/98.88%
+262 89nt, >M01687:460:000000000-LGY9G:1:2107:19979:9847_CONS(1)... at 2:89:1:88/+/98.86%
+263 88nt, >M01687:460:000000000-LGY9G:1:2107:28274:12120_CONS(1)... at 1:88:1:88/+/97.73%
+264 88nt, >M01687:460:000000000-LGY9G:1:2107:27204:13432_CONS(1)... at 1:88:1:88/+/98.86%
+265 88nt, >M01687:460:000000000-LGY9G:1:2107:7853:13507_CONS(1)... at 1:88:1:88/+/98.86%
+266 88nt, >M01687:460:000000000-LGY9G:1:2107:25135:15138_CONS(4)... at 1:88:1:88/+/98.86%
+267 88nt, >M01687:460:000000000-LGY9G:1:2106:10234:2620_CONS(1)... at 1:88:1:88/+/98.86%
+268 88nt, >M01687:460:000000000-LGY9G:1:2106:9940:2926_CONS(1)... at 1:88:1:88/+/98.86%
+269 88nt, >M01687:460:000000000-LGY9G:1:2106:5549:4724_CONS(1)... at 2:88:2:88/+/98.85%
+270 88nt, >M01687:460:000000000-LGY9G:1:2106:17657:6288_CONS(3)... at 1:88:1:88/+/98.86%
+271 88nt, >M01687:460:000000000-LGY9G:1:2106:26680:7397_CONS(10)... at 1:88:1:88/+/98.86%
+272 87nt, >M01687:460:000000000-LGY9G:1:2106:4025:14463_CONS(4)... at 1:87:1:88/+/98.86%
+273 87nt, >M01687:460:000000000-LGY9G:1:2106:3580:19350_CONS(7)... at 1:87:1:88/+/98.86%
+274 88nt, >M01687:460:000000000-LGY9G:1:2106:10667:21314_CONS(1)... at 1:88:1:88/+/98.86%
+275 75nt, >M01687:460:000000000-LGY9G:1:2105:12952:1775_CONS(1)... at 1:75:1:75/+/100.00%
+276 89nt, >M01687:460:000000000-LGY9G:1:2105:11559:2018_CONS(1)... at 1:89:1:88/+/98.88%
+277 86nt, >M01687:460:000000000-LGY9G:1:2105:7255:18374_CONS(2)... at 1:86:1:88/+/97.73%
+278 88nt, >M01687:460:000000000-LGY9G:1:2105:17550:23664_CONS(1)... at 1:88:1:88/+/98.86%
+279 88nt, >M01687:460:000000000-LGY9G:1:2104:23540:4178_CONS(3)... at 1:88:1:88/+/98.86%
+280 88nt, >M01687:460:000000000-LGY9G:1:2104:27175:5526_CONS(1)... at 1:88:1:88/+/97.73%
+281 88nt, >M01687:460:000000000-LGY9G:1:2104:5588:8818_CONS(1)... at 1:87:1:87/+/100.00%
+282 88nt, >M01687:460:000000000-LGY9G:1:2104:3580:11395_CONS(3)... at 1:88:1:88/+/98.86%
+283 88nt, >M01687:460:000000000-LGY9G:1:2104:25805:13761_CONS(5)... at 1:88:1:88/+/98.86%
+284 88nt, >M01687:460:000000000-LGY9G:1:2104:23051:15106_CONS(1)... at 1:88:1:88/+/98.86%
+285 88nt, >M01687:460:000000000-LGY9G:1:2104:2653:16692_CONS(2)... at 1:88:1:88/+/98.86%
+286 89nt, >M01687:460:000000000-LGY9G:1:2104:22956:19496_CONS(1)... at 1:88:1:88/+/98.86%
+287 87nt, >M01687:460:000000000-LGY9G:1:2104:8651:24700_CONS(1)... at 1:87:1:88/+/98.86%
+288 89nt, >M01687:460:000000000-LGY9G:1:2103:14790:2355_CONS(1)... at 1:89:1:88/+/98.88%
+289 88nt, >M01687:460:000000000-LGY9G:1:2103:8799:7922_CONS(1)... at 1:88:1:88/+/98.86%
+290 88nt, >M01687:460:000000000-LGY9G:1:2103:26870:8781_CONS(1)... at 1:88:1:88/+/98.86%
+291 88nt, >M01687:460:000000000-LGY9G:1:2103:6927:9016_CONS(1)... at 1:88:1:88/+/97.73%
+292 88nt, >M01687:460:000000000-LGY9G:1:2103:14217:16942_CONS(1)... at 1:88:1:88/+/98.86%
+293 89nt, >M01687:460:000000000-LGY9G:1:2103:26848:17067_CONS(1)... at 1:89:1:88/+/97.75%
+294 87nt, >M01687:460:000000000-LGY9G:1:2103:25028:17252_CONS(1)... at 1:87:1:88/+/97.73%
+295 88nt, >M01687:460:000000000-LGY9G:1:2103:7141:18730_CONS(1)... at 1:88:1:88/+/98.86%
+296 87nt, >M01687:460:000000000-LGY9G:1:2103:9288:19716_CONS(1)... at 1:87:1:88/+/98.86%
+297 87nt, >M01687:460:000000000-LGY9G:1:2103:13457:23022_CONS(1)... at 1:87:1:88/+/97.73%
+298 88nt, >M01687:460:000000000-LGY9G:1:2102:5879:4749_CONS(1)... at 1:88:1:88/+/97.73%
+299 88nt, >M01687:460:000000000-LGY9G:1:2102:12132:10047_CONS(1)... at 1:88:1:88/+/98.86%
+300 89nt, >M01687:460:000000000-LGY9G:1:2102:11841:11027_CONS(1)... at 1:89:1:88/+/98.88%
+301 88nt, >M01687:460:000000000-LGY9G:1:2102:26295:12906_CONS(1)... at 1:88:1:88/+/98.86%
+302 83nt, >M01687:460:000000000-LGY9G:1:2102:6103:13158_CONS(1)... at 1:82:1:82/+/100.00%
+303 88nt, >M01687:460:000000000-LGY9G:1:2102:27394:16458_CONS(1)... at 1:88:1:88/+/97.73%
+304 88nt, >M01687:460:000000000-LGY9G:1:2102:10342:16635_CONS(1)... at 1:88:1:88/+/97.73%
+305 89nt, >M01687:460:000000000-LGY9G:1:2102:3718:18460_CONS(1)... at 1:88:1:88/+/98.86%
+306 88nt, >M01687:460:000000000-LGY9G:1:2117:13620:3639_CONS(1)... at 1:88:1:88/+/97.73%
+307 88nt, >M01687:460:000000000-LGY9G:1:2117:5475:7514_CONS(1)... at 1:88:1:88/+/98.86%
+308 88nt, >M01687:460:000000000-LGY9G:1:2117:10376:8829_CONS(1)... at 1:88:1:88/+/98.86%
+309 87nt, >M01687:460:000000000-LGY9G:1:2117:3398:12156_CONS(1)... at 1:87:1:87/+/98.85%
+310 88nt, >M01687:460:000000000-LGY9G:1:2117:28064:19215_CONS(1)... at 1:88:1:88/+/98.86%
+311 88nt, >M01687:460:000000000-LGY9G:1:2117:8300:19328_CONS(1)... at 1:88:1:88/+/98.86%
+312 89nt, >M01687:460:000000000-LGY9G:1:2117:6205:19682_CONS(7)... at 1:89:1:88/+/98.88%
+313 88nt, >M01687:460:000000000-LGY9G:1:2116:18982:5063_CONS(1)... at 1:88:1:88/+/98.86%
+314 88nt, >M01687:460:000000000-LGY9G:1:2116:5614:5569_CONS(1)... at 1:88:1:88/+/98.86%
+315 87nt, >M01687:460:000000000-LGY9G:1:2116:15144:5759_CONS(1)... at 1:86:1:86/+/100.00%
+316 88nt, >M01687:460:000000000-LGY9G:1:2116:22498:13802_CONS(1)... at 1:88:1:88/+/98.86%
+317 88nt, >M01687:460:000000000-LGY9G:1:2116:7711:14332_CONS(1)... at 1:88:1:88/+/98.86%
+318 88nt, >M01687:460:000000000-LGY9G:1:2116:17198:16052_CONS(1)... at 1:88:1:88/+/98.86%
+319 88nt, >M01687:460:000000000-LGY9G:1:2116:14280:16249_CONS(1)... at 1:88:1:88/+/97.73%
+320 88nt, >M01687:460:000000000-LGY9G:1:2116:22301:16562_CONS(1)... at 1:88:1:88/+/97.73%
+321 88nt, >M01687:460:000000000-LGY9G:1:2116:26974:19865_CONS(1)... at 1:87:1:87/+/98.85%
+322 88nt, >M01687:460:000000000-LGY9G:1:2116:22857:23420_CONS(1)... at 2:88:2:88/+/98.85%
+323 88nt, >M01687:460:000000000-LGY9G:1:2116:13907:24711_CONS(1)... at 1:88:1:88/+/97.73%
+324 88nt, >M01687:460:000000000-LGY9G:1:1119:21678:6639_CONS(1)... at 2:88:2:88/+/98.85%
+325 88nt, >M01687:460:000000000-LGY9G:1:1119:7137:6874_CONS(1)... at 1:88:1:88/+/97.73%
+326 88nt, >M01687:460:000000000-LGY9G:1:1119:20579:7931_CONS(1)... at 1:88:1:88/+/98.86%
+327 87nt, >M01687:460:000000000-LGY9G:1:1119:20902:10539_CONS(1)... at 1:87:1:88/+/97.73%
+328 88nt, >M01687:460:000000000-LGY9G:1:1119:2263:11290_CONS(1)... at 1:88:1:88/+/98.86%
+329 88nt, >M01687:460:000000000-LGY9G:1:1119:5397:11579_CONS(1)... at 1:88:1:88/+/98.86%
+330 89nt, >M01687:460:000000000-LGY9G:1:1119:16205:12550_CONS(1)... at 2:89:1:88/+/98.86%
+331 89nt, >M01687:460:000000000-LGY9G:1:1119:17103:14239_CONS(1)... at 1:88:1:88/+/97.73%
+332 88nt, >M01687:460:000000000-LGY9G:1:1119:15615:15211_CONS(1)... at 1:88:1:88/+/98.86%
+333 88nt, >M01687:460:000000000-LGY9G:1:1119:28668:16876_CONS(1)... at 1:88:1:88/+/98.86%
+334 87nt, >M01687:460:000000000-LGY9G:1:1119:16642:17401_CONS(1)... at 1:87:1:88/+/98.86%
+335 88nt, >M01687:460:000000000-LGY9G:1:1119:12434:23021_CONS(5)... at 1:88:1:88/+/98.86%
+336 87nt, >M01687:460:000000000-LGY9G:1:2101:13523:7260_CONS(1)... at 1:87:1:88/+/97.73%
+337 88nt, >M01687:460:000000000-LGY9G:1:2101:28865:11829_CONS(1)... at 1:88:1:88/+/98.86%
+338 90nt, >M01687:460:000000000-LGY9G:1:2101:8594:14854_CONS(1)... *
+339 88nt, >M01687:460:000000000-LGY9G:1:2101:12192:15255_CONS(1)... at 1:88:1:88/+/98.86%
+340 88nt, >M01687:460:000000000-LGY9G:1:2101:19107:22393_CONS(1)... at 1:88:1:88/+/98.86%
+341 88nt, >M01687:460:000000000-LGY9G:1:1115:19854:2634_CONS(1)... at 1:88:1:88/+/97.73%
+342 68nt, >M01687:460:000000000-LGY9G:1:1115:19457:2766_CONS(1)... at 1:68:1:68/+/100.00%
+343 87nt, >M01687:460:000000000-LGY9G:1:1115:17434:4788_CONS(6)... at 1:87:1:88/+/98.86%
+344 89nt, >M01687:460:000000000-LGY9G:1:1115:5483:13182_CONS(1)... at 1:89:1:88/+/98.88%
+345 88nt, >M01687:460:000000000-LGY9G:1:1115:9628:13528_CONS(1)... at 1:88:1:88/+/97.73%
+346 88nt, >M01687:460:000000000-LGY9G:1:1115:4531:17077_CONS(3)... at 1:88:1:88/+/98.86%
+347 88nt, >M01687:460:000000000-LGY9G:1:1116:6542:4898_CONS(1)... at 1:88:1:88/+/98.86%
+348 88nt, >M01687:460:000000000-LGY9G:1:1116:16761:8952_CONS(4)... at 1:88:1:88/+/98.86%
+349 88nt, >M01687:460:000000000-LGY9G:1:1116:16633:9193_CONS(2)... at 1:88:1:88/+/98.86%
+350 84nt, >M01687:460:000000000-LGY9G:1:1116:14230:13977_CONS(1)... at 1:82:1:82/+/100.00%
+351 88nt, >M01687:460:000000000-LGY9G:1:1116:19717:22104_CONS(1)... at 1:88:1:88/+/97.73%
+352 87nt, >M01687:460:000000000-LGY9G:1:1116:8725:22551_CONS(1)... at 1:87:1:88/+/98.86%
+353 88nt, >M01687:460:000000000-LGY9G:1:1114:6005:13084_CONS(1)... at 1:88:1:88/+/97.73%
+354 87nt, >M01687:460:000000000-LGY9G:1:1114:13817:19804_CONS(1)... at 1:87:2:88/+/98.85%
+355 88nt, >M01687:460:000000000-LGY9G:1:1114:4880:20613_CONS(1)... at 1:88:1:88/+/98.86%
+356 88nt, >M01687:460:000000000-LGY9G:1:1114:6517:21454_CONS(1)... at 1:88:1:88/+/97.73%
+357 86nt, >M01687:460:000000000-LGY9G:1:1114:24312:22222_CONS(1)... at 1:83:1:83/+/100.00%
+358 76nt, >M01687:460:000000000-LGY9G:1:1113:13065:1664_CONS(1)... at 1:76:1:76/+/100.00%
+359 88nt, >M01687:460:000000000-LGY9G:1:1113:12305:2955_CONS(4)... at 1:88:1:88/+/98.86%
+360 88nt, >M01687:460:000000000-LGY9G:1:1113:27004:6282_CONS(2)... at 1:88:1:88/+/98.86%
+361 88nt, >M01687:460:000000000-LGY9G:1:1113:13372:6335_CONS(1)... at 1:88:1:88/+/97.73%
+362 88nt, >M01687:460:000000000-LGY9G:1:1113:27942:14478_CONS(1)... at 1:88:1:88/+/97.73%
+363 87nt, >M01687:460:000000000-LGY9G:1:1113:13114:21713_CONS(1)... at 1:87:2:88/+/97.70%
+364 89nt, >M01687:460:000000000-LGY9G:1:1113:19776:22799_CONS(1)... at 5:89:4:88/+/98.82%
+365 88nt, >M01687:460:000000000-LGY9G:1:1111:23367:3123_CONS(1)... at 1:88:1:88/+/97.73%
+366 88nt, >M01687:460:000000000-LGY9G:1:1111:15521:7961_CONS(1)... at 1:88:1:88/+/97.73%
+367 87nt, >M01687:460:000000000-LGY9G:1:1111:13128:25017_CONS(1)... at 1:87:1:87/+/98.85%
+368 88nt, >M01687:460:000000000-LGY9G:1:1112:7097:20534_CONS(1)... at 1:88:1:88/+/97.73%
+369 88nt, >M01687:460:000000000-LGY9G:1:1112:8444:23255_CONS(1)... at 1:88:1:88/+/97.73%
+370 88nt, >M01687:460:000000000-LGY9G:1:1112:23356:24834_CONS(1)... at 1:88:1:88/+/97.73%
+371 69nt, >M01687:460:000000000-LGY9G:1:1112:9786:25075_CONS(2)... at 1:69:1:69/+/100.00%
+372 88nt, >M01687:460:000000000-LGY9G:1:1109:24379:3826_CONS(1)... at 1:88:1:88/+/98.86%
+373 88nt, >M01687:460:000000000-LGY9G:1:1109:12390:6361_CONS(1)... at 1:88:1:88/+/97.73%
+374 88nt, >M01687:460:000000000-LGY9G:1:1109:11795:7674_CONS(1)... at 1:88:1:88/+/98.86%
+375 87nt, >M01687:460:000000000-LGY9G:1:1109:7377:12749_CONS(1)... at 1:87:1:88/+/98.86%
+376 87nt, >M01687:460:000000000-LGY9G:1:1109:13671:12991_CONS(1)... at 1:87:1:88/+/97.73%
+377 88nt, >M01687:460:000000000-LGY9G:1:1109:14292:15082_CONS(1)... at 1:88:1:88/+/98.86%
+378 88nt, >M01687:460:000000000-LGY9G:1:1109:28256:16354_CONS(1)... at 1:88:1:88/+/97.73%
+379 88nt, >M01687:460:000000000-LGY9G:1:1109:7570:23644_CONS(2)... at 1:88:1:88/+/98.86%
+380 88nt, >M01687:460:000000000-LGY9G:1:1110:20824:3091_CONS(1)... at 1:88:1:88/+/98.86%
+381 88nt, >M01687:460:000000000-LGY9G:1:1110:17089:3965_CONS(1)... at 1:88:1:88/+/98.86%
+382 88nt, >M01687:460:000000000-LGY9G:1:1110:16734:4308_CONS(1)... at 1:88:1:88/+/98.86%
+383 86nt, >M01687:460:000000000-LGY9G:1:1110:16735:5697_CONS(1)... at 1:86:1:87/+/98.85%
+384 88nt, >M01687:460:000000000-LGY9G:1:1110:13625:9025_CONS(1)... at 1:88:1:88/+/98.86%
+385 88nt, >M01687:460:000000000-LGY9G:1:1110:12698:14037_CONS(1)... at 1:88:1:88/+/97.73%
+386 88nt, >M01687:460:000000000-LGY9G:1:1110:12970:19832_CONS(1)... at 1:88:1:88/+/97.73%
+387 88nt, >M01687:460:000000000-LGY9G:1:1110:10115:20413_CONS(1)... at 1:88:1:88/+/97.73%
+388 88nt, >M01687:460:000000000-LGY9G:1:1110:14362:21903_CONS(1)... at 1:88:1:88/+/98.86%
+389 88nt, >M01687:460:000000000-LGY9G:1:1107:12706:3783_CONS(1)... at 1:88:1:88/+/97.73%
+390 88nt, >M01687:460:000000000-LGY9G:1:1107:28989:9798_CONS(1)... at 1:88:1:88/+/98.86%
+391 88nt, >M01687:460:000000000-LGY9G:1:1107:16889:10639_CONS(1)... at 1:88:1:88/+/98.86%
+392 86nt, >M01687:460:000000000-LGY9G:1:1107:26808:15506_CONS(1)... at 1:86:1:88/+/97.73%
+393 88nt, >M01687:460:000000000-LGY9G:1:1107:7511:16222_CONS(1)... at 1:88:1:88/+/97.73%
+394 87nt, >M01687:460:000000000-LGY9G:1:1108:8942:7422_CONS(1)... at 1:87:1:88/+/97.73%
+395 88nt, >M01687:460:000000000-LGY9G:1:1108:25988:12639_CONS(1)... at 2:88:2:88/+/100.00%
+396 88nt, >M01687:460:000000000-LGY9G:1:1105:8375:11288_CONS(1)... at 1:88:1:88/+/98.86%
+397 88nt, >M01687:460:000000000-LGY9G:1:1105:25007:14421_CONS(1)... at 2:88:2:88/+/98.85%
+398 88nt, >M01687:460:000000000-LGY9G:1:1105:14469:16635_CONS(1)... at 1:88:1:88/+/98.86%
+399 86nt, >M01687:460:000000000-LGY9G:1:1105:26549:17001_CONS(1)... at 1:86:1:88/+/97.73%
+400 88nt, >M01687:460:000000000-LGY9G:1:1106:13213:5804_CONS(1)... at 1:88:1:88/+/98.86%
+401 89nt, >M01687:460:000000000-LGY9G:1:1106:19985:14220_CONS(1)... at 1:88:1:88/+/97.73%
+402 88nt, >M01687:460:000000000-LGY9G:1:1106:18114:17708_CONS(1)... at 1:88:1:88/+/98.86%
+403 90nt, >M01687:460:000000000-LGY9G:1:1106:7038:17963_CONS(1)... at 1:90:1:88/+/97.78%
+404 88nt, >M01687:460:000000000-LGY9G:1:1106:25663:18641_CONS(1)... at 1:88:1:88/+/98.86%
+405 88nt, >M01687:460:000000000-LGY9G:1:1103:12242:1858_CONS(1)... at 1:88:1:88/+/97.73%
+406 87nt, >M01687:460:000000000-LGY9G:1:1103:7505:3733_CONS(1)... at 1:87:2:88/+/98.85%
+407 88nt, >M01687:460:000000000-LGY9G:1:1103:26737:9635_CONS(1)... at 1:88:1:88/+/97.73%
+408 88nt, >M01687:460:000000000-LGY9G:1:1103:12643:11045_CONS(1)... at 1:88:1:88/+/97.73%
+409 89nt, >M01687:460:000000000-LGY9G:1:1103:24894:15861_CONS(1)... at 1:88:1:88/+/98.86%
+410 87nt, >M01687:460:000000000-LGY9G:1:1103:16626:20495_CONS(1)... at 1:87:1:88/+/97.73%
+411 89nt, >M01687:460:000000000-LGY9G:1:1103:20525:20597_CONS(1)... at 1:89:1:88/+/97.75%
+412 86nt, >M01687:460:000000000-LGY9G:1:1103:6327:21396_CONS(1)... at 1:86:1:88/+/97.73%
+413 88nt, >M01687:460:000000000-LGY9G:1:1104:9852:2437_CONS(1)... at 1:88:1:88/+/97.73%
+414 88nt, >M01687:460:000000000-LGY9G:1:1104:8663:3527_CONS(1)... at 1:88:1:88/+/97.73%
+415 89nt, >M01687:460:000000000-LGY9G:1:1104:15411:5091_CONS(1)... at 1:89:1:88/+/97.75%
+416 88nt, >M01687:460:000000000-LGY9G:1:1104:15694:12327_CONS(1)... at 1:88:1:88/+/98.86%
+417 88nt, >M01687:460:000000000-LGY9G:1:1104:7073:13706_CONS(1)... at 1:88:1:88/+/97.73%
+418 88nt, >M01687:460:000000000-LGY9G:1:1104:22607:18282_CONS(1)... at 1:88:1:88/+/97.73%
+419 88nt, >M01687:460:000000000-LGY9G:1:1104:22989:18396_CONS(1)... at 1:88:1:88/+/97.73%
+420 88nt, >M01687:460:000000000-LGY9G:1:1117:6711:18867_CONS(1)... at 1:88:1:88/+/97.73%
+421 88nt, >M01687:460:000000000-LGY9G:1:1118:24232:5718_CONS(1)... at 1:88:1:88/+/97.73%
+422 86nt, >M01687:460:000000000-LGY9G:1:1118:19357:9100_CONS(1)... at 1:86:1:88/+/97.73%
+423 87nt, >M01687:460:000000000-LGY9G:1:1118:9560:11025_CONS(1)... at 1:87:2:88/+/98.85%
+424 88nt, >M01687:460:000000000-LGY9G:1:1118:7590:11933_CONS(1)... at 1:88:1:88/+/97.73%
+425 88nt, >M01687:460:000000000-LGY9G:1:1118:18309:14476_CONS(1)... at 1:88:1:88/+/98.86%
+426 88nt, >M01687:460:000000000-LGY9G:1:2118:14345:4167_CONS(1)... at 1:88:1:88/+/97.73%
+427 88nt, >M01687:460:000000000-LGY9G:1:2118:27642:8682_CONS(1)... at 1:88:1:88/+/97.73%
+428 88nt, >M01687:460:000000000-LGY9G:1:2118:27891:12489_CONS(1)... at 1:88:1:88/+/97.73%
+429 88nt, >M01687:460:000000000-LGY9G:1:2118:20613:13054_CONS(1)... at 1:88:1:88/+/97.73%
+430 88nt, >M01687:460:000000000-LGY9G:1:2118:9927:14890_CONS(1)... at 1:88:1:88/+/97.73%
+431 88nt, >M01687:460:000000000-LGY9G:1:2118:16044:17973_CONS(1)... at 1:87:1:87/+/98.85%
+432 89nt, >M01687:460:000000000-LGY9G:1:2118:15676:22630_CONS(1)... at 1:89:1:88/+/97.75%
+433 87nt, >M01687:460:000000000-LGY9G:1:2119:7183:9626_CONS(1)... at 1:87:1:88/+/97.73%
+434 88nt, >M01687:460:000000000-LGY9G:1:2119:20911:10735_CONS(1)... at 1:88:1:88/+/98.86%
+435 87nt, >M01687:460:000000000-LGY9G:1:2119:6756:16479_CONS(1)... at 1:87:1:88/+/97.73%
+436 86nt, >M01687:460:000000000-LGY9G:1:2119:10674:23762_CONS(1)... at 1:86:1:88/+/97.73%
+>Cluster 1
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19499:2038_CONS(4770)... at 1:56:2:57/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:26432:5944_CONS(258)... at 1:56:2:57/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1101:4554:6441_CONS(115)... at 1:56:2:57/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1101:12106:6526_CONS(21)... at 1:56:2:57/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1101:19128:18261_CONS(22)... at 1:56:2:57/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:1101:18040:19211_CONS(1)... at 1:56:2:57/+/98.21%
+6 57nt, >M01687:460:000000000-LGY9G:1:1101:7520:24140_CONS(1)... *
+7 56nt, >M01687:460:000000000-LGY9G:1:1102:22409:2720_CONS(1)... at 1:56:2:57/+/98.21%
+8 55nt, >M01687:460:000000000-LGY9G:1:1102:23742:11308_CONS(1)... at 1:55:2:57/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1102:16393:16043_CONS(1)... at 1:56:2:57/+/98.21%
+10 56nt, >M01687:460:000000000-LGY9G:1:1102:9452:24832_CONS(4)... at 1:56:2:57/+/98.21%
+11 55nt, >M01687:460:000000000-LGY9G:1:2114:10721:3819_CONS(1)... at 1:55:2:57/+/98.21%
+12 56nt, >M01687:460:000000000-LGY9G:1:2114:26820:13732_CONS(1)... at 1:56:2:57/+/98.21%
+13 56nt, >M01687:460:000000000-LGY9G:1:2114:17727:16754_CONS(1)... at 1:56:2:57/+/98.21%
+14 56nt, >M01687:460:000000000-LGY9G:1:2115:21659:13551_CONS(1)... at 1:56:2:57/+/98.21%
+15 56nt, >M01687:460:000000000-LGY9G:1:2115:14908:15300_CONS(5)... at 1:56:2:57/+/98.21%
+16 56nt, >M01687:460:000000000-LGY9G:1:2115:7736:17693_CONS(1)... at 1:56:2:57/+/98.21%
+17 56nt, >M01687:460:000000000-LGY9G:1:2115:6995:20983_CONS(1)... at 1:55:2:56/+/98.18%
+18 55nt, >M01687:460:000000000-LGY9G:1:2112:19766:6072_CONS(3)... at 1:55:2:56/+/100.00%
+19 55nt, >M01687:460:000000000-LGY9G:1:2112:12212:10623_CONS(1)... at 1:55:2:57/+/98.21%
+20 56nt, >M01687:460:000000000-LGY9G:1:2112:6630:20713_CONS(3)... at 1:56:2:57/+/98.21%
+21 56nt, >M01687:460:000000000-LGY9G:1:2112:10214:23911_CONS(1)... at 1:56:2:57/+/98.21%
+22 55nt, >M01687:460:000000000-LGY9G:1:2113:7735:4189_CONS(3)... at 1:55:2:57/+/98.21%
+23 55nt, >M01687:460:000000000-LGY9G:1:2113:25235:8248_CONS(1)... at 1:55:2:57/+/98.21%
+24 56nt, >M01687:460:000000000-LGY9G:1:2113:21871:15694_CONS(1)... at 1:56:2:57/+/98.21%
+25 57nt, >M01687:460:000000000-LGY9G:1:2113:23681:17840_CONS(1)... at 1:57:2:57/+/98.25%
+26 55nt, >M01687:460:000000000-LGY9G:1:2113:21514:17879_CONS(1)... at 1:55:2:57/+/98.21%
+27 56nt, >M01687:460:000000000-LGY9G:1:2113:13929:22173_CONS(3)... at 1:56:2:57/+/98.21%
+28 56nt, >M01687:460:000000000-LGY9G:1:2113:11097:22335_CONS(1)... at 1:56:2:57/+/98.21%
+29 56nt, >M01687:460:000000000-LGY9G:1:2113:21390:23321_CONS(1)... at 1:55:2:56/+/100.00%
+30 54nt, >M01687:460:000000000-LGY9G:1:2110:24119:2828_CONS(1)... at 1:54:2:55/+/100.00%
+31 56nt, >M01687:460:000000000-LGY9G:1:2110:26046:13458_CONS(1)... at 1:56:2:57/+/98.21%
+32 55nt, >M01687:460:000000000-LGY9G:1:2110:11684:18812_CONS(1)... at 1:55:2:57/+/98.21%
+33 57nt, >M01687:460:000000000-LGY9G:1:2110:21104:22452_CONS(1)... at 1:56:2:57/+/100.00%
+34 57nt, >M01687:460:000000000-LGY9G:1:2110:20590:22831_CONS(1)... at 1:56:2:57/+/98.21%
+35 56nt, >M01687:460:000000000-LGY9G:1:2110:12698:22837_CONS(9)... at 1:56:2:57/+/98.21%
+36 56nt, >M01687:460:000000000-LGY9G:1:2111:16326:4935_CONS(1)... at 1:56:2:57/+/98.21%
+37 56nt, >M01687:460:000000000-LGY9G:1:2111:15196:15505_CONS(1)... at 1:56:2:57/+/98.21%
+38 56nt, >M01687:460:000000000-LGY9G:1:2108:18367:2399_CONS(1)... at 1:56:2:57/+/98.21%
+39 56nt, >M01687:460:000000000-LGY9G:1:2108:9773:10433_CONS(1)... at 1:56:2:57/+/98.21%
+40 56nt, >M01687:460:000000000-LGY9G:1:2108:24654:12755_CONS(1)... at 1:56:2:57/+/98.21%
+41 55nt, >M01687:460:000000000-LGY9G:1:2108:12114:21952_CONS(1)... at 1:55:2:57/+/98.21%
+42 56nt, >M01687:460:000000000-LGY9G:1:2109:23337:4245_CONS(1)... at 1:56:2:57/+/98.21%
+43 56nt, >M01687:460:000000000-LGY9G:1:2109:5470:7913_CONS(1)... at 1:56:2:57/+/98.21%
+44 57nt, >M01687:460:000000000-LGY9G:1:2109:3595:12366_CONS(1)... at 1:57:2:57/+/98.25%
+45 57nt, >M01687:460:000000000-LGY9G:1:2109:5852:19892_CONS(1)... at 1:57:2:57/+/98.25%
+46 56nt, >M01687:460:000000000-LGY9G:1:2107:13597:2500_CONS(1)... at 1:56:2:57/+/98.21%
+47 56nt, >M01687:460:000000000-LGY9G:1:2107:13454:5710_CONS(1)... at 1:56:2:57/+/98.21%
+48 56nt, >M01687:460:000000000-LGY9G:1:2107:16948:6744_CONS(1)... at 1:56:2:57/+/98.21%
+49 56nt, >M01687:460:000000000-LGY9G:1:2107:4945:10640_CONS(3)... at 1:56:2:57/+/98.21%
+50 56nt, >M01687:460:000000000-LGY9G:1:2106:17666:3045_CONS(1)... at 1:56:2:57/+/98.21%
+51 56nt, >M01687:460:000000000-LGY9G:1:2106:6132:8972_CONS(1)... at 1:56:2:57/+/98.21%
+52 56nt, >M01687:460:000000000-LGY9G:1:2106:21610:20109_CONS(1)... at 1:56:2:57/+/98.21%
+53 57nt, >M01687:460:000000000-LGY9G:1:2104:21825:19088_CONS(1)... at 2:57:2:57/+/100.00%
+54 57nt, >M01687:460:000000000-LGY9G:1:2103:13079:2296_CONS(1)... at 1:57:2:57/+/98.25%
+55 56nt, >M01687:460:000000000-LGY9G:1:2117:22328:12395_CONS(1)... at 1:56:2:57/+/98.21%
+56 57nt, >M01687:460:000000000-LGY9G:1:2117:3940:14042_CONS(1)... at 5:57:5:57/+/100.00%
+57 56nt, >M01687:460:000000000-LGY9G:1:2116:5751:8095_CONS(1)... at 1:56:2:57/+/98.21%
+58 55nt, >M01687:460:000000000-LGY9G:1:2116:13636:10431_CONS(1)... at 1:55:2:57/+/98.21%
+59 57nt, >M01687:460:000000000-LGY9G:1:2116:12479:16478_CONS(1)... at 1:57:2:57/+/98.25%
+60 55nt, >M01687:460:000000000-LGY9G:1:2116:6902:22902_CONS(1)... at 1:55:2:57/+/98.21%
+61 56nt, >M01687:460:000000000-LGY9G:1:1119:18861:3402_CONS(1)... at 1:56:2:57/+/98.21%
+62 56nt, >M01687:460:000000000-LGY9G:1:2101:23324:12309_CONS(1)... at 1:56:2:57/+/98.21%
+63 56nt, >M01687:460:000000000-LGY9G:1:2101:12965:21711_CONS(1)... at 1:56:2:57/+/98.21%
+64 55nt, >M01687:460:000000000-LGY9G:1:1115:14997:12170_CONS(3)... at 1:55:2:57/+/98.21%
+65 56nt, >M01687:460:000000000-LGY9G:1:1115:25208:21338_CONS(1)... at 1:56:2:57/+/98.21%
+66 56nt, >M01687:460:000000000-LGY9G:1:1116:20594:12265_CONS(1)... at 1:56:2:57/+/98.21%
+67 55nt, >M01687:460:000000000-LGY9G:1:1116:14632:18245_CONS(1)... at 1:55:2:56/+/98.18%
+68 56nt, >M01687:460:000000000-LGY9G:1:1114:14157:20209_CONS(1)... at 1:56:2:57/+/98.21%
+69 57nt, >M01687:460:000000000-LGY9G:1:1113:23226:10164_CONS(1)... at 1:57:2:57/+/98.25%
+70 56nt, >M01687:460:000000000-LGY9G:1:1113:10718:23136_CONS(1)... at 1:55:2:56/+/98.18%
+71 56nt, >M01687:460:000000000-LGY9G:1:1111:19455:15994_CONS(1)... at 1:56:2:57/+/98.21%
+72 56nt, >M01687:460:000000000-LGY9G:1:1111:8667:18175_CONS(1)... at 1:56:2:57/+/98.21%
+73 54nt, >M01687:460:000000000-LGY9G:1:1112:25282:20869_CONS(1)... at 1:51:2:52/+/100.00%
+74 56nt, >M01687:460:000000000-LGY9G:1:1109:22224:12299_CONS(1)... at 1:56:2:57/+/98.21%
+75 55nt, >M01687:460:000000000-LGY9G:1:1109:19153:18891_CONS(1)... at 1:55:2:57/+/98.21%
+76 56nt, >M01687:460:000000000-LGY9G:1:1109:15979:20072_CONS(1)... at 1:56:2:57/+/98.21%
+77 56nt, >M01687:460:000000000-LGY9G:1:1110:17761:6644_CONS(1)... at 1:56:2:57/+/98.21%
+78 56nt, >M01687:460:000000000-LGY9G:1:1110:19091:8610_CONS(1)... at 1:56:2:57/+/98.21%
+79 56nt, >M01687:460:000000000-LGY9G:1:1110:17644:12128_CONS(1)... at 1:56:2:57/+/98.21%
+80 56nt, >M01687:460:000000000-LGY9G:1:1110:14822:19181_CONS(1)... at 1:56:2:57/+/98.21%
+81 56nt, >M01687:460:000000000-LGY9G:1:1107:9819:5544_CONS(1)... at 1:56:2:57/+/98.21%
+82 57nt, >M01687:460:000000000-LGY9G:1:1107:4720:10677_CONS(1)... at 1:57:2:57/+/98.25%
+83 53nt, >M01687:460:000000000-LGY9G:1:1107:1792:14622_CONS(1)... at 1:53:2:54/+/100.00%
+84 57nt, >M01687:460:000000000-LGY9G:1:1107:5069:19037_CONS(1)... at 1:57:2:57/+/98.25%
+85 56nt, >M01687:460:000000000-LGY9G:1:1108:23456:18998_CONS(1)... at 1:56:2:57/+/98.21%
+86 56nt, >M01687:460:000000000-LGY9G:1:1105:9414:19705_CONS(1)... at 1:56:2:57/+/98.21%
+87 56nt, >M01687:460:000000000-LGY9G:1:1106:17081:11031_CONS(1)... at 1:56:2:57/+/98.21%
+88 56nt, >M01687:460:000000000-LGY9G:1:1103:9985:10752_CONS(1)... at 1:56:2:57/+/98.21%
+89 56nt, >M01687:460:000000000-LGY9G:1:1103:11722:11379_CONS(1)... at 1:56:2:57/+/98.21%
+90 56nt, >M01687:460:000000000-LGY9G:1:1103:14185:12677_CONS(1)... at 1:56:2:57/+/98.21%
+91 56nt, >M01687:460:000000000-LGY9G:1:1103:27078:20459_CONS(1)... at 1:56:2:57/+/98.21%
+92 56nt, >M01687:460:000000000-LGY9G:1:1104:15128:24698_CONS(1)... at 1:56:2:57/+/98.21%
+93 56nt, >M01687:460:000000000-LGY9G:1:1117:7954:12946_CONS(1)... at 1:56:2:57/+/98.21%
+94 56nt, >M01687:460:000000000-LGY9G:1:1117:22330:15933_CONS(1)... at 1:56:2:57/+/98.21%
+95 55nt, >M01687:460:000000000-LGY9G:1:1117:17851:22458_CONS(1)... at 1:55:2:57/+/98.21%
+96 56nt, >M01687:460:000000000-LGY9G:1:1118:12061:2975_CONS(1)... at 1:56:2:57/+/98.21%
+97 55nt, >M01687:460:000000000-LGY9G:1:1118:9844:13186_CONS(1)... at 4:55:6:57/+/100.00%
+98 56nt, >M01687:460:000000000-LGY9G:1:1118:13903:18419_CONS(1)... at 1:56:2:57/+/98.21%
+99 56nt, >M01687:460:000000000-LGY9G:1:1118:10006:20728_CONS(1)... at 1:56:2:57/+/98.21%
+100 55nt, >M01687:460:000000000-LGY9G:1:2118:14573:5169_CONS(1)... at 1:55:2:57/+/98.21%
+101 56nt, >M01687:460:000000000-LGY9G:1:2118:23342:12520_CONS(1)... at 1:56:2:57/+/98.21%
+102 56nt, >M01687:460:000000000-LGY9G:1:2118:17326:14533_CONS(1)... at 1:56:2:57/+/98.21%
+>Cluster 2
+0 102nt, >M01687:460:000000000-LGY9G:1:1101:7284:2467_CONS(1312)... at 1:102:2:103/+/100.00%
+1 102nt, >M01687:460:000000000-LGY9G:1:1101:6611:5566_CONS(1)... at 1:102:2:103/+/99.02%
+2 102nt, >M01687:460:000000000-LGY9G:1:1101:23211:5868_CONS(1)... at 1:102:2:103/+/99.02%
+3 102nt, >M01687:460:000000000-LGY9G:1:1101:26337:9018_CONS(1)... at 1:102:2:103/+/99.02%
+4 102nt, >M01687:460:000000000-LGY9G:1:1101:9122:9660_CONS(1)... at 1:102:2:103/+/99.02%
+5 102nt, >M01687:460:000000000-LGY9G:1:1101:6802:18592_CONS(1)... at 1:102:2:103/+/98.04%
+6 102nt, >M01687:460:000000000-LGY9G:1:1101:15580:21531_CONS(1)... at 1:101:2:102/+/100.00%
+7 102nt, >M01687:460:000000000-LGY9G:1:1102:21750:5723_CONS(2)... at 1:102:2:103/+/98.04%
+8 102nt, >M01687:460:000000000-LGY9G:1:1102:9819:8736_CONS(1)... at 1:102:2:103/+/98.04%
+9 102nt, >M01687:460:000000000-LGY9G:1:1102:6271:10212_CONS(1)... at 1:102:2:103/+/98.04%
+10 102nt, >M01687:460:000000000-LGY9G:1:1102:12979:15471_CONS(4)... at 1:102:2:103/+/99.02%
+11 102nt, >M01687:460:000000000-LGY9G:1:2114:18139:12606_CONS(1)... at 1:102:2:103/+/99.02%
+12 102nt, >M01687:460:000000000-LGY9G:1:2114:26385:18943_CONS(1)... at 1:102:2:103/+/99.02%
+13 102nt, >M01687:460:000000000-LGY9G:1:2115:11418:2507_CONS(1)... at 1:102:2:103/+/99.02%
+14 102nt, >M01687:460:000000000-LGY9G:1:2112:6229:14493_CONS(1)... at 1:102:2:103/+/99.02%
+15 102nt, >M01687:460:000000000-LGY9G:1:2112:16221:14800_CONS(1)... at 1:102:2:103/+/99.02%
+16 102nt, >M01687:460:000000000-LGY9G:1:2112:20760:19283_CONS(1)... at 1:102:2:103/+/99.02%
+17 102nt, >M01687:460:000000000-LGY9G:1:2113:3125:7767_CONS(1)... at 1:102:2:103/+/99.02%
+18 102nt, >M01687:460:000000000-LGY9G:1:2113:19660:10611_CONS(1)... at 1:102:2:103/+/99.02%
+19 102nt, >M01687:460:000000000-LGY9G:1:2113:5498:18566_CONS(1)... at 1:102:2:103/+/99.02%
+20 102nt, >M01687:460:000000000-LGY9G:1:2110:22897:16203_CONS(1)... at 1:102:2:103/+/99.02%
+21 102nt, >M01687:460:000000000-LGY9G:1:2110:26761:17560_CONS(1)... at 1:102:2:103/+/99.02%
+22 102nt, >M01687:460:000000000-LGY9G:1:2111:6077:21207_CONS(1)... at 1:102:2:103/+/99.02%
+23 102nt, >M01687:460:000000000-LGY9G:1:2111:26535:21567_CONS(1)... at 1:102:2:103/+/99.02%
+24 102nt, >M01687:460:000000000-LGY9G:1:2111:13962:24124_CONS(2)... at 1:102:2:103/+/99.02%
+25 102nt, >M01687:460:000000000-LGY9G:1:2108:28425:18755_CONS(1)... at 1:102:2:103/+/99.02%
+26 102nt, >M01687:460:000000000-LGY9G:1:2108:21248:19499_CONS(1)... at 1:102:2:103/+/99.02%
+27 102nt, >M01687:460:000000000-LGY9G:1:2108:12379:21170_CONS(1)... at 1:102:2:103/+/99.02%
+28 102nt, >M01687:460:000000000-LGY9G:1:2108:21461:24644_CONS(1)... at 1:102:2:103/+/99.02%
+29 102nt, >M01687:460:000000000-LGY9G:1:2109:14195:5243_CONS(2)... at 1:102:2:103/+/99.02%
+30 102nt, >M01687:460:000000000-LGY9G:1:2109:7399:12353_CONS(1)... at 1:102:2:103/+/99.02%
+31 102nt, >M01687:460:000000000-LGY9G:1:2109:26354:15746_CONS(1)... at 1:102:2:103/+/99.02%
+32 102nt, >M01687:460:000000000-LGY9G:1:2107:18714:4193_CONS(1)... at 1:102:2:103/+/99.02%
+33 102nt, >M01687:460:000000000-LGY9G:1:2107:4991:15413_CONS(1)... at 1:102:2:103/+/99.02%
+34 102nt, >M01687:460:000000000-LGY9G:1:2106:18403:3566_CONS(1)... at 1:102:2:103/+/99.02%
+35 101nt, >M01687:460:000000000-LGY9G:1:2105:25652:14514_CONS(1)... at 1:101:2:103/+/99.02%
+36 102nt, >M01687:460:000000000-LGY9G:1:2105:17294:17548_CONS(1)... at 1:102:2:103/+/99.02%
+37 102nt, >M01687:460:000000000-LGY9G:1:2105:16416:18383_CONS(1)... at 1:102:2:103/+/99.02%
+38 102nt, >M01687:460:000000000-LGY9G:1:2104:16816:2224_CONS(1)... at 1:102:2:103/+/99.02%
+39 102nt, >M01687:460:000000000-LGY9G:1:2104:8396:11123_CONS(1)... at 1:102:2:103/+/99.02%
+40 102nt, >M01687:460:000000000-LGY9G:1:2104:23444:22582_CONS(1)... at 1:102:2:103/+/99.02%
+41 102nt, >M01687:460:000000000-LGY9G:1:2103:20090:3692_CONS(1)... at 1:102:2:103/+/99.02%
+42 101nt, >M01687:460:000000000-LGY9G:1:2103:27400:16382_CONS(1)... at 1:101:2:103/+/99.02%
+43 102nt, >M01687:460:000000000-LGY9G:1:2102:16475:6014_CONS(1)... at 1:102:2:103/+/99.02%
+44 101nt, >M01687:460:000000000-LGY9G:1:2102:29200:12221_CONS(1)... at 1:101:2:102/+/99.01%
+45 102nt, >M01687:460:000000000-LGY9G:1:2102:19431:18978_CONS(1)... at 1:102:2:103/+/99.02%
+46 102nt, >M01687:460:000000000-LGY9G:1:2117:4840:9907_CONS(1)... at 1:102:2:103/+/99.02%
+47 102nt, >M01687:460:000000000-LGY9G:1:2117:26914:14559_CONS(3)... at 1:102:2:103/+/99.02%
+48 102nt, >M01687:460:000000000-LGY9G:1:2116:5616:4915_CONS(1)... at 1:102:2:103/+/99.02%
+49 102nt, >M01687:460:000000000-LGY9G:1:2116:9447:5913_CONS(1)... at 1:102:2:103/+/99.02%
+50 102nt, >M01687:460:000000000-LGY9G:1:2116:18437:10708_CONS(1)... at 1:102:2:103/+/99.02%
+51 102nt, >M01687:460:000000000-LGY9G:1:2116:25208:17614_CONS(1)... at 1:102:2:103/+/99.02%
+52 102nt, >M01687:460:000000000-LGY9G:1:1119:24680:5178_CONS(1)... at 1:102:2:103/+/99.02%
+53 102nt, >M01687:460:000000000-LGY9G:1:1119:24450:17518_CONS(1)... at 1:102:2:103/+/99.02%
+54 102nt, >M01687:460:000000000-LGY9G:1:1119:6596:23798_CONS(1)... at 1:102:2:103/+/99.02%
+55 102nt, >M01687:460:000000000-LGY9G:1:2101:5236:5032_CONS(1)... at 1:102:2:103/+/99.02%
+56 102nt, >M01687:460:000000000-LGY9G:1:2101:15789:13989_CONS(1)... at 1:102:2:103/+/99.02%
+57 102nt, >M01687:460:000000000-LGY9G:1:2101:17490:22009_CONS(1)... at 1:102:2:103/+/99.02%
+58 102nt, >M01687:460:000000000-LGY9G:1:1115:19382:6125_CONS(1)... at 1:102:2:103/+/99.02%
+59 103nt, >M01687:460:000000000-LGY9G:1:1115:3842:13133_CONS(1)... *
+60 102nt, >M01687:460:000000000-LGY9G:1:1116:16945:2438_CONS(1)... at 1:102:2:103/+/99.02%
+61 102nt, >M01687:460:000000000-LGY9G:1:1114:19911:6189_CONS(1)... at 1:102:2:103/+/99.02%
+62 101nt, >M01687:460:000000000-LGY9G:1:1114:10140:9561_CONS(1)... at 1:101:2:103/+/99.02%
+63 102nt, >M01687:460:000000000-LGY9G:1:1114:9693:13204_CONS(1)... at 1:102:2:103/+/99.02%
+64 102nt, >M01687:460:000000000-LGY9G:1:1114:24479:21529_CONS(1)... at 1:102:2:103/+/98.04%
+65 102nt, >M01687:460:000000000-LGY9G:1:1114:20213:21647_CONS(1)... at 1:102:2:103/+/99.02%
+66 102nt, >M01687:460:000000000-LGY9G:1:1113:11016:6198_CONS(1)... at 1:102:2:103/+/99.02%
+67 101nt, >M01687:460:000000000-LGY9G:1:1111:11748:2238_CONS(1)... at 1:101:2:103/+/99.02%
+68 101nt, >M01687:460:000000000-LGY9G:1:1109:16660:11082_CONS(1)... at 1:101:2:103/+/99.02%
+69 103nt, >M01687:460:000000000-LGY9G:1:1109:3001:16044_CONS(1)... at 1:102:2:103/+/100.00%
+70 102nt, >M01687:460:000000000-LGY9G:1:1109:17582:16054_CONS(1)... at 1:102:2:103/+/99.02%
+71 103nt, >M01687:460:000000000-LGY9G:1:1109:14545:20486_CONS(1)... at 1:102:2:103/+/99.02%
+72 102nt, >M01687:460:000000000-LGY9G:1:1110:22711:2788_CONS(1)... at 1:102:2:103/+/99.02%
+73 102nt, >M01687:460:000000000-LGY9G:1:1107:8711:18468_CONS(1)... at 1:102:2:103/+/99.02%
+74 102nt, >M01687:460:000000000-LGY9G:1:1108:8748:7829_CONS(1)... at 1:102:2:103/+/99.02%
+75 102nt, >M01687:460:000000000-LGY9G:1:1108:15955:11237_CONS(1)... at 1:102:2:103/+/99.02%
+76 102nt, >M01687:460:000000000-LGY9G:1:1108:16720:14715_CONS(1)... at 1:102:2:103/+/99.02%
+77 102nt, >M01687:460:000000000-LGY9G:1:1105:20790:18592_CONS(1)... at 1:102:2:103/+/99.02%
+78 102nt, >M01687:460:000000000-LGY9G:1:1105:19142:23815_CONS(1)... at 1:102:2:103/+/99.02%
+79 103nt, >M01687:460:000000000-LGY9G:1:1105:22541:24400_CONS(1)... at 1:102:2:103/+/100.00%
+80 101nt, >M01687:460:000000000-LGY9G:1:1106:25233:7023_CONS(2)... at 1:101:2:102/+/100.00%
+81 102nt, >M01687:460:000000000-LGY9G:1:1106:4619:9137_CONS(1)... at 1:102:2:103/+/99.02%
+82 102nt, >M01687:460:000000000-LGY9G:1:1103:28852:12781_CONS(1)... at 1:102:2:103/+/99.02%
+83 102nt, >M01687:460:000000000-LGY9G:1:1103:21786:14332_CONS(1)... at 1:102:2:103/+/99.02%
+84 102nt, >M01687:460:000000000-LGY9G:1:1104:6856:8424_CONS(1)... at 1:102:2:103/+/99.02%
+85 102nt, >M01687:460:000000000-LGY9G:1:1104:16848:23143_CONS(1)... at 2:102:3:103/+/100.00%
+86 102nt, >M01687:460:000000000-LGY9G:1:1118:11354:21539_CONS(1)... at 1:102:2:103/+/99.02%
+87 102nt, >M01687:460:000000000-LGY9G:1:2118:21265:9394_CONS(1)... at 3:102:4:103/+/100.00%
+88 102nt, >M01687:460:000000000-LGY9G:1:2119:23135:2175_CONS(1)... at 1:102:2:103/+/99.02%
+89 101nt, >M01687:460:000000000-LGY9G:1:2119:16334:17635_CONS(1)... at 4:101:6:103/+/100.00%
+>Cluster 3
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:13587:2011_CONS(894)... at 1:94:1:95/+/98.95%
+1 94nt, >M01687:460:000000000-LGY9G:1:1101:21348:7311_CONS(3)... at 1:94:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:1101:5465:7459_CONS(21)... at 1:94:1:95/+/97.89%
+3 94nt, >M01687:460:000000000-LGY9G:1:1101:20902:10497_CONS(1)... at 1:94:1:95/+/97.89%
+4 94nt, >M01687:460:000000000-LGY9G:1:1101:7211:13643_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:1102:11968:4326_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:1102:17848:7686_CONS(2)... at 1:94:1:95/+/97.89%
+7 93nt, >M01687:460:000000000-LGY9G:1:1102:23030:12021_CONS(1)... at 3:93:4:95/+/98.91%
+8 94nt, >M01687:460:000000000-LGY9G:1:1102:17249:12464_CONS(1)... at 1:94:1:95/+/97.89%
+9 94nt, >M01687:460:000000000-LGY9G:1:1102:5689:19450_CONS(1)... at 1:94:1:95/+/97.89%
+10 93nt, >M01687:460:000000000-LGY9G:1:1102:21698:22737_CONS(1)... at 1:93:1:95/+/97.89%
+11 94nt, >M01687:460:000000000-LGY9G:1:2114:24781:5536_CONS(1)... at 1:94:1:95/+/97.89%
+12 93nt, >M01687:460:000000000-LGY9G:1:2114:14706:7799_CONS(1)... at 1:93:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:2114:26256:9794_CONS(1)... at 1:94:1:95/+/97.89%
+14 94nt, >M01687:460:000000000-LGY9G:1:2114:27846:14908_CONS(1)... at 1:94:1:95/+/97.89%
+15 93nt, >M01687:460:000000000-LGY9G:1:2115:4119:7843_CONS(1)... at 1:93:1:95/+/97.89%
+16 94nt, >M01687:460:000000000-LGY9G:1:2115:9218:11641_CONS(1)... at 1:94:1:95/+/97.89%
+17 94nt, >M01687:460:000000000-LGY9G:1:2115:10150:15392_CONS(1)... at 1:94:1:95/+/97.89%
+18 94nt, >M01687:460:000000000-LGY9G:1:2112:10701:6811_CONS(1)... at 1:94:1:95/+/97.89%
+19 95nt, >M01687:460:000000000-LGY9G:1:2112:29225:11593_CONS(1)... *
+20 94nt, >M01687:460:000000000-LGY9G:1:2113:5823:17174_CONS(1)... at 1:94:1:95/+/97.89%
+21 94nt, >M01687:460:000000000-LGY9G:1:2113:24546:22824_CONS(1)... at 1:94:1:95/+/97.89%
+22 94nt, >M01687:460:000000000-LGY9G:1:2110:26195:7516_CONS(1)... at 1:94:1:95/+/97.89%
+23 94nt, >M01687:460:000000000-LGY9G:1:2111:22366:12643_CONS(1)... at 1:94:1:95/+/97.89%
+24 94nt, >M01687:460:000000000-LGY9G:1:2111:15821:13028_CONS(1)... at 1:94:1:95/+/97.89%
+25 94nt, >M01687:460:000000000-LGY9G:1:2111:13985:17644_CONS(6)... at 1:94:1:95/+/97.89%
+26 94nt, >M01687:460:000000000-LGY9G:1:2108:20275:3724_CONS(1)... at 1:94:1:95/+/97.89%
+27 94nt, >M01687:460:000000000-LGY9G:1:2108:25848:14650_CONS(1)... at 1:94:1:95/+/97.89%
+28 94nt, >M01687:460:000000000-LGY9G:1:2109:18739:2954_CONS(1)... at 1:94:1:95/+/97.89%
+29 94nt, >M01687:460:000000000-LGY9G:1:2109:15215:3036_CONS(1)... at 1:94:1:95/+/97.89%
+30 94nt, >M01687:460:000000000-LGY9G:1:2109:22421:8974_CONS(1)... at 1:94:1:95/+/97.89%
+31 94nt, >M01687:460:000000000-LGY9G:1:2109:13053:13414_CONS(2)... at 1:94:1:95/+/97.89%
+32 93nt, >M01687:460:000000000-LGY9G:1:2107:15531:5155_CONS(1)... at 1:93:1:94/+/98.94%
+33 94nt, >M01687:460:000000000-LGY9G:1:2106:20274:23100_CONS(1)... at 1:94:1:95/+/97.89%
+34 94nt, >M01687:460:000000000-LGY9G:1:2105:23886:17233_CONS(1)... at 1:94:1:95/+/97.89%
+35 94nt, >M01687:460:000000000-LGY9G:1:2104:22329:8833_CONS(1)... at 1:94:1:95/+/97.89%
+36 94nt, >M01687:460:000000000-LGY9G:1:2104:28219:9026_CONS(1)... at 1:94:1:95/+/97.89%
+37 94nt, >M01687:460:000000000-LGY9G:1:2104:21974:11606_CONS(1)... at 1:94:1:95/+/97.89%
+38 94nt, >M01687:460:000000000-LGY9G:1:2103:12471:10470_CONS(1)... at 1:94:1:95/+/97.89%
+39 94nt, >M01687:460:000000000-LGY9G:1:2116:5728:6744_CONS(1)... at 1:94:1:95/+/97.89%
+40 94nt, >M01687:460:000000000-LGY9G:1:2116:18798:10467_CONS(1)... at 1:94:1:95/+/97.89%
+41 94nt, >M01687:460:000000000-LGY9G:1:2101:23506:4360_CONS(1)... at 1:94:1:95/+/97.89%
+42 94nt, >M01687:460:000000000-LGY9G:1:2101:23454:14207_CONS(1)... at 1:94:1:95/+/97.89%
+43 94nt, >M01687:460:000000000-LGY9G:1:2101:13624:23922_CONS(1)... at 3:94:3:95/+/98.92%
+44 93nt, >M01687:460:000000000-LGY9G:1:1116:8328:17023_CONS(1)... at 1:93:2:95/+/98.94%
+45 94nt, >M01687:460:000000000-LGY9G:1:1114:11793:6791_CONS(1)... at 1:94:1:95/+/97.89%
+46 94nt, >M01687:460:000000000-LGY9G:1:1114:6098:15735_CONS(1)... at 1:94:1:95/+/97.89%
+47 94nt, >M01687:460:000000000-LGY9G:1:1114:12422:23139_CONS(1)... at 1:94:1:95/+/97.89%
+48 94nt, >M01687:460:000000000-LGY9G:1:1113:12092:6693_CONS(1)... at 1:94:1:95/+/97.89%
+49 94nt, >M01687:460:000000000-LGY9G:1:1111:15354:5259_CONS(1)... at 1:94:1:95/+/97.89%
+50 94nt, >M01687:460:000000000-LGY9G:1:1111:5901:13592_CONS(1)... at 1:93:1:94/+/98.94%
+51 94nt, >M01687:460:000000000-LGY9G:1:1111:25032:17902_CONS(1)... at 3:94:3:95/+/98.92%
+52 94nt, >M01687:460:000000000-LGY9G:1:1112:5605:9642_CONS(1)... at 1:94:1:95/+/97.89%
+53 94nt, >M01687:460:000000000-LGY9G:1:1112:14100:23058_CONS(1)... at 1:94:1:95/+/97.89%
+54 94nt, >M01687:460:000000000-LGY9G:1:1110:27351:11855_CONS(1)... at 1:94:1:95/+/97.89%
+55 94nt, >M01687:460:000000000-LGY9G:1:1107:14598:14035_CONS(1)... at 1:94:1:95/+/97.89%
+56 94nt, >M01687:460:000000000-LGY9G:1:1107:4028:17136_CONS(1)... at 1:94:1:95/+/97.89%
+57 94nt, >M01687:460:000000000-LGY9G:1:1108:13700:5338_CONS(1)... at 1:94:1:95/+/97.89%
+58 94nt, >M01687:460:000000000-LGY9G:1:1108:4993:7845_CONS(1)... at 1:94:1:95/+/97.89%
+59 94nt, >M01687:460:000000000-LGY9G:1:1105:26212:11101_CONS(1)... at 1:94:1:95/+/97.89%
+60 94nt, >M01687:460:000000000-LGY9G:1:1103:25654:21751_CONS(1)... at 1:94:1:95/+/97.89%
+61 94nt, >M01687:460:000000000-LGY9G:1:1104:28459:18834_CONS(1)... at 1:94:1:95/+/97.89%
+62 94nt, >M01687:460:000000000-LGY9G:1:1104:22314:21982_CONS(1)... at 1:94:1:95/+/97.89%
+63 94nt, >M01687:460:000000000-LGY9G:1:1104:22202:23301_CONS(1)... at 1:94:1:95/+/97.89%
+64 94nt, >M01687:460:000000000-LGY9G:1:1118:19066:11053_CONS(1)... at 1:94:1:95/+/97.89%
+65 94nt, >M01687:460:000000000-LGY9G:1:1118:22348:22182_CONS(1)... at 1:94:1:95/+/97.89%
+66 94nt, >M01687:460:000000000-LGY9G:1:2118:26639:14772_CONS(1)... at 1:94:1:95/+/97.89%
+67 94nt, >M01687:460:000000000-LGY9G:1:2118:19664:16137_CONS(1)... at 1:94:1:95/+/97.89%
+68 93nt, >M01687:460:000000000-LGY9G:1:2118:3752:18904_CONS(1)... at 1:93:1:95/+/97.89%
+>Cluster 4
+0 85nt, >M01687:460:000000000-LGY9G:1:1101:7884:3115_CONS(830)... at 1:85:1:86/+/98.84%
+1 84nt, >M01687:460:000000000-LGY9G:1:1101:24990:14230_CONS(1)... at 1:84:1:86/+/97.67%
+2 85nt, >M01687:460:000000000-LGY9G:1:1102:27466:14629_CONS(1)... at 1:85:1:86/+/97.67%
+3 85nt, >M01687:460:000000000-LGY9G:1:2114:4300:6387_CONS(1)... at 1:85:1:86/+/97.67%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:21619:6303_CONS(1)... at 1:85:1:86/+/97.67%
+5 84nt, >M01687:460:000000000-LGY9G:1:2115:21344:10367_CONS(1)... at 1:84:1:85/+/98.82%
+6 85nt, >M01687:460:000000000-LGY9G:1:2112:4496:12270_CONS(2)... at 1:85:1:86/+/97.67%
+7 85nt, >M01687:460:000000000-LGY9G:1:2113:14159:6085_CONS(1)... at 1:85:1:86/+/97.67%
+8 85nt, >M01687:460:000000000-LGY9G:1:2113:19376:9432_CONS(1)... at 1:85:1:86/+/97.67%
+9 85nt, >M01687:460:000000000-LGY9G:1:2113:18209:10891_CONS(1)... at 1:85:1:86/+/97.67%
+10 85nt, >M01687:460:000000000-LGY9G:1:2110:12587:12216_CONS(1)... at 1:85:1:86/+/97.67%
+11 85nt, >M01687:460:000000000-LGY9G:1:2110:24701:14309_CONS(1)... at 1:85:1:86/+/97.67%
+12 85nt, >M01687:460:000000000-LGY9G:1:2111:21424:8766_CONS(1)... at 1:85:1:86/+/97.67%
+13 85nt, >M01687:460:000000000-LGY9G:1:2111:27241:18632_CONS(1)... at 1:85:1:86/+/97.67%
+14 85nt, >M01687:460:000000000-LGY9G:1:2111:16157:19106_CONS(1)... at 1:85:1:86/+/97.67%
+15 84nt, >M01687:460:000000000-LGY9G:1:2108:24679:9443_CONS(11)... at 1:84:1:86/+/97.67%
+16 86nt, >M01687:460:000000000-LGY9G:1:2108:5239:16801_CONS(1)... *
+17 85nt, >M01687:460:000000000-LGY9G:1:2108:28138:19079_CONS(1)... at 1:85:1:86/+/97.67%
+18 85nt, >M01687:460:000000000-LGY9G:1:2108:21470:24139_CONS(1)... at 1:85:1:86/+/97.67%
+19 85nt, >M01687:460:000000000-LGY9G:1:2109:23016:8959_CONS(1)... at 1:85:1:86/+/97.67%
+20 85nt, >M01687:460:000000000-LGY9G:1:2109:5131:11092_CONS(1)... at 1:85:1:86/+/97.67%
+21 85nt, >M01687:460:000000000-LGY9G:1:2106:2125:15808_CONS(1)... at 1:85:1:86/+/97.67%
+22 85nt, >M01687:460:000000000-LGY9G:1:2103:23207:3510_CONS(1)... at 1:85:1:86/+/97.67%
+23 85nt, >M01687:460:000000000-LGY9G:1:2103:12839:8311_CONS(1)... at 1:85:1:86/+/97.67%
+24 85nt, >M01687:460:000000000-LGY9G:1:2103:10656:23254_CONS(1)... at 1:85:1:86/+/97.67%
+25 85nt, >M01687:460:000000000-LGY9G:1:2117:10007:8955_CONS(1)... at 1:85:1:86/+/97.67%
+26 85nt, >M01687:460:000000000-LGY9G:1:2116:8606:2957_CONS(2)... at 1:85:1:86/+/97.67%
+27 85nt, >M01687:460:000000000-LGY9G:1:2116:11526:12229_CONS(1)... at 1:85:1:86/+/97.67%
+28 85nt, >M01687:460:000000000-LGY9G:1:2116:21243:15331_CONS(1)... at 1:85:1:86/+/97.67%
+29 85nt, >M01687:460:000000000-LGY9G:1:1119:16446:19480_CONS(1)... at 1:85:1:86/+/97.67%
+30 84nt, >M01687:460:000000000-LGY9G:1:2101:24333:21311_CONS(1)... at 1:84:1:86/+/97.67%
+31 85nt, >M01687:460:000000000-LGY9G:1:1115:18806:6091_CONS(1)... at 1:85:1:86/+/97.67%
+32 85nt, >M01687:460:000000000-LGY9G:1:1115:10028:9656_CONS(1)... at 1:85:1:86/+/97.67%
+33 85nt, >M01687:460:000000000-LGY9G:1:1116:8457:13092_CONS(1)... at 1:85:1:86/+/97.67%
+34 85nt, >M01687:460:000000000-LGY9G:1:1114:23215:20498_CONS(1)... at 1:84:1:85/+/98.82%
+35 85nt, >M01687:460:000000000-LGY9G:1:1113:5669:8200_CONS(1)... at 1:85:1:86/+/97.67%
+36 85nt, >M01687:460:000000000-LGY9G:1:1111:25955:12878_CONS(1)... at 1:85:1:86/+/97.67%
+37 85nt, >M01687:460:000000000-LGY9G:1:1112:16792:20930_CONS(1)... at 1:85:1:86/+/97.67%
+38 85nt, >M01687:460:000000000-LGY9G:1:1110:3764:9904_CONS(1)... at 1:85:1:86/+/97.67%
+39 85nt, >M01687:460:000000000-LGY9G:1:1110:21260:10524_CONS(1)... at 1:85:1:86/+/97.67%
+40 85nt, >M01687:460:000000000-LGY9G:1:1105:7850:12972_CONS(1)... at 1:85:1:86/+/97.67%
+41 85nt, >M01687:460:000000000-LGY9G:1:1105:24827:14415_CONS(1)... at 1:85:1:86/+/97.67%
+42 85nt, >M01687:460:000000000-LGY9G:1:1105:11570:15477_CONS(1)... at 1:85:1:86/+/97.67%
+43 85nt, >M01687:460:000000000-LGY9G:1:1105:22199:23464_CONS(1)... at 1:85:1:86/+/97.67%
+44 85nt, >M01687:460:000000000-LGY9G:1:1103:15515:16881_CONS(1)... at 1:85:1:86/+/97.67%
+45 85nt, >M01687:460:000000000-LGY9G:1:1104:22406:20316_CONS(1)... at 1:85:1:86/+/97.67%
+46 85nt, >M01687:460:000000000-LGY9G:1:1117:29341:15941_CONS(1)... at 1:85:1:86/+/97.67%
+>Cluster 5
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:10419:2446_CONS(1)... at 1:65:1:65/+/98.46%
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:6263:3981_CONS(981)... at 1:65:1:65/+/100.00%
+2 65nt, >M01687:460:000000000-LGY9G:1:1102:15649:19668_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:2115:8727:10365_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:2115:13226:19534_CONS(1)... at 1:65:1:65/+/98.46%
+5 65nt, >M01687:460:000000000-LGY9G:1:2115:10854:24496_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:2112:12338:15654_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:2112:14122:18647_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:2113:13640:21027_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:2111:29623:13241_CONS(1)... at 1:65:1:65/+/98.46%
+10 65nt, >M01687:460:000000000-LGY9G:1:2108:2686:16771_CONS(1)... at 1:65:1:65/+/98.46%
+11 65nt, >M01687:460:000000000-LGY9G:1:2108:19021:18945_CONS(1)... at 1:65:1:65/+/98.46%
+12 65nt, >M01687:460:000000000-LGY9G:1:2108:11374:24120_CONS(1)... at 1:65:1:65/+/98.46%
+13 65nt, >M01687:460:000000000-LGY9G:1:2109:13896:13015_CONS(1)... at 1:64:1:64/+/100.00%
+14 65nt, >M01687:460:000000000-LGY9G:1:2109:10497:19650_CONS(1)... at 1:65:1:65/+/98.46%
+15 65nt, >M01687:460:000000000-LGY9G:1:2107:19368:8096_CONS(2)... at 1:65:1:65/+/98.46%
+16 65nt, >M01687:460:000000000-LGY9G:1:2107:7842:11676_CONS(3)... at 1:65:1:65/+/98.46%
+17 65nt, >M01687:460:000000000-LGY9G:1:2106:12163:4892_CONS(1)... at 1:65:1:65/+/98.46%
+18 65nt, >M01687:460:000000000-LGY9G:1:2104:26190:7839_CONS(1)... at 1:65:1:65/+/98.46%
+19 64nt, >M01687:460:000000000-LGY9G:1:2104:24736:10807_CONS(1)... at 1:64:1:65/+/98.46%
+20 65nt, >M01687:460:000000000-LGY9G:1:2117:5860:7142_CONS(1)... at 1:65:1:65/+/98.46%
+21 65nt, >M01687:460:000000000-LGY9G:1:2117:13065:20844_CONS(1)... at 1:65:1:65/+/98.46%
+22 65nt, >M01687:460:000000000-LGY9G:1:2101:16758:13667_CONS(1)... at 1:65:1:65/+/98.46%
+23 65nt, >M01687:460:000000000-LGY9G:1:2101:3657:18724_CONS(1)... at 1:65:1:65/+/98.46%
+24 64nt, >M01687:460:000000000-LGY9G:1:1115:20196:13172_CONS(1)... at 1:64:1:64/+/100.00%
+25 65nt, >M01687:460:000000000-LGY9G:1:1115:15227:19567_CONS(1)... at 1:65:1:65/+/98.46%
+26 65nt, >M01687:460:000000000-LGY9G:1:1116:7298:10608_CONS(1)... at 1:65:1:65/+/98.46%
+27 65nt, >M01687:460:000000000-LGY9G:1:1113:22559:5741_CONS(1)... at 1:65:1:65/+/98.46%
+28 65nt, >M01687:460:000000000-LGY9G:1:1113:6977:9598_CONS(1)... at 1:65:1:65/+/98.46%
+29 64nt, >M01687:460:000000000-LGY9G:1:1113:25985:15916_CONS(1)... at 1:64:1:65/+/98.46%
+30 65nt, >M01687:460:000000000-LGY9G:1:1112:19616:16759_CONS(1)... at 1:65:1:65/+/98.46%
+31 65nt, >M01687:460:000000000-LGY9G:1:1110:9084:9196_CONS(1)... at 1:65:1:65/+/98.46%
+32 65nt, >M01687:460:000000000-LGY9G:1:1107:2080:12095_CONS(1)... at 1:65:1:65/+/98.46%
+33 64nt, >M01687:460:000000000-LGY9G:1:1105:20161:17374_CONS(1)... at 1:64:1:65/+/98.46%
+34 65nt, >M01687:460:000000000-LGY9G:1:1105:11294:17623_CONS(1)... at 1:65:1:65/+/98.46%
+35 65nt, >M01687:460:000000000-LGY9G:1:1106:23963:5313_CONS(1)... at 1:65:1:65/+/98.46%
+36 65nt, >M01687:460:000000000-LGY9G:1:1104:26043:9472_CONS(1)... at 1:65:1:65/+/98.46%
+37 64nt, >M01687:460:000000000-LGY9G:1:1104:8108:20109_CONS(1)... at 1:64:1:65/+/98.46%
+38 64nt, >M01687:460:000000000-LGY9G:1:1117:8326:22357_CONS(1)... at 1:64:1:65/+/98.46%
+39 65nt, >M01687:460:000000000-LGY9G:1:1118:14991:16624_CONS(1)... at 1:65:1:65/+/98.46%
+40 66nt, >M01687:460:000000000-LGY9G:1:2119:9718:9573_CONS(1)... *
+>Cluster 6
+0 41nt, >M01687:460:000000000-LGY9G:1:1101:17337:2034_CONS(48)... at 1:41:1:41/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:1101:27538:7048_CONS(1)... at 1:40:1:40/+/97.50%
+2 39nt, >M01687:460:000000000-LGY9G:1:1101:14576:9339_CONS(15)... at 1:39:1:39/+/100.00%
+3 37nt, >M01687:460:000000000-LGY9G:1:1101:22315:11421_CONS(24)... at 1:37:1:37/+/100.00%
+4 43nt, >M01687:460:000000000-LGY9G:1:1101:23857:16453_CONS(39)... at 1:42:1:42/+/100.00%
+5 33nt, >M01687:460:000000000-LGY9G:1:1101:21017:20068_CONS(25)... at 1:33:1:33/+/100.00%
+6 38nt, >M01687:460:000000000-LGY9G:1:1102:4757:11000_CONS(26)... at 1:38:1:38/+/100.00%
+7 34nt, >M01687:460:000000000-LGY9G:1:1102:21116:17244_CONS(30)... at 1:34:1:34/+/100.00%
+8 35nt, >M01687:460:000000000-LGY9G:1:1102:18971:19722_CONS(1)... at 1:35:1:35/+/97.14%
+9 42nt, >M01687:460:000000000-LGY9G:1:2114:9949:4053_CONS(36)... at 1:42:1:42/+/100.00%
+10 38nt, >M01687:460:000000000-LGY9G:1:2114:9168:13695_CONS(1)... at 1:38:1:38/+/97.37%
+11 35nt, >M01687:460:000000000-LGY9G:1:2115:14872:19121_CONS(6)... at 1:35:1:35/+/100.00%
+12 34nt, >M01687:460:000000000-LGY9G:1:2113:11823:2970_CONS(1)... at 1:34:1:34/+/97.06%
+13 40nt, >M01687:460:000000000-LGY9G:1:2113:14086:3455_CONS(16)... at 1:40:1:40/+/100.00%
+14 35nt, >M01687:460:000000000-LGY9G:1:2113:18031:16129_CONS(1)... at 1:35:1:35/+/97.14%
+15 35nt, >M01687:460:000000000-LGY9G:1:2110:11912:9030_CONS(1)... at 1:35:1:35/+/97.14%
+16 36nt, >M01687:460:000000000-LGY9G:1:2110:14242:22162_CONS(11)... at 1:36:1:36/+/100.00%
+17 42nt, >M01687:460:000000000-LGY9G:1:2108:21101:3013_CONS(1)... at 1:42:1:42/+/97.62%
+18 34nt, >M01687:460:000000000-LGY9G:1:2109:16942:7063_CONS(1)... at 1:34:1:34/+/97.06%
+19 38nt, >M01687:460:000000000-LGY9G:1:2107:4246:6143_CONS(1)... at 1:38:1:38/+/97.37%
+20 42nt, >M01687:460:000000000-LGY9G:1:2106:26850:15419_CONS(1)... at 1:42:1:42/+/97.62%
+21 36nt, >M01687:460:000000000-LGY9G:1:1119:13282:10463_CONS(1)... at 1:36:1:36/+/97.22%
+22 41nt, >M01687:460:000000000-LGY9G:1:2101:20641:11921_CONS(1)... at 1:41:1:41/+/97.56%
+23 34nt, >M01687:460:000000000-LGY9G:1:1115:19073:4309_CONS(1)... at 1:34:1:34/+/97.06%
+24 34nt, >M01687:460:000000000-LGY9G:1:1116:14269:22151_CONS(1)... at 1:34:1:34/+/97.06%
+25 44nt, >M01687:460:000000000-LGY9G:1:1113:5071:14868_CONS(1)... *
+26 43nt, >M01687:460:000000000-LGY9G:1:1111:13779:6297_CONS(1)... at 1:42:1:42/+/97.62%
+27 41nt, >M01687:460:000000000-LGY9G:1:1108:28548:16378_CONS(1)... at 1:41:1:41/+/97.56%
+28 41nt, >M01687:460:000000000-LGY9G:1:1105:8599:6421_CONS(1)... at 1:41:1:41/+/97.56%
+29 39nt, >M01687:460:000000000-LGY9G:1:1104:26579:13572_CONS(1)... at 1:39:1:39/+/97.44%
+30 37nt, >M01687:460:000000000-LGY9G:1:1118:4782:8381_CONS(1)... at 1:37:1:37/+/97.30%
+>Cluster 7
+0 86nt, >M01687:460:000000000-LGY9G:1:1101:18143:5415_CONS(512)... at 1:86:1:87/+/98.85%
+1 86nt, >M01687:460:000000000-LGY9G:1:1102:22485:3117_CONS(1)... at 1:85:1:86/+/98.84%
+2 86nt, >M01687:460:000000000-LGY9G:1:1102:27046:8310_CONS(1)... at 1:86:1:87/+/97.70%
+3 86nt, >M01687:460:000000000-LGY9G:1:2114:5177:7573_CONS(1)... at 1:86:1:87/+/97.70%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:1808:11682_CONS(4)... at 1:85:1:87/+/97.70%
+5 87nt, >M01687:460:000000000-LGY9G:1:2113:27676:16852_CONS(1)... *
+6 85nt, >M01687:460:000000000-LGY9G:1:2108:14790:12049_CONS(12)... at 1:85:1:87/+/97.70%
+7 86nt, >M01687:460:000000000-LGY9G:1:2109:23765:22412_CONS(1)... at 1:86:1:87/+/97.70%
+8 86nt, >M01687:460:000000000-LGY9G:1:2102:20525:8663_CONS(1)... at 1:86:1:87/+/97.70%
+9 86nt, >M01687:460:000000000-LGY9G:1:2102:28243:13289_CONS(1)... at 1:86:1:87/+/97.70%
+10 86nt, >M01687:460:000000000-LGY9G:1:2116:22568:4096_CONS(1)... at 1:86:1:87/+/97.70%
+11 87nt, >M01687:460:000000000-LGY9G:1:2116:7845:11812_CONS(1)... at 1:87:1:87/+/97.73%
+12 86nt, >M01687:460:000000000-LGY9G:1:2101:23563:12755_CONS(1)... at 1:86:1:87/+/97.70%
+13 86nt, >M01687:460:000000000-LGY9G:1:2101:4941:18069_CONS(1)... at 1:86:1:87/+/97.70%
+14 86nt, >M01687:460:000000000-LGY9G:1:1115:9693:17289_CONS(1)... at 1:86:1:87/+/97.70%
+15 85nt, >M01687:460:000000000-LGY9G:1:1115:13182:22348_CONS(1)... at 1:85:1:87/+/97.70%
+16 86nt, >M01687:460:000000000-LGY9G:1:1116:26736:10448_CONS(1)... at 1:86:1:87/+/97.70%
+17 87nt, >M01687:460:000000000-LGY9G:1:1116:9622:14812_CONS(1)... at 1:87:1:87/+/97.73%
+18 86nt, >M01687:460:000000000-LGY9G:1:1114:12075:9078_CONS(1)... at 1:86:1:87/+/97.70%
+19 86nt, >M01687:460:000000000-LGY9G:1:1114:24596:13900_CONS(1)... at 1:86:1:87/+/97.70%
+20 86nt, >M01687:460:000000000-LGY9G:1:1113:9645:20488_CONS(1)... at 1:86:1:87/+/97.70%
+21 86nt, >M01687:460:000000000-LGY9G:1:1111:25766:18342_CONS(1)... at 1:86:1:87/+/97.70%
+22 86nt, >M01687:460:000000000-LGY9G:1:1109:14772:13579_CONS(1)... at 1:86:1:87/+/97.70%
+23 86nt, >M01687:460:000000000-LGY9G:1:1110:22439:7351_CONS(1)... at 1:86:1:87/+/97.70%
+24 86nt, >M01687:460:000000000-LGY9G:1:1105:24635:3603_CONS(1)... at 1:86:1:87/+/97.70%
+25 86nt, >M01687:460:000000000-LGY9G:1:1106:3130:7713_CONS(1)... at 1:86:1:87/+/97.70%
+26 86nt, >M01687:460:000000000-LGY9G:1:1106:7678:16244_CONS(1)... at 1:86:1:87/+/97.70%
+27 86nt, >M01687:460:000000000-LGY9G:1:1104:11566:11211_CONS(1)... at 1:86:1:87/+/97.70%
+28 87nt, >M01687:460:000000000-LGY9G:1:1118:15345:10535_CONS(1)... at 1:87:1:87/+/97.73%
+29 87nt, >M01687:460:000000000-LGY9G:1:2118:22232:20803_CONS(1)... at 1:87:1:87/+/97.73%
+>Cluster 8
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:23490:6088_CONS(368)... at 1:98:1:100/+/98.00%
+1 99nt, >M01687:460:000000000-LGY9G:1:1102:7059:6338_CONS(20)... at 1:99:1:100/+/99.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:1102:8132:15192_CONS(1)... at 1:98:1:100/+/97.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:20773:1836_CONS(1)... *
+4 98nt, >M01687:460:000000000-LGY9G:1:2112:9690:3542_CONS(1)... at 1:98:1:100/+/98.00%
+5 98nt, >M01687:460:000000000-LGY9G:1:2113:24784:7182_CONS(1)... at 1:98:1:100/+/97.00%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:19348:15817_CONS(11)... at 1:97:1:100/+/97.00%
+7 97nt, >M01687:460:000000000-LGY9G:1:2108:27904:6574_CONS(1)... at 1:97:1:100/+/97.00%
+8 98nt, >M01687:460:000000000-LGY9G:1:2105:15195:14364_CONS(1)... at 1:98:1:100/+/97.00%
+9 97nt, >M01687:460:000000000-LGY9G:1:2103:9519:5494_CONS(1)... at 1:97:1:100/+/97.00%
+10 98nt, >M01687:460:000000000-LGY9G:1:2103:18561:8582_CONS(1)... at 1:98:1:100/+/97.00%
+11 98nt, >M01687:460:000000000-LGY9G:1:2102:2576:12717_CONS(1)... at 1:98:1:100/+/97.00%
+12 98nt, >M01687:460:000000000-LGY9G:1:2117:6778:12077_CONS(1)... at 1:98:1:100/+/97.00%
+13 98nt, >M01687:460:000000000-LGY9G:1:2101:3693:12319_CONS(1)... at 1:98:1:100/+/97.00%
+14 98nt, >M01687:460:000000000-LGY9G:1:2101:21184:13472_CONS(1)... at 1:98:1:100/+/97.00%
+15 98nt, >M01687:460:000000000-LGY9G:1:2101:19850:13713_CONS(1)... at 1:98:1:100/+/97.00%
+16 98nt, >M01687:460:000000000-LGY9G:1:2101:12712:25072_CONS(1)... at 1:98:1:100/+/97.00%
+17 98nt, >M01687:460:000000000-LGY9G:1:1115:17656:5151_CONS(1)... at 1:98:1:100/+/97.00%
+18 98nt, >M01687:460:000000000-LGY9G:1:1116:23968:17863_CONS(1)... at 1:98:1:100/+/97.00%
+19 98nt, >M01687:460:000000000-LGY9G:1:1113:17265:7573_CONS(1)... at 1:98:1:100/+/97.00%
+20 98nt, >M01687:460:000000000-LGY9G:1:1111:25694:16214_CONS(1)... at 1:98:1:100/+/97.00%
+21 98nt, >M01687:460:000000000-LGY9G:1:1106:5801:10393_CONS(1)... at 1:98:1:100/+/97.00%
+22 97nt, >M01687:460:000000000-LGY9G:1:1118:24467:17835_CONS(1)... at 1:97:1:100/+/97.00%
+23 98nt, >M01687:460:000000000-LGY9G:1:1118:24894:21155_CONS(1)... at 1:98:1:100/+/97.00%
+24 99nt, >M01687:460:000000000-LGY9G:1:2118:2557:17878_CONS(1)... at 1:99:1:100/+/98.00%
+25 98nt, >M01687:460:000000000-LGY9G:1:2119:7225:16059_CONS(1)... at 1:98:1:100/+/97.00%
+26 98nt, >M01687:460:000000000-LGY9G:1:2119:10889:18766_CONS(1)... at 1:98:1:100/+/97.00%
+>Cluster 9
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20539:2360_CONS(8)... at 1:56:1:56/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:6452:6809_CONS(17)... at 1:57:1:57/+/100.00%
+2 59nt, >M01687:460:000000000-LGY9G:1:1101:17786:15559_CONS(1)... at 1:59:1:59/+/100.00%
+3 59nt, >M01687:460:000000000-LGY9G:1:1102:28220:14094_CONS(1)... at 1:59:1:59/+/98.31%
+4 47nt, >M01687:460:000000000-LGY9G:1:1102:26457:16868_CONS(1)... at 1:47:1:47/+/97.87%
+5 55nt, >M01687:460:000000000-LGY9G:1:2114:8290:7057_CONS(13)... at 1:55:1:55/+/100.00%
+6 62nt, >M01687:460:000000000-LGY9G:1:2114:12740:15741_CONS(2)... *
+7 49nt, >M01687:460:000000000-LGY9G:1:2115:5420:5368_CONS(5)... at 1:49:1:49/+/100.00%
+8 48nt, >M01687:460:000000000-LGY9G:1:2115:5644:22413_CONS(5)... at 1:48:1:48/+/100.00%
+9 60nt, >M01687:460:000000000-LGY9G:1:2115:20448:23339_CONS(4)... at 1:60:1:60/+/100.00%
+10 53nt, >M01687:460:000000000-LGY9G:1:2113:9201:2969_CONS(4)... at 1:53:1:53/+/100.00%
+11 61nt, >M01687:460:000000000-LGY9G:1:2110:27006:8426_CONS(2)... at 1:61:1:61/+/100.00%
+12 47nt, >M01687:460:000000000-LGY9G:1:2110:16378:10191_CONS(6)... at 1:47:1:47/+/100.00%
+13 54nt, >M01687:460:000000000-LGY9G:1:2110:18753:23153_CONS(9)... at 1:54:1:54/+/100.00%
+14 47nt, >M01687:460:000000000-LGY9G:1:2108:15866:9844_CONS(1)... at 1:47:1:47/+/97.87%
+15 58nt, >M01687:460:000000000-LGY9G:1:2108:9573:21030_CONS(4)... at 1:58:1:58/+/100.00%
+16 60nt, >M01687:460:000000000-LGY9G:1:2107:26232:11982_CONS(1)... at 1:60:1:60/+/98.33%
+17 52nt, >M01687:460:000000000-LGY9G:1:1119:26591:4537_CONS(1)... at 1:52:1:52/+/98.08%
+18 55nt, >M01687:460:000000000-LGY9G:1:1119:20228:23553_CONS(1)... at 2:55:2:55/+/100.00%
+19 54nt, >M01687:460:000000000-LGY9G:1:1112:17154:5202_CONS(1)... at 1:54:1:55/+/98.18%
+20 47nt, >M01687:460:000000000-LGY9G:1:1112:23216:18973_CONS(1)... at 1:47:1:47/+/97.87%
+21 50nt, >M01687:460:000000000-LGY9G:1:1109:25614:12316_CONS(1)... at 1:50:1:50/+/100.00%
+22 59nt, >M01687:460:000000000-LGY9G:1:1104:8832:5747_CONS(1)... at 1:59:1:59/+/98.31%
+23 56nt, >M01687:460:000000000-LGY9G:1:1118:25506:21757_CONS(1)... at 1:56:1:56/+/98.21%
+24 52nt, >M01687:460:000000000-LGY9G:1:1118:10004:22227_CONS(1)... at 1:52:1:52/+/100.00%
+>Cluster 10
+0 100nt, >M01687:460:000000000-LGY9G:1:1101:27214:11272_CONS(78)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:1101:14734:15026_CONS(202)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:1101:6963:19351_CONS(1)... at 1:100:1:100/+/98.00%
+3 99nt, >M01687:460:000000000-LGY9G:1:1102:27928:16134_CONS(1)... at 1:99:1:100/+/99.00%
+4 100nt, >M01687:460:000000000-LGY9G:1:2114:15285:13681_CONS(1)... at 1:100:1:100/+/98.00%
+5 100nt, >M01687:460:000000000-LGY9G:1:2115:26052:15531_CONS(1)... at 1:100:1:100/+/98.00%
+6 100nt, >M01687:460:000000000-LGY9G:1:2112:4946:17990_CONS(1)... at 1:100:1:100/+/98.00%
+7 100nt, >M01687:460:000000000-LGY9G:1:2113:21144:9986_CONS(1)... at 1:100:1:100/+/99.00%
+8 100nt, >M01687:460:000000000-LGY9G:1:2111:15203:5821_CONS(1)... at 1:100:1:100/+/98.00%
+9 100nt, >M01687:460:000000000-LGY9G:1:2111:29103:10658_CONS(1)... at 1:100:1:100/+/99.00%
+10 100nt, >M01687:460:000000000-LGY9G:1:2109:18702:20587_CONS(1)... at 1:99:1:99/+/98.99%
+11 100nt, >M01687:460:000000000-LGY9G:1:2104:19413:12009_CONS(1)... at 1:100:1:100/+/98.00%
+12 99nt, >M01687:460:000000000-LGY9G:1:1119:12671:15827_CONS(1)... at 1:99:1:100/+/98.00%
+13 99nt, >M01687:460:000000000-LGY9G:1:1115:6785:4062_CONS(1)... at 1:99:2:100/+/98.99%
+14 99nt, >M01687:460:000000000-LGY9G:1:1115:24456:5341_CONS(1)... at 1:99:1:99/+/100.00%
+15 100nt, >M01687:460:000000000-LGY9G:1:1115:23948:19248_CONS(1)... at 1:100:1:100/+/98.00%
+16 100nt, >M01687:460:000000000-LGY9G:1:1116:5265:15286_CONS(1)... at 1:100:1:100/+/98.00%
+17 100nt, >M01687:460:000000000-LGY9G:1:1113:22561:17087_CONS(1)... at 1:100:1:100/+/98.00%
+18 100nt, >M01687:460:000000000-LGY9G:1:1111:7296:21365_CONS(1)... at 1:100:1:100/+/98.00%
+19 99nt, >M01687:460:000000000-LGY9G:1:1107:20540:23571_CONS(1)... at 1:99:1:100/+/99.00%
+20 100nt, >M01687:460:000000000-LGY9G:1:1108:18337:10898_CONS(1)... at 1:100:1:100/+/99.00%
+21 100nt, >M01687:460:000000000-LGY9G:1:1108:4653:11594_CONS(1)... at 1:100:1:100/+/98.00%
+22 100nt, >M01687:460:000000000-LGY9G:1:1104:15737:19605_CONS(1)... at 1:100:1:100/+/98.00%
+23 100nt, >M01687:460:000000000-LGY9G:1:1118:7600:16884_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 11
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:25927:4422_CONS(1)... at 1:90:1:90/+/98.89%
+1 90nt, >M01687:460:000000000-LGY9G:1:1101:13374:9034_CONS(358)... at 1:90:1:90/+/100.00%
+2 89nt, >M01687:460:000000000-LGY9G:1:1102:21409:22344_CONS(3)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2114:11877:2233_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2114:27598:13049_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:2106:20775:9980_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:2105:8656:1910_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:2105:25206:16661_CONS(1)... at 1:90:1:90/+/98.89%
+8 90nt, >M01687:460:000000000-LGY9G:1:2105:23753:20905_CONS(2)... at 1:90:1:90/+/98.89%
+9 90nt, >M01687:460:000000000-LGY9G:1:2103:11904:8778_CONS(1)... at 1:90:1:90/+/98.89%
+10 90nt, >M01687:460:000000000-LGY9G:1:2103:4012:10973_CONS(1)... at 1:90:1:90/+/98.89%
+11 89nt, >M01687:460:000000000-LGY9G:1:2116:27179:17604_CONS(1)... at 1:89:1:90/+/98.89%
+12 90nt, >M01687:460:000000000-LGY9G:1:1114:2558:9592_CONS(1)... at 1:90:1:90/+/98.89%
+13 90nt, >M01687:460:000000000-LGY9G:1:1112:8486:14726_CONS(1)... at 1:90:1:90/+/98.89%
+14 89nt, >M01687:460:000000000-LGY9G:1:1112:19638:24508_CONS(1)... at 1:89:1:90/+/98.89%
+15 90nt, >M01687:460:000000000-LGY9G:1:1107:16527:12638_CONS(1)... at 1:90:1:90/+/98.89%
+16 90nt, >M01687:460:000000000-LGY9G:1:1105:11105:10894_CONS(1)... at 1:90:1:90/+/98.89%
+17 90nt, >M01687:460:000000000-LGY9G:1:1103:20035:7736_CONS(1)... at 1:90:1:90/+/98.89%
+18 90nt, >M01687:460:000000000-LGY9G:1:1104:6586:16077_CONS(1)... at 1:90:1:90/+/98.89%
+19 91nt, >M01687:460:000000000-LGY9G:1:1118:18239:6933_CONS(1)... *
+20 90nt, >M01687:460:000000000-LGY9G:1:2118:27446:7060_CONS(1)... at 1:90:1:90/+/98.89%
+21 90nt, >M01687:460:000000000-LGY9G:1:2118:25137:9702_CONS(1)... at 1:90:1:90/+/98.89%
+22 90nt, >M01687:460:000000000-LGY9G:1:2118:22522:22130_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 12
+0 22nt, >M01687:460:000000000-LGY9G:1:2114:14891:2850_CONS(9)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:2114:25347:5074_CONS(5)... at 1:22:1:22/+/100.00%
+2 26nt, >M01687:460:000000000-LGY9G:1:2114:23695:7922_CONS(7)... at 1:26:1:26/+/100.00%
+3 25nt, >M01687:460:000000000-LGY9G:1:2114:25962:7932_CONS(8)... at 1:25:1:25/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2115:12879:23187_CONS(15)... at 1:23:1:23/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2113:17968:4659_CONS(6)... *
+6 24nt, >M01687:460:000000000-LGY9G:1:2111:9246:4153_CONS(1)... at 1:22:1:22/+/100.00%
+7 24nt, >M01687:460:000000000-LGY9G:1:2108:5465:5519_CONS(6)... at 1:24:1:24/+/100.00%
+8 26nt, >M01687:460:000000000-LGY9G:1:2109:10721:12731_CONS(1)... at 1:22:1:22/+/100.00%
+9 25nt, >M01687:460:000000000-LGY9G:1:2109:18456:18314_CONS(2)... at 1:22:1:22/+/100.00%
+10 27nt, >M01687:460:000000000-LGY9G:1:2102:6284:18373_CONS(1)... at 1:22:1:22/+/100.00%
+11 21nt, >M01687:460:000000000-LGY9G:1:2117:4488:12459_CONS(1)... at 1:21:1:21/+/100.00%
+12 25nt, >M01687:460:000000000-LGY9G:1:1114:11591:19716_CONS(1)... at 1:22:1:22/+/100.00%
+13 24nt, >M01687:460:000000000-LGY9G:1:1111:27488:14327_CONS(1)... at 1:23:1:23/+/100.00%
+14 24nt, >M01687:460:000000000-LGY9G:1:1111:5680:21082_CONS(2)... at 1:22:1:22/+/100.00%
+15 26nt, >M01687:460:000000000-LGY9G:1:1112:5749:14683_CONS(1)... at 1:22:1:22/+/100.00%
+16 23nt, >M01687:460:000000000-LGY9G:1:1103:19356:6015_CONS(1)... at 1:21:1:21/+/100.00%
+17 24nt, >M01687:460:000000000-LGY9G:1:1104:11830:20279_CONS(1)... at 1:22:1:22/+/100.00%
+18 24nt, >M01687:460:000000000-LGY9G:1:1117:19958:2576_CONS(1)... at 1:22:1:22/+/100.00%
+19 23nt, >M01687:460:000000000-LGY9G:1:1117:9330:8834_CONS(1)... at 1:22:1:22/+/100.00%
+>Cluster 13
+0 168nt, >M01687:460:000000000-LGY9G:1:1101:21709:3801_CONS(120)... *
+1 168nt, >M01687:460:000000000-LGY9G:1:2115:20763:1848_CONS(1)... at 1:168:1:168/+/99.40%
+2 168nt, >M01687:460:000000000-LGY9G:1:2115:27449:14634_CONS(1)... at 1:168:1:168/+/99.40%
+3 168nt, >M01687:460:000000000-LGY9G:1:2112:24009:8042_CONS(1)... at 1:168:1:168/+/99.40%
+4 168nt, >M01687:460:000000000-LGY9G:1:2110:11520:1920_CONS(1)... at 1:168:1:168/+/99.40%
+5 168nt, >M01687:460:000000000-LGY9G:1:2109:22263:9347_CONS(1)... at 1:168:1:168/+/99.40%
+6 168nt, >M01687:460:000000000-LGY9G:1:2104:12591:6653_CONS(1)... at 1:168:1:168/+/99.40%
+7 168nt, >M01687:460:000000000-LGY9G:1:2116:21636:8113_CONS(1)... at 1:168:1:168/+/99.40%
+8 168nt, >M01687:460:000000000-LGY9G:1:1116:23397:19852_CONS(1)... at 1:168:1:168/+/99.40%
+9 168nt, >M01687:460:000000000-LGY9G:1:1114:10889:18816_CONS(1)... at 1:168:1:168/+/99.40%
+10 168nt, >M01687:460:000000000-LGY9G:1:1114:15085:21464_CONS(1)... at 1:168:1:168/+/99.40%
+11 168nt, >M01687:460:000000000-LGY9G:1:1111:12285:19288_CONS(1)... at 1:168:1:168/+/99.40%
+12 168nt, >M01687:460:000000000-LGY9G:1:1109:19575:4225_CONS(1)... at 1:168:1:168/+/99.40%
+13 168nt, >M01687:460:000000000-LGY9G:1:1109:8389:12911_CONS(1)... at 1:168:1:168/+/99.40%
+14 167nt, >M01687:460:000000000-LGY9G:1:1107:26688:8870_CONS(1)... at 1:167:1:168/+/99.40%
+15 168nt, >M01687:460:000000000-LGY9G:1:1108:9025:5492_CONS(1)... at 1:168:1:168/+/99.40%
+16 168nt, >M01687:460:000000000-LGY9G:1:2118:7225:15255_CONS(1)... at 1:168:1:168/+/99.40%
+17 168nt, >M01687:460:000000000-LGY9G:1:2119:23531:16102_CONS(1)... at 1:168:1:168/+/99.40%
+>Cluster 14
+0 92nt, >M01687:460:000000000-LGY9G:1:1101:4690:8346_CONS(97)... at 1:92:1:92/+/100.00%
+1 92nt, >M01687:460:000000000-LGY9G:1:1101:25136:15966_CONS(70)... at 1:92:1:92/+/98.91%
+2 92nt, >M01687:460:000000000-LGY9G:1:2115:17808:9110_CONS(1)... at 1:92:1:92/+/98.91%
+3 91nt, >M01687:460:000000000-LGY9G:1:2104:6287:17730_CONS(1)... at 1:91:1:92/+/97.83%
+4 92nt, >M01687:460:000000000-LGY9G:1:2116:4718:16339_CONS(1)... at 1:92:1:92/+/98.91%
+5 92nt, >M01687:460:000000000-LGY9G:1:2116:8911:16414_CONS(1)... at 1:92:1:92/+/98.91%
+6 91nt, >M01687:460:000000000-LGY9G:1:1114:2947:18596_CONS(1)... at 1:91:1:92/+/97.83%
+7 91nt, >M01687:460:000000000-LGY9G:1:1113:18958:11837_CONS(1)... at 1:91:1:92/+/98.91%
+8 91nt, >M01687:460:000000000-LGY9G:1:1107:22700:9238_CONS(1)... at 1:91:1:92/+/98.91%
+9 93nt, >M01687:460:000000000-LGY9G:1:1106:9801:9327_CONS(1)... *
+10 91nt, >M01687:460:000000000-LGY9G:1:1104:11568:12414_CONS(1)... at 1:91:1:91/+/100.00%
+11 92nt, >M01687:460:000000000-LGY9G:1:1118:3037:9706_CONS(1)... at 1:92:1:92/+/97.83%
+12 92nt, >M01687:460:000000000-LGY9G:1:1118:7806:11814_CONS(1)... at 1:92:1:92/+/98.91%
+13 92nt, >M01687:460:000000000-LGY9G:1:2118:22056:10899_CONS(1)... at 1:92:1:92/+/98.91%
+14 92nt, >M01687:460:000000000-LGY9G:1:2118:3117:14139_CONS(1)... at 1:92:1:92/+/98.91%
+15 92nt, >M01687:460:000000000-LGY9G:1:2119:4581:9977_CONS(1)... at 1:92:1:92/+/97.83%
+>Cluster 15
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:9145:7599_CONS(221)... at 1:95:1:96/+/97.92%
+1 95nt, >M01687:460:000000000-LGY9G:1:1101:25788:13783_CONS(141)... at 1:95:1:96/+/98.96%
+2 95nt, >M01687:460:000000000-LGY9G:1:1102:10127:14967_CONS(1)... at 1:95:1:96/+/97.92%
+3 95nt, >M01687:460:000000000-LGY9G:1:1102:28793:17961_CONS(1)... at 1:95:1:96/+/97.92%
+4 95nt, >M01687:460:000000000-LGY9G:1:2112:16098:6120_CONS(1)... at 1:95:1:96/+/97.92%
+5 95nt, >M01687:460:000000000-LGY9G:1:2112:23492:10817_CONS(1)... at 1:95:1:96/+/97.92%
+6 94nt, >M01687:460:000000000-LGY9G:1:2113:21243:17571_CONS(1)... at 1:94:1:96/+/97.92%
+7 94nt, >M01687:460:000000000-LGY9G:1:2110:23379:8426_CONS(1)... at 1:94:1:96/+/97.92%
+8 95nt, >M01687:460:000000000-LGY9G:1:2109:5193:13707_CONS(1)... at 1:95:1:96/+/97.92%
+9 95nt, >M01687:460:000000000-LGY9G:1:2106:21978:1913_CONS(1)... at 1:95:1:96/+/97.92%
+10 95nt, >M01687:460:000000000-LGY9G:1:2106:18666:13972_CONS(1)... at 1:95:1:96/+/97.92%
+11 95nt, >M01687:460:000000000-LGY9G:1:2116:14115:9033_CONS(1)... at 1:95:1:96/+/97.92%
+12 94nt, >M01687:460:000000000-LGY9G:1:2116:22277:17640_CONS(1)... at 1:94:1:96/+/97.92%
+13 95nt, >M01687:460:000000000-LGY9G:1:1119:17294:4024_CONS(1)... at 1:95:1:96/+/97.92%
+14 96nt, >M01687:460:000000000-LGY9G:1:1115:20162:6466_CONS(1)... *
+15 95nt, >M01687:460:000000000-LGY9G:1:1116:9373:15567_CONS(1)... at 1:95:1:96/+/97.92%
+>Cluster 16
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:14813:2156_CONS(163)... at 1:91:1:92/+/98.91%
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:12474:19131_CONS(1)... at 1:91:1:92/+/97.83%
+2 92nt, >M01687:460:000000000-LGY9G:1:1102:18060:14142_CONS(1)... *
+3 91nt, >M01687:460:000000000-LGY9G:1:2115:11324:5545_CONS(1)... at 1:91:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2115:16570:12799_CONS(1)... at 1:91:1:92/+/97.83%
+5 91nt, >M01687:460:000000000-LGY9G:1:2113:12126:6581_CONS(1)... at 1:91:1:92/+/97.83%
+6 92nt, >M01687:460:000000000-LGY9G:1:2108:2831:8354_CONS(1)... at 1:92:1:92/+/97.85%
+7 91nt, >M01687:460:000000000-LGY9G:1:2108:14892:20931_CONS(1)... at 1:91:1:92/+/97.83%
+8 91nt, >M01687:460:000000000-LGY9G:1:2108:21385:22273_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:2107:17257:6130_CONS(1)... at 1:91:1:92/+/97.83%
+10 90nt, >M01687:460:000000000-LGY9G:1:2117:26806:17331_CONS(2)... at 1:90:1:92/+/97.83%
+11 90nt, >M01687:460:000000000-LGY9G:1:2116:23801:24406_CONS(1)... at 1:90:1:92/+/97.83%
+12 91nt, >M01687:460:000000000-LGY9G:1:1109:11244:11641_CONS(1)... at 1:91:1:92/+/97.83%
+13 91nt, >M01687:460:000000000-LGY9G:1:1107:9514:5103_CONS(1)... at 1:91:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1117:12621:2467_CONS(1)... at 1:92:1:92/+/97.85%
+>Cluster 17
+0 107nt, >M01687:460:000000000-LGY9G:1:1101:10546:7467_CONS(8)... at 1:107:1:108/+/98.15%
+1 107nt, >M01687:460:000000000-LGY9G:1:1101:14176:8140_CONS(204)... at 1:107:1:108/+/99.07%
+2 108nt, >M01687:460:000000000-LGY9G:1:2114:24816:12938_CONS(1)... *
+3 107nt, >M01687:460:000000000-LGY9G:1:2113:4839:12449_CONS(1)... at 1:107:1:108/+/98.15%
+4 107nt, >M01687:460:000000000-LGY9G:1:2109:4268:11227_CONS(1)... at 1:107:1:108/+/98.15%
+5 107nt, >M01687:460:000000000-LGY9G:1:2106:26171:3968_CONS(1)... at 1:107:1:108/+/98.15%
+6 107nt, >M01687:460:000000000-LGY9G:1:2104:10349:12922_CONS(1)... at 1:107:1:108/+/98.15%
+7 107nt, >M01687:460:000000000-LGY9G:1:2103:18297:17701_CONS(1)... at 1:107:1:108/+/98.15%
+8 107nt, >M01687:460:000000000-LGY9G:1:2117:15435:13786_CONS(1)... at 1:107:1:108/+/98.15%
+9 107nt, >M01687:460:000000000-LGY9G:1:1119:4035:17793_CONS(1)... at 1:107:1:108/+/98.15%
+10 106nt, >M01687:460:000000000-LGY9G:1:1116:6362:22005_CONS(1)... at 1:106:1:108/+/98.15%
+11 106nt, >M01687:460:000000000-LGY9G:1:1117:5047:14472_CONS(1)... at 1:106:2:108/+/98.13%
+12 106nt, >M01687:460:000000000-LGY9G:1:1118:28589:10708_CONS(1)... at 1:106:1:108/+/98.15%
+13 107nt, >M01687:460:000000000-LGY9G:1:2118:17939:5528_CONS(1)... at 1:107:1:108/+/98.15%
+>Cluster 18
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:23647:9156_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:1102:23922:4098_CONS(1)... at 1:95:1:95/+/97.89%
+2 95nt, >M01687:460:000000000-LGY9G:1:2114:27526:7504_CONS(1)... at 3:95:3:95/+/98.92%
+3 94nt, >M01687:460:000000000-LGY9G:1:2110:7835:12148_CONS(1)... at 1:94:1:95/+/97.89%
+4 95nt, >M01687:460:000000000-LGY9G:1:2111:27530:10358_CONS(1)... at 1:95:1:95/+/97.89%
+5 95nt, >M01687:460:000000000-LGY9G:1:2108:14860:2270_CONS(1)... at 1:95:1:95/+/97.89%
+6 95nt, >M01687:460:000000000-LGY9G:1:2108:11858:5511_CONS(1)... at 1:95:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:2109:17030:8118_CONS(1)... at 1:94:1:94/+/98.94%
+8 95nt, >M01687:460:000000000-LGY9G:1:2103:6441:14541_CONS(1)... at 1:95:1:95/+/97.89%
+9 95nt, >M01687:460:000000000-LGY9G:1:2103:6882:17067_CONS(1)... at 1:95:1:95/+/97.89%
+10 95nt, >M01687:460:000000000-LGY9G:1:2117:10518:19521_CONS(1)... at 1:95:1:95/+/97.89%
+11 95nt, >M01687:460:000000000-LGY9G:1:1119:19171:11143_CONS(1)... at 1:95:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2101:14476:14201_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:1107:29213:12927_CONS(1)... at 1:94:1:95/+/97.89%
+>Cluster 19
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21875:3920_CONS(225)... at 1:56:1:56/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1101:15399:9871_CONS(1)... at 1:55:1:55/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:1102:14081:18913_CONS(1)... at 1:55:1:55/+/100.00%
+3 56nt, >M01687:460:000000000-LGY9G:1:2112:7909:3041_CONS(20)... at 1:56:1:56/+/98.21%
+4 57nt, >M01687:460:000000000-LGY9G:1:2112:6135:3259_CONS(1)... *
+5 55nt, >M01687:460:000000000-LGY9G:1:2112:15060:7659_CONS(1)... at 1:55:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:2103:8272:9530_CONS(1)... at 1:56:1:56/+/98.21%
+7 55nt, >M01687:460:000000000-LGY9G:1:2117:5138:21987_CONS(1)... at 3:55:4:56/+/98.11%
+8 56nt, >M01687:460:000000000-LGY9G:1:2116:18007:5509_CONS(1)... at 1:56:1:56/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1114:16035:9808_CONS(1)... at 1:56:1:56/+/98.21%
+10 56nt, >M01687:460:000000000-LGY9G:1:1112:18030:7830_CONS(1)... at 1:56:1:56/+/98.21%
+11 56nt, >M01687:460:000000000-LGY9G:1:1110:9011:6678_CONS(1)... at 1:56:1:56/+/98.21%
+12 56nt, >M01687:460:000000000-LGY9G:1:1106:10628:17392_CONS(1)... at 1:56:1:56/+/98.21%
+13 56nt, >M01687:460:000000000-LGY9G:1:1117:18292:16428_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 20
+0 72nt, >M01687:460:000000000-LGY9G:1:1101:20244:11317_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1101:7520:17390_CONS(157)... at 1:72:1:72/+/98.61%
+2 72nt, >M01687:460:000000000-LGY9G:1:1102:15521:6138_CONS(26)... at 1:72:1:72/+/97.22%
+3 72nt, >M01687:460:000000000-LGY9G:1:2111:23884:17713_CONS(1)... at 1:72:1:72/+/97.22%
+4 72nt, >M01687:460:000000000-LGY9G:1:2106:29672:13796_CONS(1)... at 1:72:1:72/+/97.22%
+5 72nt, >M01687:460:000000000-LGY9G:1:2106:9464:17714_CONS(1)... at 1:72:1:72/+/97.22%
+6 72nt, >M01687:460:000000000-LGY9G:1:2105:18672:12879_CONS(1)... at 1:72:1:72/+/97.22%
+7 72nt, >M01687:460:000000000-LGY9G:1:2103:14112:12843_CONS(1)... at 1:72:1:72/+/97.22%
+8 72nt, >M01687:460:000000000-LGY9G:1:1113:6564:3887_CONS(1)... at 1:72:1:72/+/97.22%
+9 72nt, >M01687:460:000000000-LGY9G:1:1111:7421:11482_CONS(1)... at 1:72:1:72/+/97.22%
+10 72nt, >M01687:460:000000000-LGY9G:1:1112:27664:9483_CONS(1)... at 1:72:1:72/+/97.22%
+11 72nt, >M01687:460:000000000-LGY9G:1:1117:25377:15272_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 21
+0 34nt, >M01687:460:000000000-LGY9G:1:1101:4277:19061_CONS(2)... at 1:30:1:30/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:2110:6649:4799_CONS(3)... at 1:30:1:30/+/100.00%
+2 31nt, >M01687:460:000000000-LGY9G:1:2111:19632:14377_CONS(3)... at 1:31:1:31/+/100.00%
+3 34nt, >M01687:460:000000000-LGY9G:1:2111:11378:17614_CONS(2)... at 1:30:1:30/+/100.00%
+4 32nt, >M01687:460:000000000-LGY9G:1:2105:24387:5406_CONS(2)... at 1:30:1:30/+/100.00%
+5 33nt, >M01687:460:000000000-LGY9G:1:2105:19041:7234_CONS(1)... at 1:30:1:30/+/100.00%
+6 35nt, >M01687:460:000000000-LGY9G:1:2101:27656:6837_CONS(1)... at 1:35:1:35/+/100.00%
+7 41nt, >M01687:460:000000000-LGY9G:1:2101:22070:25076_CONS(1)... *
+8 34nt, >M01687:460:000000000-LGY9G:1:1113:23254:10346_CONS(4)... at 1:34:1:34/+/100.00%
+9 41nt, >M01687:460:000000000-LGY9G:1:1113:22438:23292_CONS(1)... at 1:41:1:41/+/97.56%
+10 33nt, >M01687:460:000000000-LGY9G:1:1110:25651:13808_CONS(1)... at 1:33:1:33/+/100.00%
+11 33nt, >M01687:460:000000000-LGY9G:1:1107:13352:5690_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 22
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:11653:2763_CONS(109)... *
+1 98nt, >M01687:460:000000000-LGY9G:1:2115:24625:6797_CONS(1)... at 1:98:1:98/+/98.98%
+2 98nt, >M01687:460:000000000-LGY9G:1:2103:4353:11380_CONS(1)... at 1:98:1:98/+/98.98%
+3 98nt, >M01687:460:000000000-LGY9G:1:2102:16357:15276_CONS(1)... at 1:98:1:98/+/98.98%
+4 98nt, >M01687:460:000000000-LGY9G:1:2116:19332:10774_CONS(1)... at 1:98:1:98/+/98.98%
+5 98nt, >M01687:460:000000000-LGY9G:1:1116:8448:20153_CONS(1)... at 1:98:1:98/+/98.98%
+6 98nt, >M01687:460:000000000-LGY9G:1:1109:15037:16350_CONS(1)... at 1:98:1:98/+/98.98%
+7 98nt, >M01687:460:000000000-LGY9G:1:1109:5792:17226_CONS(1)... at 1:98:1:98/+/98.98%
+8 98nt, >M01687:460:000000000-LGY9G:1:1107:22928:16252_CONS(1)... at 1:98:1:98/+/98.98%
+9 98nt, >M01687:460:000000000-LGY9G:1:1103:11283:14253_CONS(1)... at 1:98:1:98/+/98.98%
+10 98nt, >M01687:460:000000000-LGY9G:1:1104:11946:4375_CONS(1)... at 1:98:1:98/+/98.98%
+11 98nt, >M01687:460:000000000-LGY9G:1:1118:14136:8170_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 23
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:5498:7838_CONS(136)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:28287:16247_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:2110:22836:12863_CONS(1)... at 1:89:1:89/+/98.88%
+3 89nt, >M01687:460:000000000-LGY9G:1:2110:26412:15192_CONS(1)... at 1:89:1:89/+/98.88%
+4 89nt, >M01687:460:000000000-LGY9G:1:2105:18169:20736_CONS(1)... at 1:89:1:89/+/98.88%
+5 89nt, >M01687:460:000000000-LGY9G:1:2116:10058:13254_CONS(1)... at 1:89:1:89/+/98.88%
+6 88nt, >M01687:460:000000000-LGY9G:1:1119:22255:11087_CONS(1)... at 1:88:1:89/+/98.88%
+7 88nt, >M01687:460:000000000-LGY9G:1:1111:4004:19766_CONS(1)... at 1:88:1:89/+/98.88%
+8 89nt, >M01687:460:000000000-LGY9G:1:1109:10877:11581_CONS(1)... at 1:89:1:89/+/98.88%
+9 89nt, >M01687:460:000000000-LGY9G:1:1104:7449:4092_CONS(1)... at 1:88:1:88/+/100.00%
+10 89nt, >M01687:460:000000000-LGY9G:1:1117:3532:17290_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 24
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:10012:7484_CONS(303)... at 1:67:1:67/+/100.00%
+1 67nt, >M01687:460:000000000-LGY9G:1:2115:11665:8468_CONS(1)... at 1:66:1:66/+/100.00%
+2 67nt, >M01687:460:000000000-LGY9G:1:2111:13877:2219_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:2108:17439:7119_CONS(1)... at 1:67:1:67/+/98.51%
+4 68nt, >M01687:460:000000000-LGY9G:1:2109:16663:9391_CONS(1)... *
+5 67nt, >M01687:460:000000000-LGY9G:1:2106:18664:21731_CONS(1)... at 1:67:1:67/+/98.51%
+6 67nt, >M01687:460:000000000-LGY9G:1:2102:10436:13846_CONS(1)... at 1:67:1:67/+/98.51%
+7 67nt, >M01687:460:000000000-LGY9G:1:1112:14345:9263_CONS(1)... at 1:67:1:67/+/98.51%
+8 66nt, >M01687:460:000000000-LGY9G:1:1112:25988:14978_CONS(1)... at 1:66:1:67/+/98.51%
+9 67nt, >M01687:460:000000000-LGY9G:1:1112:4397:20150_CONS(1)... at 1:67:1:67/+/98.51%
+10 67nt, >M01687:460:000000000-LGY9G:1:1107:8048:11109_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 25
+0 81nt, >M01687:460:000000000-LGY9G:1:1102:13912:8196_CONS(106)... at 1:81:1:81/+/98.77%
+1 82nt, >M01687:460:000000000-LGY9G:1:2114:25048:13983_CONS(1)... *
+2 81nt, >M01687:460:000000000-LGY9G:1:2112:18081:18897_CONS(1)... at 1:81:1:81/+/97.53%
+3 82nt, >M01687:460:000000000-LGY9G:1:2106:5023:15572_CONS(1)... at 1:82:1:82/+/98.78%
+4 82nt, >M01687:460:000000000-LGY9G:1:2105:5121:15373_CONS(1)... at 1:82:1:81/+/97.56%
+5 81nt, >M01687:460:000000000-LGY9G:1:2104:7376:22294_CONS(1)... at 1:81:1:81/+/97.53%
+6 81nt, >M01687:460:000000000-LGY9G:1:1113:7603:15862_CONS(1)... at 1:81:1:81/+/97.53%
+7 82nt, >M01687:460:000000000-LGY9G:1:1109:22586:23243_CONS(1)... at 1:82:1:81/+/97.56%
+8 81nt, >M01687:460:000000000-LGY9G:1:1110:11394:22111_CONS(1)... at 1:81:1:81/+/97.53%
+9 80nt, >M01687:460:000000000-LGY9G:1:1106:17506:4700_CONS(1)... at 1:80:1:81/+/97.53%
+10 80nt, >M01687:460:000000000-LGY9G:1:1104:23766:3074_CONS(1)... at 1:80:1:81/+/97.53%
+>Cluster 26
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:23412:12145_CONS(85)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:1101:9993:24810_CONS(39)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:1102:18562:12960_CONS(18)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1102:17190:13328_CONS(1)... at 1:62:1:62/+/98.39%
+4 61nt, >M01687:460:000000000-LGY9G:1:2114:19118:3225_CONS(2)... at 1:61:1:61/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2115:21419:7910_CONS(1)... at 1:62:1:62/+/98.39%
+6 62nt, >M01687:460:000000000-LGY9G:1:2104:4605:14574_CONS(1)... at 1:62:1:62/+/98.39%
+7 62nt, >M01687:460:000000000-LGY9G:1:1109:11881:20573_CONS(1)... at 1:62:1:62/+/98.39%
+8 62nt, >M01687:460:000000000-LGY9G:1:1118:5342:14819_CONS(1)... at 1:62:1:62/+/98.39%
+9 62nt, >M01687:460:000000000-LGY9G:1:2119:22763:7039_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 27
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:8106:4806_CONS(196)... at 1:94:1:95/+/98.95%
+1 93nt, >M01687:460:000000000-LGY9G:1:2114:5589:11711_CONS(5)... at 1:93:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:2114:4432:14029_CONS(1)... at 1:94:1:95/+/97.89%
+3 95nt, >M01687:460:000000000-LGY9G:1:2112:9979:20993_CONS(1)... *
+4 94nt, >M01687:460:000000000-LGY9G:1:2106:24986:8430_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:2116:17732:12360_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:2116:9531:19479_CONS(1)... at 1:94:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:1108:6056:20108_CONS(1)... at 1:94:1:95/+/97.89%
+8 94nt, >M01687:460:000000000-LGY9G:1:1105:14619:3513_CONS(1)... at 3:94:3:95/+/98.92%
+9 94nt, >M01687:460:000000000-LGY9G:1:1118:19814:14643_CONS(1)... at 1:94:1:95/+/97.89%
+>Cluster 28
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:18385:2072_CONS(109)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:20642:8147_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:1101:13577:23790_CONS(17)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1102:26661:15924_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:2107:12311:22901_CONS(2)... at 3:65:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2116:21512:21893_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:1114:12961:7468_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:1112:13792:4566_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:1110:22129:2934_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:1117:12344:15252_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 29
+0 59nt, >M01687:460:000000000-LGY9G:1:1101:24044:2072_CONS(291)... *
+1 59nt, >M01687:460:000000000-LGY9G:1:1101:5566:14882_CONS(1)... at 1:59:1:59/+/98.31%
+2 59nt, >M01687:460:000000000-LGY9G:1:2109:9883:7195_CONS(1)... at 1:59:1:59/+/98.31%
+3 59nt, >M01687:460:000000000-LGY9G:1:2109:8665:9673_CONS(3)... at 1:59:1:59/+/98.31%
+4 58nt, >M01687:460:000000000-LGY9G:1:2107:10838:15278_CONS(1)... at 3:58:4:59/+/100.00%
+5 59nt, >M01687:460:000000000-LGY9G:1:2107:6329:20206_CONS(1)... at 1:59:1:59/+/98.31%
+6 59nt, >M01687:460:000000000-LGY9G:1:2101:24622:15182_CONS(1)... at 1:59:1:59/+/98.31%
+7 59nt, >M01687:460:000000000-LGY9G:1:1109:7000:5783_CONS(1)... at 1:59:1:59/+/98.31%
+8 59nt, >M01687:460:000000000-LGY9G:1:1108:13392:5917_CONS(1)... at 1:59:1:59/+/98.31%
+9 59nt, >M01687:460:000000000-LGY9G:1:1117:8001:4100_CONS(1)... at 1:59:1:59/+/98.31%
+>Cluster 30
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:8557:3798_CONS(127)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2115:6816:21944_CONS(1)... at 1:66:1:66/+/98.48%
+2 66nt, >M01687:460:000000000-LGY9G:1:2113:12260:13323_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2108:7049:6954_CONS(1)... at 1:66:1:66/+/98.48%
+4 65nt, >M01687:460:000000000-LGY9G:1:2109:20167:6990_CONS(1)... at 1:65:1:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2105:16735:25057_CONS(1)... at 1:65:1:66/+/98.48%
+6 66nt, >M01687:460:000000000-LGY9G:1:2103:20920:3914_CONS(1)... at 1:66:1:66/+/98.48%
+7 66nt, >M01687:460:000000000-LGY9G:1:1114:6368:20355_CONS(1)... at 1:66:1:66/+/98.48%
+8 66nt, >M01687:460:000000000-LGY9G:1:1108:8721:6251_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 31
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:4504:13834_CONS(3)... at 1:37:1:37/+/100.00%
+1 30nt, >M01687:460:000000000-LGY9G:1:2114:27424:18659_CONS(3)... at 1:30:1:30/+/100.00%
+2 38nt, >M01687:460:000000000-LGY9G:1:2107:29235:10041_CONS(1)... at 1:38:1:38/+/100.00%
+3 30nt, >M01687:460:000000000-LGY9G:1:2104:4359:5529_CONS(3)... at 1:29:1:29/+/100.00%
+4 35nt, >M01687:460:000000000-LGY9G:1:2104:12407:9699_CONS(1)... at 1:29:1:29/+/100.00%
+5 30nt, >M01687:460:000000000-LGY9G:1:1113:14000:16565_CONS(3)... at 1:29:1:29/+/100.00%
+6 38nt, >M01687:460:000000000-LGY9G:1:1106:16573:5379_CONS(1)... at 1:38:1:38/+/97.37%
+7 39nt, >M01687:460:000000000-LGY9G:1:1117:21863:12271_CONS(1)... *
+8 36nt, >M01687:460:000000000-LGY9G:1:1117:21032:22443_CONS(1)... at 1:36:1:36/+/100.00%
+>Cluster 32
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:26056:16615_CONS(31)... at 1:30:1:30/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1101:27382:18808_CONS(25)... at 1:29:1:29/+/100.00%
+2 26nt, >M01687:460:000000000-LGY9G:1:1102:22627:2912_CONS(35)... at 1:26:1:26/+/100.00%
+3 28nt, >M01687:460:000000000-LGY9G:1:1102:4824:6273_CONS(40)... at 1:28:1:28/+/100.00%
+4 24nt, >M01687:460:000000000-LGY9G:1:1102:28142:10489_CONS(25)... at 1:24:1:24/+/100.00%
+5 25nt, >M01687:460:000000000-LGY9G:1:1102:28845:14472_CONS(58)... at 1:25:1:25/+/100.00%
+6 27nt, >M01687:460:000000000-LGY9G:1:2112:27632:9116_CONS(38)... at 1:27:1:27/+/100.00%
+7 32nt, >M01687:460:000000000-LGY9G:1:2113:26578:19142_CONS(15)... *
+8 31nt, >M01687:460:000000000-LGY9G:1:2111:16855:3038_CONS(13)... at 1:31:1:31/+/100.00%
+>Cluster 33
+0 84nt, >M01687:460:000000000-LGY9G:1:1101:18386:14982_CONS(124)... at 1:84:1:85/+/98.82%
+1 84nt, >M01687:460:000000000-LGY9G:1:2114:17948:8416_CONS(1)... at 1:84:1:85/+/97.65%
+2 84nt, >M01687:460:000000000-LGY9G:1:2110:18476:17327_CONS(1)... at 1:84:1:85/+/97.65%
+3 83nt, >M01687:460:000000000-LGY9G:1:2102:9660:1972_CONS(1)... at 1:83:1:85/+/97.65%
+4 84nt, >M01687:460:000000000-LGY9G:1:1112:7095:7608_CONS(1)... at 1:84:1:85/+/97.65%
+5 84nt, >M01687:460:000000000-LGY9G:1:1108:5119:19731_CONS(1)... at 1:84:1:85/+/97.65%
+6 85nt, >M01687:460:000000000-LGY9G:1:2118:10706:6041_CONS(1)... *
+7 84nt, >M01687:460:000000000-LGY9G:1:2118:25394:18242_CONS(1)... at 1:84:1:85/+/97.65%
+8 84nt, >M01687:460:000000000-LGY9G:1:2119:10792:4070_CONS(1)... at 1:84:1:85/+/97.65%
+>Cluster 34
+0 81nt, >M01687:460:000000000-LGY9G:1:1101:21357:3411_CONS(150)... at 1:81:1:81/+/100.00%
+1 81nt, >M01687:460:000000000-LGY9G:1:2114:13976:5963_CONS(1)... at 1:81:1:81/+/98.77%
+2 81nt, >M01687:460:000000000-LGY9G:1:2111:11317:23961_CONS(1)... at 1:81:1:81/+/98.77%
+3 80nt, >M01687:460:000000000-LGY9G:1:1113:16803:14057_CONS(1)... at 1:80:1:81/+/98.77%
+4 81nt, >M01687:460:000000000-LGY9G:1:1111:18898:12675_CONS(1)... at 1:81:1:81/+/98.77%
+5 81nt, >M01687:460:000000000-LGY9G:1:1109:17935:5718_CONS(1)... at 1:81:1:81/+/98.77%
+6 82nt, >M01687:460:000000000-LGY9G:1:1110:25848:15203_CONS(1)... *
+7 81nt, >M01687:460:000000000-LGY9G:1:1118:19002:18822_CONS(1)... at 1:81:1:81/+/98.77%
+8 81nt, >M01687:460:000000000-LGY9G:1:2119:8972:13476_CONS(1)... at 1:81:1:81/+/98.77%
+>Cluster 35
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:19254:4860_CONS(86)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2115:21916:2275_CONS(1)... at 1:94:1:94/+/98.94%
+2 94nt, >M01687:460:000000000-LGY9G:1:2106:24916:12417_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:2117:27232:9474_CONS(1)... at 1:94:1:94/+/98.94%
+4 94nt, >M01687:460:000000000-LGY9G:1:1113:3342:18199_CONS(1)... at 1:94:1:94/+/98.94%
+5 94nt, >M01687:460:000000000-LGY9G:1:1107:28417:15885_CONS(1)... at 1:94:1:94/+/98.94%
+6 94nt, >M01687:460:000000000-LGY9G:1:1108:16768:13953_CONS(1)... at 1:94:1:94/+/98.94%
+7 94nt, >M01687:460:000000000-LGY9G:1:1106:23358:10657_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 36
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:3932:12650_CONS(1)... *
+1 25nt, >M01687:460:000000000-LGY9G:1:1101:4415:17384_CONS(2)... at 1:22:1:22/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1102:22409:4409_CONS(107)... at 1:23:1:23/+/100.00%
+3 23nt, >M01687:460:000000000-LGY9G:1:1102:4901:21526_CONS(2)... at 1:22:1:22/+/100.00%
+4 24nt, >M01687:460:000000000-LGY9G:1:2108:22247:19702_CONS(1)... at 1:22:1:22/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:2103:11158:12112_CONS(1)... at 1:22:1:22/+/100.00%
+6 23nt, >M01687:460:000000000-LGY9G:1:2118:22502:6457_CONS(1)... at 1:22:1:22/+/100.00%
+7 24nt, >M01687:460:000000000-LGY9G:1:2118:16621:9879_CONS(1)... at 3:24:3:24/+/100.00%
+>Cluster 37
+0 79nt, >M01687:460:000000000-LGY9G:1:1101:14424:16383_CONS(177)... at 1:79:1:80/+/98.75%
+1 78nt, >M01687:460:000000000-LGY9G:1:2112:24838:19227_CONS(1)... at 1:78:1:80/+/97.50%
+2 79nt, >M01687:460:000000000-LGY9G:1:2109:18986:11272_CONS(1)... at 1:79:1:80/+/97.50%
+3 80nt, >M01687:460:000000000-LGY9G:1:2106:19776:7743_CONS(1)... *
+4 79nt, >M01687:460:000000000-LGY9G:1:2104:21377:14242_CONS(1)... at 1:79:1:80/+/97.50%
+5 79nt, >M01687:460:000000000-LGY9G:1:1119:5774:14579_CONS(1)... at 1:79:1:80/+/97.50%
+6 79nt, >M01687:460:000000000-LGY9G:1:1116:26440:11119_CONS(1)... at 1:79:1:80/+/97.50%
+7 79nt, >M01687:460:000000000-LGY9G:1:1111:8215:7735_CONS(1)... at 3:79:3:80/+/98.72%
+>Cluster 38
+0 29nt, >M01687:460:000000000-LGY9G:1:1102:13316:22362_CONS(4)... at 1:29:1:29/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:2110:21936:5102_CONS(2)... at 1:27:1:27/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:2110:23753:19472_CONS(3)... *
+3 26nt, >M01687:460:000000000-LGY9G:1:2111:7020:16137_CONS(4)... at 1:26:1:26/+/100.00%
+4 31nt, >M01687:460:000000000-LGY9G:1:2107:9851:3043_CONS(1)... at 1:31:1:31/+/100.00%
+5 28nt, >M01687:460:000000000-LGY9G:1:2106:25881:12866_CONS(3)... at 1:28:1:28/+/100.00%
+6 27nt, >M01687:460:000000000-LGY9G:1:1113:18735:18355_CONS(1)... at 1:26:1:26/+/100.00%
+7 32nt, >M01687:460:000000000-LGY9G:1:1118:25820:20256_CONS(1)... at 1:32:1:32/+/100.00%
+>Cluster 39
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:16548:16039_CONS(89)... *
+1 90nt, >M01687:460:000000000-LGY9G:1:2111:21302:13384_CONS(1)... at 1:90:1:90/+/98.89%
+2 89nt, >M01687:460:000000000-LGY9G:1:2109:16820:13636_CONS(1)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2107:11420:8280_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2107:15185:15648_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1119:20578:24409_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:1114:13671:14504_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:1118:18620:13640_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 40
+0 72nt, >M01687:460:000000000-LGY9G:1:2115:16087:19223_CONS(1)... at 1:72:1:72/+/100.00%
+1 62nt, >M01687:460:000000000-LGY9G:1:2109:19972:13539_CONS(1)... at 1:62:1:62/+/100.00%
+2 60nt, >M01687:460:000000000-LGY9G:1:1119:24058:2652_CONS(1)... at 1:60:1:60/+/100.00%
+3 63nt, >M01687:460:000000000-LGY9G:1:1115:10814:5634_CONS(2)... at 1:63:1:63/+/100.00%
+4 64nt, >M01687:460:000000000-LGY9G:1:1112:24971:5463_CONS(1)... at 1:64:1:64/+/100.00%
+5 61nt, >M01687:460:000000000-LGY9G:1:1104:25667:21772_CONS(1)... at 1:61:1:61/+/100.00%
+6 73nt, >M01687:460:000000000-LGY9G:1:1117:22435:20351_CONS(1)... *
+>Cluster 41
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:8873:4576_CONS(42)... at 1:73:2:74/+/98.63%
+1 73nt, >M01687:460:000000000-LGY9G:1:2107:24918:21799_CONS(1)... at 1:73:2:74/+/97.26%
+2 73nt, >M01687:460:000000000-LGY9G:1:2117:14032:2634_CONS(1)... at 1:73:2:74/+/97.26%
+3 73nt, >M01687:460:000000000-LGY9G:1:2101:17036:9114_CONS(1)... at 1:73:2:74/+/97.26%
+4 74nt, >M01687:460:000000000-LGY9G:1:1110:6058:17015_CONS(1)... *
+5 73nt, >M01687:460:000000000-LGY9G:1:1103:8200:6484_CONS(1)... at 1:73:2:74/+/97.26%
+6 73nt, >M01687:460:000000000-LGY9G:1:1118:21008:10177_CONS(1)... at 1:73:2:74/+/97.26%
+>Cluster 42
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:22187:24405_CONS(1)... *
+1 29nt, >M01687:460:000000000-LGY9G:1:1102:4560:6725_CONS(2)... at 1:29:1:29/+/100.00%
+2 35nt, >M01687:460:000000000-LGY9G:1:1102:25281:17588_CONS(2)... at 1:35:1:35/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:2109:15672:21013_CONS(2)... at 1:32:1:32/+/100.00%
+4 28nt, >M01687:460:000000000-LGY9G:1:2102:3386:7671_CONS(2)... at 1:28:1:28/+/100.00%
+5 36nt, >M01687:460:000000000-LGY9G:1:1111:28254:19211_CONS(1)... at 1:36:1:36/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1112:8156:24168_CONS(1)... at 1:31:1:31/+/100.00%
+>Cluster 43
+0 31nt, >M01687:460:000000000-LGY9G:1:2114:18646:17055_CONS(1)... at 1:31:1:31/+/100.00%
+1 37nt, >M01687:460:000000000-LGY9G:1:2113:24508:17820_CONS(1)... at 1:37:1:37/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:2111:27755:12040_CONS(2)... at 1:31:1:31/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:2108:26171:18220_CONS(4)... at 1:31:1:31/+/100.00%
+4 30nt, >M01687:460:000000000-LGY9G:1:2106:17741:14235_CONS(4)... at 1:30:1:30/+/100.00%
+5 38nt, >M01687:460:000000000-LGY9G:1:2105:16199:14857_CONS(1)... *
+6 29nt, >M01687:460:000000000-LGY9G:1:1115:12883:19091_CONS(2)... at 1:29:1:29/+/100.00%
+>Cluster 44
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:12377:20724_CONS(1)... at 1:60:1:60/+/100.00%
+1 59nt, >M01687:460:000000000-LGY9G:1:2111:2623:12278_CONS(2)... at 1:59:1:60/+/98.33%
+2 62nt, >M01687:460:000000000-LGY9G:1:2106:18938:17434_CONS(1)... *
+3 60nt, >M01687:460:000000000-LGY9G:1:2116:19661:11991_CONS(1)... at 1:60:1:60/+/98.33%
+4 61nt, >M01687:460:000000000-LGY9G:1:1116:8433:23207_CONS(1)... at 1:61:1:61/+/100.00%
+5 60nt, >M01687:460:000000000-LGY9G:1:1106:11532:7873_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 45
+0 109nt, >M01687:460:000000000-LGY9G:1:1101:5031:15293_CONS(55)... *
+1 109nt, >M01687:460:000000000-LGY9G:1:2112:6846:7784_CONS(1)... at 1:109:1:109/+/99.08%
+2 109nt, >M01687:460:000000000-LGY9G:1:2108:29587:12607_CONS(1)... at 1:109:1:109/+/99.08%
+3 109nt, >M01687:460:000000000-LGY9G:1:1107:16006:4422_CONS(1)... at 3:109:3:109/+/100.00%
+4 109nt, >M01687:460:000000000-LGY9G:1:1108:6141:14393_CONS(1)... at 1:109:1:109/+/99.08%
+5 109nt, >M01687:460:000000000-LGY9G:1:1108:6542:23052_CONS(1)... at 1:109:1:109/+/99.08%
+>Cluster 46
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14441:16733_CONS(32)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:24218:24207_CONS(3)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:25995:6280_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:13861:6962_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1117:7587:12217_CONS(1)... at 1:56:1:56/+/98.21%
+5 55nt, >M01687:460:000000000-LGY9G:1:2118:22721:16345_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 47
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:24573:14820_CONS(50)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2114:1893:15245_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1119:25476:6871_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1119:24635:18341_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1113:14263:23229_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:2118:11837:11549_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 48
+0 42nt, >M01687:460:000000000-LGY9G:1:2112:4814:6879_CONS(3)... at 1:42:1:42/+/100.00%
+1 43nt, >M01687:460:000000000-LGY9G:1:2109:5943:18417_CONS(2)... at 1:43:1:43/+/100.00%
+2 40nt, >M01687:460:000000000-LGY9G:1:1116:5685:7413_CONS(1)... at 1:40:1:40/+/100.00%
+3 44nt, >M01687:460:000000000-LGY9G:1:1109:16048:8817_CONS(2)... *
+4 43nt, >M01687:460:000000000-LGY9G:1:1103:21557:3513_CONS(1)... at 1:43:1:43/+/97.67%
+5 41nt, >M01687:460:000000000-LGY9G:1:1104:11115:4270_CONS(2)... at 1:41:1:41/+/100.00%
+>Cluster 49
+0 40nt, >M01687:460:000000000-LGY9G:1:1101:15605:8370_CONS(1)... at 1:40:1:40/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2115:6747:23864_CONS(2)... at 1:34:1:34/+/100.00%
+2 41nt, >M01687:460:000000000-LGY9G:1:2112:12883:6780_CONS(1)... at 1:41:1:41/+/100.00%
+3 42nt, >M01687:460:000000000-LGY9G:1:2106:15648:4407_CONS(1)... at 1:42:1:42/+/100.00%
+4 39nt, >M01687:460:000000000-LGY9G:1:1116:29614:14790_CONS(1)... at 1:39:1:39/+/100.00%
+5 44nt, >M01687:460:000000000-LGY9G:1:1109:7184:16992_CONS(1)... *
+>Cluster 50
+0 63nt, >M01687:460:000000000-LGY9G:1:1101:9469:3353_CONS(97)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:2104:9121:17184_CONS(1)... at 1:63:1:63/+/98.41%
+2 63nt, >M01687:460:000000000-LGY9G:1:1116:20921:5231_CONS(1)... at 1:63:1:63/+/98.41%
+3 63nt, >M01687:460:000000000-LGY9G:1:1116:8769:7132_CONS(1)... at 1:63:1:63/+/98.41%
+4 63nt, >M01687:460:000000000-LGY9G:1:1113:25858:12562_CONS(1)... at 1:63:1:63/+/98.41%
+5 63nt, >M01687:460:000000000-LGY9G:1:2119:21370:16116_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 51
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:20266:13408_CONS(74)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:1101:10969:20307_CONS(4)... at 1:89:1:90/+/98.89%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:23685:3151_CONS(1)... at 1:90:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:1111:13349:5356_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:1109:14652:12906_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1110:7625:12586_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 52
+0 90nt, >M01687:460:000000000-LGY9G:1:1102:7566:9816_CONS(48)... at 1:90:1:91/+/98.90%
+1 90nt, >M01687:460:000000000-LGY9G:1:2114:20389:13513_CONS(1)... at 1:90:1:91/+/97.80%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:10585:15334_CONS(1)... at 1:90:1:91/+/97.80%
+3 90nt, >M01687:460:000000000-LGY9G:1:1119:11619:15544_CONS(1)... at 1:90:1:91/+/97.80%
+4 90nt, >M01687:460:000000000-LGY9G:1:1114:4666:17541_CONS(1)... at 1:90:1:91/+/97.80%
+5 91nt, >M01687:460:000000000-LGY9G:1:1109:11092:2736_CONS(1)... *
+>Cluster 53
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:13380:3454_CONS(202)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:25773:16110_CONS(1)... at 1:55:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2109:8445:12575_CONS(2)... at 1:55:2:57/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2116:26445:20676_CONS(1)... *
+4 57nt, >M01687:460:000000000-LGY9G:1:1103:13509:9827_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 54
+0 27nt, >M01687:460:000000000-LGY9G:1:1101:12983:10505_CONS(2)... at 1:27:1:27/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1102:14996:19496_CONS(5)... at 1:33:1:33/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:27986:18355_CONS(3)... at 1:32:1:32/+/100.00%
+3 34nt, >M01687:460:000000000-LGY9G:1:1119:5657:22475_CONS(3)... at 1:34:1:34/+/100.00%
+4 35nt, >M01687:460:000000000-LGY9G:1:1103:22576:11815_CONS(1)... *
+>Cluster 55
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:27625:7239_CONS(67)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2112:16638:8404_CONS(1)... at 1:66:1:66/+/98.48%
+2 66nt, >M01687:460:000000000-LGY9G:1:2112:12124:8426_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2105:23694:13570_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:1109:4970:13913_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 56
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:20573:23062_CONS(2)... *
+1 54nt, >M01687:460:000000000-LGY9G:1:2115:6863:10890_CONS(1)... at 1:54:1:54/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:15623:16010_CONS(1)... at 1:55:1:55/+/100.00%
+3 53nt, >M01687:460:000000000-LGY9G:1:1112:4875:12904_CONS(1)... at 1:53:1:53/+/100.00%
+4 66nt, >M01687:460:000000000-LGY9G:1:1109:12616:5586_CONS(1)... at 1:66:1:66/+/100.00%
+>Cluster 57
+0 24nt, >M01687:460:000000000-LGY9G:1:2114:11095:8439_CONS(10)... at 1:24:1:24/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2103:26773:5084_CONS(1)... *
+2 25nt, >M01687:460:000000000-LGY9G:1:2103:26964:17769_CONS(2)... at 1:25:1:25/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1105:12588:2896_CONS(1)... at 1:26:1:26/+/100.00%
+4 25nt, >M01687:460:000000000-LGY9G:1:1103:18266:24826_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 58
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:13692:24548_CONS(68)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2113:13269:18962_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2107:5436:10081_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1114:12017:8278_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1118:5000:4759_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 59
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:20495:3704_CONS(22)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2111:23917:10661_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2117:7944:15812_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1115:25022:4890_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1108:17728:14627_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 60
+0 48nt, >M01687:460:000000000-LGY9G:1:1101:2604:9677_CONS(43)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2114:14728:14648_CONS(29)... at 1:48:1:48/+/97.92%
+2 48nt, >M01687:460:000000000-LGY9G:1:2112:14929:9797_CONS(1)... at 1:48:1:48/+/97.92%
+3 47nt, >M01687:460:000000000-LGY9G:1:2102:9964:10439_CONS(1)... at 1:47:1:48/+/97.92%
+4 48nt, >M01687:460:000000000-LGY9G:1:2117:8531:16843_CONS(1)... at 1:48:1:48/+/97.92%
+>Cluster 61
+0 44nt, >M01687:460:000000000-LGY9G:1:1102:6485:12826_CONS(30)... at 1:44:1:44/+/97.73%
+1 45nt, >M01687:460:000000000-LGY9G:1:2115:22091:13703_CONS(15)... at 1:45:1:45/+/97.78%
+2 46nt, >M01687:460:000000000-LGY9G:1:2113:22228:4655_CONS(6)... at 1:46:1:46/+/97.83%
+3 43nt, >M01687:460:000000000-LGY9G:1:1110:22425:16525_CONS(1)... at 1:43:1:43/+/97.67%
+4 52nt, >M01687:460:000000000-LGY9G:1:1118:29105:10998_CONS(1)... *
+>Cluster 62
+0 22nt, >M01687:460:000000000-LGY9G:1:2110:11752:24119_CONS(19)... at 1:22:1:22/+/100.00%
+1 24nt, >M01687:460:000000000-LGY9G:1:2103:5714:15599_CONS(1)... at 1:22:1:22/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1110:26542:20220_CONS(1)... at 3:23:3:23/+/100.00%
+3 23nt, >M01687:460:000000000-LGY9G:1:1106:11812:6816_CONS(1)... at 3:23:3:23/+/100.00%
+4 29nt, >M01687:460:000000000-LGY9G:1:1104:23739:17556_CONS(1)... *
+>Cluster 63
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:23613:16574_CONS(1)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1102:2684:17469_CONS(68)... at 1:70:1:70/+/98.57%
+2 70nt, >M01687:460:000000000-LGY9G:1:2112:23103:4965_CONS(1)... at 1:70:1:70/+/97.14%
+3 69nt, >M01687:460:000000000-LGY9G:1:2112:2649:9488_CONS(1)... at 1:69:1:70/+/97.14%
+4 70nt, >M01687:460:000000000-LGY9G:1:2103:14948:19856_CONS(1)... at 1:70:1:70/+/97.14%
+>Cluster 64
+0 94nt, >M01687:460:000000000-LGY9G:1:1102:9342:3170_CONS(15)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2112:17044:7531_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2108:16046:21402_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:2107:4559:9291_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 65
+0 92nt, >M01687:460:000000000-LGY9G:1:1102:21741:7224_CONS(67)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:2104:8885:6175_CONS(1)... at 1:91:1:92/+/97.83%
+2 91nt, >M01687:460:000000000-LGY9G:1:1113:21098:2198_CONS(1)... at 1:91:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:1106:15626:2491_CONS(1)... at 1:92:1:92/+/98.91%
+>Cluster 66
+0 94nt, >M01687:460:000000000-LGY9G:1:2114:24042:19514_CONS(18)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:1113:18048:12954_CONS(1)... at 1:93:1:94/+/98.94%
+2 94nt, >M01687:460:000000000-LGY9G:1:1107:8227:22494_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:1108:16957:3146_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 67
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:13670:7629_CONS(46)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2108:8391:23990_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:18490:2042_CONS(1)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1114:19078:5860_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 68
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26684:18110_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:3282:11362_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2107:13642:11778_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1109:5633:4781_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 69
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:23700:5397_CONS(15)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:2114:23392:18012_CONS(1)... at 1:67:1:67/+/98.51%
+2 67nt, >M01687:460:000000000-LGY9G:1:2106:2881:8340_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:1112:21363:7186_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 70
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:22449:16664_CONS(24)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:26598:4930_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1119:20932:18370_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:2118:18596:6676_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 71
+0 47nt, >M01687:460:000000000-LGY9G:1:2114:15471:19353_CONS(1)... *
+1 37nt, >M01687:460:000000000-LGY9G:1:2112:28432:13026_CONS(1)... at 1:37:1:37/+/100.00%
+2 38nt, >M01687:460:000000000-LGY9G:1:2103:9035:21201_CONS(1)... at 1:38:1:38/+/100.00%
+3 46nt, >M01687:460:000000000-LGY9G:1:1103:26081:18331_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 72
+0 26nt, >M01687:460:000000000-LGY9G:1:2115:22603:9368_CONS(1)... at 1:26:1:26/+/100.00%
+1 30nt, >M01687:460:000000000-LGY9G:1:2110:14977:18259_CONS(1)... at 1:30:1:30/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:2111:19079:11409_CONS(1)... at 1:24:1:24/+/100.00%
+3 33nt, >M01687:460:000000000-LGY9G:1:2119:24195:17211_CONS(1)... *
+>Cluster 73
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:14281:13112_CONS(20)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2112:22449:24477_CONS(1)... at 1:73:1:73/+/98.63%
+2 72nt, >M01687:460:000000000-LGY9G:1:2101:10467:6591_CONS(1)... at 1:72:1:72/+/100.00%
+3 73nt, >M01687:460:000000000-LGY9G:1:1118:4220:20955_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 74
+0 84nt, >M01687:460:000000000-LGY9G:1:2115:4779:7315_CONS(24)... *
+1 84nt, >M01687:460:000000000-LGY9G:1:2102:13571:13786_CONS(1)... at 1:84:1:84/+/98.81%
+2 83nt, >M01687:460:000000000-LGY9G:1:1111:20138:15556_CONS(1)... at 1:83:1:84/+/98.81%
+3 84nt, >M01687:460:000000000-LGY9G:1:1117:25531:16730_CONS(1)... at 1:84:1:84/+/98.81%
+>Cluster 75
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:23714:13720_CONS(1)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2115:22614:18451_CONS(3)... at 1:66:1:66/+/100.00%
+2 67nt, >M01687:460:000000000-LGY9G:1:2113:13782:6254_CONS(1)... at 1:67:1:67/+/100.00%
+3 65nt, >M01687:460:000000000-LGY9G:1:2107:21052:8023_CONS(1)... at 1:65:1:65/+/100.00%
+>Cluster 76
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:17401:2356_CONS(19)... *
+1 85nt, >M01687:460:000000000-LGY9G:1:2103:22214:2515_CONS(1)... at 1:85:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:2101:20072:11601_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2101:20545:18715_CONS(1)... at 1:85:1:85/+/98.82%
+>Cluster 77
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26038:4265_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20255:12160_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:15002:16287_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1105:9604:18763_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 78
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:5807:7927_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2110:22494:17494_CONS(1)... at 7:55:7:55/+/97.96%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:9441:5945_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1110:11600:10276_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 79
+0 24nt, >M01687:460:000000000-LGY9G:1:2112:3180:8872_CONS(1)... at 1:24:1:24/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:2112:17075:24290_CONS(1)... at 1:31:1:31/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:9221:18665_CONS(1)... at 1:25:1:25/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:22643:24916_CONS(1)... *
+>Cluster 80
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9473:6454_CONS(139)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2101:4637:15978_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1110:20220:16111_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1103:7354:19982_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 81
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:25269:5122_CONS(1)... at 1:62:1:63/+/98.41%
+1 63nt, >M01687:460:000000000-LGY9G:1:2111:13457:24656_CONS(1)... *
+2 61nt, >M01687:460:000000000-LGY9G:1:1119:6126:20856_CONS(1)... at 1:61:1:62/+/98.39%
+>Cluster 82
+0 156nt, >M01687:460:000000000-LGY9G:1:1102:5156:8097_CONS(27)... *
+1 156nt, >M01687:460:000000000-LGY9G:1:2101:13447:9390_CONS(1)... at 1:156:1:156/+/99.36%
+2 156nt, >M01687:460:000000000-LGY9G:1:1107:11716:11624_CONS(1)... at 1:156:1:156/+/99.36%
+>Cluster 83
+0 162nt, >M01687:460:000000000-LGY9G:1:1101:22040:24444_CONS(1)... *
+1 162nt, >M01687:460:000000000-LGY9G:1:2115:2214:16516_CONS(8)... at 1:162:1:162/+/99.38%
+2 162nt, >M01687:460:000000000-LGY9G:1:1113:26049:14760_CONS(1)... at 1:162:1:162/+/98.77%
+>Cluster 84
+0 27nt, >M01687:460:000000000-LGY9G:1:2113:17303:24726_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:2111:16167:18949_CONS(1)... at 1:22:1:22/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:2118:20997:14557_CONS(1)... at 1:20:1:20/+/100.00%
+>Cluster 85
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18305:7150_CONS(29)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2117:7841:16188_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1109:22529:20188_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 86
+0 94nt, >M01687:460:000000000-LGY9G:1:2109:24135:3998_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2117:26400:6460_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2101:6155:4681_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 87
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:10902:14664_CONS(39)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:6356:19684_CONS(1)... at 1:91:1:91/+/98.90%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:11123:14928_CONS(1)... at 1:90:1:91/+/98.90%
+>Cluster 88
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:6288:7421_CONS(1)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2114:13919:21417_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:25727:8904_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 89
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14464:8486_CONS(327)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:21534:16417_CONS(1)... *
+2 57nt, >M01687:460:000000000-LGY9G:1:1108:19408:17065_CONS(1)... at 5:57:4:57/+/98.15%
+>Cluster 90
+0 29nt, >M01687:460:000000000-LGY9G:1:2106:18599:21575_CONS(1)... at 1:26:1:26/+/100.00%
+1 24nt, >M01687:460:000000000-LGY9G:1:2101:27782:15890_CONS(1)... at 1:24:1:24/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:1105:11306:23521_CONS(1)... *
+>Cluster 91
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20038:12397_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2102:16383:14010_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1115:2192:11769_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 92
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:12576:4060_CONS(30)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:12253:22048_CONS(2)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:1106:18445:9240_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 93
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13300:5582_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:23831:10478_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:25948:4073_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 94
+0 87nt, >M01687:460:000000000-LGY9G:1:2114:23923:4939_CONS(9)... at 1:87:1:88/+/98.86%
+1 87nt, >M01687:460:000000000-LGY9G:1:1116:5436:13358_CONS(1)... at 1:87:1:88/+/97.73%
+2 88nt, >M01687:460:000000000-LGY9G:1:1113:25527:6919_CONS(1)... *
+>Cluster 95
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:23867:20622_CONS(3)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2116:10659:16906_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1114:26119:17747_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 96
+0 85nt, >M01687:460:000000000-LGY9G:1:2112:28684:16134_CONS(1)... at 1:85:1:86/+/98.84%
+1 86nt, >M01687:460:000000000-LGY9G:1:1115:14245:19225_CONS(1)... *
+2 86nt, >M01687:460:000000000-LGY9G:1:1104:25610:14493_CONS(1)... at 1:86:1:86/+/98.84%
+>Cluster 97
+0 89nt, >M01687:460:000000000-LGY9G:1:1102:18126:9521_CONS(16)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2104:8188:7213_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:1105:7620:21971_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 98
+0 85nt, >M01687:460:000000000-LGY9G:1:1105:18728:16324_CONS(1)... at 1:85:1:87/+/97.70%
+1 87nt, >M01687:460:000000000-LGY9G:1:1106:27341:16589_CONS(1)... *
+2 86nt, >M01687:460:000000000-LGY9G:1:2119:11800:23436_CONS(1)... at 1:86:1:87/+/98.85%
+>Cluster 99
+0 38nt, >M01687:460:000000000-LGY9G:1:2114:8736:13087_CONS(2)... at 5:38:3:36/+/100.00%
+1 46nt, >M01687:460:000000000-LGY9G:1:2115:19916:11237_CONS(2)... *
+2 46nt, >M01687:460:000000000-LGY9G:1:2104:17287:10495_CONS(1)... at 1:46:1:46/+/97.83%
+>Cluster 100
+0 73nt, >M01687:460:000000000-LGY9G:1:2114:4388:8769_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1116:5746:10391_CONS(1)... at 1:73:1:73/+/98.63%
+2 73nt, >M01687:460:000000000-LGY9G:1:1118:18217:23820_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 101
+0 44nt, >M01687:460:000000000-LGY9G:1:2113:2043:15945_CONS(1)... *
+1 34nt, >M01687:460:000000000-LGY9G:1:2109:6093:23099_CONS(1)... at 1:34:1:34/+/100.00%
+2 42nt, >M01687:460:000000000-LGY9G:1:1111:12808:14208_CONS(1)... at 1:42:1:42/+/97.62%
+>Cluster 102
+0 72nt, >M01687:460:000000000-LGY9G:1:2101:14999:22219_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1117:6773:7311_CONS(1)... at 1:72:1:72/+/97.22%
+2 72nt, >M01687:460:000000000-LGY9G:1:1118:22047:2921_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 103
+0 23nt, >M01687:460:000000000-LGY9G:1:1102:7665:23707_CONS(1)... *
+1 21nt, >M01687:460:000000000-LGY9G:1:2110:19460:2621_CONS(2)... at 4:21:5:22/+/100.00%
+2 20nt, >M01687:460:000000000-LGY9G:1:2104:27169:5460_CONS(4)... at 4:20:5:21/+/100.00%
+>Cluster 104
+0 100nt, >M01687:460:000000000-LGY9G:1:1102:7299:3950_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2112:22104:7023_CONS(2)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2105:5353:19519_CONS(1)... at 1:100:1:100/+/99.00%
+>Cluster 105
+0 85nt, >M01687:460:000000000-LGY9G:1:2103:11975:15061_CONS(1)... *
+1 85nt, >M01687:460:000000000-LGY9G:1:1119:24944:2735_CONS(1)... at 1:85:1:85/+/97.65%
+2 85nt, >M01687:460:000000000-LGY9G:1:1114:23605:16991_CONS(1)... at 1:85:1:85/+/98.82%
+>Cluster 106
+0 19nt, >M01687:460:000000000-LGY9G:1:1102:2216:13598_CONS(22)... at 1:18:1:18/+/100.00%
+1 18nt, >M01687:460:000000000-LGY9G:1:1119:23608:14913_CONS(2)... at 1:18:1:18/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1117:15349:3477_CONS(1)... *
+>Cluster 107
+0 39nt, >M01687:460:000000000-LGY9G:1:2112:22992:23761_CONS(1)... at 1:39:1:39/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:2105:11542:7043_CONS(1)... *
+2 38nt, >M01687:460:000000000-LGY9G:1:1119:2179:11035_CONS(1)... at 1:38:1:38/+/100.00%
+>Cluster 108
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20673:15344_CONS(111)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:2109:7839:19236_CONS(1)... *
+>Cluster 109
+0 45nt, >M01687:460:000000000-LGY9G:1:2107:5475:21988_CONS(1)... *
+1 42nt, >M01687:460:000000000-LGY9G:1:2106:4615:14513_CONS(1)... at 1:42:1:42/+/100.00%
+>Cluster 110
+0 52nt, >M01687:460:000000000-LGY9G:1:1101:25107:14608_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:2101:19280:5172_CONS(1)... at 1:52:1:52/+/98.08%
+>Cluster 111
+0 56nt, >M01687:460:000000000-LGY9G:1:1119:4709:17965_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1110:6058:5647_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 112
+0 48nt, >M01687:460:000000000-LGY9G:1:2112:23430:2202_CONS(2)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:2110:25905:5056_CONS(2)... at 1:47:1:47/+/100.00%
+>Cluster 113
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:14073:22122_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:22065:21606_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 114
+0 53nt, >M01687:460:000000000-LGY9G:1:1101:15735:8184_CONS(8)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:2104:12664:19264_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 115
+0 56nt, >M01687:460:000000000-LGY9G:1:2109:18825:15711_CONS(1)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:2117:25343:17340_CONS(1)... *
+>Cluster 116
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:4544:6347_CONS(1)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:2105:22230:17638_CONS(1)... *
+>Cluster 117
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:25370:5230_CONS(4)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:22164:11097_CONS(1)... *
+>Cluster 118
+0 53nt, >M01687:460:000000000-LGY9G:1:2114:27532:18576_CONS(18)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:1107:22475:2101_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 119
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:13411:23725_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:15979:4397_CONS(1)... at 4:56:4:56/+/100.00%
+>Cluster 120
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:29110:16993_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:1110:29100:16442_CONS(1)... at 1:52:1:52/+/98.08%
+>Cluster 121
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18238:7054_CONS(47)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:6349:4478_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 122
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:19699:14980_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:4078:18425_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 123
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:19992:12732_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:23977:8828_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 124
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:14170:12553_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:6182:5678_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 125
+0 39nt, >M01687:460:000000000-LGY9G:1:2113:19051:4707_CONS(1)... *
+1 39nt, >M01687:460:000000000-LGY9G:1:1103:11404:8553_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 126
+0 56nt, >M01687:460:000000000-LGY9G:1:2117:4818:5950_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1104:26205:12309_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 127
+0 55nt, >M01687:460:000000000-LGY9G:1:1106:9010:18636_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2119:22691:13484_CONS(1)... *
+>Cluster 128
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:24135:22056_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:23816:17435_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 129
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:4708:4844_CONS(1)... at 1:55:1:55/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2109:16016:9281_CONS(1)... *
+>Cluster 130
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:28307:14720_CONS(1)... *
+1 54nt, >M01687:460:000000000-LGY9G:1:2107:15176:11581_CONS(7)... at 1:54:1:54/+/98.15%
+>Cluster 131
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26224:4373_CONS(6)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:13416:2202_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 132
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21685:4874_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:20534:3304_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 133
+0 55nt, >M01687:460:000000000-LGY9G:1:2107:18920:9147_CONS(1)... at 1:51:1:51/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:20560:21026_CONS(1)... *
+>Cluster 134
+0 51nt, >M01687:460:000000000-LGY9G:1:1102:25435:12355_CONS(1)... *
+1 51nt, >M01687:460:000000000-LGY9G:1:2112:19212:10474_CONS(18)... at 1:51:1:51/+/98.04%
+>Cluster 135
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:21440:13756_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:25758:7173_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 136
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:6297:3883_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:28896:17002_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 137
+0 73nt, >M01687:460:000000000-LGY9G:1:2111:17446:14288_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2103:4545:12192_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 138
+0 71nt, >M01687:460:000000000-LGY9G:1:2110:8097:15626_CONS(1)... *
+1 71nt, >M01687:460:000000000-LGY9G:1:2103:19201:19319_CONS(1)... at 1:71:1:71/+/98.59%
+>Cluster 139
+0 70nt, >M01687:460:000000000-LGY9G:1:1101:11495:11627_CONS(31)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1103:20579:16852_CONS(1)... at 1:70:1:70/+/98.57%
+>Cluster 140
+0 75nt, >M01687:460:000000000-LGY9G:1:2115:11474:15764_CONS(1)... *
+1 75nt, >M01687:460:000000000-LGY9G:1:1117:21703:12630_CONS(1)... at 1:75:1:75/+/98.67%
+>Cluster 141
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:20222:10269_CONS(24)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2104:9738:14141_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 142
+0 73nt, >M01687:460:000000000-LGY9G:1:2112:22596:12410_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1113:23435:15391_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 143
+0 69nt, >M01687:460:000000000-LGY9G:1:1101:17251:10652_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:2101:7952:12264_CONS(1)... at 1:69:1:69/+/98.55%
+>Cluster 144
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:3898:14199_CONS(3)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2111:13317:19420_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 145
+0 66nt, >M01687:460:000000000-LGY9G:1:2109:4292:17921_CONS(1)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2118:8581:6622_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 146
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:4563:8305_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1105:15564:13788_CONS(1)... *
+>Cluster 147
+0 69nt, >M01687:460:000000000-LGY9G:1:2103:13969:14972_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:1109:16042:7482_CONS(1)... at 1:69:1:69/+/98.55%
+>Cluster 148
+0 68nt, >M01687:460:000000000-LGY9G:1:1101:20878:16317_CONS(18)... *
+1 68nt, >M01687:460:000000000-LGY9G:1:1115:21366:11742_CONS(1)... at 1:68:1:68/+/98.53%
+>Cluster 149
+0 67nt, >M01687:460:000000000-LGY9G:1:1102:26178:20098_CONS(1)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:1113:22822:12343_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 150
+0 94nt, >M01687:460:000000000-LGY9G:1:1119:18476:7350_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:1115:16008:19409_CONS(2)... at 1:94:1:94/+/98.94%
+>Cluster 151
+0 18nt, >M01687:460:000000000-LGY9G:1:2111:25408:4625_CONS(1)... at 1:18:1:18/+/100.00%
+1 20nt, >M01687:460:000000000-LGY9G:1:1109:6649:21355_CONS(1)... *
+>Cluster 152
+0 94nt, >M01687:460:000000000-LGY9G:1:1106:22210:19402_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2119:26995:13794_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 153
+0 101nt, >M01687:460:000000000-LGY9G:1:2107:17928:13206_CONS(1)... at 1:101:2:102/+/99.01%
+1 102nt, >M01687:460:000000000-LGY9G:1:2107:16060:24773_CONS(5)... *
+>Cluster 154
+0 100nt, >M01687:460:000000000-LGY9G:1:2115:26436:14846_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2107:28487:18084_CONS(13)... at 1:100:1:100/+/99.00%
+>Cluster 155
+0 98nt, >M01687:460:000000000-LGY9G:1:2114:6548:22701_CONS(1)... *
+1 98nt, >M01687:460:000000000-LGY9G:1:2118:13356:12548_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 156
+0 20nt, >M01687:460:000000000-LGY9G:1:2110:18937:2820_CONS(2)... at 4:20:5:21/+/100.00%
+1 22nt, >M01687:460:000000000-LGY9G:1:1106:13989:17847_CONS(1)... *
+>Cluster 157
+0 86nt, >M01687:460:000000000-LGY9G:1:2117:16978:4436_CONS(1)... *
+1 86nt, >M01687:460:000000000-LGY9G:1:1116:7961:13880_CONS(1)... at 1:86:1:86/+/98.84%
+>Cluster 158
+0 85nt, >M01687:460:000000000-LGY9G:1:2101:10016:17544_CONS(1)... *
+1 85nt, >M01687:460:000000000-LGY9G:1:1116:16099:11888_CONS(1)... at 1:85:1:85/+/98.82%
+>Cluster 159
+0 78nt, >M01687:460:000000000-LGY9G:1:2106:17529:7002_CONS(1)... *
+1 78nt, >M01687:460:000000000-LGY9G:1:1119:14210:17670_CONS(1)... at 1:78:1:78/+/98.72%
+>Cluster 160
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:9853:5962_CONS(90)... *
+1 88nt, >M01687:460:000000000-LGY9G:1:1118:26664:8268_CONS(1)... at 1:88:1:89/+/98.88%
+>Cluster 161
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:4534:17631_CONS(1)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:4495:10310_CONS(23)... at 1:89:1:89/+/98.88%
+>Cluster 162
+0 87nt, >M01687:460:000000000-LGY9G:1:2109:5572:21701_CONS(1)... at 1:87:1:87/+/98.85%
+1 88nt, >M01687:460:000000000-LGY9G:1:2109:5838:22456_CONS(1)... *
+>Cluster 163
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:8716:19434_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2114:16175:24349_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 164
+0 61nt, >M01687:460:000000000-LGY9G:1:2112:14026:17180_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1112:22226:20887_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 165
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:13758:8616_CONS(7)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:1109:17881:19127_CONS(1)... at 1:60:1:61/+/98.36%
+>Cluster 166
+0 61nt, >M01687:460:000000000-LGY9G:1:1112:21836:24379_CONS(1)... at 4:61:5:62/+/98.28%
+1 62nt, >M01687:460:000000000-LGY9G:1:1105:16307:20339_CONS(1)... *
+>Cluster 167
+0 28nt, >M01687:460:000000000-LGY9G:1:2108:15266:9181_CONS(5)... at 5:28:4:27/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2116:9778:2927_CONS(1)... *
+>Cluster 168
+0 61nt, >M01687:460:000000000-LGY9G:1:2110:16158:15092_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2109:23623:19396_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 169
+0 36nt, >M01687:460:000000000-LGY9G:1:2102:16074:17531_CONS(2)... at 1:36:1:36/+/100.00%
+1 37nt, >M01687:460:000000000-LGY9G:1:1109:8562:18295_CONS(1)... *
+>Cluster 170
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:9497:20852_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:2102:19972:23632_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 171
+0 58nt, >M01687:460:000000000-LGY9G:1:1101:25428:6898_CONS(163)... at 1:58:1:59/+/98.31%
+1 59nt, >M01687:460:000000000-LGY9G:1:2108:11634:9742_CONS(1)... *
+>Cluster 172
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:18458:21417_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1115:17769:13990_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 173
+0 60nt, >M01687:460:000000000-LGY9G:1:2108:8442:5596_CONS(1)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:2117:27654:15183_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 174
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:12720:23903_CONS(8)... at 1:61:1:62/+/98.39%
+1 62nt, >M01687:460:000000000-LGY9G:1:2106:8735:14849_CONS(1)... *
+>Cluster 175
+0 24nt, >M01687:460:000000000-LGY9G:1:2106:16596:3935_CONS(1)... at 1:24:1:24/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:1111:28830:8418_CONS(1)... *
+>Cluster 176
+0 65nt, >M01687:460:000000000-LGY9G:1:1119:10388:15563_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1117:3008:16162_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 177
+0 64nt, >M01687:460:000000000-LGY9G:1:1102:23344:4361_CONS(10)... *
+1 64nt, >M01687:460:000000000-LGY9G:1:1118:25353:14355_CONS(1)... at 1:64:1:64/+/98.44%
+>Cluster 178
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:7851:22923_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1111:13212:14224_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 179
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:13862:12593_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1103:26588:14415_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 180
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:24488:3472_CONS(7)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2103:23471:18442_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 181
+0 63nt, >M01687:460:000000000-LGY9G:1:1102:23220:13135_CONS(3)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1106:9954:17224_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 182
+0 27nt, >M01687:460:000000000-LGY9G:1:1110:14648:5013_CONS(1)... at 1:24:1:24/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:1103:22330:24617_CONS(1)... *
+>Cluster 183
+0 63nt, >M01687:460:000000000-LGY9G:1:2116:27574:11854_CONS(1)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1118:11839:22604_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 184
+0 55nt, >M01687:460:000000000-LGY9G:1:2110:11108:3635_CONS(1)... *
+>Cluster 185
+0 55nt, >M01687:460:000000000-LGY9G:1:2117:23256:16226_CONS(1)... *
+>Cluster 186
+0 55nt, >M01687:460:000000000-LGY9G:1:1118:24440:15770_CONS(1)... *
+>Cluster 187
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:27797:7143_CONS(1)... *
+>Cluster 188
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:5640:8431_CONS(1)... *
+>Cluster 189
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:14155:11820_CONS(1)... *
+>Cluster 190
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:18897:11602_CONS(1)... *
+>Cluster 191
+0 44nt, >M01687:460:000000000-LGY9G:1:1105:9341:6273_CONS(1)... *
+>Cluster 192
+0 37nt, >M01687:460:000000000-LGY9G:1:1114:13378:3509_CONS(1)... *
+>Cluster 193
+0 54nt, >M01687:460:000000000-LGY9G:1:1101:6462:6593_CONS(1)... *
+>Cluster 194
+0 30nt, >M01687:460:000000000-LGY9G:1:1114:22656:4907_CONS(1)... *
+>Cluster 195
+0 22nt, >M01687:460:000000000-LGY9G:1:1114:4139:19709_CONS(1)... *
+>Cluster 196
+0 23nt, >M01687:460:000000000-LGY9G:1:1112:23062:22357_CONS(1)... *
+>Cluster 197
+0 32nt, >M01687:460:000000000-LGY9G:1:1103:23324:16475_CONS(1)... *
+>Cluster 198
+0 48nt, >M01687:460:000000000-LGY9G:1:1110:20615:12273_CONS(1)... *
+>Cluster 199
+0 17nt, >M01687:460:000000000-LGY9G:1:1103:12771:20553_CONS(1)... *
+>Cluster 200
+0 17nt, >M01687:460:000000000-LGY9G:1:1103:15061:23134_CONS(1)... *
+>Cluster 201
+0 54nt, >M01687:460:000000000-LGY9G:1:2110:9129:21124_CONS(1)... *
+>Cluster 202
+0 33nt, >M01687:460:000000000-LGY9G:1:2106:17967:18298_CONS(1)... *
+>Cluster 203
+0 54nt, >M01687:460:000000000-LGY9G:1:1109:16720:12675_CONS(1)... *
+>Cluster 204
+0 59nt, >M01687:460:000000000-LGY9G:1:2106:8570:22911_CONS(1)... *
+>Cluster 205
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:27562:16877_CONS(1)... *
+>Cluster 206
+0 58nt, >M01687:460:000000000-LGY9G:1:1107:11545:19616_CONS(1)... *
+>Cluster 207
+0 58nt, >M01687:460:000000000-LGY9G:1:2114:22166:2007_CONS(1)... *
+>Cluster 208
+0 62nt, >M01687:460:000000000-LGY9G:1:1112:14099:14742_CONS(1)... *
+>Cluster 209
+0 62nt, >M01687:460:000000000-LGY9G:1:1114:21508:23215_CONS(1)... *
+>Cluster 210
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:16420:23634_CONS(4)... *
+>Cluster 211
+0 62nt, >M01687:460:000000000-LGY9G:1:1103:15446:21466_CONS(1)... *
+>Cluster 212
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9086:13269_CONS(15)... *
+>Cluster 213
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:15279:2913_CONS(1)... *
+>Cluster 214
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13025:22577_CONS(1)... *
+>Cluster 215
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:7877:14899_CONS(1)... *
+>Cluster 216
+0 58nt, >M01687:460:000000000-LGY9G:1:1117:6452:7378_CONS(1)... *
+>Cluster 217
+0 58nt, >M01687:460:000000000-LGY9G:1:1105:10193:5601_CONS(1)... *
+>Cluster 218
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:5583:12372_CONS(1)... *
+>Cluster 219
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:9451:5408_CONS(1)... *
+>Cluster 220
+0 84nt, >M01687:460:000000000-LGY9G:1:2104:25279:11733_CONS(1)... *
+>Cluster 221
+0 90nt, >M01687:460:000000000-LGY9G:1:2103:26278:12505_CONS(1)... *
+>Cluster 222
+0 65nt, >M01687:460:000000000-LGY9G:1:2114:12903:14230_CONS(1)... *
+>Cluster 223
+0 83nt, >M01687:460:000000000-LGY9G:1:2114:25862:11633_CONS(1)... *
+>Cluster 224
+0 97nt, >M01687:460:000000000-LGY9G:1:1108:9733:8243_CONS(1)... *
+>Cluster 225
+0 97nt, >M01687:460:000000000-LGY9G:1:2107:22006:12770_CONS(1)... *
+>Cluster 226
+0 93nt, >M01687:460:000000000-LGY9G:1:2104:7261:10036_CONS(1)... *
+>Cluster 227
+0 94nt, >M01687:460:000000000-LGY9G:1:1105:6119:9423_CONS(1)... *
+>Cluster 228
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:10798:7876_CONS(1)... *
+>Cluster 229
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:10438:11288_CONS(1)... *
+>Cluster 230
+0 62nt, >M01687:460:000000000-LGY9G:1:1119:19977:13270_CONS(1)... *
+>Cluster 231
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:14625:24808_CONS(1)... *
+>Cluster 232
+0 65nt, >M01687:460:000000000-LGY9G:1:1117:23191:2539_CONS(1)... *
+>Cluster 233
+0 65nt, >M01687:460:000000000-LGY9G:1:2113:20346:11090_CONS(1)... *
+>Cluster 234
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:25371:4721_CONS(19)... *
+>Cluster 235
+0 64nt, >M01687:460:000000000-LGY9G:1:2116:9427:18294_CONS(1)... *
+>Cluster 236
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:3460:19949_CONS(1)... *
+>Cluster 237
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:15159:14867_CONS(1)... *
+>Cluster 238
+0 56nt, >M01687:460:000000000-LGY9G:1:1108:13288:14571_CONS(1)... *
+>Cluster 239
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:11653:24971_CONS(1)... *
+>Cluster 240
+0 56nt, >M01687:460:000000000-LGY9G:1:1116:24371:5674_CONS(1)... *
+>Cluster 241
+0 56nt, >M01687:460:000000000-LGY9G:1:1116:7990:4626_CONS(1)... *
+>Cluster 242
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:15993:19211_CONS(1)... *
+>Cluster 243
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:4813:15749_CONS(1)... *
+>Cluster 244
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:13359:13818_CONS(1)... *
+>Cluster 245
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:9923:5870_CONS(1)... *
+>Cluster 246
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:13836:3560_CONS(1)... *
+>Cluster 247
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:22401:16079_CONS(1)... *
+>Cluster 248
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:18735:13931_CONS(1)... *
+>Cluster 249
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:12533:8545_CONS(1)... *
+>Cluster 250
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:20523:18914_CONS(1)... *
+>Cluster 251
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:28790:17460_CONS(1)... *
+>Cluster 252
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:12815:19729_CONS(1)... *
+>Cluster 253
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:17277:24331_CONS(1)... *
+>Cluster 254
+0 56nt, >M01687:460:000000000-LGY9G:1:2106:11566:22154_CONS(1)... *
+>Cluster 255
+0 56nt, >M01687:460:000000000-LGY9G:1:2109:19822:12821_CONS(1)... *
+>Cluster 256
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:20074:17655_CONS(1)... *
+>Cluster 257
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:11959:6273_CONS(1)... *
+>Cluster 258
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:24134:18395_CONS(1)... *
+>Cluster 259
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:16071:7420_CONS(1)... *
+>Cluster 260
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:14287:16880_CONS(1)... *
+>Cluster 261
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:4919:5287_CONS(1)... *
+>Cluster 262
+0 56nt, >M01687:460:000000000-LGY9G:1:1119:11844:2862_CONS(1)... *
+>Cluster 263
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:28261:13302_CONS(1)... *
+>Cluster 264
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:7609:5690_CONS(1)... *
+>Cluster 265
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:9228:15589_CONS(1)... *
+>Cluster 266
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:20375:15480_CONS(1)... *
+>Cluster 267
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:3996:5780_CONS(1)... *
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_logs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test2_logs.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,46 @@
+=== CD-HIT cluster processing started ===
+cluster_file: provided
+annotation_file: provided
+=== PARAMETERS ===
+output_taxa_clusters: True
+output_taxa_processed: True
+simi_plot_y_min: 95.0
+simi_plot_y_max: 100.0
+uncertain_taxa_use_ratio: 0.5
+min_to_split: 0.45
+min_count_to_split: 10
+min_cluster_support: 1
+=== PARAMETERS END===
+Loaded 622 annotated headers
+Parsed 268 clusters
+Similarity text summary written succesfully
+Similarity mean = 99.80, std = 0.50
+Similarity plot written succesfully
+Count summary written succesfully
+TOTAL annotated=49571, unannotated=16561, total=66132
+Raw taxa per cluster written succesfully
+Processed taxa (split clusters) written succesfully
+=== SUMMARY ===
+Clusters parsed: 268
+Total reads: 66132
+Annotated reads: 49571
+Unannotated reads: 16561
+Clusters with annotations: 29
+Clusters fully unannotated: 239
+Minimum cluster support for processed taxa: 1
+=== TAXA SUMMARY (top 10) ===
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Cannabaceae / Humulus / Humulus lupulus: 47123 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Uncertain taxa / Uncertain taxa: 383 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Betulaceae / Alnus / Alnus incana: 300 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Poales / Poaceae / Uncertain taxa / Uncertain taxa: 288 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Uncertain taxa: 224 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Fagaceae / Quercus / Quercus rubra: 202 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Solanales / Uncertain taxa / Uncertain taxa / Uncertain taxa: 180 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Gentianales / Rubiaceae / Uncertain taxa / Uncertain taxa: 156 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 146 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Caryophyllales / Polygonaceae / Uncertain taxa / Uncertain taxa: 134 reads
+Total unique taxa: 22
+=== SIMILARITY SUMMARY ===
+Mean similarity: 99.80
+Std similarity: 0.50
+=== CD-HIT cluster processing finished ===
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_similarity.png
Binary file test-data/test2_similarity.png has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_similarity.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test2_similarity.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,494 @@
+# Average similarity (all reads): 99.80
+# Standard deviation (all reads): 0.50
+cluster similarity count
+0 100.0 44412
+0 98.88 63
+0 98.86 2416
+0 98.85 33
+0 98.82 1
+0 98.53 1
+0 97.78 1
+0 97.75 5
+0 97.73 93
+0 97.7 3
+1 100.0 4782
+1 98.25 8
+1 98.21 518
+1 98.18 3
+2 100.0 1321
+2 99.02 82
+2 99.01 1
+2 98.04 6
+3 100.0 1
+3 98.95 894
+3 98.94 3
+3 98.92 2
+3 98.91 1
+3 97.89 90
+4 100.0 1
+4 98.84 830
+4 98.82 2
+4 97.67 55
+5 100.0 984
+5 98.46 40
+6 100.0 277
+6 97.62 3
+6 97.56 3
+6 97.5 1
+6 97.44 1
+6 97.37 2
+6 97.3 1
+6 97.22 1
+6 97.14 3
+6 97.06 4
+7 100.0 1
+7 98.85 512
+7 98.84 1
+7 97.73 4
+7 97.7 37
+8 100.0 1
+8 99.0 20
+8 98.0 370
+8 97.0 32
+9 100.0 83
+9 98.33 1
+9 98.31 2
+9 98.21 1
+9 98.18 1
+9 98.08 1
+9 97.87 3
+10 100.0 79
+10 99.0 207
+10 98.99 2
+10 98.0 14
+11 100.0 359
+11 98.89 24
+12 100.0 71
+13 100.0 120
+13 99.4 17
+14 100.0 99
+14 98.91 78
+14 97.83 4
+15 100.0 1
+15 98.96 141
+15 97.92 234
+16 100.0 1
+16 98.91 163
+16 97.85 2
+16 97.83 12
+17 100.0 1
+17 99.07 204
+17 98.15 18
+17 98.13 1
+18 100.0 1
+18 98.94 1
+18 98.92 1
+18 97.89 11
+19 100.0 228
+19 98.21 28
+19 98.11 1
+20 100.0 1
+20 98.61 157
+20 97.22 35
+21 100.0 21
+21 97.56 1
+22 100.0 109
+22 98.98 11
+23 100.0 137
+23 98.88 9
+24 100.0 305
+24 98.51 8
+25 100.0 1
+25 98.78 1
+25 98.77 106
+25 97.56 2
+25 97.53 6
+26 100.0 87
+26 98.39 63
+27 100.0 1
+27 98.95 196
+27 98.92 1
+27 97.89 11
+28 100.0 111
+28 98.46 24
+29 100.0 292
+29 98.31 10
+30 100.0 128
+30 98.48 7
+31 100.0 16
+31 97.37 1
+32 100.0 280
+33 100.0 1
+33 98.82 124
+33 97.65 7
+34 100.0 151
+34 98.77 7
+35 100.0 86
+35 98.94 7
+36 100.0 116
+37 100.0 1
+37 98.75 177
+37 98.72 1
+37 97.5 5
+38 100.0 19
+39 100.0 89
+39 98.89 7
+40 100.0 8
+41 100.0 1
+41 98.63 42
+41 97.26 5
+42 100.0 11
+43 100.0 15
+44 100.0 3
+44 98.33 4
+45 100.0 56
+45 99.08 4
+46 100.0 32
+46 98.21 7
+47 100.0 50
+47 98.21 5
+48 100.0 10
+48 97.67 1
+49 100.0 7
+50 100.0 97
+50 98.41 5
+51 100.0 74
+51 98.89 8
+52 100.0 1
+52 98.9 48
+52 97.8 4
+53 100.0 1
+53 98.25 203
+53 98.21 3
+54 100.0 14
+55 100.0 67
+55 98.48 4
+56 100.0 6
+57 100.0 15
+58 100.0 68
+58 98.46 4
+59 100.0 22
+59 98.46 4
+60 100.0 43
+60 97.92 32
+61 100.0 1
+61 97.83 6
+61 97.78 15
+61 97.73 30
+61 97.67 1
+62 100.0 23
+63 100.0 1
+63 98.57 68
+63 97.14 3
+64 100.0 15
+64 98.94 2
+64 97.87 1
+65 100.0 67
+65 98.91 2
+65 97.83 1
+66 100.0 18
+66 98.94 3
+67 100.0 46
+67 98.39 3
+68 100.0 1
+68 98.21 3
+69 100.0 15
+69 98.51 3
+70 100.0 24
+70 98.21 3
+71 100.0 4
+72 100.0 4
+73 100.0 21
+73 98.63 2
+74 100.0 24
+74 98.81 3
+75 100.0 6
+76 100.0 19
+76 98.82 3
+77 100.0 5
+77 98.21 3
+78 100.0 1
+78 98.21 2
+78 97.96 1
+79 100.0 4
+80 100.0 139
+80 98.21 3
+81 100.0 1
+81 98.41 1
+81 98.39 1
+82 100.0 27
+82 99.36 2
+83 100.0 1
+83 99.38 8
+83 98.77 1
+84 100.0 3
+85 100.0 29
+85 98.21 2
+86 100.0 1
+86 97.87 2
+87 100.0 39
+87 98.9 2
+88 100.0 1
+88 98.39 2
+89 100.0 1
+89 98.25 327
+89 98.15 1
+90 100.0 3
+91 100.0 1
+91 98.21 2
+92 100.0 30
+92 98.21 3
+93 100.0 1
+93 98.21 2
+94 100.0 1
+94 98.86 9
+94 97.73 1
+95 100.0 3
+95 98.21 2
+96 100.0 1
+96 98.84 2
+97 100.0 16
+97 98.88 2
+98 100.0 1
+98 98.85 1
+98 97.7 1
+99 100.0 4
+99 97.83 1
+100 100.0 1
+100 98.63 2
+101 100.0 2
+101 97.62 1
+102 100.0 1
+102 97.22 2
+103 100.0 7
+104 100.0 1
+104 99.0 3
+105 100.0 1
+105 98.82 1
+105 97.65 1
+106 100.0 25
+107 100.0 3
+108 100.0 1
+108 98.25 111
+109 100.0 2
+110 100.0 1
+110 98.08 1
+111 100.0 1
+111 98.21 1
+112 100.0 4
+113 100.0 1
+113 98.21 1
+114 100.0 8
+114 98.11 1
+115 100.0 1
+115 98.25 1
+116 100.0 1
+116 98.25 1
+117 100.0 1
+117 98.25 4
+118 100.0 18
+118 98.11 1
+119 100.0 2
+120 100.0 1
+120 98.08 1
+121 100.0 47
+121 98.21 1
+122 100.0 1
+122 98.21 1
+123 100.0 1
+123 98.18 1
+124 100.0 1
+124 98.21 1
+125 100.0 1
+125 97.44 1
+126 100.0 1
+126 98.21 1
+127 100.0 1
+127 98.21 1
+128 100.0 1
+128 98.21 1
+129 100.0 2
+130 100.0 1
+130 98.15 7
+131 100.0 6
+131 98.21 1
+132 100.0 1
+132 98.21 1
+133 100.0 2
+134 100.0 1
+134 98.04 18
+135 100.0 1
+135 98.18 1
+136 100.0 1
+136 98.21 1
+137 100.0 1
+137 98.63 1
+138 100.0 1
+138 98.59 1
+139 100.0 31
+139 98.57 1
+140 100.0 1
+140 98.67 1
+141 100.0 24
+141 98.63 1
+142 100.0 1
+142 98.63 1
+143 100.0 1
+143 98.55 1
+144 100.0 3
+144 98.48 1
+145 100.0 1
+145 98.48 1
+146 100.0 2
+147 100.0 1
+147 98.55 1
+148 100.0 18
+148 98.53 1
+149 100.0 1
+149 98.51 1
+150 100.0 1
+150 98.94 2
+151 100.0 2
+152 100.0 1
+152 97.87 1
+153 100.0 5
+153 99.01 1
+154 100.0 1
+154 99.0 13
+155 100.0 1
+155 98.98 1
+156 100.0 3
+157 100.0 1
+157 98.84 1
+158 100.0 1
+158 98.82 1
+159 100.0 1
+159 98.72 1
+160 100.0 90
+160 98.88 1
+161 100.0 1
+161 98.88 23
+162 100.0 1
+162 98.85 1
+163 100.0 1
+163 98.36 1
+164 100.0 1
+164 98.36 1
+165 100.0 7
+165 98.36 1
+166 100.0 1
+166 98.28 1
+167 100.0 6
+168 100.0 1
+168 98.36 1
+169 100.0 3
+170 100.0 1
+170 98.25 1
+171 100.0 1
+171 98.31 163
+172 100.0 1
+172 98.36 1
+173 100.0 1
+173 98.33 1
+174 100.0 1
+174 98.39 8
+175 100.0 2
+176 100.0 1
+176 98.46 1
+177 100.0 10
+177 98.44 1
+178 100.0 1
+178 98.46 1
+179 100.0 1
+179 98.46 1
+180 100.0 7
+180 98.46 1
+181 100.0 3
+181 98.41 1
+182 100.0 2
+183 100.0 1
+183 98.41 1
+184 100.0 1
+185 100.0 1
+186 100.0 1
+187 100.0 1
+188 100.0 1
+189 100.0 1
+190 100.0 1
+191 100.0 1
+192 100.0 1
+193 100.0 1
+194 100.0 1
+195 100.0 1
+196 100.0 1
+197 100.0 1
+198 100.0 1
+199 100.0 1
+200 100.0 1
+201 100.0 1
+202 100.0 1
+203 100.0 1
+204 100.0 1
+205 100.0 1
+206 100.0 1
+207 100.0 1
+208 100.0 1
+209 100.0 1
+210 100.0 4
+211 100.0 1
+212 100.0 15
+213 100.0 1
+214 100.0 1
+215 100.0 1
+216 100.0 1
+217 100.0 1
+218 100.0 1
+219 100.0 1
+220 100.0 1
+221 100.0 1
+222 100.0 1
+223 100.0 1
+224 100.0 1
+225 100.0 1
+226 100.0 1
+227 100.0 1
+228 100.0 1
+229 100.0 1
+230 100.0 1
+231 100.0 1
+232 100.0 1
+233 100.0 1
+234 100.0 19
+235 100.0 1
+236 100.0 1
+237 100.0 1
+238 100.0 1
+239 100.0 1
+240 100.0 1
+241 100.0 1
+242 100.0 1
+243 100.0 1
+244 100.0 1
+245 100.0 1
+246 100.0 1
+247 100.0 1
+248 100.0 1
+249 100.0 1
+250 100.0 1
+251 100.0 1
+252 100.0 1
+253 100.0 1
+254 100.0 1
+255 100.0 1
+256 100.0 1
+257 100.0 1
+258 100.0 1
+259 100.0 1
+260 100.0 1
+261 100.0 1
+262 100.0 1
+263 100.0 1
+264 100.0 1
+265 100.0 1
+266 100.0 1
+267 100.0 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_summary.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test2_summary.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,270 @@
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 0 47028 47028 0.00 100.00
+1 5311 0 5311 100.00 0.00
+2 1410 0 1410 100.00 0.00
+3 991 0 991 100.00 0.00
+4 873 15 888 98.31 1.69
+5 1024 0 1024 100.00 0.00
+6 296 0 296 100.00 0.00
+7 549 6 555 98.92 1.08
+8 423 0 423 100.00 0.00
+9 28 64 92 30.43 69.57
+10 0 302 302 0.00 100.00
+11 0 383 383 0.00 100.00
+12 71 0 71 100.00 0.00
+13 137 0 137 100.00 0.00
+14 181 0 181 100.00 0.00
+15 376 0 376 100.00 0.00
+16 0 178 178 0.00 100.00
+17 0 224 224 0.00 100.00
+18 14 0 14 100.00 0.00
+19 257 0 257 100.00 0.00
+20 193 0 193 100.00 0.00
+21 22 0 22 100.00 0.00
+22 120 0 120 100.00 0.00
+23 0 146 146 0.00 100.00
+24 313 0 313 100.00 0.00
+25 116 0 116 100.00 0.00
+26 150 0 150 100.00 0.00
+27 7 202 209 3.35 96.65
+28 135 0 135 100.00 0.00
+29 302 0 302 100.00 0.00
+30 0 135 135 0.00 100.00
+31 17 0 17 100.00 0.00
+32 280 0 280 100.00 0.00
+33 0 132 132 0.00 100.00
+34 0 158 158 0.00 100.00
+35 93 0 93 100.00 0.00
+36 116 0 116 100.00 0.00
+37 2 182 184 1.09 98.91
+38 19 0 19 100.00 0.00
+39 0 96 96 0.00 100.00
+40 8 0 8 100.00 0.00
+41 48 0 48 100.00 0.00
+42 11 0 11 100.00 0.00
+43 15 0 15 100.00 0.00
+44 7 0 7 100.00 0.00
+45 60 0 60 100.00 0.00
+46 39 0 39 100.00 0.00
+47 55 0 55 100.00 0.00
+48 11 0 11 100.00 0.00
+49 7 0 7 100.00 0.00
+50 102 0 102 100.00 0.00
+51 82 0 82 100.00 0.00
+52 0 53 53 0.00 100.00
+53 207 0 207 100.00 0.00
+54 14 0 14 100.00 0.00
+55 71 0 71 100.00 0.00
+56 6 0 6 100.00 0.00
+57 15 0 15 100.00 0.00
+58 72 0 72 100.00 0.00
+59 26 0 26 100.00 0.00
+60 75 0 75 100.00 0.00
+61 53 0 53 100.00 0.00
+62 23 0 23 100.00 0.00
+63 72 0 72 100.00 0.00
+64 18 0 18 100.00 0.00
+65 0 70 70 0.00 100.00
+66 21 0 21 100.00 0.00
+67 49 0 49 100.00 0.00
+68 4 0 4 100.00 0.00
+69 18 0 18 100.00 0.00
+70 27 0 27 100.00 0.00
+71 4 0 4 100.00 0.00
+72 4 0 4 100.00 0.00
+73 23 0 23 100.00 0.00
+74 0 27 27 0.00 100.00
+75 0 6 6 0.00 100.00
+76 22 0 22 100.00 0.00
+77 8 0 8 100.00 0.00
+78 4 0 4 100.00 0.00
+79 4 0 4 100.00 0.00
+80 142 0 142 100.00 0.00
+81 3 0 3 100.00 0.00
+82 29 0 29 100.00 0.00
+83 10 0 10 100.00 0.00
+84 3 0 3 100.00 0.00
+85 31 0 31 100.00 0.00
+86 3 0 3 100.00 0.00
+87 0 41 41 0.00 100.00
+88 3 0 3 100.00 0.00
+89 329 0 329 100.00 0.00
+90 3 0 3 100.00 0.00
+91 3 0 3 100.00 0.00
+92 33 0 33 100.00 0.00
+93 3 0 3 100.00 0.00
+94 11 0 11 100.00 0.00
+95 5 0 5 100.00 0.00
+96 3 0 3 100.00 0.00
+97 18 0 18 100.00 0.00
+98 3 0 3 100.00 0.00
+99 5 0 5 100.00 0.00
+100 3 0 3 100.00 0.00
+101 3 0 3 100.00 0.00
+102 3 0 3 100.00 0.00
+103 7 0 7 100.00 0.00
+104 4 0 4 100.00 0.00
+105 2 1 3 66.67 33.33
+106 25 0 25 100.00 0.00
+107 3 0 3 100.00 0.00
+108 112 0 112 100.00 0.00
+109 2 0 2 100.00 0.00
+110 2 0 2 100.00 0.00
+111 2 0 2 100.00 0.00
+112 4 0 4 100.00 0.00
+113 2 0 2 100.00 0.00
+114 9 0 9 100.00 0.00
+115 2 0 2 100.00 0.00
+116 2 0 2 100.00 0.00
+117 5 0 5 100.00 0.00
+118 19 0 19 100.00 0.00
+119 2 0 2 100.00 0.00
+120 2 0 2 100.00 0.00
+121 48 0 48 100.00 0.00
+122 2 0 2 100.00 0.00
+123 2 0 2 100.00 0.00
+124 2 0 2 100.00 0.00
+125 2 0 2 100.00 0.00
+126 2 0 2 100.00 0.00
+127 2 0 2 100.00 0.00
+128 2 0 2 100.00 0.00
+129 0 2 2 0.00 100.00
+130 8 0 8 100.00 0.00
+131 7 0 7 100.00 0.00
+132 2 0 2 100.00 0.00
+133 2 0 2 100.00 0.00
+134 19 0 19 100.00 0.00
+135 2 0 2 100.00 0.00
+136 2 0 2 100.00 0.00
+137 2 0 2 100.00 0.00
+138 2 0 2 100.00 0.00
+139 32 0 32 100.00 0.00
+140 2 0 2 100.00 0.00
+141 25 0 25 100.00 0.00
+142 2 0 2 100.00 0.00
+143 2 0 2 100.00 0.00
+144 4 0 4 100.00 0.00
+145 2 0 2 100.00 0.00
+146 2 0 2 100.00 0.00
+147 2 0 2 100.00 0.00
+148 19 0 19 100.00 0.00
+149 2 0 2 100.00 0.00
+150 3 0 3 100.00 0.00
+151 2 0 2 100.00 0.00
+152 2 0 2 100.00 0.00
+153 6 0 6 100.00 0.00
+154 14 0 14 100.00 0.00
+155 2 0 2 100.00 0.00
+156 3 0 3 100.00 0.00
+157 1 1 2 50.00 50.00
+158 2 0 2 100.00 0.00
+159 0 2 2 0.00 100.00
+160 0 91 91 0.00 100.00
+161 1 23 24 4.17 95.83
+162 1 1 2 50.00 50.00
+163 2 0 2 100.00 0.00
+164 2 0 2 100.00 0.00
+165 8 0 8 100.00 0.00
+166 2 0 2 100.00 0.00
+167 6 0 6 100.00 0.00
+168 2 0 2 100.00 0.00
+169 3 0 3 100.00 0.00
+170 2 0 2 100.00 0.00
+171 164 0 164 100.00 0.00
+172 2 0 2 100.00 0.00
+173 2 0 2 100.00 0.00
+174 9 0 9 100.00 0.00
+175 2 0 2 100.00 0.00
+176 2 0 2 100.00 0.00
+177 11 0 11 100.00 0.00
+178 2 0 2 100.00 0.00
+179 2 0 2 100.00 0.00
+180 8 0 8 100.00 0.00
+181 4 0 4 100.00 0.00
+182 2 0 2 100.00 0.00
+183 2 0 2 100.00 0.00
+184 1 0 1 100.00 0.00
+185 1 0 1 100.00 0.00
+186 1 0 1 100.00 0.00
+187 1 0 1 100.00 0.00
+188 1 0 1 100.00 0.00
+189 1 0 1 100.00 0.00
+190 1 0 1 100.00 0.00
+191 1 0 1 100.00 0.00
+192 1 0 1 100.00 0.00
+193 1 0 1 100.00 0.00
+194 1 0 1 100.00 0.00
+195 1 0 1 100.00 0.00
+196 1 0 1 100.00 0.00
+197 1 0 1 100.00 0.00
+198 1 0 1 100.00 0.00
+199 1 0 1 100.00 0.00
+200 1 0 1 100.00 0.00
+201 1 0 1 100.00 0.00
+202 1 0 1 100.00 0.00
+203 1 0 1 100.00 0.00
+204 1 0 1 100.00 0.00
+205 1 0 1 100.00 0.00
+206 1 0 1 100.00 0.00
+207 1 0 1 100.00 0.00
+208 1 0 1 100.00 0.00
+209 1 0 1 100.00 0.00
+210 4 0 4 100.00 0.00
+211 1 0 1 100.00 0.00
+212 15 0 15 100.00 0.00
+213 1 0 1 100.00 0.00
+214 1 0 1 100.00 0.00
+215 1 0 1 100.00 0.00
+216 1 0 1 100.00 0.00
+217 1 0 1 100.00 0.00
+218 1 0 1 100.00 0.00
+219 1 0 1 100.00 0.00
+220 1 0 1 100.00 0.00
+221 0 1 1 0.00 100.00
+222 1 0 1 100.00 0.00
+223 0 1 1 0.00 100.00
+224 1 0 1 100.00 0.00
+225 1 0 1 100.00 0.00
+226 1 0 1 100.00 0.00
+227 1 0 1 100.00 0.00
+228 1 0 1 100.00 0.00
+229 1 0 1 100.00 0.00
+230 1 0 1 100.00 0.00
+231 1 0 1 100.00 0.00
+232 1 0 1 100.00 0.00
+233 1 0 1 100.00 0.00
+234 19 0 19 100.00 0.00
+235 1 0 1 100.00 0.00
+236 1 0 1 100.00 0.00
+237 1 0 1 100.00 0.00
+238 1 0 1 100.00 0.00
+239 1 0 1 100.00 0.00
+240 1 0 1 100.00 0.00
+241 1 0 1 100.00 0.00
+242 1 0 1 100.00 0.00
+243 1 0 1 100.00 0.00
+244 1 0 1 100.00 0.00
+245 1 0 1 100.00 0.00
+246 1 0 1 100.00 0.00
+247 1 0 1 100.00 0.00
+248 1 0 1 100.00 0.00
+249 1 0 1 100.00 0.00
+250 1 0 1 100.00 0.00
+251 1 0 1 100.00 0.00
+252 1 0 1 100.00 0.00
+253 1 0 1 100.00 0.00
+254 1 0 1 100.00 0.00
+255 1 0 1 100.00 0.00
+256 1 0 1 100.00 0.00
+257 1 0 1 100.00 0.00
+258 1 0 1 100.00 0.00
+259 1 0 1 100.00 0.00
+260 1 0 1 100.00 0.00
+261 1 0 1 100.00 0.00
+262 1 0 1 100.00 0.00
+263 1 0 1 100.00 0.00
+264 1 0 1 100.00 0.00
+265 1 0 1 100.00 0.00
+266 1 0 1 100.00 0.00
+267 1 0 1 100.00 0.00
+TOTAL 16561 49571 66132 25.04 74.96
diff -r c6981ea453ae -r e64af72e1b8f test-data/test2_un_report.xlsx
Binary file test-data/test2_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test3_logs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test3_logs.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,42 @@
+=== CD-HIT cluster processing started ===
+cluster_file: provided
+annotation_file: provided
+=== PARAMETERS ===
+output_taxa_clusters: True
+output_taxa_processed: False
+simi_plot_y_min: 95.0
+simi_plot_y_max: 100.0
+uncertain_taxa_use_ratio: 0.2
+min_to_split: 0.1
+min_count_to_split: 3
+min_cluster_support: 4
+=== PARAMETERS END===
+Loaded 622 annotated headers
+Parsed 268 clusters
+Count summary written succesfully
+TOTAL annotated=49571, unannotated=16561, total=66132
+Raw taxa per cluster written succesfully
+=== SUMMARY ===
+Clusters parsed: 268
+Total reads: 66132
+Annotated reads: 49571
+Unannotated reads: 16561
+Clusters with annotations: 29
+Clusters fully unannotated: 239
+Minimum cluster support for processed taxa: 4
+=== TAXA SUMMARY (top 10) ===
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Cannabaceae / Humulus / Humulus lupulus: 47123 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Uncertain taxa / Uncertain taxa: 383 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Betulaceae / Alnus / Alnus incana: 300 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Poales / Poaceae / Uncertain taxa / Uncertain taxa: 288 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Uncertain taxa: 224 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Fagaceae / Quercus / Quercus rubra: 202 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Solanales / Uncertain taxa / Uncertain taxa / Uncertain taxa: 180 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Gentianales / Rubiaceae / Uncertain taxa / Uncertain taxa: 156 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 146 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Caryophyllales / Polygonaceae / Uncertain taxa / Uncertain taxa: 134 reads
+Total unique taxa: 22
+=== SIMILARITY SUMMARY ===
+Mean similarity: 99.80
+Std similarity: 0.50
+=== CD-HIT cluster processing finished ===
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/test3_summary.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test3_summary.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,270 @@
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 0 47028 47028 0.00 100.00
+1 5311 0 5311 100.00 0.00
+2 1410 0 1410 100.00 0.00
+3 991 0 991 100.00 0.00
+4 873 15 888 98.31 1.69
+5 1024 0 1024 100.00 0.00
+6 296 0 296 100.00 0.00
+7 549 6 555 98.92 1.08
+8 423 0 423 100.00 0.00
+9 28 64 92 30.43 69.57
+10 0 302 302 0.00 100.00
+11 0 383 383 0.00 100.00
+12 71 0 71 100.00 0.00
+13 137 0 137 100.00 0.00
+14 181 0 181 100.00 0.00
+15 376 0 376 100.00 0.00
+16 0 178 178 0.00 100.00
+17 0 224 224 0.00 100.00
+18 14 0 14 100.00 0.00
+19 257 0 257 100.00 0.00
+20 193 0 193 100.00 0.00
+21 22 0 22 100.00 0.00
+22 120 0 120 100.00 0.00
+23 0 146 146 0.00 100.00
+24 313 0 313 100.00 0.00
+25 116 0 116 100.00 0.00
+26 150 0 150 100.00 0.00
+27 7 202 209 3.35 96.65
+28 135 0 135 100.00 0.00
+29 302 0 302 100.00 0.00
+30 0 135 135 0.00 100.00
+31 17 0 17 100.00 0.00
+32 280 0 280 100.00 0.00
+33 0 132 132 0.00 100.00
+34 0 158 158 0.00 100.00
+35 93 0 93 100.00 0.00
+36 116 0 116 100.00 0.00
+37 2 182 184 1.09 98.91
+38 19 0 19 100.00 0.00
+39 0 96 96 0.00 100.00
+40 8 0 8 100.00 0.00
+41 48 0 48 100.00 0.00
+42 11 0 11 100.00 0.00
+43 15 0 15 100.00 0.00
+44 7 0 7 100.00 0.00
+45 60 0 60 100.00 0.00
+46 39 0 39 100.00 0.00
+47 55 0 55 100.00 0.00
+48 11 0 11 100.00 0.00
+49 7 0 7 100.00 0.00
+50 102 0 102 100.00 0.00
+51 82 0 82 100.00 0.00
+52 0 53 53 0.00 100.00
+53 207 0 207 100.00 0.00
+54 14 0 14 100.00 0.00
+55 71 0 71 100.00 0.00
+56 6 0 6 100.00 0.00
+57 15 0 15 100.00 0.00
+58 72 0 72 100.00 0.00
+59 26 0 26 100.00 0.00
+60 75 0 75 100.00 0.00
+61 53 0 53 100.00 0.00
+62 23 0 23 100.00 0.00
+63 72 0 72 100.00 0.00
+64 18 0 18 100.00 0.00
+65 0 70 70 0.00 100.00
+66 21 0 21 100.00 0.00
+67 49 0 49 100.00 0.00
+68 4 0 4 100.00 0.00
+69 18 0 18 100.00 0.00
+70 27 0 27 100.00 0.00
+71 4 0 4 100.00 0.00
+72 4 0 4 100.00 0.00
+73 23 0 23 100.00 0.00
+74 0 27 27 0.00 100.00
+75 0 6 6 0.00 100.00
+76 22 0 22 100.00 0.00
+77 8 0 8 100.00 0.00
+78 4 0 4 100.00 0.00
+79 4 0 4 100.00 0.00
+80 142 0 142 100.00 0.00
+81 3 0 3 100.00 0.00
+82 29 0 29 100.00 0.00
+83 10 0 10 100.00 0.00
+84 3 0 3 100.00 0.00
+85 31 0 31 100.00 0.00
+86 3 0 3 100.00 0.00
+87 0 41 41 0.00 100.00
+88 3 0 3 100.00 0.00
+89 329 0 329 100.00 0.00
+90 3 0 3 100.00 0.00
+91 3 0 3 100.00 0.00
+92 33 0 33 100.00 0.00
+93 3 0 3 100.00 0.00
+94 11 0 11 100.00 0.00
+95 5 0 5 100.00 0.00
+96 3 0 3 100.00 0.00
+97 18 0 18 100.00 0.00
+98 3 0 3 100.00 0.00
+99 5 0 5 100.00 0.00
+100 3 0 3 100.00 0.00
+101 3 0 3 100.00 0.00
+102 3 0 3 100.00 0.00
+103 7 0 7 100.00 0.00
+104 4 0 4 100.00 0.00
+105 2 1 3 66.67 33.33
+106 25 0 25 100.00 0.00
+107 3 0 3 100.00 0.00
+108 112 0 112 100.00 0.00
+109 2 0 2 100.00 0.00
+110 2 0 2 100.00 0.00
+111 2 0 2 100.00 0.00
+112 4 0 4 100.00 0.00
+113 2 0 2 100.00 0.00
+114 9 0 9 100.00 0.00
+115 2 0 2 100.00 0.00
+116 2 0 2 100.00 0.00
+117 5 0 5 100.00 0.00
+118 19 0 19 100.00 0.00
+119 2 0 2 100.00 0.00
+120 2 0 2 100.00 0.00
+121 48 0 48 100.00 0.00
+122 2 0 2 100.00 0.00
+123 2 0 2 100.00 0.00
+124 2 0 2 100.00 0.00
+125 2 0 2 100.00 0.00
+126 2 0 2 100.00 0.00
+127 2 0 2 100.00 0.00
+128 2 0 2 100.00 0.00
+129 0 2 2 0.00 100.00
+130 8 0 8 100.00 0.00
+131 7 0 7 100.00 0.00
+132 2 0 2 100.00 0.00
+133 2 0 2 100.00 0.00
+134 19 0 19 100.00 0.00
+135 2 0 2 100.00 0.00
+136 2 0 2 100.00 0.00
+137 2 0 2 100.00 0.00
+138 2 0 2 100.00 0.00
+139 32 0 32 100.00 0.00
+140 2 0 2 100.00 0.00
+141 25 0 25 100.00 0.00
+142 2 0 2 100.00 0.00
+143 2 0 2 100.00 0.00
+144 4 0 4 100.00 0.00
+145 2 0 2 100.00 0.00
+146 2 0 2 100.00 0.00
+147 2 0 2 100.00 0.00
+148 19 0 19 100.00 0.00
+149 2 0 2 100.00 0.00
+150 3 0 3 100.00 0.00
+151 2 0 2 100.00 0.00
+152 2 0 2 100.00 0.00
+153 6 0 6 100.00 0.00
+154 14 0 14 100.00 0.00
+155 2 0 2 100.00 0.00
+156 3 0 3 100.00 0.00
+157 1 1 2 50.00 50.00
+158 2 0 2 100.00 0.00
+159 0 2 2 0.00 100.00
+160 0 91 91 0.00 100.00
+161 1 23 24 4.17 95.83
+162 1 1 2 50.00 50.00
+163 2 0 2 100.00 0.00
+164 2 0 2 100.00 0.00
+165 8 0 8 100.00 0.00
+166 2 0 2 100.00 0.00
+167 6 0 6 100.00 0.00
+168 2 0 2 100.00 0.00
+169 3 0 3 100.00 0.00
+170 2 0 2 100.00 0.00
+171 164 0 164 100.00 0.00
+172 2 0 2 100.00 0.00
+173 2 0 2 100.00 0.00
+174 9 0 9 100.00 0.00
+175 2 0 2 100.00 0.00
+176 2 0 2 100.00 0.00
+177 11 0 11 100.00 0.00
+178 2 0 2 100.00 0.00
+179 2 0 2 100.00 0.00
+180 8 0 8 100.00 0.00
+181 4 0 4 100.00 0.00
+182 2 0 2 100.00 0.00
+183 2 0 2 100.00 0.00
+184 1 0 1 100.00 0.00
+185 1 0 1 100.00 0.00
+186 1 0 1 100.00 0.00
+187 1 0 1 100.00 0.00
+188 1 0 1 100.00 0.00
+189 1 0 1 100.00 0.00
+190 1 0 1 100.00 0.00
+191 1 0 1 100.00 0.00
+192 1 0 1 100.00 0.00
+193 1 0 1 100.00 0.00
+194 1 0 1 100.00 0.00
+195 1 0 1 100.00 0.00
+196 1 0 1 100.00 0.00
+197 1 0 1 100.00 0.00
+198 1 0 1 100.00 0.00
+199 1 0 1 100.00 0.00
+200 1 0 1 100.00 0.00
+201 1 0 1 100.00 0.00
+202 1 0 1 100.00 0.00
+203 1 0 1 100.00 0.00
+204 1 0 1 100.00 0.00
+205 1 0 1 100.00 0.00
+206 1 0 1 100.00 0.00
+207 1 0 1 100.00 0.00
+208 1 0 1 100.00 0.00
+209 1 0 1 100.00 0.00
+210 4 0 4 100.00 0.00
+211 1 0 1 100.00 0.00
+212 15 0 15 100.00 0.00
+213 1 0 1 100.00 0.00
+214 1 0 1 100.00 0.00
+215 1 0 1 100.00 0.00
+216 1 0 1 100.00 0.00
+217 1 0 1 100.00 0.00
+218 1 0 1 100.00 0.00
+219 1 0 1 100.00 0.00
+220 1 0 1 100.00 0.00
+221 0 1 1 0.00 100.00
+222 1 0 1 100.00 0.00
+223 0 1 1 0.00 100.00
+224 1 0 1 100.00 0.00
+225 1 0 1 100.00 0.00
+226 1 0 1 100.00 0.00
+227 1 0 1 100.00 0.00
+228 1 0 1 100.00 0.00
+229 1 0 1 100.00 0.00
+230 1 0 1 100.00 0.00
+231 1 0 1 100.00 0.00
+232 1 0 1 100.00 0.00
+233 1 0 1 100.00 0.00
+234 19 0 19 100.00 0.00
+235 1 0 1 100.00 0.00
+236 1 0 1 100.00 0.00
+237 1 0 1 100.00 0.00
+238 1 0 1 100.00 0.00
+239 1 0 1 100.00 0.00
+240 1 0 1 100.00 0.00
+241 1 0 1 100.00 0.00
+242 1 0 1 100.00 0.00
+243 1 0 1 100.00 0.00
+244 1 0 1 100.00 0.00
+245 1 0 1 100.00 0.00
+246 1 0 1 100.00 0.00
+247 1 0 1 100.00 0.00
+248 1 0 1 100.00 0.00
+249 1 0 1 100.00 0.00
+250 1 0 1 100.00 0.00
+251 1 0 1 100.00 0.00
+252 1 0 1 100.00 0.00
+253 1 0 1 100.00 0.00
+254 1 0 1 100.00 0.00
+255 1 0 1 100.00 0.00
+256 1 0 1 100.00 0.00
+257 1 0 1 100.00 0.00
+258 1 0 1 100.00 0.00
+259 1 0 1 100.00 0.00
+260 1 0 1 100.00 0.00
+261 1 0 1 100.00 0.00
+262 1 0 1 100.00 0.00
+263 1 0 1 100.00 0.00
+264 1 0 1 100.00 0.00
+265 1 0 1 100.00 0.00
+266 1 0 1 100.00 0.00
+267 1 0 1 100.00 0.00
+TOTAL 16561 49571 66132 25.04 74.96
diff -r c6981ea453ae -r e64af72e1b8f test-data/test3_un_report.xlsx
Binary file test-data/test3_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test4_count_summary.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test4_count_summary.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,516 @@
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 9 47004 47013 0.02 99.98
+1 1410 0 1410 100.00 0.00
+2 990 0 990 100.00 0.00
+3 887 16 903 98.23 1.77
+4 1025 0 1025 100.00 0.00
+5 290 0 290 100.00 0.00
+6 550 6 556 98.92 1.08
+7 423 0 423 100.00 0.00
+8 8 71 79 10.13 89.87
+9 0 383 383 0.00 100.00
+10 2 296 298 0.67 99.33
+11 138 0 138 100.00 0.00
+12 183 0 183 100.00 0.00
+13 3 23 26 11.54 88.46
+14 27 0 27 100.00 0.00
+15 376 0 376 100.00 0.00
+16 59 0 59 100.00 0.00
+17 23 0 23 100.00 0.00
+18 15 0 15 100.00 0.00
+19 0 178 178 0.00 100.00
+20 258 0 258 100.00 0.00
+21 0 224 224 0.00 100.00
+22 121 0 121 100.00 0.00
+23 314 0 314 100.00 0.00
+24 193 0 193 100.00 0.00
+25 221 0 221 100.00 0.00
+26 11 0 11 100.00 0.00
+27 116 0 116 100.00 0.00
+28 0 146 146 0.00 100.00
+29 125 0 125 100.00 0.00
+30 135 0 135 100.00 0.00
+31 1 135 136 0.74 99.26
+32 12 0 12 100.00 0.00
+33 1 158 159 0.63 99.37
+34 4781 0 4781 100.00 0.00
+35 122 0 122 100.00 0.00
+36 150 0 150 100.00 0.00
+37 95 0 95 100.00 0.00
+38 7 202 209 3.35 96.65
+39 302 0 302 100.00 0.00
+40 0 132 132 0.00 100.00
+41 15 0 15 100.00 0.00
+42 116 0 116 100.00 0.00
+43 2 182 184 1.09 98.91
+44 0 96 96 0.00 100.00
+45 8 0 8 100.00 0.00
+46 61 0 61 100.00 0.00
+47 8 0 8 100.00 0.00
+48 48 0 48 100.00 0.00
+49 10 0 10 100.00 0.00
+50 1 6 7 14.29 85.71
+51 12 0 12 100.00 0.00
+52 8 0 8 100.00 0.00
+53 102 0 102 100.00 0.00
+54 19 0 19 100.00 0.00
+55 13 0 13 100.00 0.00
+56 39 0 39 100.00 0.00
+57 55 0 55 100.00 0.00
+58 8 0 8 100.00 0.00
+59 16 0 16 100.00 0.00
+60 7 0 7 100.00 0.00
+61 144 0 144 100.00 0.00
+62 2 27 29 6.90 93.10
+63 82 0 82 100.00 0.00
+64 0 53 53 0.00 100.00
+65 14 0 14 100.00 0.00
+66 207 0 207 100.00 0.00
+67 7 0 7 100.00 0.00
+68 75 0 75 100.00 0.00
+69 6 0 6 100.00 0.00
+70 72 0 72 100.00 0.00
+71 71 0 71 100.00 0.00
+72 72 0 72 100.00 0.00
+73 15 0 15 100.00 0.00
+74 86 0 86 100.00 0.00
+75 26 0 26 100.00 0.00
+76 5 0 5 100.00 0.00
+77 23 0 23 100.00 0.00
+78 0 70 70 0.00 100.00
+79 4 0 4 100.00 0.00
+80 4 0 4 100.00 0.00
+81 4 0 4 100.00 0.00
+82 4 0 4 100.00 0.00
+83 4 0 4 100.00 0.00
+84 8 0 8 100.00 0.00
+85 18 0 18 100.00 0.00
+86 21 0 21 100.00 0.00
+87 39 0 39 100.00 0.00
+88 4 0 4 100.00 0.00
+89 4 0 4 100.00 0.00
+90 8 0 8 100.00 0.00
+91 47 0 47 100.00 0.00
+92 261 0 261 100.00 0.00
+93 49 0 49 100.00 0.00
+94 25 0 25 100.00 0.00
+95 4 0 4 100.00 0.00
+96 11 0 11 100.00 0.00
+97 7 0 7 100.00 0.00
+98 18 0 18 100.00 0.00
+99 23 0 23 100.00 0.00
+100 4 0 4 100.00 0.00
+101 7 0 7 100.00 0.00
+102 5 0 5 100.00 0.00
+103 22 0 22 100.00 0.00
+104 4 0 4 100.00 0.00
+105 3 0 3 100.00 0.00
+106 7 0 7 100.00 0.00
+107 3 0 3 100.00 0.00
+108 4 0 4 100.00 0.00
+109 8 0 8 100.00 0.00
+110 3 0 3 100.00 0.00
+111 3 0 3 100.00 0.00
+112 3 0 3 100.00 0.00
+113 3 0 3 100.00 0.00
+114 3 0 3 100.00 0.00
+115 3 0 3 100.00 0.00
+116 11 0 11 100.00 0.00
+117 0 41 41 0.00 100.00
+118 3 0 3 100.00 0.00
+119 3 0 3 100.00 0.00
+120 4 0 4 100.00 0.00
+121 3 0 3 100.00 0.00
+122 25 0 25 100.00 0.00
+123 3 0 3 100.00 0.00
+124 5 0 5 100.00 0.00
+125 3 0 3 100.00 0.00
+126 18 0 18 100.00 0.00
+127 3 0 3 100.00 0.00
+128 3 0 3 100.00 0.00
+129 3 0 3 100.00 0.00
+130 3 0 3 100.00 0.00
+131 3 0 3 100.00 0.00
+132 5 0 5 100.00 0.00
+133 15 0 15 100.00 0.00
+134 29 0 29 100.00 0.00
+135 3 0 3 100.00 0.00
+136 3 0 3 100.00 0.00
+137 33 0 33 100.00 0.00
+138 3 0 3 100.00 0.00
+139 8 0 8 100.00 0.00
+140 31 0 31 100.00 0.00
+141 5 0 5 100.00 0.00
+142 3 0 3 100.00 0.00
+143 3 0 3 100.00 0.00
+144 3 0 3 100.00 0.00
+145 329 0 329 100.00 0.00
+146 2 0 2 100.00 0.00
+147 2 0 2 100.00 0.00
+148 1 1 2 50.00 50.00
+149 6 0 6 100.00 0.00
+150 2 0 2 100.00 0.00
+151 9 0 9 100.00 0.00
+152 2 0 2 100.00 0.00
+153 8 0 8 100.00 0.00
+154 2 0 2 100.00 0.00
+155 2 0 2 100.00 0.00
+156 2 0 2 100.00 0.00
+157 2 0 2 100.00 0.00
+158 164 0 164 100.00 0.00
+159 8 0 8 100.00 0.00
+160 2 0 2 100.00 0.00
+161 2 0 2 100.00 0.00
+162 3 0 3 100.00 0.00
+163 2 0 2 100.00 0.00
+164 2 0 2 100.00 0.00
+165 48 0 48 100.00 0.00
+166 1 1 2 50.00 50.00
+167 2 0 2 100.00 0.00
+168 2 0 2 100.00 0.00
+169 4 0 4 100.00 0.00
+170 2 0 2 100.00 0.00
+171 2 0 2 100.00 0.00
+172 2 0 2 100.00 0.00
+173 2 0 2 100.00 0.00
+174 2 0 2 100.00 0.00
+175 2 0 2 100.00 0.00
+176 2 0 2 100.00 0.00
+177 2 0 2 100.00 0.00
+178 19 0 19 100.00 0.00
+179 2 0 2 100.00 0.00
+180 2 0 2 100.00 0.00
+181 3 0 3 100.00 0.00
+182 9 0 9 100.00 0.00
+183 2 0 2 100.00 0.00
+184 4 0 4 100.00 0.00
+185 19 0 19 100.00 0.00
+186 5 0 5 100.00 0.00
+187 2 0 2 100.00 0.00
+188 2 0 2 100.00 0.00
+189 2 0 2 100.00 0.00
+190 4 0 4 100.00 0.00
+191 3 0 3 100.00 0.00
+192 7 0 7 100.00 0.00
+193 0 2 2 0.00 100.00
+194 2 0 2 100.00 0.00
+195 2 0 2 100.00 0.00
+196 2 0 2 100.00 0.00
+197 2 0 2 100.00 0.00
+198 2 0 2 100.00 0.00
+199 3 0 3 100.00 0.00
+200 2 0 2 100.00 0.00
+201 2 0 2 100.00 0.00
+202 2 0 2 100.00 0.00
+203 19 0 19 100.00 0.00
+204 2 0 2 100.00 0.00
+205 2 0 2 100.00 0.00
+206 25 0 25 100.00 0.00
+207 2 0 2 100.00 0.00
+208 2 0 2 100.00 0.00
+209 2 0 2 100.00 0.00
+210 2 0 2 100.00 0.00
+211 2 0 2 100.00 0.00
+212 2 0 2 100.00 0.00
+213 2 0 2 100.00 0.00
+214 2 0 2 100.00 0.00
+215 2 0 2 100.00 0.00
+216 2 0 2 100.00 0.00
+217 32 0 32 100.00 0.00
+218 2 0 2 100.00 0.00
+219 4 0 4 100.00 0.00
+220 2 0 2 100.00 0.00
+221 2 0 2 100.00 0.00
+222 0 91 91 0.00 100.00
+223 2 0 2 100.00 0.00
+224 2 0 2 100.00 0.00
+225 2 0 2 100.00 0.00
+226 1 23 24 4.17 95.83
+227 2 0 2 100.00 0.00
+228 3 0 3 100.00 0.00
+229 2 0 2 100.00 0.00
+230 2 0 2 100.00 0.00
+231 2 0 2 100.00 0.00
+232 10 0 10 100.00 0.00
+233 2 0 2 100.00 0.00
+234 2 0 2 100.00 0.00
+235 2 0 2 100.00 0.00
+236 2 0 2 100.00 0.00
+237 8 0 8 100.00 0.00
+238 0 2 2 0.00 100.00
+239 11 0 11 100.00 0.00
+240 2 0 2 100.00 0.00
+241 2 0 2 100.00 0.00
+242 2 0 2 100.00 0.00
+243 2 0 2 100.00 0.00
+244 2 0 2 100.00 0.00
+245 1 0 1 100.00 0.00
+246 1 0 1 100.00 0.00
+247 1 0 1 100.00 0.00
+248 1 0 1 100.00 0.00
+249 1 0 1 100.00 0.00
+250 1 0 1 100.00 0.00
+251 1 0 1 100.00 0.00
+252 1 0 1 100.00 0.00
+253 2 0 2 100.00 0.00
+254 1 0 1 100.00 0.00
+255 1 0 1 100.00 0.00
+256 1 0 1 100.00 0.00
+257 1 0 1 100.00 0.00
+258 1 0 1 100.00 0.00
+259 1 0 1 100.00 0.00
+260 1 0 1 100.00 0.00
+261 1 0 1 100.00 0.00
+262 1 0 1 100.00 0.00
+263 1 0 1 100.00 0.00
+264 1 0 1 100.00 0.00
+265 1 0 1 100.00 0.00
+266 1 0 1 100.00 0.00
+267 1 0 1 100.00 0.00
+268 1 0 1 100.00 0.00
+269 1 0 1 100.00 0.00
+270 1 0 1 100.00 0.00
+271 1 0 1 100.00 0.00
+272 1 0 1 100.00 0.00
+273 1 0 1 100.00 0.00
+274 1 0 1 100.00 0.00
+275 1 0 1 100.00 0.00
+276 1 0 1 100.00 0.00
+277 1 0 1 100.00 0.00
+278 1 0 1 100.00 0.00
+279 1 0 1 100.00 0.00
+280 1 0 1 100.00 0.00
+281 1 0 1 100.00 0.00
+282 1 0 1 100.00 0.00
+283 1 0 1 100.00 0.00
+284 1 0 1 100.00 0.00
+285 1 0 1 100.00 0.00
+286 1 0 1 100.00 0.00
+287 1 0 1 100.00 0.00
+288 1 0 1 100.00 0.00
+289 1 0 1 100.00 0.00
+290 1 0 1 100.00 0.00
+291 1 0 1 100.00 0.00
+292 1 0 1 100.00 0.00
+293 1 0 1 100.00 0.00
+294 1 0 1 100.00 0.00
+295 1 0 1 100.00 0.00
+296 1 0 1 100.00 0.00
+297 1 0 1 100.00 0.00
+298 1 0 1 100.00 0.00
+299 1 0 1 100.00 0.00
+300 1 0 1 100.00 0.00
+301 1 0 1 100.00 0.00
+302 1 0 1 100.00 0.00
+303 1 0 1 100.00 0.00
+304 1 0 1 100.00 0.00
+305 1 0 1 100.00 0.00
+306 1 0 1 100.00 0.00
+307 1 0 1 100.00 0.00
+308 1 0 1 100.00 0.00
+309 1 0 1 100.00 0.00
+310 1 0 1 100.00 0.00
+311 1 0 1 100.00 0.00
+312 1 0 1 100.00 0.00
+313 1 0 1 100.00 0.00
+314 1 0 1 100.00 0.00
+315 1 0 1 100.00 0.00
+316 1 0 1 100.00 0.00
+317 1 0 1 100.00 0.00
+318 1 0 1 100.00 0.00
+319 1 0 1 100.00 0.00
+320 1 0 1 100.00 0.00
+321 1 0 1 100.00 0.00
+322 1 0 1 100.00 0.00
+323 1 0 1 100.00 0.00
+324 1 0 1 100.00 0.00
+325 1 0 1 100.00 0.00
+326 1 0 1 100.00 0.00
+327 1 0 1 100.00 0.00
+328 1 0 1 100.00 0.00
+329 1 0 1 100.00 0.00
+330 1 0 1 100.00 0.00
+331 1 0 1 100.00 0.00
+332 1 0 1 100.00 0.00
+333 1 0 1 100.00 0.00
+334 2 0 2 100.00 0.00
+335 1 0 1 100.00 0.00
+336 13 0 13 100.00 0.00
+337 1 0 1 100.00 0.00
+338 1 0 1 100.00 0.00
+339 1 0 1 100.00 0.00
+340 1 0 1 100.00 0.00
+341 2 0 2 100.00 0.00
+342 1 0 1 100.00 0.00
+343 1 0 1 100.00 0.00
+344 1 0 1 100.00 0.00
+345 1 0 1 100.00 0.00
+346 1 0 1 100.00 0.00
+347 1 0 1 100.00 0.00
+348 1 0 1 100.00 0.00
+349 1 0 1 100.00 0.00
+350 1 0 1 100.00 0.00
+351 7 0 7 100.00 0.00
+352 1 0 1 100.00 0.00
+353 1 0 1 100.00 0.00
+354 1 0 1 100.00 0.00
+355 1 0 1 100.00 0.00
+356 1 0 1 100.00 0.00
+357 1 0 1 100.00 0.00
+358 1 0 1 100.00 0.00
+359 1 0 1 100.00 0.00
+360 1 0 1 100.00 0.00
+361 1 0 1 100.00 0.00
+362 1 0 1 100.00 0.00
+363 1 0 1 100.00 0.00
+364 19 0 19 100.00 0.00
+365 1 0 1 100.00 0.00
+366 1 0 1 100.00 0.00
+367 1 0 1 100.00 0.00
+368 1 0 1 100.00 0.00
+369 1 0 1 100.00 0.00
+370 2 0 2 100.00 0.00
+371 5 0 5 100.00 0.00
+372 1 0 1 100.00 0.00
+373 1 0 1 100.00 0.00
+374 1 0 1 100.00 0.00
+375 1 0 1 100.00 0.00
+376 1 0 1 100.00 0.00
+377 1 0 1 100.00 0.00
+378 1 0 1 100.00 0.00
+379 1 0 1 100.00 0.00
+380 1 0 1 100.00 0.00
+381 1 0 1 100.00 0.00
+382 1 0 1 100.00 0.00
+383 1 0 1 100.00 0.00
+384 1 0 1 100.00 0.00
+385 0 1 1 0.00 100.00
+386 1 0 1 100.00 0.00
+387 1 0 1 100.00 0.00
+388 1 0 1 100.00 0.00
+389 1 0 1 100.00 0.00
+390 1 0 1 100.00 0.00
+391 1 0 1 100.00 0.00
+392 3 0 3 100.00 0.00
+393 1 0 1 100.00 0.00
+394 1 0 1 100.00 0.00
+395 1 0 1 100.00 0.00
+396 1 0 1 100.00 0.00
+397 1 0 1 100.00 0.00
+398 1 0 1 100.00 0.00
+399 1 0 1 100.00 0.00
+400 1 0 1 100.00 0.00
+401 1 0 1 100.00 0.00
+402 1 0 1 100.00 0.00
+403 1 0 1 100.00 0.00
+404 1 0 1 100.00 0.00
+405 1 0 1 100.00 0.00
+406 1 0 1 100.00 0.00
+407 1 0 1 100.00 0.00
+408 1 0 1 100.00 0.00
+409 1 0 1 100.00 0.00
+410 1 0 1 100.00 0.00
+411 5 0 5 100.00 0.00
+412 1 0 1 100.00 0.00
+413 1 0 1 100.00 0.00
+414 1 0 1 100.00 0.00
+415 26 0 26 100.00 0.00
+416 1 0 1 100.00 0.00
+417 0 1 1 0.00 100.00
+418 1 0 1 100.00 0.00
+419 1 0 1 100.00 0.00
+420 1 0 1 100.00 0.00
+421 1 0 1 100.00 0.00
+422 1 0 1 100.00 0.00
+423 4 0 4 100.00 0.00
+424 1 0 1 100.00 0.00
+425 1 0 1 100.00 0.00
+426 1 0 1 100.00 0.00
+427 1 0 1 100.00 0.00
+428 15 0 15 100.00 0.00
+429 1 0 1 100.00 0.00
+430 1 0 1 100.00 0.00
+431 1 0 1 100.00 0.00
+432 1 0 1 100.00 0.00
+433 1 0 1 100.00 0.00
+434 18 0 18 100.00 0.00
+435 1 0 1 100.00 0.00
+436 1 0 1 100.00 0.00
+437 1 0 1 100.00 0.00
+438 1 0 1 100.00 0.00
+439 1 0 1 100.00 0.00
+440 1 0 1 100.00 0.00
+441 1 0 1 100.00 0.00
+442 1 0 1 100.00 0.00
+443 1 0 1 100.00 0.00
+444 1 0 1 100.00 0.00
+445 1 0 1 100.00 0.00
+446 1 0 1 100.00 0.00
+447 1 0 1 100.00 0.00
+448 1 0 1 100.00 0.00
+449 1 0 1 100.00 0.00
+450 1 0 1 100.00 0.00
+451 1 0 1 100.00 0.00
+452 13 0 13 100.00 0.00
+453 1 0 1 100.00 0.00
+454 1 0 1 100.00 0.00
+455 1 0 1 100.00 0.00
+456 1 0 1 100.00 0.00
+457 3 0 3 100.00 0.00
+458 1 0 1 100.00 0.00
+459 1 0 1 100.00 0.00
+460 1 0 1 100.00 0.00
+461 1 0 1 100.00 0.00
+462 4 0 4 100.00 0.00
+463 1 0 1 100.00 0.00
+464 1 0 1 100.00 0.00
+465 1 0 1 100.00 0.00
+466 13 0 13 100.00 0.00
+467 1 0 1 100.00 0.00
+468 1 0 1 100.00 0.00
+469 3 0 3 100.00 0.00
+470 1 0 1 100.00 0.00
+471 1 0 1 100.00 0.00
+472 1 0 1 100.00 0.00
+473 1 0 1 100.00 0.00
+474 1 0 1 100.00 0.00
+475 12 0 12 100.00 0.00
+476 1 0 1 100.00 0.00
+477 1 0 1 100.00 0.00
+478 1 0 1 100.00 0.00
+479 4 0 4 100.00 0.00
+480 1 0 1 100.00 0.00
+481 1 0 1 100.00 0.00
+482 1 0 1 100.00 0.00
+483 1 0 1 100.00 0.00
+484 1 0 1 100.00 0.00
+485 1 0 1 100.00 0.00
+486 1 0 1 100.00 0.00
+487 1 0 1 100.00 0.00
+488 1 0 1 100.00 0.00
+489 1 0 1 100.00 0.00
+490 1 0 1 100.00 0.00
+491 4 0 4 100.00 0.00
+492 1 0 1 100.00 0.00
+493 1 0 1 100.00 0.00
+494 1 0 1 100.00 0.00
+495 1 0 1 100.00 0.00
+496 1 0 1 100.00 0.00
+497 1 0 1 100.00 0.00
+498 1 0 1 100.00 0.00
+499 1 0 1 100.00 0.00
+500 1 0 1 100.00 0.00
+501 1 0 1 100.00 0.00
+502 4 0 4 100.00 0.00
+503 1 0 1 100.00 0.00
+504 1 0 1 100.00 0.00
+505 1 0 1 100.00 0.00
+506 1 0 1 100.00 0.00
+507 1 0 1 100.00 0.00
+508 1 0 1 100.00 0.00
+509 1 0 1 100.00 0.00
+510 1 0 1 100.00 0.00
+511 11 0 11 100.00 0.00
+512 2 0 2 100.00 0.00
+513 1 0 1 100.00 0.00
+TOTAL 17069 49571 66640 25.61 74.39
diff -r c6981ea453ae -r e64af72e1b8f test-data/test4_logs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test4_logs.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,45 @@
+=== CD-HIT cluster processing started ===
+cluster_file: provided
+annotation_file: provided
+=== PARAMETERS ===
+simi_plot_y_min: 90.0
+simi_plot_y_max: 100.0
+uncertain_taxa_use_ratio: 0.3
+min_to_split: 0.4
+min_count_to_split: 5
+show_unannotated_clusters: False
+make_taxa_in_cluster_split: True
+print_empty_files: True
+=== PARAMETERS END===
+Loaded 622 annotated headers
+Parsed 514 clusters
+Similarity text summary written succesfully
+Similarity mean = 99.70, std = 0.63
+Similarity plot written succesfully
+Count summary written succesfully
+TOTAL annotated=49571, unannotated=17069, total=66640
+Raw taxa per cluster written succesfully
+Processed taxa (split clusters) written succesfully
+=== SUMMARY ===
+Clusters parsed: 514
+Total reads: 66640
+Annotated reads: 49571
+Unannotated reads: 17069
+Clusters with annotations: 29
+Clusters fully unannotated: 485
+=== TAXA SUMMARY (top 10) ===
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Cannabaceae / Humulus / Humulus lupulus: 47123 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Rosales / Rosaceae / Uncertain taxa / Uncertain taxa: 383 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Betulaceae / Alnus / Alnus incana: 300 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Poales / Poaceae / Uncertain taxa / Uncertain taxa: 288 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Malpighiales / Salicaceae / Populus / Uncertain taxa: 224 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Fagaceae / Quercus / Quercus rubra: 202 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Solanales / Uncertain taxa / Uncertain taxa / Uncertain taxa: 180 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Gentianales / Rubiaceae / Uncertain taxa / Uncertain taxa: 156 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Uncertain taxa / Uncertain taxa / Uncertain taxa / Uncertain taxa: 146 reads
+Viridiplantae / Streptophyta / Magnoliopsida / Caryophyllales / Polygonaceae / Uncertain taxa / Uncertain taxa: 134 reads
+Total unique taxa: 22
+=== SIMILARITY SUMMARY ===
+Mean similarity: 99.70
+Std similarity: 0.63
+=== CD-HIT cluster processing finished ===
\ No newline at end of file
diff -r c6981ea453ae -r e64af72e1b8f test-data/test4_similarity.png
Binary file test-data/test4_similarity.png has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test4_similarity.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test4_similarity.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,821 @@
+# Average similarity (all reads): 99.70
+# Standard deviation (all reads): 0.63
+cluster similarity count
+0 100.0 44423
+0 98.88 63
+0 98.86 2406
+0 98.85 24
+0 98.82 3
+0 97.78 1
+0 97.75 5
+0 97.73 86
+0 97.7 1
+0 97.65 1
+1 100.0 1321
+1 99.02 82
+1 99.01 1
+1 98.04 6
+2 100.0 1
+2 98.95 894
+2 98.94 3
+2 98.92 2
+2 98.91 1
+2 98.86 1
+2 97.89 88
+3 100.0 833
+3 98.84 3
+3 98.82 59
+3 97.7 1
+3 97.67 2
+3 97.65 5
+4 100.0 985
+4 98.46 40
+5 100.0 267
+5 97.78 1
+5 97.73 4
+5 97.67 1
+5 97.62 5
+5 97.56 5
+5 97.5 2
+5 97.44 2
+5 97.37 2
+5 97.22 1
+6 100.0 1
+6 98.85 512
+6 98.84 1
+6 97.73 4
+6 97.7 37
+6 97.67 1
+7 100.0 1
+7 99.0 20
+7 98.0 370
+7 97.0 32
+8 100.0 72
+8 98.53 1
+8 98.33 1
+8 98.31 2
+8 98.21 1
+8 98.18 1
+8 98.08 1
+9 100.0 359
+9 98.89 24
+10 100.0 1
+10 98.97 203
+10 98.96 1
+10 98.94 1
+10 97.94 92
+11 100.0 120
+11 99.4 17
+11 98.81 1
+12 100.0 99
+12 98.91 78
+12 98.82 1
+12 97.83 5
+13 100.0 23
+13 98.73 1
+13 98.72 1
+13 98.68 1
+14 100.0 25
+14 97.56 1
+14 97.5 1
+15 100.0 1
+15 98.96 141
+15 97.92 234
+16 100.0 59
+17 100.0 22
+17 97.22 1
+18 100.0 1
+18 98.94 1
+18 98.92 1
+18 98.9 1
+18 97.89 11
+19 100.0 1
+19 98.91 163
+19 97.85 2
+19 97.83 12
+20 100.0 229
+20 98.21 28
+20 98.11 1
+21 100.0 1
+21 99.07 204
+21 98.15 18
+21 98.13 1
+22 100.0 110
+22 98.98 11
+23 100.0 305
+23 98.51 8
+23 97.01 1
+24 100.0 1
+24 98.61 157
+24 97.22 35
+25 100.0 221
+26 100.0 4
+26 98.25 2
+26 98.15 1
+26 98.11 1
+26 98.08 3
+27 100.0 1
+27 98.78 1
+27 98.77 106
+27 97.56 2
+27 97.53 6
+28 100.0 137
+28 98.88 9
+29 100.0 117
+29 98.25 1
+29 98.21 7
+30 100.0 111
+30 98.46 24
+31 100.0 129
+31 98.48 7
+32 100.0 12
+33 100.0 151
+33 98.77 7
+33 97.47 1
+34 100.0 3
+34 98.25 4773
+34 98.21 4
+34 98.18 1
+35 100.0 112
+35 98.18 2
+35 98.15 8
+36 100.0 87
+36 98.39 63
+37 100.0 87
+37 98.94 7
+37 97.87 1
+38 100.0 1
+38 98.95 196
+38 98.92 1
+38 97.89 11
+39 100.0 292
+39 98.31 10
+40 100.0 1
+40 98.82 124
+40 97.65 7
+41 100.0 15
+42 100.0 116
+43 100.0 1
+43 98.75 177
+43 98.72 1
+43 97.5 5
+44 100.0 89
+44 98.89 7
+45 100.0 6
+45 98.21 2
+46 100.0 56
+46 99.08 4
+46 98.17 1
+47 100.0 8
+48 100.0 1
+48 98.63 42
+48 97.26 5
+49 100.0 10
+50 100.0 1
+50 98.99 1
+50 98.0 4
+50 97.0 1
+51 100.0 1
+51 97.87 1
+51 97.73 2
+51 97.67 2
+51 97.62 3
+51 97.56 2
+51 97.5 1
+52 100.0 3
+52 98.33 4
+52 98.18 1
+53 100.0 97
+53 98.41 5
+54 100.0 1
+54 98.0 1
+54 97.96 5
+54 97.92 5
+54 97.87 6
+54 97.67 1
+55 100.0 13
+56 100.0 32
+56 98.21 7
+57 100.0 50
+57 98.21 5
+58 100.0 5
+58 97.78 1
+58 97.73 2
+59 100.0 16
+60 100.0 7
+61 100.0 139
+61 98.21 5
+62 100.0 24
+62 98.81 3
+62 98.8 1
+62 97.59 1
+63 100.0 74
+63 98.89 8
+64 100.0 1
+64 98.9 48
+64 97.8 4
+65 100.0 14
+66 100.0 1
+66 98.25 203
+66 98.21 3
+67 100.0 5
+67 97.44 1
+67 97.37 1
+68 100.0 43
+68 97.92 32
+69 100.0 6
+70 100.0 68
+70 98.46 4
+71 100.0 67
+71 98.48 4
+72 100.0 1
+72 98.57 68
+72 97.14 3
+73 100.0 15
+74 100.0 86
+75 100.0 22
+75 98.46 4
+76 100.0 3
+76 97.92 1
+76 97.78 1
+77 100.0 19
+77 98.82 3
+77 97.65 1
+78 100.0 67
+78 98.91 2
+78 97.83 1
+79 100.0 1
+79 98.21 3
+80 100.0 1
+80 98.21 3
+81 100.0 3
+81 97.44 1
+82 100.0 1
+82 98.21 3
+83 100.0 3
+83 98.55 1
+84 100.0 5
+84 98.21 3
+85 100.0 15
+85 98.51 3
+86 100.0 18
+86 98.94 3
+87 100.0 38
+87 97.06 1
+88 100.0 4
+89 100.0 1
+89 98.21 2
+89 97.96 1
+90 100.0 5
+90 98.21 3
+91 100.0 1
+91 98.25 46
+92 100.0 1
+92 98.21 259
+92 98.18 1
+93 100.0 46
+93 98.39 3
+94 100.0 22
+94 98.21 3
+95 100.0 1
+95 98.21 3
+96 100.0 1
+96 99.38 8
+96 98.77 1
+96 97.53 1
+97 100.0 4
+97 97.06 3
+98 100.0 15
+98 98.94 2
+98 97.87 1
+99 100.0 21
+99 98.63 2
+100 100.0 4
+101 100.0 7
+102 100.0 5
+103 100.0 22
+104 100.0 4
+105 100.0 1
+105 97.78 1
+105 97.06 1
+106 100.0 7
+107 100.0 3
+108 100.0 1
+108 99.0 3
+109 100.0 2
+109 98.18 6
+110 100.0 1
+110 97.14 1
+110 97.06 1
+111 100.0 1
+111 98.41 1
+111 98.39 1
+112 100.0 3
+113 100.0 3
+114 100.0 1
+114 98.21 2
+115 100.0 1
+115 97.87 2
+116 100.0 1
+116 98.86 9
+116 97.73 1
+117 100.0 39
+117 98.9 2
+118 100.0 1
+118 98.21 2
+119 100.0 3
+120 100.0 1
+120 98.11 1
+120 97.92 2
+121 100.0 1
+121 98.25 2
+122 100.0 25
+123 100.0 2
+123 98.08 1
+124 100.0 5
+125 100.0 3
+126 100.0 16
+126 98.88 2
+127 100.0 3
+128 100.0 1
+128 98.21 2
+129 100.0 3
+130 100.0 1
+130 98.63 2
+131 100.0 2
+131 98.82 1
+132 100.0 1
+132 98.18 4
+133 100.0 1
+133 99.0 13
+133 98.0 1
+134 100.0 27
+134 99.36 2
+135 100.0 1
+135 98.21 2
+136 100.0 1
+136 98.39 2
+137 100.0 30
+137 98.21 3
+138 100.0 1
+138 98.21 2
+139 100.0 8
+140 100.0 29
+140 98.21 2
+141 100.0 4
+141 97.44 1
+142 100.0 1
+142 98.21 2
+143 100.0 1
+143 97.22 2
+144 100.0 1
+144 97.5 1
+144 97.3 1
+145 100.0 1
+145 98.25 327
+145 98.15 1
+146 100.0 1
+146 98.36 1
+147 100.0 2
+148 100.0 1
+148 98.85 1
+149 100.0 5
+149 99.01 1
+150 100.0 1
+150 98.21 1
+151 100.0 1
+151 98.39 8
+152 100.0 1
+152 98.21 1
+153 100.0 7
+153 98.36 1
+154 100.0 1
+154 98.18 1
+155 100.0 1
+155 98.21 1
+156 100.0 1
+156 98.28 1
+157 100.0 1
+157 97.67 1
+158 100.0 1
+158 98.31 163
+159 100.0 1
+159 98.15 7
+160 100.0 1
+160 98.28 1
+161 100.0 1
+161 98.18 1
+162 100.0 3
+163 100.0 2
+164 100.0 1
+164 98.43 1
+165 100.0 47
+165 98.21 1
+166 100.0 1
+166 98.84 1
+167 100.0 1
+167 97.78 1
+168 100.0 2
+169 100.0 1
+169 98.21 3
+170 100.0 1
+170 98.21 1
+171 100.0 2
+172 100.0 2
+173 100.0 1
+173 98.21 1
+174 100.0 2
+175 100.0 1
+175 97.26 1
+176 100.0 1
+176 98.08 1
+177 100.0 1
+177 98.36 1
+178 100.0 1
+178 98.04 18
+179 100.0 1
+179 98.36 1
+180 100.0 1
+180 98.36 1
+181 100.0 3
+182 100.0 8
+182 98.11 1
+183 100.0 1
+183 98.33 1
+184 100.0 1
+184 98.21 3
+185 100.0 18
+185 98.11 1
+186 100.0 4
+186 98.21 1
+187 100.0 2
+188 100.0 1
+188 98.21 1
+189 100.0 1
+189 98.51 1
+190 100.0 1
+190 98.48 3
+191 100.0 3
+192 100.0 1
+192 97.14 6
+193 100.0 2
+194 100.0 1
+194 97.87 1
+195 100.0 1
+195 98.67 1
+196 100.0 1
+196 98.21 1
+197 100.0 1
+197 98.21 1
+198 100.0 2
+199 100.0 1
+199 98.94 2
+200 100.0 1
+200 97.87 1
+201 100.0 1
+201 98.21 1
+202 100.0 1
+202 98.48 1
+203 100.0 18
+203 98.53 1
+204 100.0 1
+204 98.21 1
+205 100.0 1
+205 98.25 1
+206 100.0 24
+206 98.63 1
+207 100.0 1
+207 98.63 1
+208 100.0 1
+208 98.21 1
+209 100.0 2
+210 100.0 1
+210 98.63 1
+211 100.0 1
+211 98.55 1
+212 100.0 1
+212 98.21 1
+213 100.0 2
+214 100.0 1
+214 98.21 1
+215 100.0 2
+216 100.0 1
+216 98.59 1
+217 100.0 31
+217 98.57 1
+218 100.0 1
+218 98.21 1
+219 100.0 3
+219 98.41 1
+220 100.0 1
+220 98.41 1
+221 100.0 2
+222 100.0 90
+222 98.88 1
+223 100.0 1
+223 97.22 1
+224 100.0 1
+224 98.21 1
+225 100.0 1
+225 98.25 1
+226 100.0 1
+226 98.88 23
+227 100.0 1
+227 98.98 1
+228 100.0 3
+229 100.0 2
+230 100.0 2
+231 100.0 1
+231 98.21 1
+232 100.0 9
+232 98.21 1
+233 100.0 1
+233 98.46 1
+234 100.0 1
+234 98.21 1
+235 100.0 1
+235 98.46 1
+236 100.0 2
+237 100.0 7
+237 98.46 1
+238 100.0 1
+238 98.72 1
+239 100.0 10
+239 98.44 1
+240 100.0 1
+240 97.06 1
+241 100.0 2
+242 100.0 1
+242 97.89 1
+243 100.0 1
+243 98.46 1
+244 100.0 2
+245 100.0 1
+246 100.0 1
+247 100.0 1
+248 100.0 1
+249 100.0 1
+250 100.0 1
+251 100.0 1
+252 100.0 1
+253 100.0 2
+254 100.0 1
+255 100.0 1
+256 100.0 1
+257 100.0 1
+258 100.0 1
+259 100.0 1
+260 100.0 1
+261 100.0 1
+262 100.0 1
+263 100.0 1
+264 100.0 1
+265 100.0 1
+266 100.0 1
+267 100.0 1
+268 100.0 1
+269 100.0 1
+270 100.0 1
+271 100.0 1
+272 100.0 1
+273 100.0 1
+274 100.0 1
+275 100.0 1
+276 100.0 1
+277 100.0 1
+278 100.0 1
+279 100.0 1
+280 100.0 1
+281 100.0 1
+282 100.0 1
+283 100.0 1
+284 100.0 1
+285 100.0 1
+286 100.0 1
+287 100.0 1
+288 100.0 1
+289 100.0 1
+290 100.0 1
+291 100.0 1
+292 100.0 1
+293 100.0 1
+294 100.0 1
+295 100.0 1
+296 100.0 1
+297 100.0 1
+298 100.0 1
+299 100.0 1
+300 100.0 1
+301 100.0 1
+302 100.0 1
+303 100.0 1
+304 100.0 1
+305 100.0 1
+306 100.0 1
+307 100.0 1
+308 100.0 1
+309 100.0 1
+310 100.0 1
+311 100.0 1
+312 100.0 1
+313 100.0 1
+314 100.0 1
+315 100.0 1
+316 100.0 1
+317 100.0 1
+318 100.0 1
+319 100.0 1
+320 100.0 1
+321 100.0 1
+322 100.0 1
+323 100.0 1
+324 100.0 1
+325 100.0 1
+326 100.0 1
+327 100.0 1
+328 100.0 1
+329 100.0 1
+330 100.0 1
+331 100.0 1
+332 100.0 1
+333 100.0 1
+334 100.0 2
+335 100.0 1
+336 100.0 13
+337 100.0 1
+338 100.0 1
+339 100.0 1
+340 100.0 1
+341 100.0 2
+342 100.0 1
+343 100.0 1
+344 100.0 1
+345 100.0 1
+346 100.0 1
+347 100.0 1
+348 100.0 1
+349 100.0 1
+350 100.0 1
+351 100.0 7
+352 100.0 1
+353 100.0 1
+354 100.0 1
+355 100.0 1
+356 100.0 1
+357 100.0 1
+358 100.0 1
+359 100.0 1
+360 100.0 1
+361 100.0 1
+362 100.0 1
+363 100.0 1
+364 100.0 19
+365 100.0 1
+366 100.0 1
+367 100.0 1
+368 100.0 1
+369 100.0 1
+370 100.0 2
+371 100.0 5
+372 100.0 1
+373 100.0 1
+374 100.0 1
+375 100.0 1
+376 100.0 1
+377 100.0 1
+378 100.0 1
+379 100.0 1
+380 100.0 1
+381 100.0 1
+382 100.0 1
+383 100.0 1
+384 100.0 1
+385 100.0 1
+386 100.0 1
+387 100.0 1
+388 100.0 1
+389 100.0 1
+390 100.0 1
+391 100.0 1
+392 100.0 3
+393 100.0 1
+394 100.0 1
+395 100.0 1
+396 100.0 1
+397 100.0 1
+398 100.0 1
+399 100.0 1
+400 100.0 1
+401 100.0 1
+402 100.0 1
+403 100.0 1
+404 100.0 1
+405 100.0 1
+406 100.0 1
+407 100.0 1
+408 100.0 1
+409 100.0 1
+410 100.0 1
+411 100.0 5
+412 100.0 1
+413 100.0 1
+414 100.0 1
+415 100.0 26
+416 100.0 1
+417 100.0 1
+418 100.0 1
+419 100.0 1
+420 100.0 1
+421 100.0 1
+422 100.0 1
+423 100.0 4
+424 100.0 1
+425 100.0 1
+426 100.0 1
+427 100.0 1
+428 100.0 15
+429 100.0 1
+430 100.0 1
+431 100.0 1
+432 100.0 1
+433 100.0 1
+434 100.0 18
+435 100.0 1
+436 100.0 1
+437 100.0 1
+438 100.0 1
+439 100.0 1
+440 100.0 1
+441 100.0 1
+442 100.0 1
+443 100.0 1
+444 100.0 1
+445 100.0 1
+446 100.0 1
+447 100.0 1
+448 100.0 1
+449 100.0 1
+450 100.0 1
+451 100.0 1
+452 100.0 13
+453 100.0 1
+454 100.0 1
+455 100.0 1
+456 100.0 1
+457 100.0 3
+458 100.0 1
+459 100.0 1
+460 100.0 1
+461 100.0 1
+462 100.0 4
+463 100.0 1
+464 100.0 1
+465 100.0 1
+466 100.0 13
+467 100.0 1
+468 100.0 1
+469 100.0 3
+470 100.0 1
+471 100.0 1
+472 100.0 1
+473 100.0 1
+474 100.0 1
+475 100.0 12
+476 100.0 1
+477 100.0 1
+478 100.0 1
+479 100.0 4
+480 100.0 1
+481 100.0 1
+482 100.0 1
+483 100.0 1
+484 100.0 1
+485 100.0 1
+486 100.0 1
+487 100.0 1
+488 100.0 1
+489 100.0 1
+490 100.0 1
+491 100.0 4
+492 100.0 1
+493 100.0 1
+494 100.0 1
+495 100.0 1
+496 100.0 1
+497 100.0 1
+498 100.0 1
+499 100.0 1
+500 100.0 1
+501 100.0 1
+502 100.0 4
+503 100.0 1
+504 100.0 1
+505 100.0 1
+506 100.0 1
+507 100.0 1
+508 100.0 1
+509 100.0 1
+510 100.0 1
+511 100.0 11
+512 100.0 2
+513 100.0 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/test4_taxa_clusters.xlsx
Binary file test-data/test4_taxa_clusters.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test4_taxa_processed.xlsx
Binary file test-data/test4_taxa_processed.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_count.txt
--- a/test-data/test_count.txt Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/test_count.txt Mon Dec 15 16:44:40 2025 +0000
@@ -1,26 +1,26 @@
-cluster unannotated annotated total perc_unannotated perc_annotated
-0 2.0 408 410.0 0.49 99.51
-1 1.0 0 1.0 100.00 0.00
-2 0.0 1 1.0 0.00 100.00
-3 0.0 52 52.0 0.00 100.00
-4 1.0 0 1.0 100.00 0.00
-5 0.0 176 176.0 0.00 100.00
-6 1.0 0 1.0 100.00 0.00
-7 0.0 79 79.0 0.00 100.00
-8 1.0 0 1.0 100.00 0.00
-9 9.0 0 9.0 100.00 0.00
-10 3.0 0 3.0 100.00 0.00
-11 2.0 0 2.0 100.00 0.00
-12 1.0 0 1.0 100.00 0.00
-13 1.0 0 1.0 100.00 0.00
-14 1.0 0 1.0 100.00 0.00
-15 5.0 0 5.0 100.00 0.00
-16 21.0 0 21.0 100.00 0.00
-17 38.0 0 38.0 100.00 0.00
-18 5.0 0 5.0 100.00 0.00
-19 5.0 0 5.0 100.00 0.00
-20 1.0 0 1.0 100.00 0.00
-21 1.0 0 1.0 100.00 0.00
-22 4.0 0 4.0 100.00 0.00
-23 0.0 1 1.0 0.00 100.00
-TOTAL 103.0 717 820.0 12.56 87.44
+cluster unannotated annotated total perc_unannotated perc_annotated
+0 2.0 408 410.0 0.49 99.51
+1 1.0 0 1.0 100.00 0.00
+2 0.0 1 1.0 0.00 100.00
+3 0.0 52 52.0 0.00 100.00
+4 1.0 0 1.0 100.00 0.00
+5 0.0 176 176.0 0.00 100.00
+6 1.0 0 1.0 100.00 0.00
+7 0.0 79 79.0 0.00 100.00
+8 1.0 0 1.0 100.00 0.00
+9 9.0 0 9.0 100.00 0.00
+10 3.0 0 3.0 100.00 0.00
+11 2.0 0 2.0 100.00 0.00
+12 1.0 0 1.0 100.00 0.00
+13 1.0 0 1.0 100.00 0.00
+14 1.0 0 1.0 100.00 0.00
+15 5.0 0 5.0 100.00 0.00
+16 21.0 0 21.0 100.00 0.00
+17 38.0 0 38.0 100.00 0.00
+18 5.0 0 5.0 100.00 0.00
+19 5.0 0 5.0 100.00 0.00
+20 1.0 0 1.0 100.00 0.00
+21 1.0 0 1.0 100.00 0.00
+22 4.0 0 4.0 100.00 0.00
+23 0.0 1 1.0 0.00 100.00
+TOTAL 103.0 717 820.0 12.56 87.44
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_curated_nov_clusters.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test_curated_nov_clusters.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,2670 @@
+>Cluster 0
+0 88nt, >M01687:460:000000000-LGY9G:1:1101:19035:1807_CONS(44199)... at 1:88:1:88/+/100.00%
+1 88nt, >M01687:460:000000000-LGY9G:1:1101:14873:1895_CONS(60)... at 1:88:1:88/+/98.86%
+2 88nt, >M01687:460:000000000-LGY9G:1:1101:14017:2896_CONS(1)... at 2:88:2:88/+/100.00%
+3 88nt, >M01687:460:000000000-LGY9G:1:1101:23634:3049_CONS(15)... at 1:88:1:88/+/98.86%
+4 88nt, >M01687:460:000000000-LGY9G:1:1101:23011:3088_CONS(23)... at 1:88:1:88/+/98.86%
+5 88nt, >M01687:460:000000000-LGY9G:1:1101:13855:3748_CONS(82)... at 1:88:1:88/+/98.86%
+6 88nt, >M01687:460:000000000-LGY9G:1:1101:11459:4030_CONS(6)... at 1:88:1:88/+/98.86%
+7 88nt, >M01687:460:000000000-LGY9G:1:1101:14156:4653_CONS(3)... at 1:88:1:88/+/98.86%
+8 88nt, >M01687:460:000000000-LGY9G:1:1101:26578:4718_CONS(1)... at 1:88:1:88/+/98.86%
+9 87nt, >M01687:460:000000000-LGY9G:1:1101:19077:5016_CONS(13)... at 1:87:1:88/+/98.86%
+10 88nt, >M01687:460:000000000-LGY9G:1:1101:23978:5210_CONS(1)... at 1:88:1:88/+/98.86%
+11 88nt, >M01687:460:000000000-LGY9G:1:1101:7470:5232_CONS(1)... at 1:88:1:88/+/97.73%
+12 88nt, >M01687:460:000000000-LGY9G:1:1101:13285:5720_CONS(1)... at 1:88:1:88/+/98.86%
+13 87nt, >M01687:460:000000000-LGY9G:1:1101:8356:6156_CONS(19)... at 1:87:1:88/+/98.86%
+14 88nt, >M01687:460:000000000-LGY9G:1:1101:16538:6738_CONS(71)... at 1:88:1:88/+/98.86%
+15 88nt, >M01687:460:000000000-LGY9G:1:1101:10467:7243_CONS(20)... at 1:88:1:88/+/98.86%
+16 88nt, >M01687:460:000000000-LGY9G:1:1101:17834:7481_CONS(5)... at 1:87:1:87/+/100.00%
+17 88nt, >M01687:460:000000000-LGY9G:1:1101:25373:7700_CONS(1)... at 1:88:1:88/+/98.86%
+18 87nt, >M01687:460:000000000-LGY9G:1:1101:8507:7858_CONS(7)... at 1:87:1:88/+/98.86%
+19 88nt, >M01687:460:000000000-LGY9G:1:1101:14885:7895_CONS(44)... at 1:88:1:88/+/98.86%
+20 88nt, >M01687:460:000000000-LGY9G:1:1101:13064:7952_CONS(30)... at 1:88:1:88/+/98.86%
+21 88nt, >M01687:460:000000000-LGY9G:1:1101:4375:7997_CONS(36)... at 1:88:1:88/+/98.86%
+22 88nt, >M01687:460:000000000-LGY9G:1:1101:13655:8423_CONS(67)... at 1:88:1:88/+/98.86%
+23 88nt, >M01687:460:000000000-LGY9G:1:1101:22956:9281_CONS(7)... at 1:88:1:88/+/98.86%
+24 89nt, >M01687:460:000000000-LGY9G:1:1101:28499:9417_CONS(1)... at 1:89:1:88/+/98.88%
+25 88nt, >M01687:460:000000000-LGY9G:1:1101:23219:9427_CONS(29)... at 1:88:1:88/+/98.86%
+26 88nt, >M01687:460:000000000-LGY9G:1:1101:14192:9473_CONS(8)... at 1:88:1:88/+/98.86%
+27 89nt, >M01687:460:000000000-LGY9G:1:1101:21101:9508_CONS(3)... at 2:89:1:88/+/100.00%
+28 88nt, >M01687:460:000000000-LGY9G:1:1101:3275:10221_CONS(104)... at 1:88:1:88/+/98.86%
+29 89nt, >M01687:460:000000000-LGY9G:1:1101:19106:10977_CONS(1)... at 1:89:1:88/+/98.88%
+30 88nt, >M01687:460:000000000-LGY9G:1:1101:10932:11028_CONS(34)... at 1:88:1:88/+/98.86%
+31 88nt, >M01687:460:000000000-LGY9G:1:1101:26035:11912_CONS(30)... at 1:88:1:88/+/98.86%
+32 88nt, >M01687:460:000000000-LGY9G:1:1101:18248:12107_CONS(28)... at 1:88:1:88/+/98.86%
+33 88nt, >M01687:460:000000000-LGY9G:1:1101:24386:12269_CONS(1)... at 1:88:1:88/+/97.73%
+34 88nt, >M01687:460:000000000-LGY9G:1:1101:27924:12362_CONS(1)... at 1:88:1:88/+/98.86%
+35 88nt, >M01687:460:000000000-LGY9G:1:1101:7001:12552_CONS(1)... at 1:88:1:88/+/97.73%
+36 88nt, >M01687:460:000000000-LGY9G:1:1101:3741:12833_CONS(2)... at 1:88:1:88/+/98.86%
+37 88nt, >M01687:460:000000000-LGY9G:1:1101:23726:13032_CONS(61)... at 1:88:1:88/+/98.86%
+38 88nt, >M01687:460:000000000-LGY9G:1:1101:3746:13118_CONS(27)... at 1:88:1:88/+/98.86%
+39 88nt, >M01687:460:000000000-LGY9G:1:1101:10375:13203_CONS(23)... at 1:88:1:88/+/98.86%
+40 88nt, >M01687:460:000000000-LGY9G:1:1101:5419:13998_CONS(1)... at 1:88:1:88/+/98.86%
+41 88nt, >M01687:460:000000000-LGY9G:1:1101:12812:14030_CONS(7)... at 1:88:1:88/+/98.86%
+42 88nt, >M01687:460:000000000-LGY9G:1:1101:5985:14990_CONS(16)... at 1:88:1:88/+/98.86%
+43 88nt, >M01687:460:000000000-LGY9G:1:1101:14320:15158_CONS(4)... at 1:88:1:88/+/98.86%
+44 88nt, >M01687:460:000000000-LGY9G:1:1101:12445:15247_CONS(15)... at 1:88:1:88/+/98.86%
+45 88nt, >M01687:460:000000000-LGY9G:1:1101:11818:16144_CONS(9)... at 1:88:1:88/+/98.86%
+46 88nt, >M01687:460:000000000-LGY9G:1:1101:19418:16205_CONS(1)... at 1:88:1:88/+/98.86%
+47 88nt, >M01687:460:000000000-LGY9G:1:1101:21126:16421_CONS(1)... at 1:88:1:88/+/98.86%
+48 88nt, >M01687:460:000000000-LGY9G:1:1101:9599:17054_CONS(11)... at 1:88:1:88/+/98.86%
+49 88nt, >M01687:460:000000000-LGY9G:1:1101:14740:17171_CONS(24)... at 1:88:1:88/+/98.86%
+50 87nt, >M01687:460:000000000-LGY9G:1:1101:5313:18183_CONS(9)... at 1:87:1:88/+/98.86%
+51 88nt, >M01687:460:000000000-LGY9G:1:1101:26763:18313_CONS(13)... at 1:88:1:88/+/98.86%
+52 88nt, >M01687:460:000000000-LGY9G:1:1101:5025:18416_CONS(13)... at 1:88:1:88/+/98.86%
+53 88nt, >M01687:460:000000000-LGY9G:1:1101:6455:19069_CONS(2)... at 1:88:1:88/+/98.86%
+54 87nt, >M01687:460:000000000-LGY9G:1:1101:21037:19646_CONS(55)... at 1:87:1:87/+/100.00%
+55 88nt, >M01687:460:000000000-LGY9G:1:1101:17794:19925_CONS(1)... at 1:88:1:88/+/98.86%
+56 88nt, >M01687:460:000000000-LGY9G:1:1101:15956:20278_CONS(4)... at 1:88:1:88/+/98.86%
+57 88nt, >M01687:460:000000000-LGY9G:1:1101:14393:20583_CONS(5)... at 1:88:1:88/+/98.86%
+58 88nt, >M01687:460:000000000-LGY9G:1:1101:13284:21628_CONS(1)... at 1:88:1:88/+/98.86%
+59 88nt, >M01687:460:000000000-LGY9G:1:1101:22544:22652_CONS(1)... at 1:88:1:88/+/98.86%
+60 88nt, >M01687:460:000000000-LGY9G:1:1101:22344:23010_CONS(73)... at 1:88:1:88/+/98.86%
+61 88nt, >M01687:460:000000000-LGY9G:1:1101:11851:23064_CONS(1)... at 1:88:1:88/+/98.86%
+62 88nt, >M01687:460:000000000-LGY9G:1:1101:6733:23552_CONS(51)... at 1:88:1:88/+/98.86%
+63 88nt, >M01687:460:000000000-LGY9G:1:1101:15102:24039_CONS(18)... at 1:88:1:88/+/98.86%
+64 88nt, >M01687:460:000000000-LGY9G:1:1101:16585:24249_CONS(17)... at 1:88:1:88/+/98.86%
+65 88nt, >M01687:460:000000000-LGY9G:1:1102:7762:1771_CONS(1)... at 1:88:1:88/+/98.86%
+66 88nt, >M01687:460:000000000-LGY9G:1:1102:22887:2061_CONS(8)... at 1:88:1:88/+/98.86%
+67 86nt, >M01687:460:000000000-LGY9G:1:1102:16222:3325_CONS(4)... at 2:86:4:88/+/100.00%
+68 88nt, >M01687:460:000000000-LGY9G:1:1102:12361:4400_CONS(24)... at 1:88:1:88/+/98.86%
+69 88nt, >M01687:460:000000000-LGY9G:1:1102:19636:4932_CONS(1)... at 1:88:1:88/+/98.86%
+70 88nt, >M01687:460:000000000-LGY9G:1:1102:7937:5090_CONS(31)... at 1:88:1:88/+/98.86%
+71 93nt, >M01687:460:000000000-LGY9G:1:1102:19358:5472_CONS(1)... at 1:93:1:93/+/100.00%
+72 88nt, >M01687:460:000000000-LGY9G:1:1102:22252:5579_CONS(16)... at 1:88:1:88/+/98.86%
+73 88nt, >M01687:460:000000000-LGY9G:1:1102:21650:6237_CONS(1)... at 1:88:1:88/+/97.73%
+74 88nt, >M01687:460:000000000-LGY9G:1:1102:21037:6297_CONS(18)... at 1:88:1:88/+/98.86%
+75 88nt, >M01687:460:000000000-LGY9G:1:1102:25508:6412_CONS(27)... at 1:88:1:88/+/98.86%
+76 88nt, >M01687:460:000000000-LGY9G:1:1102:16001:6501_CONS(11)... at 1:88:1:88/+/98.86%
+77 89nt, >M01687:460:000000000-LGY9G:1:1102:8421:6529_CONS(5)... at 1:89:1:89/+/100.00%
+78 87nt, >M01687:460:000000000-LGY9G:1:1102:8686:6578_CONS(11)... at 1:87:1:88/+/98.86%
+79 88nt, >M01687:460:000000000-LGY9G:1:1102:6714:6809_CONS(67)... at 1:88:1:88/+/98.86%
+80 88nt, >M01687:460:000000000-LGY9G:1:1102:5598:7291_CONS(39)... at 1:88:1:88/+/98.86%
+81 88nt, >M01687:460:000000000-LGY9G:1:1102:20272:7469_CONS(5)... at 1:88:1:88/+/98.86%
+82 87nt, >M01687:460:000000000-LGY9G:1:1102:20154:7579_CONS(33)... at 1:87:1:88/+/98.86%
+83 88nt, >M01687:460:000000000-LGY9G:1:1102:21496:7607_CONS(4)... at 1:88:1:88/+/98.86%
+84 88nt, >M01687:460:000000000-LGY9G:1:1102:21625:8292_CONS(26)... at 1:88:1:88/+/98.86%
+85 88nt, >M01687:460:000000000-LGY9G:1:1102:24476:8855_CONS(1)... at 1:88:1:88/+/98.86%
+86 88nt, >M01687:460:000000000-LGY9G:1:1102:12308:8993_CONS(25)... at 1:87:1:87/+/100.00%
+87 87nt, >M01687:460:000000000-LGY9G:1:1102:16997:9386_CONS(11)... at 1:87:1:88/+/98.86%
+88 88nt, >M01687:460:000000000-LGY9G:1:1102:24534:9729_CONS(1)... at 1:88:1:88/+/98.86%
+89 88nt, >M01687:460:000000000-LGY9G:1:1102:10249:9869_CONS(14)... at 1:88:1:88/+/98.86%
+90 88nt, >M01687:460:000000000-LGY9G:1:1102:22788:10096_CONS(20)... at 1:88:1:88/+/98.86%
+91 88nt, >M01687:460:000000000-LGY9G:1:1102:6465:10238_CONS(8)... at 1:88:1:88/+/98.86%
+92 88nt, >M01687:460:000000000-LGY9G:1:1102:12659:10598_CONS(26)... at 1:88:1:88/+/98.86%
+93 88nt, >M01687:460:000000000-LGY9G:1:1102:25870:10736_CONS(1)... at 1:88:1:88/+/98.86%
+94 87nt, >M01687:460:000000000-LGY9G:1:1102:20771:10748_CONS(12)... at 1:87:1:88/+/98.86%
+95 88nt, >M01687:460:000000000-LGY9G:1:1102:2375:11032_CONS(34)... at 1:88:1:88/+/98.86%
+96 88nt, >M01687:460:000000000-LGY9G:1:1102:4655:11870_CONS(1)... at 1:88:1:88/+/98.86%
+97 88nt, >M01687:460:000000000-LGY9G:1:1102:2609:12122_CONS(27)... at 1:88:1:88/+/98.86%
+98 88nt, >M01687:460:000000000-LGY9G:1:1102:11620:12626_CONS(1)... at 1:88:1:88/+/98.86%
+99 88nt, >M01687:460:000000000-LGY9G:1:1102:29068:12982_CONS(4)... at 1:88:1:88/+/98.86%
+100 88nt, >M01687:460:000000000-LGY9G:1:1102:23292:13047_CONS(1)... at 1:88:1:88/+/98.86%
+101 88nt, >M01687:460:000000000-LGY9G:1:1102:18770:13455_CONS(12)... at 1:88:1:88/+/98.86%
+102 88nt, >M01687:460:000000000-LGY9G:1:1102:20716:14045_CONS(10)... at 1:88:1:88/+/98.86%
+103 89nt, >M01687:460:000000000-LGY9G:1:1102:23726:14219_CONS(9)... at 1:89:1:88/+/98.88%
+104 87nt, >M01687:460:000000000-LGY9G:1:1102:13255:14401_CONS(12)... at 1:87:1:87/+/98.85%
+105 88nt, >M01687:460:000000000-LGY9G:1:1102:11126:15058_CONS(13)... at 3:88:3:88/+/100.00%
+106 89nt, >M01687:460:000000000-LGY9G:1:1102:27759:15170_CONS(3)... at 2:89:1:88/+/100.00%
+107 88nt, >M01687:460:000000000-LGY9G:1:1102:24907:15264_CONS(1)... at 1:88:1:88/+/98.86%
+108 88nt, >M01687:460:000000000-LGY9G:1:1102:4732:15417_CONS(1)... at 1:88:1:88/+/98.86%
+109 88nt, >M01687:460:000000000-LGY9G:1:1102:28739:16440_CONS(1)... at 1:88:1:88/+/98.86%
+110 88nt, >M01687:460:000000000-LGY9G:1:1102:14713:16476_CONS(14)... at 1:88:1:88/+/98.86%
+111 89nt, >M01687:460:000000000-LGY9G:1:1102:25297:17466_CONS(1)... at 1:89:1:88/+/97.75%
+112 88nt, >M01687:460:000000000-LGY9G:1:1102:25769:17734_CONS(1)... at 1:88:1:88/+/97.73%
+113 88nt, >M01687:460:000000000-LGY9G:1:1102:18927:18437_CONS(1)... at 1:88:1:88/+/98.86%
+114 87nt, >M01687:460:000000000-LGY9G:1:1102:20973:19430_CONS(22)... at 4:87:5:88/+/100.00%
+115 88nt, >M01687:460:000000000-LGY9G:1:1102:9438:19513_CONS(9)... at 1:88:1:88/+/98.86%
+116 88nt, >M01687:460:000000000-LGY9G:1:1102:15930:20727_CONS(1)... at 1:88:1:88/+/97.73%
+117 88nt, >M01687:460:000000000-LGY9G:1:1102:14346:20772_CONS(1)... at 1:88:1:88/+/98.86%
+118 88nt, >M01687:460:000000000-LGY9G:1:1102:26718:21220_CONS(1)... at 1:88:1:88/+/98.86%
+119 88nt, >M01687:460:000000000-LGY9G:1:1102:15449:22538_CONS(14)... at 1:88:1:88/+/98.86%
+120 87nt, >M01687:460:000000000-LGY9G:1:1102:12033:22622_CONS(4)... at 1:87:1:88/+/98.86%
+121 87nt, >M01687:460:000000000-LGY9G:1:1102:15740:23203_CONS(1)... at 1:87:1:88/+/98.86%
+122 89nt, >M01687:460:000000000-LGY9G:1:1102:12391:23284_CONS(1)... at 2:89:1:88/+/98.86%
+123 88nt, >M01687:460:000000000-LGY9G:1:1102:21434:24055_CONS(1)... at 1:88:1:88/+/98.86%
+124 88nt, >M01687:460:000000000-LGY9G:1:1102:22926:24701_CONS(29)... at 1:88:1:88/+/98.86%
+125 88nt, >M01687:460:000000000-LGY9G:1:2114:18450:2266_CONS(6)... at 1:88:1:88/+/98.86%
+126 88nt, >M01687:460:000000000-LGY9G:1:2114:13344:2699_CONS(15)... at 1:88:1:88/+/98.86%
+127 89nt, >M01687:460:000000000-LGY9G:1:2114:10243:3296_CONS(1)... at 1:89:1:88/+/98.88%
+128 88nt, >M01687:460:000000000-LGY9G:1:2114:13207:4894_CONS(1)... at 1:88:1:88/+/98.86%
+129 88nt, >M01687:460:000000000-LGY9G:1:2114:9653:5037_CONS(12)... at 1:88:1:88/+/98.86%
+130 88nt, >M01687:460:000000000-LGY9G:1:2114:17967:5059_CONS(1)... at 1:88:1:88/+/98.86%
+131 88nt, >M01687:460:000000000-LGY9G:1:2114:24349:6461_CONS(1)... at 1:88:1:88/+/98.86%
+132 89nt, >M01687:460:000000000-LGY9G:1:2114:9296:6829_CONS(2)... at 1:89:1:88/+/98.88%
+133 89nt, >M01687:460:000000000-LGY9G:1:2114:12689:7651_CONS(2)... at 1:89:1:88/+/98.88%
+134 88nt, >M01687:460:000000000-LGY9G:1:2114:22463:8375_CONS(8)... at 1:88:1:88/+/98.86%
+135 88nt, >M01687:460:000000000-LGY9G:1:2114:4692:8789_CONS(13)... at 1:88:1:88/+/98.86%
+136 88nt, >M01687:460:000000000-LGY9G:1:2114:11097:9231_CONS(14)... at 1:88:1:88/+/98.86%
+137 87nt, >M01687:460:000000000-LGY9G:1:2114:15399:10606_CONS(18)... at 1:87:2:88/+/100.00%
+138 89nt, >M01687:460:000000000-LGY9G:1:2114:25634:10911_CONS(1)... at 1:89:1:88/+/98.88%
+139 88nt, >M01687:460:000000000-LGY9G:1:2114:15402:10986_CONS(1)... at 1:88:1:88/+/97.73%
+140 88nt, >M01687:460:000000000-LGY9G:1:2114:9141:11217_CONS(1)... at 1:88:1:88/+/98.86%
+141 87nt, >M01687:460:000000000-LGY9G:1:2114:25666:11313_CONS(1)... at 1:87:1:88/+/98.86%
+142 88nt, >M01687:460:000000000-LGY9G:1:2114:10879:11989_CONS(20)... at 1:88:1:88/+/98.86%
+143 87nt, >M01687:460:000000000-LGY9G:1:2114:2968:12096_CONS(4)... at 1:87:1:88/+/98.86%
+144 88nt, >M01687:460:000000000-LGY9G:1:2114:9028:13249_CONS(22)... at 1:88:1:88/+/98.86%
+145 88nt, >M01687:460:000000000-LGY9G:1:2114:17576:13800_CONS(26)... at 1:88:1:88/+/98.86%
+146 88nt, >M01687:460:000000000-LGY9G:1:2114:27199:13872_CONS(1)... at 1:88:1:88/+/98.86%
+147 88nt, >M01687:460:000000000-LGY9G:1:2114:7778:13884_CONS(14)... at 1:88:1:88/+/98.86%
+148 88nt, >M01687:460:000000000-LGY9G:1:2114:21575:14327_CONS(1)... at 1:88:1:88/+/97.73%
+149 88nt, >M01687:460:000000000-LGY9G:1:2114:25520:15682_CONS(19)... at 1:88:1:88/+/98.86%
+150 88nt, >M01687:460:000000000-LGY9G:1:2114:13305:16655_CONS(25)... at 1:88:1:88/+/98.86%
+151 88nt, >M01687:460:000000000-LGY9G:1:2114:21093:16994_CONS(1)... at 1:88:1:88/+/98.86%
+152 87nt, >M01687:460:000000000-LGY9G:1:2114:18735:18734_CONS(4)... at 1:87:1:88/+/98.86%
+153 87nt, >M01687:460:000000000-LGY9G:1:2114:18172:21042_CONS(4)... at 1:87:1:88/+/98.86%
+154 88nt, >M01687:460:000000000-LGY9G:1:2115:7848:3814_CONS(1)... at 1:88:1:88/+/97.73%
+155 88nt, >M01687:460:000000000-LGY9G:1:2115:26330:4770_CONS(1)... at 1:88:1:88/+/98.86%
+156 88nt, >M01687:460:000000000-LGY9G:1:2115:17987:5105_CONS(17)... at 1:88:1:88/+/98.86%
+157 88nt, >M01687:460:000000000-LGY9G:1:2115:16326:6643_CONS(20)... at 1:88:1:88/+/98.86%
+158 88nt, >M01687:460:000000000-LGY9G:1:2115:12846:8573_CONS(1)... at 1:88:1:88/+/98.86%
+159 88nt, >M01687:460:000000000-LGY9G:1:2115:15850:10501_CONS(1)... at 1:88:1:88/+/97.73%
+160 88nt, >M01687:460:000000000-LGY9G:1:2115:14068:12968_CONS(1)... at 1:88:1:88/+/97.73%
+161 88nt, >M01687:460:000000000-LGY9G:1:2115:27032:13113_CONS(2)... at 1:88:1:88/+/98.86%
+162 88nt, >M01687:460:000000000-LGY9G:1:2115:28009:14081_CONS(1)... at 1:88:1:88/+/98.86%
+163 89nt, >M01687:460:000000000-LGY9G:1:2115:11887:15431_CONS(8)... at 1:89:1:88/+/98.88%
+164 88nt, >M01687:460:000000000-LGY9G:1:2115:28484:17436_CONS(1)... at 1:88:1:88/+/97.73%
+165 88nt, >M01687:460:000000000-LGY9G:1:2115:24502:17821_CONS(1)... at 1:88:1:88/+/98.86%
+166 87nt, >M01687:460:000000000-LGY9G:1:2115:20190:18197_CONS(6)... at 1:87:1:88/+/98.86%
+167 88nt, >M01687:460:000000000-LGY9G:1:2115:24868:19088_CONS(1)... at 1:88:1:88/+/98.86%
+168 88nt, >M01687:460:000000000-LGY9G:1:2115:18968:21010_CONS(10)... at 1:88:1:88/+/98.86%
+169 87nt, >M01687:460:000000000-LGY9G:1:2115:12142:23275_CONS(9)... at 3:87:4:88/+/100.00%
+170 88nt, >M01687:460:000000000-LGY9G:1:2115:19668:24356_CONS(1)... at 1:88:1:88/+/97.73%
+171 88nt, >M01687:460:000000000-LGY9G:1:2115:9938:24914_CONS(33)... at 1:88:1:88/+/98.86%
+172 88nt, >M01687:460:000000000-LGY9G:1:2112:17107:2995_CONS(1)... at 1:88:1:88/+/97.73%
+173 88nt, >M01687:460:000000000-LGY9G:1:2112:7634:4823_CONS(8)... at 1:88:1:88/+/98.86%
+174 88nt, >M01687:460:000000000-LGY9G:1:2112:5210:5408_CONS(6)... at 1:88:1:88/+/98.86%
+175 87nt, >M01687:460:000000000-LGY9G:1:2112:17014:6239_CONS(1)... at 1:87:1:87/+/97.70%
+176 88nt, >M01687:460:000000000-LGY9G:1:2112:20999:7030_CONS(1)... at 1:88:1:88/+/98.86%
+177 88nt, >M01687:460:000000000-LGY9G:1:2112:10192:8936_CONS(12)... at 1:88:1:88/+/98.86%
+178 88nt, >M01687:460:000000000-LGY9G:1:2112:27677:9492_CONS(1)... at 1:88:1:88/+/97.73%
+179 88nt, >M01687:460:000000000-LGY9G:1:2112:23247:10496_CONS(24)... at 1:88:1:88/+/98.86%
+180 89nt, >M01687:460:000000000-LGY9G:1:2112:3848:10549_CONS(7)... at 1:89:1:88/+/98.88%
+181 89nt, >M01687:460:000000000-LGY9G:1:2112:13821:10583_CONS(1)... at 1:89:1:88/+/98.88%
+182 91nt, >M01687:460:000000000-LGY9G:1:2112:26865:11154_CONS(1)... at 1:88:1:88/+/100.00%
+183 89nt, >M01687:460:000000000-LGY9G:1:2112:23471:11282_CONS(31)... at 1:88:1:88/+/100.00%
+184 88nt, >M01687:460:000000000-LGY9G:1:2112:7195:12197_CONS(3)... at 1:88:1:88/+/98.86%
+185 88nt, >M01687:460:000000000-LGY9G:1:2112:2109:12903_CONS(1)... at 1:88:1:88/+/98.86%
+186 88nt, >M01687:460:000000000-LGY9G:1:2112:22387:13549_CONS(19)... at 1:88:1:88/+/98.86%
+187 88nt, >M01687:460:000000000-LGY9G:1:2112:17318:14536_CONS(1)... at 1:88:1:88/+/97.73%
+188 88nt, >M01687:460:000000000-LGY9G:1:2112:16348:18620_CONS(1)... at 1:88:1:88/+/98.86%
+189 88nt, >M01687:460:000000000-LGY9G:1:2112:24732:20473_CONS(1)... at 1:88:1:88/+/97.73%
+190 88nt, >M01687:460:000000000-LGY9G:1:2112:21720:22007_CONS(1)... at 1:88:1:88/+/98.86%
+191 89nt, >M01687:460:000000000-LGY9G:1:2112:16737:22111_CONS(5)... at 1:89:1:88/+/98.88%
+192 87nt, >M01687:460:000000000-LGY9G:1:2112:13789:23747_CONS(22)... at 1:87:1:88/+/98.86%
+193 87nt, >M01687:460:000000000-LGY9G:1:2112:10067:23911_CONS(1)... at 1:87:1:88/+/97.73%
+194 88nt, >M01687:460:000000000-LGY9G:1:2113:16687:6829_CONS(1)... at 1:88:1:88/+/98.86%
+195 89nt, >M01687:460:000000000-LGY9G:1:2113:21797:7274_CONS(4)... at 5:89:4:88/+/100.00%
+196 89nt, >M01687:460:000000000-LGY9G:1:2113:21483:8224_CONS(1)... at 1:89:1:88/+/98.88%
+197 88nt, >M01687:460:000000000-LGY9G:1:2113:27862:9339_CONS(18)... at 1:88:1:88/+/98.86%
+198 88nt, >M01687:460:000000000-LGY9G:1:2113:7386:9362_CONS(6)... at 1:88:1:88/+/98.86%
+199 88nt, >M01687:460:000000000-LGY9G:1:2113:19528:10754_CONS(1)... at 1:88:1:88/+/97.73%
+200 88nt, >M01687:460:000000000-LGY9G:1:2113:6877:10763_CONS(5)... at 1:88:1:88/+/98.86%
+201 86nt, >M01687:460:000000000-LGY9G:1:2113:26667:12968_CONS(5)... at 1:86:1:86/+/100.00%
+202 87nt, >M01687:460:000000000-LGY9G:1:2113:26712:14041_CONS(1)... at 3:87:4:88/+/98.82%
+203 87nt, >M01687:460:000000000-LGY9G:1:2113:11310:18363_CONS(4)... at 1:87:1:88/+/98.86%
+204 87nt, >M01687:460:000000000-LGY9G:1:2113:25379:21203_CONS(1)... at 1:87:1:88/+/98.86%
+205 88nt, >M01687:460:000000000-LGY9G:1:2113:22090:22268_CONS(2)... at 1:88:1:88/+/98.86%
+206 88nt, >M01687:460:000000000-LGY9G:1:2110:16655:4325_CONS(1)... at 2:88:2:88/+/100.00%
+207 88nt, >M01687:460:000000000-LGY9G:1:2110:18373:4743_CONS(1)... at 3:88:3:88/+/100.00%
+208 88nt, >M01687:460:000000000-LGY9G:1:2110:24786:5837_CONS(11)... at 1:88:1:88/+/98.86%
+209 88nt, >M01687:460:000000000-LGY9G:1:2110:15131:6035_CONS(6)... at 1:88:1:88/+/98.86%
+210 87nt, >M01687:460:000000000-LGY9G:1:2110:9574:8622_CONS(1)... at 1:87:1:88/+/98.86%
+211 87nt, >M01687:460:000000000-LGY9G:1:2110:27948:9214_CONS(1)... at 1:87:1:88/+/98.86%
+212 88nt, >M01687:460:000000000-LGY9G:1:2110:19865:9683_CONS(1)... at 1:88:1:88/+/97.73%
+213 87nt, >M01687:460:000000000-LGY9G:1:2110:11072:10085_CONS(1)... at 1:87:1:88/+/98.86%
+214 88nt, >M01687:460:000000000-LGY9G:1:2110:21312:11675_CONS(4)... at 1:88:1:88/+/98.86%
+215 88nt, >M01687:460:000000000-LGY9G:1:2110:11815:14382_CONS(12)... at 1:88:1:88/+/98.86%
+216 87nt, >M01687:460:000000000-LGY9G:1:2110:9832:15449_CONS(1)... at 1:87:1:88/+/98.86%
+217 87nt, >M01687:460:000000000-LGY9G:1:2110:8260:16349_CONS(1)... at 1:87:1:88/+/97.73%
+218 88nt, >M01687:460:000000000-LGY9G:1:2110:13696:18451_CONS(2)... at 1:88:1:88/+/98.86%
+219 87nt, >M01687:460:000000000-LGY9G:1:2110:21551:19907_CONS(1)... at 1:87:1:88/+/97.73%
+220 88nt, >M01687:460:000000000-LGY9G:1:2110:13363:21779_CONS(1)... at 1:88:1:88/+/98.86%
+221 85nt, >M01687:460:000000000-LGY9G:1:2110:21442:25042_CONS(4)... at 1:85:1:85/+/100.00%
+222 88nt, >M01687:460:000000000-LGY9G:1:2111:16686:2694_CONS(1)... at 1:88:1:88/+/98.86%
+223 103nt, >M01687:460:000000000-LGY9G:1:2111:12570:4371_CONS(1)... at 16:103:1:88/+/100.00%
+224 88nt, >M01687:460:000000000-LGY9G:1:2111:4773:7507_CONS(1)... at 1:88:1:88/+/97.73%
+225 88nt, >M01687:460:000000000-LGY9G:1:2111:19652:13945_CONS(5)... at 1:88:1:88/+/98.86%
+226 87nt, >M01687:460:000000000-LGY9G:1:2111:8311:14023_CONS(4)... at 1:87:1:88/+/98.86%
+227 88nt, >M01687:460:000000000-LGY9G:1:2111:5930:16171_CONS(1)... at 1:88:1:88/+/98.86%
+228 88nt, >M01687:460:000000000-LGY9G:1:2111:4428:16247_CONS(1)... at 1:88:1:88/+/98.86%
+229 88nt, >M01687:460:000000000-LGY9G:1:2111:3902:19666_CONS(9)... at 1:88:1:88/+/98.86%
+230 89nt, >M01687:460:000000000-LGY9G:1:2111:20551:21296_CONS(1)... at 2:89:1:88/+/98.86%
+231 88nt, >M01687:460:000000000-LGY9G:1:2111:21919:22125_CONS(1)... at 1:88:1:88/+/98.86%
+232 88nt, >M01687:460:000000000-LGY9G:1:2111:9784:22648_CONS(2)... at 1:88:1:88/+/98.86%
+233 88nt, >M01687:460:000000000-LGY9G:1:2108:21037:3958_CONS(8)... at 1:88:1:88/+/98.86%
+234 88nt, >M01687:460:000000000-LGY9G:1:2108:21345:8084_CONS(1)... at 1:88:1:88/+/97.73%
+235 88nt, >M01687:460:000000000-LGY9G:1:2108:12380:8613_CONS(1)... at 1:88:1:88/+/98.86%
+236 87nt, >M01687:460:000000000-LGY9G:1:2108:24520:11082_CONS(1)... at 1:87:1:88/+/98.86%
+237 88nt, >M01687:460:000000000-LGY9G:1:2108:17553:11432_CONS(1)... at 1:88:1:88/+/98.86%
+238 88nt, >M01687:460:000000000-LGY9G:1:2108:17697:16635_CONS(3)... at 1:88:1:88/+/98.86%
+239 89nt, >M01687:460:000000000-LGY9G:1:2108:13004:17373_CONS(5)... at 1:89:1:88/+/98.88%
+240 88nt, >M01687:460:000000000-LGY9G:1:2108:19538:17887_CONS(12)... at 1:88:1:88/+/98.86%
+241 88nt, >M01687:460:000000000-LGY9G:1:2108:12428:19120_CONS(1)... at 1:88:1:88/+/98.86%
+242 87nt, >M01687:460:000000000-LGY9G:1:2108:14788:21481_CONS(1)... at 1:87:1:88/+/98.86%
+243 88nt, >M01687:460:000000000-LGY9G:1:2108:12699:21601_CONS(1)... at 1:88:1:88/+/97.73%
+244 89nt, >M01687:460:000000000-LGY9G:1:2108:24960:22080_CONS(1)... at 1:87:1:87/+/100.00%
+245 88nt, >M01687:460:000000000-LGY9G:1:2109:22767:3920_CONS(2)... at 1:88:1:88/+/98.86%
+246 89nt, >M01687:460:000000000-LGY9G:1:2109:24511:5054_CONS(7)... at 1:89:1:88/+/98.88%
+247 88nt, >M01687:460:000000000-LGY9G:1:2109:13440:5786_CONS(1)... at 1:88:1:88/+/98.86%
+248 89nt, >M01687:460:000000000-LGY9G:1:2109:5400:11925_CONS(1)... at 1:88:1:88/+/98.86%
+249 88nt, >M01687:460:000000000-LGY9G:1:2109:15867:12409_CONS(1)... at 1:88:1:88/+/97.73%
+250 88nt, >M01687:460:000000000-LGY9G:1:2109:10644:20297_CONS(1)... at 1:88:1:88/+/98.86%
+251 87nt, >M01687:460:000000000-LGY9G:1:2109:20393:20842_CONS(1)... at 1:87:1:88/+/98.86%
+252 88nt, >M01687:460:000000000-LGY9G:1:2109:5995:21834_CONS(1)... at 1:88:1:88/+/97.73%
+253 88nt, >M01687:460:000000000-LGY9G:1:2107:9575:3566_CONS(1)... at 1:88:1:88/+/98.86%
+254 88nt, >M01687:460:000000000-LGY9G:1:2107:18232:4086_CONS(1)... at 1:88:1:88/+/97.73%
+255 88nt, >M01687:460:000000000-LGY9G:1:2107:8459:5023_CONS(1)... at 1:88:1:88/+/98.86%
+256 88nt, >M01687:460:000000000-LGY9G:1:2107:5133:5225_CONS(3)... at 1:88:1:88/+/98.86%
+257 88nt, >M01687:460:000000000-LGY9G:1:2107:23309:8153_CONS(1)... at 1:88:1:88/+/98.86%
+258 89nt, >M01687:460:000000000-LGY9G:1:2107:24497:9171_CONS(1)... at 1:89:1:88/+/98.88%
+259 89nt, >M01687:460:000000000-LGY9G:1:2107:19979:9847_CONS(1)... at 2:89:1:88/+/98.86%
+260 88nt, >M01687:460:000000000-LGY9G:1:2107:28274:12120_CONS(1)... at 1:88:1:88/+/97.73%
+261 88nt, >M01687:460:000000000-LGY9G:1:2107:27204:13432_CONS(1)... at 1:88:1:88/+/98.86%
+262 88nt, >M01687:460:000000000-LGY9G:1:2107:7853:13507_CONS(1)... at 1:88:1:88/+/98.86%
+263 88nt, >M01687:460:000000000-LGY9G:1:2107:25135:15138_CONS(4)... at 1:88:1:88/+/98.86%
+264 88nt, >M01687:460:000000000-LGY9G:1:2106:10234:2620_CONS(1)... at 1:88:1:88/+/98.86%
+265 88nt, >M01687:460:000000000-LGY9G:1:2106:9940:2926_CONS(1)... at 1:88:1:88/+/98.86%
+266 88nt, >M01687:460:000000000-LGY9G:1:2106:5549:4724_CONS(1)... at 2:88:2:88/+/98.85%
+267 88nt, >M01687:460:000000000-LGY9G:1:2106:17657:6288_CONS(3)... at 1:88:1:88/+/98.86%
+268 88nt, >M01687:460:000000000-LGY9G:1:2106:26680:7397_CONS(10)... at 1:88:1:88/+/98.86%
+269 87nt, >M01687:460:000000000-LGY9G:1:2106:4025:14463_CONS(4)... at 1:87:1:88/+/98.86%
+270 88nt, >M01687:460:000000000-LGY9G:1:2106:10667:21314_CONS(1)... at 1:88:1:88/+/98.86%
+271 91nt, >M01687:460:000000000-LGY9G:1:2106:20762:24854_CONS(1)... at 4:91:1:88/+/100.00%
+272 89nt, >M01687:460:000000000-LGY9G:1:2105:11559:2018_CONS(1)... at 1:89:1:88/+/98.88%
+273 88nt, >M01687:460:000000000-LGY9G:1:2105:17550:23664_CONS(1)... at 1:88:1:88/+/98.86%
+274 88nt, >M01687:460:000000000-LGY9G:1:2104:23540:4178_CONS(3)... at 1:88:1:88/+/98.86%
+275 88nt, >M01687:460:000000000-LGY9G:1:2104:27175:5526_CONS(1)... at 1:88:1:88/+/97.73%
+276 88nt, >M01687:460:000000000-LGY9G:1:2104:5588:8818_CONS(1)... at 1:87:1:87/+/100.00%
+277 88nt, >M01687:460:000000000-LGY9G:1:2104:3580:11395_CONS(3)... at 1:88:1:88/+/98.86%
+278 88nt, >M01687:460:000000000-LGY9G:1:2104:25805:13761_CONS(5)... at 1:88:1:88/+/98.86%
+279 88nt, >M01687:460:000000000-LGY9G:1:2104:23051:15106_CONS(1)... at 1:88:1:88/+/98.86%
+280 88nt, >M01687:460:000000000-LGY9G:1:2104:2653:16692_CONS(2)... at 1:88:1:88/+/98.86%
+281 89nt, >M01687:460:000000000-LGY9G:1:2104:22956:19496_CONS(1)... at 1:88:1:88/+/98.86%
+282 87nt, >M01687:460:000000000-LGY9G:1:2104:8651:24700_CONS(1)... at 1:87:1:88/+/98.86%
+283 89nt, >M01687:460:000000000-LGY9G:1:2103:14790:2355_CONS(1)... at 1:89:1:88/+/98.88%
+284 88nt, >M01687:460:000000000-LGY9G:1:2103:8799:7922_CONS(1)... at 1:88:1:88/+/98.86%
+285 88nt, >M01687:460:000000000-LGY9G:1:2103:26870:8781_CONS(1)... at 1:88:1:88/+/98.86%
+286 88nt, >M01687:460:000000000-LGY9G:1:2103:6927:9016_CONS(1)... at 1:88:1:88/+/97.73%
+287 88nt, >M01687:460:000000000-LGY9G:1:2103:14217:16942_CONS(1)... at 1:88:1:88/+/98.86%
+288 89nt, >M01687:460:000000000-LGY9G:1:2103:26848:17067_CONS(1)... at 1:89:1:88/+/97.75%
+289 87nt, >M01687:460:000000000-LGY9G:1:2103:25028:17252_CONS(1)... at 1:87:1:88/+/97.73%
+290 88nt, >M01687:460:000000000-LGY9G:1:2103:7141:18730_CONS(1)... at 1:88:1:88/+/98.86%
+291 87nt, >M01687:460:000000000-LGY9G:1:2103:9288:19716_CONS(1)... at 1:87:1:88/+/98.86%
+292 87nt, >M01687:460:000000000-LGY9G:1:2103:13457:23022_CONS(1)... at 1:87:1:88/+/97.73%
+293 88nt, >M01687:460:000000000-LGY9G:1:2102:5879:4749_CONS(1)... at 1:88:1:88/+/97.73%
+294 88nt, >M01687:460:000000000-LGY9G:1:2102:12132:10047_CONS(1)... at 1:88:1:88/+/98.86%
+295 89nt, >M01687:460:000000000-LGY9G:1:2102:11841:11027_CONS(1)... at 1:89:1:88/+/98.88%
+296 88nt, >M01687:460:000000000-LGY9G:1:2102:26295:12906_CONS(1)... at 1:88:1:88/+/98.86%
+297 83nt, >M01687:460:000000000-LGY9G:1:2102:6103:13158_CONS(1)... at 1:82:1:82/+/100.00%
+298 88nt, >M01687:460:000000000-LGY9G:1:2102:27394:16458_CONS(1)... at 1:88:1:88/+/97.73%
+299 88nt, >M01687:460:000000000-LGY9G:1:2102:10342:16635_CONS(1)... at 1:88:1:88/+/97.73%
+300 89nt, >M01687:460:000000000-LGY9G:1:2102:3718:18460_CONS(1)... at 1:88:1:88/+/98.86%
+301 88nt, >M01687:460:000000000-LGY9G:1:2117:13620:3639_CONS(1)... at 1:88:1:88/+/97.73%
+302 88nt, >M01687:460:000000000-LGY9G:1:2117:5475:7514_CONS(1)... at 1:88:1:88/+/98.86%
+303 88nt, >M01687:460:000000000-LGY9G:1:2117:10376:8829_CONS(1)... at 1:88:1:88/+/98.86%
+304 87nt, >M01687:460:000000000-LGY9G:1:2117:3398:12156_CONS(1)... at 1:87:1:87/+/98.85%
+305 88nt, >M01687:460:000000000-LGY9G:1:2117:28064:19215_CONS(1)... at 1:88:1:88/+/98.86%
+306 88nt, >M01687:460:000000000-LGY9G:1:2117:8300:19328_CONS(1)... at 1:88:1:88/+/98.86%
+307 89nt, >M01687:460:000000000-LGY9G:1:2117:6205:19682_CONS(7)... at 1:89:1:88/+/98.88%
+308 98nt, >M01687:460:000000000-LGY9G:1:2117:20062:23745_CONS(1)... at 1:98:1:98/+/100.00%
+309 88nt, >M01687:460:000000000-LGY9G:1:2116:18982:5063_CONS(1)... at 1:88:1:88/+/98.86%
+310 88nt, >M01687:460:000000000-LGY9G:1:2116:5614:5569_CONS(1)... at 1:88:1:88/+/98.86%
+311 87nt, >M01687:460:000000000-LGY9G:1:2116:15144:5759_CONS(1)... at 1:86:1:86/+/100.00%
+312 88nt, >M01687:460:000000000-LGY9G:1:2116:22498:13802_CONS(1)... at 1:88:1:88/+/98.86%
+313 88nt, >M01687:460:000000000-LGY9G:1:2116:7711:14332_CONS(1)... at 1:88:1:88/+/98.86%
+314 88nt, >M01687:460:000000000-LGY9G:1:2116:17198:16052_CONS(1)... at 1:88:1:88/+/98.86%
+315 88nt, >M01687:460:000000000-LGY9G:1:2116:14280:16249_CONS(1)... at 1:88:1:88/+/97.73%
+316 88nt, >M01687:460:000000000-LGY9G:1:2116:22301:16562_CONS(1)... at 1:88:1:88/+/97.73%
+317 88nt, >M01687:460:000000000-LGY9G:1:2116:26974:19865_CONS(1)... at 1:87:1:87/+/98.85%
+318 88nt, >M01687:460:000000000-LGY9G:1:2116:22857:23420_CONS(1)... at 2:88:2:88/+/98.85%
+319 88nt, >M01687:460:000000000-LGY9G:1:2116:13907:24711_CONS(1)... at 1:88:1:88/+/97.73%
+320 88nt, >M01687:460:000000000-LGY9G:1:1119:21678:6639_CONS(1)... at 2:88:2:88/+/98.85%
+321 88nt, >M01687:460:000000000-LGY9G:1:1119:7137:6874_CONS(1)... at 1:88:1:88/+/97.73%
+322 88nt, >M01687:460:000000000-LGY9G:1:1119:20579:7931_CONS(1)... at 1:88:1:88/+/98.86%
+323 87nt, >M01687:460:000000000-LGY9G:1:1119:20902:10539_CONS(1)... at 1:87:1:88/+/97.73%
+324 88nt, >M01687:460:000000000-LGY9G:1:1119:2263:11290_CONS(1)... at 1:88:1:88/+/98.86%
+325 88nt, >M01687:460:000000000-LGY9G:1:1119:5397:11579_CONS(1)... at 1:88:1:88/+/98.86%
+326 89nt, >M01687:460:000000000-LGY9G:1:1119:16205:12550_CONS(1)... at 2:89:1:88/+/98.86%
+327 89nt, >M01687:460:000000000-LGY9G:1:1119:17103:14239_CONS(1)... at 1:88:1:88/+/97.73%
+328 88nt, >M01687:460:000000000-LGY9G:1:1119:15615:15211_CONS(1)... at 1:88:1:88/+/98.86%
+329 88nt, >M01687:460:000000000-LGY9G:1:1119:28668:16876_CONS(1)... at 1:88:1:88/+/98.86%
+330 87nt, >M01687:460:000000000-LGY9G:1:1119:16642:17401_CONS(1)... at 1:87:1:88/+/98.86%
+331 88nt, >M01687:460:000000000-LGY9G:1:1119:12434:23021_CONS(5)... at 1:88:1:88/+/98.86%
+332 97nt, >M01687:460:000000000-LGY9G:1:1119:9353:23425_CONS(1)... at 10:97:1:88/+/98.86%
+333 87nt, >M01687:460:000000000-LGY9G:1:2101:13523:7260_CONS(1)... at 1:87:1:88/+/97.73%
+334 88nt, >M01687:460:000000000-LGY9G:1:2101:28865:11829_CONS(1)... at 1:88:1:88/+/98.86%
+335 85nt, >M01687:460:000000000-LGY9G:1:2101:14442:12468_CONS(1)... at 3:85:6:88/+/100.00%
+336 90nt, >M01687:460:000000000-LGY9G:1:2101:8594:14854_CONS(1)... at 1:90:1:90/+/100.00%
+337 88nt, >M01687:460:000000000-LGY9G:1:2101:12192:15255_CONS(1)... at 1:88:1:88/+/98.86%
+338 88nt, >M01687:460:000000000-LGY9G:1:2101:19107:22393_CONS(1)... at 1:88:1:88/+/98.86%
+339 88nt, >M01687:460:000000000-LGY9G:1:1115:19854:2634_CONS(1)... at 1:88:1:88/+/97.73%
+340 87nt, >M01687:460:000000000-LGY9G:1:1115:17434:4788_CONS(6)... at 1:87:1:88/+/98.86%
+341 89nt, >M01687:460:000000000-LGY9G:1:1115:5483:13182_CONS(1)... at 1:89:1:88/+/98.88%
+342 88nt, >M01687:460:000000000-LGY9G:1:1115:9628:13528_CONS(1)... at 1:88:1:88/+/97.73%
+343 88nt, >M01687:460:000000000-LGY9G:1:1115:4531:17077_CONS(3)... at 1:88:1:88/+/98.86%
+344 88nt, >M01687:460:000000000-LGY9G:1:1116:6542:4898_CONS(1)... at 1:88:1:88/+/98.86%
+345 88nt, >M01687:460:000000000-LGY9G:1:1116:16761:8952_CONS(4)... at 1:88:1:88/+/98.86%
+346 88nt, >M01687:460:000000000-LGY9G:1:1116:16633:9193_CONS(2)... at 1:88:1:88/+/98.86%
+347 84nt, >M01687:460:000000000-LGY9G:1:1116:14230:13977_CONS(1)... at 1:82:1:82/+/100.00%
+348 88nt, >M01687:460:000000000-LGY9G:1:1116:19717:22104_CONS(1)... at 1:88:1:88/+/97.73%
+349 87nt, >M01687:460:000000000-LGY9G:1:1116:8725:22551_CONS(1)... at 1:87:1:88/+/98.86%
+350 88nt, >M01687:460:000000000-LGY9G:1:1114:6005:13084_CONS(1)... at 1:88:1:88/+/97.73%
+351 87nt, >M01687:460:000000000-LGY9G:1:1114:13817:19804_CONS(1)... at 1:87:2:88/+/98.85%
+352 88nt, >M01687:460:000000000-LGY9G:1:1114:4880:20613_CONS(1)... at 1:88:1:88/+/98.86%
+353 88nt, >M01687:460:000000000-LGY9G:1:1114:6517:21454_CONS(1)... at 1:88:1:88/+/97.73%
+354 86nt, >M01687:460:000000000-LGY9G:1:1114:24312:22222_CONS(1)... at 1:83:1:83/+/100.00%
+355 88nt, >M01687:460:000000000-LGY9G:1:1113:12305:2955_CONS(4)... at 1:88:1:88/+/98.86%
+356 88nt, >M01687:460:000000000-LGY9G:1:1113:27004:6282_CONS(2)... at 1:88:1:88/+/98.86%
+357 88nt, >M01687:460:000000000-LGY9G:1:1113:13372:6335_CONS(1)... at 1:88:1:88/+/97.73%
+358 88nt, >M01687:460:000000000-LGY9G:1:1113:27942:14478_CONS(1)... at 1:88:1:88/+/97.73%
+359 87nt, >M01687:460:000000000-LGY9G:1:1113:13114:21713_CONS(1)... at 3:87:4:88/+/98.82%
+360 89nt, >M01687:460:000000000-LGY9G:1:1113:19776:22799_CONS(1)... at 5:89:4:88/+/98.82%
+361 88nt, >M01687:460:000000000-LGY9G:1:1111:23367:3123_CONS(1)... at 1:88:1:88/+/97.73%
+362 88nt, >M01687:460:000000000-LGY9G:1:1111:15521:7961_CONS(1)... at 1:88:1:88/+/97.73%
+363 87nt, >M01687:460:000000000-LGY9G:1:1111:13128:25017_CONS(1)... at 1:87:1:87/+/98.85%
+364 88nt, >M01687:460:000000000-LGY9G:1:1112:7097:20534_CONS(1)... at 1:88:1:88/+/97.73%
+365 88nt, >M01687:460:000000000-LGY9G:1:1112:8444:23255_CONS(1)... at 1:88:1:88/+/97.73%
+366 88nt, >M01687:460:000000000-LGY9G:1:1112:23356:24834_CONS(1)... at 1:88:1:88/+/97.73%
+367 88nt, >M01687:460:000000000-LGY9G:1:1109:24379:3826_CONS(1)... at 1:88:1:88/+/98.86%
+368 88nt, >M01687:460:000000000-LGY9G:1:1109:12390:6361_CONS(1)... at 1:88:1:88/+/97.73%
+369 88nt, >M01687:460:000000000-LGY9G:1:1109:11795:7674_CONS(1)... at 1:88:1:88/+/98.86%
+370 87nt, >M01687:460:000000000-LGY9G:1:1109:7377:12749_CONS(1)... at 1:87:1:88/+/98.86%
+371 87nt, >M01687:460:000000000-LGY9G:1:1109:13671:12991_CONS(1)... at 1:87:1:88/+/97.73%
+372 88nt, >M01687:460:000000000-LGY9G:1:1109:14292:15082_CONS(1)... at 1:88:1:88/+/98.86%
+373 88nt, >M01687:460:000000000-LGY9G:1:1109:28256:16354_CONS(1)... at 1:88:1:88/+/97.73%
+374 88nt, >M01687:460:000000000-LGY9G:1:1109:7570:23644_CONS(2)... at 1:88:1:88/+/98.86%
+375 88nt, >M01687:460:000000000-LGY9G:1:1110:20824:3091_CONS(1)... at 1:88:1:88/+/98.86%
+376 88nt, >M01687:460:000000000-LGY9G:1:1110:17089:3965_CONS(1)... at 1:88:1:88/+/98.86%
+377 88nt, >M01687:460:000000000-LGY9G:1:1110:16734:4308_CONS(1)... at 1:88:1:88/+/98.86%
+378 86nt, >M01687:460:000000000-LGY9G:1:1110:16735:5697_CONS(1)... at 1:86:1:87/+/98.85%
+379 88nt, >M01687:460:000000000-LGY9G:1:1110:13625:9025_CONS(1)... at 1:88:1:88/+/98.86%
+380 88nt, >M01687:460:000000000-LGY9G:1:1110:12698:14037_CONS(1)... at 1:88:1:88/+/97.73%
+381 88nt, >M01687:460:000000000-LGY9G:1:1110:12970:19832_CONS(1)... at 1:88:1:88/+/97.73%
+382 88nt, >M01687:460:000000000-LGY9G:1:1110:10115:20413_CONS(1)... at 1:88:1:88/+/97.73%
+383 88nt, >M01687:460:000000000-LGY9G:1:1110:14362:21903_CONS(1)... at 1:88:1:88/+/98.86%
+384 88nt, >M01687:460:000000000-LGY9G:1:1107:12706:3783_CONS(1)... at 1:88:1:88/+/97.73%
+385 88nt, >M01687:460:000000000-LGY9G:1:1107:28989:9798_CONS(1)... at 1:88:1:88/+/98.86%
+386 88nt, >M01687:460:000000000-LGY9G:1:1107:16889:10639_CONS(1)... at 1:88:1:88/+/98.86%
+387 88nt, >M01687:460:000000000-LGY9G:1:1107:7511:16222_CONS(1)... at 1:88:1:88/+/97.73%
+388 87nt, >M01687:460:000000000-LGY9G:1:1108:8942:7422_CONS(1)... at 1:87:1:88/+/97.73%
+389 88nt, >M01687:460:000000000-LGY9G:1:1108:25988:12639_CONS(1)... at 2:88:2:88/+/100.00%
+390 86nt, >M01687:460:000000000-LGY9G:1:1108:23756:15876_CONS(1)... at 2:86:4:88/+/97.65%
+391 88nt, >M01687:460:000000000-LGY9G:1:1105:8375:11288_CONS(1)... at 1:88:1:88/+/98.86%
+392 88nt, >M01687:460:000000000-LGY9G:1:1105:25007:14421_CONS(1)... at 2:88:2:88/+/98.85%
+393 88nt, >M01687:460:000000000-LGY9G:1:1105:14469:16635_CONS(1)... at 1:88:1:88/+/98.86%
+394 86nt, >M01687:460:000000000-LGY9G:1:1105:26549:17001_CONS(1)... at 1:86:1:88/+/97.73%
+395 88nt, >M01687:460:000000000-LGY9G:1:1106:13213:5804_CONS(1)... at 1:88:1:88/+/98.86%
+396 89nt, >M01687:460:000000000-LGY9G:1:1106:19985:14220_CONS(1)... at 1:88:1:88/+/97.73%
+397 88nt, >M01687:460:000000000-LGY9G:1:1106:18114:17708_CONS(1)... at 1:88:1:88/+/98.86%
+398 90nt, >M01687:460:000000000-LGY9G:1:1106:7038:17963_CONS(1)... at 1:90:1:88/+/97.78%
+399 88nt, >M01687:460:000000000-LGY9G:1:1106:25663:18641_CONS(1)... at 1:88:1:88/+/98.86%
+400 88nt, >M01687:460:000000000-LGY9G:1:1103:12242:1858_CONS(1)... at 1:88:1:88/+/97.73%
+401 87nt, >M01687:460:000000000-LGY9G:1:1103:7505:3733_CONS(1)... at 1:87:2:88/+/98.85%
+402 88nt, >M01687:460:000000000-LGY9G:1:1103:26737:9635_CONS(1)... at 1:88:1:88/+/97.73%
+403 88nt, >M01687:460:000000000-LGY9G:1:1103:12643:11045_CONS(1)... at 1:88:1:88/+/97.73%
+404 89nt, >M01687:460:000000000-LGY9G:1:1103:24894:15861_CONS(1)... at 1:88:1:88/+/98.86%
+405 87nt, >M01687:460:000000000-LGY9G:1:1103:16626:20495_CONS(1)... at 1:87:1:88/+/97.73%
+406 89nt, >M01687:460:000000000-LGY9G:1:1103:20525:20597_CONS(1)... at 1:89:1:88/+/97.75%
+407 88nt, >M01687:460:000000000-LGY9G:1:1104:9852:2437_CONS(1)... at 1:88:1:88/+/97.73%
+408 88nt, >M01687:460:000000000-LGY9G:1:1104:8663:3527_CONS(1)... at 1:88:1:88/+/97.73%
+409 89nt, >M01687:460:000000000-LGY9G:1:1104:15411:5091_CONS(1)... at 1:89:1:88/+/97.75%
+410 88nt, >M01687:460:000000000-LGY9G:1:1104:15694:12327_CONS(1)... at 1:88:1:88/+/98.86%
+411 88nt, >M01687:460:000000000-LGY9G:1:1104:7073:13706_CONS(1)... at 1:88:1:88/+/97.73%
+412 88nt, >M01687:460:000000000-LGY9G:1:1104:22607:18282_CONS(1)... at 1:88:1:88/+/97.73%
+413 88nt, >M01687:460:000000000-LGY9G:1:1104:22989:18396_CONS(1)... at 1:88:1:88/+/97.73%
+414 88nt, >M01687:460:000000000-LGY9G:1:1117:6711:18867_CONS(1)... at 1:88:1:88/+/97.73%
+415 88nt, >M01687:460:000000000-LGY9G:1:1118:24232:5718_CONS(1)... at 1:88:1:88/+/97.73%
+416 87nt, >M01687:460:000000000-LGY9G:1:1118:9560:11025_CONS(1)... at 1:87:2:88/+/98.85%
+417 88nt, >M01687:460:000000000-LGY9G:1:1118:7590:11933_CONS(1)... at 1:88:1:88/+/97.73%
+418 88nt, >M01687:460:000000000-LGY9G:1:1118:18309:14476_CONS(1)... at 1:88:1:88/+/98.86%
+419 88nt, >M01687:460:000000000-LGY9G:1:2118:14345:4167_CONS(1)... at 1:88:1:88/+/97.73%
+420 107nt, >M01687:460:000000000-LGY9G:1:2118:25530:8509_CONS(1)... *
+421 88nt, >M01687:460:000000000-LGY9G:1:2118:27642:8682_CONS(1)... at 1:88:1:88/+/97.73%
+422 88nt, >M01687:460:000000000-LGY9G:1:2118:27891:12489_CONS(1)... at 1:88:1:88/+/97.73%
+423 88nt, >M01687:460:000000000-LGY9G:1:2118:20613:13054_CONS(1)... at 1:88:1:88/+/97.73%
+424 88nt, >M01687:460:000000000-LGY9G:1:2118:9927:14890_CONS(1)... at 1:88:1:88/+/97.73%
+425 88nt, >M01687:460:000000000-LGY9G:1:2118:16044:17973_CONS(1)... at 1:87:1:87/+/98.85%
+426 89nt, >M01687:460:000000000-LGY9G:1:2118:15676:22630_CONS(1)... at 1:89:1:88/+/97.75%
+427 87nt, >M01687:460:000000000-LGY9G:1:2119:7183:9626_CONS(1)... at 1:87:1:88/+/97.73%
+428 88nt, >M01687:460:000000000-LGY9G:1:2119:20911:10735_CONS(1)... at 1:88:1:88/+/98.86%
+429 87nt, >M01687:460:000000000-LGY9G:1:2119:6756:16479_CONS(1)... at 1:87:1:88/+/97.73%
+>Cluster 1
+0 102nt, >M01687:460:000000000-LGY9G:1:1101:7284:2467_CONS(1312)... at 1:102:2:103/+/100.00%
+1 102nt, >M01687:460:000000000-LGY9G:1:1101:6611:5566_CONS(1)... at 1:102:2:103/+/99.02%
+2 102nt, >M01687:460:000000000-LGY9G:1:1101:23211:5868_CONS(1)... at 1:102:2:103/+/99.02%
+3 102nt, >M01687:460:000000000-LGY9G:1:1101:26337:9018_CONS(1)... at 1:102:2:103/+/99.02%
+4 102nt, >M01687:460:000000000-LGY9G:1:1101:9122:9660_CONS(1)... at 1:102:2:103/+/99.02%
+5 102nt, >M01687:460:000000000-LGY9G:1:1101:6802:18592_CONS(1)... at 1:102:2:103/+/98.04%
+6 102nt, >M01687:460:000000000-LGY9G:1:1101:15580:21531_CONS(1)... at 1:101:2:102/+/100.00%
+7 102nt, >M01687:460:000000000-LGY9G:1:1102:21750:5723_CONS(2)... at 1:102:2:103/+/98.04%
+8 102nt, >M01687:460:000000000-LGY9G:1:1102:9819:8736_CONS(1)... at 1:102:2:103/+/98.04%
+9 102nt, >M01687:460:000000000-LGY9G:1:1102:6271:10212_CONS(1)... at 1:102:2:103/+/98.04%
+10 102nt, >M01687:460:000000000-LGY9G:1:1102:12979:15471_CONS(4)... at 1:102:2:103/+/99.02%
+11 102nt, >M01687:460:000000000-LGY9G:1:2114:18139:12606_CONS(1)... at 1:102:2:103/+/99.02%
+12 102nt, >M01687:460:000000000-LGY9G:1:2114:26385:18943_CONS(1)... at 1:102:2:103/+/99.02%
+13 102nt, >M01687:460:000000000-LGY9G:1:2115:11418:2507_CONS(1)... at 1:102:2:103/+/99.02%
+14 102nt, >M01687:460:000000000-LGY9G:1:2112:6229:14493_CONS(1)... at 1:102:2:103/+/99.02%
+15 102nt, >M01687:460:000000000-LGY9G:1:2112:16221:14800_CONS(1)... at 1:102:2:103/+/99.02%
+16 102nt, >M01687:460:000000000-LGY9G:1:2112:20760:19283_CONS(1)... at 1:102:2:103/+/99.02%
+17 102nt, >M01687:460:000000000-LGY9G:1:2113:3125:7767_CONS(1)... at 1:102:2:103/+/99.02%
+18 102nt, >M01687:460:000000000-LGY9G:1:2113:19660:10611_CONS(1)... at 1:102:2:103/+/99.02%
+19 102nt, >M01687:460:000000000-LGY9G:1:2113:5498:18566_CONS(1)... at 1:102:2:103/+/99.02%
+20 102nt, >M01687:460:000000000-LGY9G:1:2110:22897:16203_CONS(1)... at 1:102:2:103/+/99.02%
+21 102nt, >M01687:460:000000000-LGY9G:1:2110:26761:17560_CONS(1)... at 1:102:2:103/+/99.02%
+22 102nt, >M01687:460:000000000-LGY9G:1:2111:6077:21207_CONS(1)... at 1:102:2:103/+/99.02%
+23 102nt, >M01687:460:000000000-LGY9G:1:2111:26535:21567_CONS(1)... at 1:102:2:103/+/99.02%
+24 102nt, >M01687:460:000000000-LGY9G:1:2111:13962:24124_CONS(2)... at 1:102:2:103/+/99.02%
+25 102nt, >M01687:460:000000000-LGY9G:1:2108:28425:18755_CONS(1)... at 1:102:2:103/+/99.02%
+26 102nt, >M01687:460:000000000-LGY9G:1:2108:21248:19499_CONS(1)... at 1:102:2:103/+/99.02%
+27 102nt, >M01687:460:000000000-LGY9G:1:2108:12379:21170_CONS(1)... at 1:102:2:103/+/99.02%
+28 102nt, >M01687:460:000000000-LGY9G:1:2108:21461:24644_CONS(1)... at 1:102:2:103/+/99.02%
+29 102nt, >M01687:460:000000000-LGY9G:1:2109:14195:5243_CONS(2)... at 1:102:2:103/+/99.02%
+30 102nt, >M01687:460:000000000-LGY9G:1:2109:7399:12353_CONS(1)... at 1:102:2:103/+/99.02%
+31 102nt, >M01687:460:000000000-LGY9G:1:2109:26354:15746_CONS(1)... at 1:102:2:103/+/99.02%
+32 102nt, >M01687:460:000000000-LGY9G:1:2107:18714:4193_CONS(1)... at 1:102:2:103/+/99.02%
+33 102nt, >M01687:460:000000000-LGY9G:1:2107:4991:15413_CONS(1)... at 1:102:2:103/+/99.02%
+34 102nt, >M01687:460:000000000-LGY9G:1:2106:18403:3566_CONS(1)... at 1:102:2:103/+/99.02%
+35 101nt, >M01687:460:000000000-LGY9G:1:2105:25652:14514_CONS(1)... at 1:101:2:103/+/99.02%
+36 102nt, >M01687:460:000000000-LGY9G:1:2105:17294:17548_CONS(1)... at 1:102:2:103/+/99.02%
+37 102nt, >M01687:460:000000000-LGY9G:1:2105:16416:18383_CONS(1)... at 1:102:2:103/+/99.02%
+38 102nt, >M01687:460:000000000-LGY9G:1:2104:16816:2224_CONS(1)... at 1:102:2:103/+/99.02%
+39 102nt, >M01687:460:000000000-LGY9G:1:2104:8396:11123_CONS(1)... at 1:102:2:103/+/99.02%
+40 102nt, >M01687:460:000000000-LGY9G:1:2104:23444:22582_CONS(1)... at 1:102:2:103/+/99.02%
+41 102nt, >M01687:460:000000000-LGY9G:1:2103:20090:3692_CONS(1)... at 1:102:2:103/+/99.02%
+42 101nt, >M01687:460:000000000-LGY9G:1:2103:27400:16382_CONS(1)... at 1:101:2:103/+/99.02%
+43 102nt, >M01687:460:000000000-LGY9G:1:2102:16475:6014_CONS(1)... at 1:102:2:103/+/99.02%
+44 101nt, >M01687:460:000000000-LGY9G:1:2102:29200:12221_CONS(1)... at 1:101:2:102/+/99.01%
+45 102nt, >M01687:460:000000000-LGY9G:1:2102:19431:18978_CONS(1)... at 1:102:2:103/+/99.02%
+46 102nt, >M01687:460:000000000-LGY9G:1:2117:4840:9907_CONS(1)... at 1:102:2:103/+/99.02%
+47 102nt, >M01687:460:000000000-LGY9G:1:2117:26914:14559_CONS(3)... at 1:102:2:103/+/99.02%
+48 102nt, >M01687:460:000000000-LGY9G:1:2116:5616:4915_CONS(1)... at 1:102:2:103/+/99.02%
+49 102nt, >M01687:460:000000000-LGY9G:1:2116:9447:5913_CONS(1)... at 1:102:2:103/+/99.02%
+50 102nt, >M01687:460:000000000-LGY9G:1:2116:18437:10708_CONS(1)... at 1:102:2:103/+/99.02%
+51 102nt, >M01687:460:000000000-LGY9G:1:2116:25208:17614_CONS(1)... at 1:102:2:103/+/99.02%
+52 102nt, >M01687:460:000000000-LGY9G:1:1119:24680:5178_CONS(1)... at 1:102:2:103/+/99.02%
+53 102nt, >M01687:460:000000000-LGY9G:1:1119:24450:17518_CONS(1)... at 1:102:2:103/+/99.02%
+54 102nt, >M01687:460:000000000-LGY9G:1:1119:6596:23798_CONS(1)... at 1:102:2:103/+/99.02%
+55 102nt, >M01687:460:000000000-LGY9G:1:2101:5236:5032_CONS(1)... at 1:102:2:103/+/99.02%
+56 102nt, >M01687:460:000000000-LGY9G:1:2101:15789:13989_CONS(1)... at 1:102:2:103/+/99.02%
+57 102nt, >M01687:460:000000000-LGY9G:1:2101:17490:22009_CONS(1)... at 1:102:2:103/+/99.02%
+58 102nt, >M01687:460:000000000-LGY9G:1:1115:19382:6125_CONS(1)... at 1:102:2:103/+/99.02%
+59 103nt, >M01687:460:000000000-LGY9G:1:1115:3842:13133_CONS(1)... *
+60 102nt, >M01687:460:000000000-LGY9G:1:1116:16945:2438_CONS(1)... at 1:102:2:103/+/99.02%
+61 102nt, >M01687:460:000000000-LGY9G:1:1114:19911:6189_CONS(1)... at 1:102:2:103/+/99.02%
+62 101nt, >M01687:460:000000000-LGY9G:1:1114:10140:9561_CONS(1)... at 1:101:2:103/+/99.02%
+63 102nt, >M01687:460:000000000-LGY9G:1:1114:9693:13204_CONS(1)... at 1:102:2:103/+/99.02%
+64 102nt, >M01687:460:000000000-LGY9G:1:1114:24479:21529_CONS(1)... at 1:102:2:103/+/98.04%
+65 102nt, >M01687:460:000000000-LGY9G:1:1114:20213:21647_CONS(1)... at 1:102:2:103/+/99.02%
+66 102nt, >M01687:460:000000000-LGY9G:1:1113:11016:6198_CONS(1)... at 1:102:2:103/+/99.02%
+67 101nt, >M01687:460:000000000-LGY9G:1:1111:11748:2238_CONS(1)... at 1:101:2:103/+/99.02%
+68 101nt, >M01687:460:000000000-LGY9G:1:1109:16660:11082_CONS(1)... at 1:101:2:103/+/99.02%
+69 103nt, >M01687:460:000000000-LGY9G:1:1109:3001:16044_CONS(1)... at 1:102:2:103/+/100.00%
+70 102nt, >M01687:460:000000000-LGY9G:1:1109:17582:16054_CONS(1)... at 1:102:2:103/+/99.02%
+71 103nt, >M01687:460:000000000-LGY9G:1:1109:14545:20486_CONS(1)... at 1:102:2:103/+/99.02%
+72 102nt, >M01687:460:000000000-LGY9G:1:1110:22711:2788_CONS(1)... at 1:102:2:103/+/99.02%
+73 102nt, >M01687:460:000000000-LGY9G:1:1107:8711:18468_CONS(1)... at 1:102:2:103/+/99.02%
+74 102nt, >M01687:460:000000000-LGY9G:1:1108:8748:7829_CONS(1)... at 1:102:2:103/+/99.02%
+75 102nt, >M01687:460:000000000-LGY9G:1:1108:15955:11237_CONS(1)... at 1:102:2:103/+/99.02%
+76 102nt, >M01687:460:000000000-LGY9G:1:1108:16720:14715_CONS(1)... at 1:102:2:103/+/99.02%
+77 102nt, >M01687:460:000000000-LGY9G:1:1105:20790:18592_CONS(1)... at 1:102:2:103/+/99.02%
+78 102nt, >M01687:460:000000000-LGY9G:1:1105:19142:23815_CONS(1)... at 1:102:2:103/+/99.02%
+79 103nt, >M01687:460:000000000-LGY9G:1:1105:22541:24400_CONS(1)... at 1:102:2:103/+/100.00%
+80 101nt, >M01687:460:000000000-LGY9G:1:1106:25233:7023_CONS(2)... at 1:101:2:102/+/100.00%
+81 102nt, >M01687:460:000000000-LGY9G:1:1106:4619:9137_CONS(1)... at 1:102:2:103/+/99.02%
+82 102nt, >M01687:460:000000000-LGY9G:1:1103:28852:12781_CONS(1)... at 1:102:2:103/+/99.02%
+83 102nt, >M01687:460:000000000-LGY9G:1:1103:21786:14332_CONS(1)... at 1:102:2:103/+/99.02%
+84 102nt, >M01687:460:000000000-LGY9G:1:1104:6856:8424_CONS(1)... at 1:102:2:103/+/99.02%
+85 102nt, >M01687:460:000000000-LGY9G:1:1104:16848:23143_CONS(1)... at 2:102:3:103/+/100.00%
+86 102nt, >M01687:460:000000000-LGY9G:1:1118:11354:21539_CONS(1)... at 1:102:2:103/+/99.02%
+87 102nt, >M01687:460:000000000-LGY9G:1:2118:21265:9394_CONS(1)... at 3:102:4:103/+/100.00%
+88 102nt, >M01687:460:000000000-LGY9G:1:2119:23135:2175_CONS(1)... at 1:102:2:103/+/99.02%
+89 101nt, >M01687:460:000000000-LGY9G:1:2119:16334:17635_CONS(1)... at 4:101:6:103/+/100.00%
+>Cluster 2
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:13587:2011_CONS(894)... at 1:94:1:95/+/98.95%
+1 94nt, >M01687:460:000000000-LGY9G:1:1101:21348:7311_CONS(3)... at 1:94:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:1101:5465:7459_CONS(21)... at 1:94:1:95/+/97.89%
+3 94nt, >M01687:460:000000000-LGY9G:1:1101:20902:10497_CONS(1)... at 1:94:1:95/+/97.89%
+4 94nt, >M01687:460:000000000-LGY9G:1:1101:7211:13643_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:1102:11968:4326_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:1102:17848:7686_CONS(2)... at 1:94:1:95/+/97.89%
+7 93nt, >M01687:460:000000000-LGY9G:1:1102:23030:12021_CONS(1)... at 3:93:4:95/+/98.91%
+8 94nt, >M01687:460:000000000-LGY9G:1:1102:17249:12464_CONS(1)... at 1:94:1:95/+/97.89%
+9 94nt, >M01687:460:000000000-LGY9G:1:1102:5689:19450_CONS(1)... at 1:94:1:95/+/97.89%
+10 93nt, >M01687:460:000000000-LGY9G:1:1102:21698:22737_CONS(1)... at 1:93:1:95/+/97.89%
+11 94nt, >M01687:460:000000000-LGY9G:1:2114:24781:5536_CONS(1)... at 1:94:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2114:26256:9794_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:2114:27846:14908_CONS(1)... at 1:94:1:95/+/97.89%
+14 94nt, >M01687:460:000000000-LGY9G:1:2115:9218:11641_CONS(1)... at 1:94:1:95/+/97.89%
+15 94nt, >M01687:460:000000000-LGY9G:1:2115:10150:15392_CONS(1)... at 1:94:1:95/+/97.89%
+16 87nt, >M01687:460:000000000-LGY9G:1:2112:27080:5681_CONS(1)... at 1:87:1:88/+/98.86%
+17 94nt, >M01687:460:000000000-LGY9G:1:2112:10701:6811_CONS(1)... at 1:94:1:95/+/97.89%
+18 95nt, >M01687:460:000000000-LGY9G:1:2112:29225:11593_CONS(1)... *
+19 94nt, >M01687:460:000000000-LGY9G:1:2113:5823:17174_CONS(1)... at 1:94:1:95/+/97.89%
+20 94nt, >M01687:460:000000000-LGY9G:1:2113:24546:22824_CONS(1)... at 1:94:1:95/+/97.89%
+21 94nt, >M01687:460:000000000-LGY9G:1:2110:26195:7516_CONS(1)... at 1:94:1:95/+/97.89%
+22 94nt, >M01687:460:000000000-LGY9G:1:2111:22366:12643_CONS(1)... at 1:94:1:95/+/97.89%
+23 94nt, >M01687:460:000000000-LGY9G:1:2111:15821:13028_CONS(1)... at 1:94:1:95/+/97.89%
+24 94nt, >M01687:460:000000000-LGY9G:1:2111:13985:17644_CONS(6)... at 1:94:1:95/+/97.89%
+25 94nt, >M01687:460:000000000-LGY9G:1:2108:20275:3724_CONS(1)... at 1:94:1:95/+/97.89%
+26 94nt, >M01687:460:000000000-LGY9G:1:2108:25848:14650_CONS(1)... at 1:94:1:95/+/97.89%
+27 94nt, >M01687:460:000000000-LGY9G:1:2109:18739:2954_CONS(1)... at 1:94:1:95/+/97.89%
+28 94nt, >M01687:460:000000000-LGY9G:1:2109:15215:3036_CONS(1)... at 1:94:1:95/+/97.89%
+29 94nt, >M01687:460:000000000-LGY9G:1:2109:22421:8974_CONS(1)... at 1:94:1:95/+/97.89%
+30 94nt, >M01687:460:000000000-LGY9G:1:2109:13053:13414_CONS(2)... at 1:94:1:95/+/97.89%
+31 93nt, >M01687:460:000000000-LGY9G:1:2107:15531:5155_CONS(1)... at 1:93:1:94/+/98.94%
+32 94nt, >M01687:460:000000000-LGY9G:1:2106:20274:23100_CONS(1)... at 1:94:1:95/+/97.89%
+33 94nt, >M01687:460:000000000-LGY9G:1:2105:23886:17233_CONS(1)... at 1:94:1:95/+/97.89%
+34 94nt, >M01687:460:000000000-LGY9G:1:2104:22329:8833_CONS(1)... at 1:94:1:95/+/97.89%
+35 94nt, >M01687:460:000000000-LGY9G:1:2104:28219:9026_CONS(1)... at 1:94:1:95/+/97.89%
+36 94nt, >M01687:460:000000000-LGY9G:1:2104:21974:11606_CONS(1)... at 1:94:1:95/+/97.89%
+37 94nt, >M01687:460:000000000-LGY9G:1:2103:12471:10470_CONS(1)... at 1:94:1:95/+/97.89%
+38 94nt, >M01687:460:000000000-LGY9G:1:2116:5728:6744_CONS(1)... at 1:94:1:95/+/97.89%
+39 94nt, >M01687:460:000000000-LGY9G:1:2116:18798:10467_CONS(1)... at 1:94:1:95/+/97.89%
+40 94nt, >M01687:460:000000000-LGY9G:1:2101:23506:4360_CONS(1)... at 1:94:1:95/+/97.89%
+41 94nt, >M01687:460:000000000-LGY9G:1:2101:23454:14207_CONS(1)... at 1:94:1:95/+/97.89%
+42 94nt, >M01687:460:000000000-LGY9G:1:2101:13624:23922_CONS(1)... at 3:94:3:95/+/98.92%
+43 93nt, >M01687:460:000000000-LGY9G:1:1116:8328:17023_CONS(1)... at 1:93:2:95/+/98.94%
+44 94nt, >M01687:460:000000000-LGY9G:1:1114:11793:6791_CONS(1)... at 1:94:1:95/+/97.89%
+45 94nt, >M01687:460:000000000-LGY9G:1:1114:6098:15735_CONS(1)... at 1:94:1:95/+/97.89%
+46 94nt, >M01687:460:000000000-LGY9G:1:1114:12422:23139_CONS(1)... at 1:94:1:95/+/97.89%
+47 94nt, >M01687:460:000000000-LGY9G:1:1113:12092:6693_CONS(1)... at 1:94:1:95/+/97.89%
+48 94nt, >M01687:460:000000000-LGY9G:1:1111:15354:5259_CONS(1)... at 1:94:1:95/+/97.89%
+49 94nt, >M01687:460:000000000-LGY9G:1:1111:5901:13592_CONS(1)... at 1:93:1:94/+/98.94%
+50 94nt, >M01687:460:000000000-LGY9G:1:1111:25032:17902_CONS(1)... at 3:94:3:95/+/98.92%
+51 94nt, >M01687:460:000000000-LGY9G:1:1112:5605:9642_CONS(1)... at 1:94:1:95/+/97.89%
+52 94nt, >M01687:460:000000000-LGY9G:1:1112:14100:23058_CONS(1)... at 1:94:1:95/+/97.89%
+53 94nt, >M01687:460:000000000-LGY9G:1:1110:27351:11855_CONS(1)... at 1:94:1:95/+/97.89%
+54 94nt, >M01687:460:000000000-LGY9G:1:1107:14598:14035_CONS(1)... at 1:94:1:95/+/97.89%
+55 94nt, >M01687:460:000000000-LGY9G:1:1107:4028:17136_CONS(1)... at 1:94:1:95/+/97.89%
+56 94nt, >M01687:460:000000000-LGY9G:1:1108:13700:5338_CONS(1)... at 1:94:1:95/+/97.89%
+57 94nt, >M01687:460:000000000-LGY9G:1:1108:4993:7845_CONS(1)... at 1:94:1:95/+/97.89%
+58 94nt, >M01687:460:000000000-LGY9G:1:1105:26212:11101_CONS(1)... at 1:94:1:95/+/97.89%
+59 94nt, >M01687:460:000000000-LGY9G:1:1103:25654:21751_CONS(1)... at 1:94:1:95/+/97.89%
+60 94nt, >M01687:460:000000000-LGY9G:1:1104:28459:18834_CONS(1)... at 1:94:1:95/+/97.89%
+61 94nt, >M01687:460:000000000-LGY9G:1:1104:22314:21982_CONS(1)... at 1:94:1:95/+/97.89%
+62 94nt, >M01687:460:000000000-LGY9G:1:1104:22202:23301_CONS(1)... at 1:94:1:95/+/97.89%
+63 94nt, >M01687:460:000000000-LGY9G:1:1118:19066:11053_CONS(1)... at 1:94:1:95/+/97.89%
+64 94nt, >M01687:460:000000000-LGY9G:1:1118:22348:22182_CONS(1)... at 1:94:1:95/+/97.89%
+65 94nt, >M01687:460:000000000-LGY9G:1:2118:26639:14772_CONS(1)... at 1:94:1:95/+/97.89%
+66 94nt, >M01687:460:000000000-LGY9G:1:2118:19664:16137_CONS(1)... at 1:94:1:95/+/97.89%
+67 93nt, >M01687:460:000000000-LGY9G:1:2118:3752:18904_CONS(1)... at 1:93:1:95/+/97.89%
+>Cluster 3
+0 85nt, >M01687:460:000000000-LGY9G:1:1101:7884:3115_CONS(830)... at 1:85:1:85/+/100.00%
+1 84nt, >M01687:460:000000000-LGY9G:1:1101:24990:14230_CONS(1)... at 1:84:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:1102:27466:14629_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2114:4300:6387_CONS(1)... at 1:85:1:85/+/98.82%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:21619:6303_CONS(1)... at 1:85:1:85/+/98.82%
+5 84nt, >M01687:460:000000000-LGY9G:1:2115:21344:10367_CONS(1)... at 1:84:1:84/+/100.00%
+6 85nt, >M01687:460:000000000-LGY9G:1:2112:4496:12270_CONS(2)... at 1:85:1:85/+/98.82%
+7 85nt, >M01687:460:000000000-LGY9G:1:2112:28684:16134_CONS(1)... at 1:85:1:85/+/98.82%
+8 85nt, >M01687:460:000000000-LGY9G:1:2113:14159:6085_CONS(1)... at 1:85:1:85/+/98.82%
+9 85nt, >M01687:460:000000000-LGY9G:1:2113:19376:9432_CONS(1)... at 1:85:1:85/+/98.82%
+10 85nt, >M01687:460:000000000-LGY9G:1:2113:18209:10891_CONS(1)... at 1:85:1:85/+/98.82%
+11 85nt, >M01687:460:000000000-LGY9G:1:2110:12587:12216_CONS(1)... at 1:85:1:85/+/98.82%
+12 85nt, >M01687:460:000000000-LGY9G:1:2110:24701:14309_CONS(1)... at 1:85:1:85/+/98.82%
+13 85nt, >M01687:460:000000000-LGY9G:1:2111:21424:8766_CONS(1)... at 1:85:1:85/+/98.82%
+14 85nt, >M01687:460:000000000-LGY9G:1:2111:13019:11327_CONS(1)... at 1:85:1:85/+/97.65%
+15 85nt, >M01687:460:000000000-LGY9G:1:2111:27241:18632_CONS(1)... at 1:85:1:85/+/98.82%
+16 85nt, >M01687:460:000000000-LGY9G:1:2111:16157:19106_CONS(1)... at 1:85:1:85/+/98.82%
+17 84nt, >M01687:460:000000000-LGY9G:1:2108:24679:9443_CONS(11)... at 1:84:1:85/+/98.82%
+18 86nt, >M01687:460:000000000-LGY9G:1:2108:5239:16801_CONS(1)... at 1:86:1:85/+/98.84%
+19 85nt, >M01687:460:000000000-LGY9G:1:2108:28138:19079_CONS(1)... at 1:85:1:85/+/98.82%
+20 85nt, >M01687:460:000000000-LGY9G:1:2108:21470:24139_CONS(1)... at 1:85:1:85/+/98.82%
+21 85nt, >M01687:460:000000000-LGY9G:1:2109:23016:8959_CONS(1)... at 1:85:1:85/+/98.82%
+22 85nt, >M01687:460:000000000-LGY9G:1:2109:5131:11092_CONS(1)... at 1:85:1:85/+/98.82%
+23 85nt, >M01687:460:000000000-LGY9G:1:2106:2125:15808_CONS(1)... at 1:85:1:85/+/98.82%
+24 84nt, >M01687:460:000000000-LGY9G:1:2104:25279:11733_CONS(1)... at 1:84:1:85/+/97.65%
+25 85nt, >M01687:460:000000000-LGY9G:1:2103:23207:3510_CONS(1)... at 1:85:1:85/+/98.82%
+26 85nt, >M01687:460:000000000-LGY9G:1:2103:12839:8311_CONS(1)... at 1:85:1:85/+/98.82%
+27 85nt, >M01687:460:000000000-LGY9G:1:2103:11975:15061_CONS(1)... at 1:85:1:85/+/97.65%
+28 85nt, >M01687:460:000000000-LGY9G:1:2103:10656:23254_CONS(1)... at 1:85:1:85/+/98.82%
+29 85nt, >M01687:460:000000000-LGY9G:1:2117:10007:8955_CONS(1)... at 1:85:1:85/+/98.82%
+30 85nt, >M01687:460:000000000-LGY9G:1:2116:8606:2957_CONS(2)... at 1:85:1:85/+/98.82%
+31 85nt, >M01687:460:000000000-LGY9G:1:2116:11526:12229_CONS(1)... at 1:85:1:85/+/98.82%
+32 85nt, >M01687:460:000000000-LGY9G:1:2116:21243:15331_CONS(1)... at 1:85:1:85/+/98.82%
+33 85nt, >M01687:460:000000000-LGY9G:1:1119:24944:2735_CONS(1)... at 1:85:1:85/+/97.65%
+34 85nt, >M01687:460:000000000-LGY9G:1:1119:16446:19480_CONS(1)... at 1:85:1:85/+/98.82%
+35 85nt, >M01687:460:000000000-LGY9G:1:2101:10016:17544_CONS(1)... at 1:85:1:85/+/97.65%
+36 84nt, >M01687:460:000000000-LGY9G:1:2101:24333:21311_CONS(1)... at 1:84:1:85/+/98.82%
+37 85nt, >M01687:460:000000000-LGY9G:1:1115:18806:6091_CONS(1)... at 1:85:1:85/+/98.82%
+38 85nt, >M01687:460:000000000-LGY9G:1:1115:10028:9656_CONS(1)... at 1:85:1:85/+/98.82%
+39 86nt, >M01687:460:000000000-LGY9G:1:1115:14245:19225_CONS(1)... at 1:86:1:85/+/97.67%
+40 85nt, >M01687:460:000000000-LGY9G:1:1116:16099:11888_CONS(1)... at 1:85:1:85/+/98.82%
+41 85nt, >M01687:460:000000000-LGY9G:1:1116:8457:13092_CONS(1)... at 1:85:1:85/+/98.82%
+42 85nt, >M01687:460:000000000-LGY9G:1:1114:23605:16991_CONS(1)... at 1:85:1:85/+/98.82%
+43 85nt, >M01687:460:000000000-LGY9G:1:1114:23215:20498_CONS(1)... at 1:84:1:84/+/100.00%
+44 85nt, >M01687:460:000000000-LGY9G:1:1113:5669:8200_CONS(1)... at 1:85:1:85/+/98.82%
+45 85nt, >M01687:460:000000000-LGY9G:1:1111:25955:12878_CONS(1)... at 1:85:1:85/+/98.82%
+46 85nt, >M01687:460:000000000-LGY9G:1:1112:16792:20930_CONS(1)... at 1:85:1:85/+/98.82%
+47 85nt, >M01687:460:000000000-LGY9G:1:1110:3764:9904_CONS(1)... at 1:85:1:85/+/98.82%
+48 85nt, >M01687:460:000000000-LGY9G:1:1110:21260:10524_CONS(1)... at 1:85:1:85/+/98.82%
+49 85nt, >M01687:460:000000000-LGY9G:1:1105:7850:12972_CONS(1)... at 1:85:1:85/+/98.82%
+50 85nt, >M01687:460:000000000-LGY9G:1:1105:24827:14415_CONS(1)... at 1:85:1:85/+/98.82%
+51 85nt, >M01687:460:000000000-LGY9G:1:1105:11570:15477_CONS(1)... at 1:85:1:85/+/98.82%
+52 85nt, >M01687:460:000000000-LGY9G:1:1105:18728:16324_CONS(1)... at 1:85:1:85/+/98.82%
+53 85nt, >M01687:460:000000000-LGY9G:1:1105:22199:23464_CONS(1)... at 1:85:1:85/+/98.82%
+54 87nt, >M01687:460:000000000-LGY9G:1:1106:27341:16589_CONS(1)... at 1:87:1:85/+/97.70%
+55 93nt, >M01687:460:000000000-LGY9G:1:1106:16896:24720_CONS(1)... *
+56 85nt, >M01687:460:000000000-LGY9G:1:1103:15515:16881_CONS(1)... at 1:85:1:85/+/98.82%
+57 86nt, >M01687:460:000000000-LGY9G:1:1104:25610:14493_CONS(1)... at 1:86:1:85/+/98.84%
+58 85nt, >M01687:460:000000000-LGY9G:1:1104:22406:20316_CONS(1)... at 1:85:1:85/+/98.82%
+59 85nt, >M01687:460:000000000-LGY9G:1:1117:29341:15941_CONS(1)... at 1:85:1:85/+/98.82%
+60 86nt, >M01687:460:000000000-LGY9G:1:2119:4327:14932_CONS(1)... at 1:86:1:85/+/97.67%
+61 86nt, >M01687:460:000000000-LGY9G:1:2119:11800:23436_CONS(1)... at 1:86:1:85/+/98.84%
+>Cluster 4
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:10419:2446_CONS(1)... at 1:65:1:65/+/98.46%
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:6263:3981_CONS(981)... at 1:65:1:65/+/100.00%
+2 65nt, >M01687:460:000000000-LGY9G:1:1102:15649:19668_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:2115:8727:10365_CONS(1)... at 1:65:1:65/+/98.46%
+4 63nt, >M01687:460:000000000-LGY9G:1:2115:5076:11074_CONS(1)... at 1:63:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2115:13226:19534_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:2115:10854:24496_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:2112:12338:15654_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:2112:14122:18647_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:2113:13640:21027_CONS(1)... at 1:65:1:65/+/98.46%
+10 65nt, >M01687:460:000000000-LGY9G:1:2111:29623:13241_CONS(1)... at 1:65:1:65/+/98.46%
+11 65nt, >M01687:460:000000000-LGY9G:1:2108:2686:16771_CONS(1)... at 1:65:1:65/+/98.46%
+12 65nt, >M01687:460:000000000-LGY9G:1:2108:19021:18945_CONS(1)... at 1:65:1:65/+/98.46%
+13 65nt, >M01687:460:000000000-LGY9G:1:2108:11374:24120_CONS(1)... at 1:65:1:65/+/98.46%
+14 65nt, >M01687:460:000000000-LGY9G:1:2109:13896:13015_CONS(1)... at 1:64:1:64/+/100.00%
+15 65nt, >M01687:460:000000000-LGY9G:1:2109:10497:19650_CONS(1)... at 1:65:1:65/+/98.46%
+16 65nt, >M01687:460:000000000-LGY9G:1:2107:19368:8096_CONS(2)... at 1:65:1:65/+/98.46%
+17 65nt, >M01687:460:000000000-LGY9G:1:2107:7842:11676_CONS(3)... at 1:65:1:65/+/98.46%
+18 65nt, >M01687:460:000000000-LGY9G:1:2106:12163:4892_CONS(1)... at 1:65:1:65/+/98.46%
+19 65nt, >M01687:460:000000000-LGY9G:1:2104:26190:7839_CONS(1)... at 1:65:1:65/+/98.46%
+20 64nt, >M01687:460:000000000-LGY9G:1:2104:24736:10807_CONS(1)... at 1:64:1:65/+/98.46%
+21 65nt, >M01687:460:000000000-LGY9G:1:2117:5860:7142_CONS(1)... at 1:65:1:65/+/98.46%
+22 65nt, >M01687:460:000000000-LGY9G:1:2117:13065:20844_CONS(1)... at 1:65:1:65/+/98.46%
+23 65nt, >M01687:460:000000000-LGY9G:1:2101:16758:13667_CONS(1)... at 1:65:1:65/+/98.46%
+24 65nt, >M01687:460:000000000-LGY9G:1:2101:3657:18724_CONS(1)... at 1:65:1:65/+/98.46%
+25 64nt, >M01687:460:000000000-LGY9G:1:1115:20196:13172_CONS(1)... at 1:64:1:64/+/100.00%
+26 65nt, >M01687:460:000000000-LGY9G:1:1115:15227:19567_CONS(1)... at 1:65:1:65/+/98.46%
+27 65nt, >M01687:460:000000000-LGY9G:1:1116:7298:10608_CONS(1)... at 1:65:1:65/+/98.46%
+28 65nt, >M01687:460:000000000-LGY9G:1:1113:22559:5741_CONS(1)... at 1:65:1:65/+/98.46%
+29 65nt, >M01687:460:000000000-LGY9G:1:1113:6977:9598_CONS(1)... at 1:65:1:65/+/98.46%
+30 64nt, >M01687:460:000000000-LGY9G:1:1113:25985:15916_CONS(1)... at 1:64:1:65/+/98.46%
+31 65nt, >M01687:460:000000000-LGY9G:1:1112:19616:16759_CONS(1)... at 1:65:1:65/+/98.46%
+32 65nt, >M01687:460:000000000-LGY9G:1:1110:9084:9196_CONS(1)... at 1:65:1:65/+/98.46%
+33 65nt, >M01687:460:000000000-LGY9G:1:1107:2080:12095_CONS(1)... at 1:65:1:65/+/98.46%
+34 64nt, >M01687:460:000000000-LGY9G:1:1105:20161:17374_CONS(1)... at 1:64:1:65/+/98.46%
+35 65nt, >M01687:460:000000000-LGY9G:1:1105:11294:17623_CONS(1)... at 1:65:1:65/+/98.46%
+36 65nt, >M01687:460:000000000-LGY9G:1:1106:23963:5313_CONS(1)... at 1:65:1:65/+/98.46%
+37 65nt, >M01687:460:000000000-LGY9G:1:1104:26043:9472_CONS(1)... at 1:65:1:65/+/98.46%
+38 64nt, >M01687:460:000000000-LGY9G:1:1104:8108:20109_CONS(1)... at 1:64:1:65/+/98.46%
+39 64nt, >M01687:460:000000000-LGY9G:1:1117:8326:22357_CONS(1)... at 1:64:1:65/+/98.46%
+40 65nt, >M01687:460:000000000-LGY9G:1:1118:14991:16624_CONS(1)... at 1:65:1:65/+/98.46%
+41 66nt, >M01687:460:000000000-LGY9G:1:2119:9718:9573_CONS(1)... *
+>Cluster 5
+0 41nt, >M01687:460:000000000-LGY9G:1:1101:17337:2034_CONS(48)... at 1:41:1:41/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:1101:27538:7048_CONS(1)... at 1:40:1:40/+/97.50%
+2 40nt, >M01687:460:000000000-LGY9G:1:1101:15605:8370_CONS(1)... at 1:40:1:40/+/97.50%
+3 39nt, >M01687:460:000000000-LGY9G:1:1101:14576:9339_CONS(15)... at 1:39:1:39/+/100.00%
+4 37nt, >M01687:460:000000000-LGY9G:1:1101:22315:11421_CONS(24)... at 1:37:1:37/+/100.00%
+5 43nt, >M01687:460:000000000-LGY9G:1:1101:23857:16453_CONS(39)... at 1:43:1:43/+/100.00%
+6 38nt, >M01687:460:000000000-LGY9G:1:1102:4757:11000_CONS(26)... at 1:38:1:38/+/100.00%
+7 44nt, >M01687:460:000000000-LGY9G:1:1102:6485:12826_CONS(30)... at 1:44:1:44/+/100.00%
+8 42nt, >M01687:460:000000000-LGY9G:1:2114:9949:4053_CONS(36)... at 1:42:1:42/+/100.00%
+9 38nt, >M01687:460:000000000-LGY9G:1:2114:9168:13695_CONS(1)... at 1:38:1:38/+/97.37%
+10 45nt, >M01687:460:000000000-LGY9G:1:2115:22091:13703_CONS(15)... at 1:45:1:45/+/100.00%
+11 41nt, >M01687:460:000000000-LGY9G:1:2112:12883:6780_CONS(1)... at 1:41:1:41/+/97.56%
+12 40nt, >M01687:460:000000000-LGY9G:1:2113:14086:3455_CONS(16)... at 1:40:1:40/+/100.00%
+13 46nt, >M01687:460:000000000-LGY9G:1:2113:22228:4655_CONS(6)... at 1:45:1:45/+/100.00%
+14 44nt, >M01687:460:000000000-LGY9G:1:2113:2043:15945_CONS(1)... at 1:44:1:44/+/97.73%
+15 36nt, >M01687:460:000000000-LGY9G:1:2110:14242:22162_CONS(11)... at 1:36:1:36/+/100.00%
+16 42nt, >M01687:460:000000000-LGY9G:1:2108:21101:3013_CONS(1)... at 1:42:1:42/+/97.62%
+17 38nt, >M01687:460:000000000-LGY9G:1:2107:4246:6143_CONS(1)... at 1:38:1:38/+/97.37%
+18 45nt, >M01687:460:000000000-LGY9G:1:2107:5475:21988_CONS(1)... at 1:45:1:45/+/97.78%
+19 42nt, >M01687:460:000000000-LGY9G:1:2106:15648:4407_CONS(1)... at 1:42:1:42/+/97.62%
+20 42nt, >M01687:460:000000000-LGY9G:1:2106:4615:14513_CONS(1)... at 1:42:1:42/+/97.62%
+21 42nt, >M01687:460:000000000-LGY9G:1:2106:26850:15419_CONS(1)... at 1:42:1:42/+/97.62%
+22 36nt, >M01687:460:000000000-LGY9G:1:1119:13282:10463_CONS(1)... at 1:36:1:36/+/97.22%
+23 41nt, >M01687:460:000000000-LGY9G:1:2101:20641:11921_CONS(1)... at 1:41:1:41/+/97.56%
+24 39nt, >M01687:460:000000000-LGY9G:1:1116:29614:14790_CONS(1)... at 1:39:1:39/+/97.44%
+25 44nt, >M01687:460:000000000-LGY9G:1:1113:5071:14868_CONS(1)... at 1:44:1:44/+/97.73%
+26 43nt, >M01687:460:000000000-LGY9G:1:1111:13779:6297_CONS(1)... at 1:43:1:43/+/97.67%
+27 42nt, >M01687:460:000000000-LGY9G:1:1111:12808:14208_CONS(1)... at 1:42:1:42/+/97.62%
+28 47nt, >M01687:460:000000000-LGY9G:1:1112:23216:18973_CONS(1)... *
+29 44nt, >M01687:460:000000000-LGY9G:1:1109:7184:16992_CONS(1)... at 1:44:1:44/+/97.73%
+30 42nt, >M01687:460:000000000-LGY9G:1:1108:10371:3338_CONS(1)... at 2:42:2:42/+/97.56%
+31 41nt, >M01687:460:000000000-LGY9G:1:1108:28548:16378_CONS(1)... at 1:41:1:41/+/97.56%
+32 44nt, >M01687:460:000000000-LGY9G:1:1105:9341:6273_CONS(1)... at 1:44:1:44/+/97.73%
+33 41nt, >M01687:460:000000000-LGY9G:1:1105:8599:6421_CONS(1)... at 1:41:1:41/+/97.56%
+34 39nt, >M01687:460:000000000-LGY9G:1:1104:26579:13572_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 6
+0 86nt, >M01687:460:000000000-LGY9G:1:1101:18143:5415_CONS(512)... at 1:86:1:87/+/98.85%
+1 86nt, >M01687:460:000000000-LGY9G:1:1102:22485:3117_CONS(1)... at 1:85:1:86/+/98.84%
+2 86nt, >M01687:460:000000000-LGY9G:1:1102:27046:8310_CONS(1)... at 1:86:1:87/+/97.70%
+3 86nt, >M01687:460:000000000-LGY9G:1:2114:5177:7573_CONS(1)... at 1:86:1:87/+/97.70%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:1808:11682_CONS(4)... at 1:85:1:87/+/97.70%
+5 87nt, >M01687:460:000000000-LGY9G:1:2113:27676:16852_CONS(1)... *
+6 85nt, >M01687:460:000000000-LGY9G:1:2108:14790:12049_CONS(12)... at 1:85:1:87/+/97.70%
+7 85nt, >M01687:460:000000000-LGY9G:1:2108:9374:20696_CONS(1)... at 1:85:2:87/+/97.67%
+8 86nt, >M01687:460:000000000-LGY9G:1:2109:23765:22412_CONS(1)... at 1:86:1:87/+/97.70%
+9 86nt, >M01687:460:000000000-LGY9G:1:2102:20525:8663_CONS(1)... at 1:86:1:87/+/97.70%
+10 86nt, >M01687:460:000000000-LGY9G:1:2102:28243:13289_CONS(1)... at 1:86:1:87/+/97.70%
+11 86nt, >M01687:460:000000000-LGY9G:1:2116:22568:4096_CONS(1)... at 1:86:1:87/+/97.70%
+12 87nt, >M01687:460:000000000-LGY9G:1:2116:7845:11812_CONS(1)... at 1:87:1:87/+/97.73%
+13 86nt, >M01687:460:000000000-LGY9G:1:2101:23563:12755_CONS(1)... at 1:86:1:87/+/97.70%
+14 86nt, >M01687:460:000000000-LGY9G:1:2101:4941:18069_CONS(1)... at 1:86:1:87/+/97.70%
+15 86nt, >M01687:460:000000000-LGY9G:1:1115:9693:17289_CONS(1)... at 1:86:1:87/+/97.70%
+16 85nt, >M01687:460:000000000-LGY9G:1:1115:13182:22348_CONS(1)... at 1:85:1:87/+/97.70%
+17 86nt, >M01687:460:000000000-LGY9G:1:1116:26736:10448_CONS(1)... at 1:86:1:87/+/97.70%
+18 87nt, >M01687:460:000000000-LGY9G:1:1116:9622:14812_CONS(1)... at 1:87:1:87/+/97.73%
+19 86nt, >M01687:460:000000000-LGY9G:1:1114:12075:9078_CONS(1)... at 1:86:1:87/+/97.70%
+20 86nt, >M01687:460:000000000-LGY9G:1:1114:24596:13900_CONS(1)... at 1:86:1:87/+/97.70%
+21 86nt, >M01687:460:000000000-LGY9G:1:1113:9645:20488_CONS(1)... at 1:86:1:87/+/97.70%
+22 86nt, >M01687:460:000000000-LGY9G:1:1111:25766:18342_CONS(1)... at 1:86:1:87/+/97.70%
+23 86nt, >M01687:460:000000000-LGY9G:1:1109:14772:13579_CONS(1)... at 1:86:1:87/+/97.70%
+24 86nt, >M01687:460:000000000-LGY9G:1:1110:22439:7351_CONS(1)... at 1:86:1:87/+/97.70%
+25 86nt, >M01687:460:000000000-LGY9G:1:1105:24635:3603_CONS(1)... at 1:86:1:87/+/97.70%
+26 86nt, >M01687:460:000000000-LGY9G:1:1106:3130:7713_CONS(1)... at 1:86:1:87/+/97.70%
+27 86nt, >M01687:460:000000000-LGY9G:1:1106:7678:16244_CONS(1)... at 1:86:1:87/+/97.70%
+28 86nt, >M01687:460:000000000-LGY9G:1:1104:11566:11211_CONS(1)... at 1:86:1:87/+/97.70%
+29 87nt, >M01687:460:000000000-LGY9G:1:1118:15345:10535_CONS(1)... at 1:87:1:87/+/97.73%
+30 87nt, >M01687:460:000000000-LGY9G:1:2118:22232:20803_CONS(1)... at 1:87:1:87/+/97.73%
+>Cluster 7
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:23490:6088_CONS(368)... at 1:98:1:100/+/98.00%
+1 99nt, >M01687:460:000000000-LGY9G:1:1102:7059:6338_CONS(20)... at 1:99:1:100/+/99.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:1102:8132:15192_CONS(1)... at 1:98:1:100/+/97.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:20773:1836_CONS(1)... *
+4 98nt, >M01687:460:000000000-LGY9G:1:2112:9690:3542_CONS(1)... at 1:98:1:100/+/98.00%
+5 98nt, >M01687:460:000000000-LGY9G:1:2113:24784:7182_CONS(1)... at 1:98:1:100/+/97.00%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:19348:15817_CONS(11)... at 1:97:1:100/+/97.00%
+7 97nt, >M01687:460:000000000-LGY9G:1:2108:27904:6574_CONS(1)... at 1:97:1:100/+/97.00%
+8 98nt, >M01687:460:000000000-LGY9G:1:2105:15195:14364_CONS(1)... at 1:98:1:100/+/97.00%
+9 97nt, >M01687:460:000000000-LGY9G:1:2103:9519:5494_CONS(1)... at 1:97:1:100/+/97.00%
+10 98nt, >M01687:460:000000000-LGY9G:1:2103:18561:8582_CONS(1)... at 1:98:1:100/+/97.00%
+11 98nt, >M01687:460:000000000-LGY9G:1:2102:2576:12717_CONS(1)... at 1:98:1:100/+/97.00%
+12 98nt, >M01687:460:000000000-LGY9G:1:2117:6778:12077_CONS(1)... at 1:98:1:100/+/97.00%
+13 98nt, >M01687:460:000000000-LGY9G:1:2101:3693:12319_CONS(1)... at 1:98:1:100/+/97.00%
+14 98nt, >M01687:460:000000000-LGY9G:1:2101:21184:13472_CONS(1)... at 1:98:1:100/+/97.00%
+15 98nt, >M01687:460:000000000-LGY9G:1:2101:19850:13713_CONS(1)... at 1:98:1:100/+/97.00%
+16 98nt, >M01687:460:000000000-LGY9G:1:2101:12712:25072_CONS(1)... at 1:98:1:100/+/97.00%
+17 98nt, >M01687:460:000000000-LGY9G:1:1115:17656:5151_CONS(1)... at 1:98:1:100/+/97.00%
+18 98nt, >M01687:460:000000000-LGY9G:1:1116:23968:17863_CONS(1)... at 1:98:1:100/+/97.00%
+19 98nt, >M01687:460:000000000-LGY9G:1:1113:17265:7573_CONS(1)... at 1:98:1:100/+/97.00%
+20 98nt, >M01687:460:000000000-LGY9G:1:1111:25694:16214_CONS(1)... at 1:98:1:100/+/97.00%
+21 98nt, >M01687:460:000000000-LGY9G:1:1106:5801:10393_CONS(1)... at 1:98:1:100/+/97.00%
+22 97nt, >M01687:460:000000000-LGY9G:1:1118:24467:17835_CONS(1)... at 1:97:1:100/+/97.00%
+23 98nt, >M01687:460:000000000-LGY9G:1:1118:24894:21155_CONS(1)... at 1:98:1:100/+/97.00%
+24 99nt, >M01687:460:000000000-LGY9G:1:2118:2557:17878_CONS(1)... at 1:99:1:100/+/98.00%
+25 98nt, >M01687:460:000000000-LGY9G:1:2119:7225:16059_CONS(1)... at 1:98:1:100/+/97.00%
+26 98nt, >M01687:460:000000000-LGY9G:1:2119:10889:18766_CONS(1)... at 1:98:1:100/+/97.00%
+>Cluster 8
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20539:2360_CONS(8)... at 1:56:1:56/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:6452:6809_CONS(17)... at 1:57:1:57/+/100.00%
+2 59nt, >M01687:460:000000000-LGY9G:1:1101:17786:15559_CONS(1)... at 1:59:1:59/+/100.00%
+3 59nt, >M01687:460:000000000-LGY9G:1:1102:28220:14094_CONS(1)... at 1:59:1:59/+/98.31%
+4 55nt, >M01687:460:000000000-LGY9G:1:2114:8290:7057_CONS(13)... at 1:55:1:55/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2114:12740:15741_CONS(2)... at 1:62:1:62/+/100.00%
+6 66nt, >M01687:460:000000000-LGY9G:1:2115:22614:18451_CONS(3)... at 1:66:1:66/+/100.00%
+7 60nt, >M01687:460:000000000-LGY9G:1:2115:20448:23339_CONS(4)... at 1:60:1:60/+/100.00%
+8 53nt, >M01687:460:000000000-LGY9G:1:2113:9201:2969_CONS(4)... at 1:53:1:53/+/100.00%
+9 67nt, >M01687:460:000000000-LGY9G:1:2113:13782:6254_CONS(1)... at 1:66:1:66/+/100.00%
+10 61nt, >M01687:460:000000000-LGY9G:1:2110:27006:8426_CONS(2)... at 1:61:1:61/+/100.00%
+11 54nt, >M01687:460:000000000-LGY9G:1:2110:18753:23153_CONS(9)... at 1:54:1:54/+/100.00%
+12 58nt, >M01687:460:000000000-LGY9G:1:2108:9573:21030_CONS(4)... at 1:58:1:58/+/100.00%
+13 68nt, >M01687:460:000000000-LGY9G:1:2109:23957:7892_CONS(1)... *
+14 65nt, >M01687:460:000000000-LGY9G:1:2107:21052:8023_CONS(1)... at 1:65:1:65/+/100.00%
+15 60nt, >M01687:460:000000000-LGY9G:1:2107:26232:11982_CONS(1)... at 1:60:1:60/+/98.33%
+16 52nt, >M01687:460:000000000-LGY9G:1:1119:26591:4537_CONS(1)... at 1:52:1:52/+/98.08%
+17 55nt, >M01687:460:000000000-LGY9G:1:1119:20228:23553_CONS(1)... at 2:55:2:55/+/100.00%
+18 68nt, >M01687:460:000000000-LGY9G:1:1115:19457:2766_CONS(1)... at 1:68:1:68/+/98.53%
+19 54nt, >M01687:460:000000000-LGY9G:1:1112:17154:5202_CONS(1)... at 1:54:1:55/+/98.18%
+20 59nt, >M01687:460:000000000-LGY9G:1:1104:8832:5747_CONS(1)... at 1:59:1:59/+/98.31%
+21 56nt, >M01687:460:000000000-LGY9G:1:1118:25506:21757_CONS(1)... at 1:56:1:56/+/98.21%
+22 52nt, >M01687:460:000000000-LGY9G:1:1118:10004:22227_CONS(1)... at 1:52:1:52/+/100.00%
+>Cluster 9
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:25927:4422_CONS(1)... at 1:90:1:90/+/98.89%
+1 90nt, >M01687:460:000000000-LGY9G:1:1101:13374:9034_CONS(358)... at 1:90:1:90/+/100.00%
+2 89nt, >M01687:460:000000000-LGY9G:1:1102:21409:22344_CONS(3)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2114:11877:2233_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2114:27598:13049_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:2106:20775:9980_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:2105:8656:1910_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:2105:25206:16661_CONS(1)... at 1:90:1:90/+/98.89%
+8 90nt, >M01687:460:000000000-LGY9G:1:2105:23753:20905_CONS(2)... at 1:90:1:90/+/98.89%
+9 90nt, >M01687:460:000000000-LGY9G:1:2103:11904:8778_CONS(1)... at 1:90:1:90/+/98.89%
+10 90nt, >M01687:460:000000000-LGY9G:1:2103:4012:10973_CONS(1)... at 1:90:1:90/+/98.89%
+11 89nt, >M01687:460:000000000-LGY9G:1:2116:27179:17604_CONS(1)... at 1:89:1:90/+/98.89%
+12 90nt, >M01687:460:000000000-LGY9G:1:1114:2558:9592_CONS(1)... at 1:90:1:90/+/98.89%
+13 90nt, >M01687:460:000000000-LGY9G:1:1112:8486:14726_CONS(1)... at 1:90:1:90/+/98.89%
+14 89nt, >M01687:460:000000000-LGY9G:1:1112:19638:24508_CONS(1)... at 1:89:1:90/+/98.89%
+15 90nt, >M01687:460:000000000-LGY9G:1:1107:16527:12638_CONS(1)... at 1:90:1:90/+/98.89%
+16 90nt, >M01687:460:000000000-LGY9G:1:1105:11105:10894_CONS(1)... at 1:90:1:90/+/98.89%
+17 90nt, >M01687:460:000000000-LGY9G:1:1103:20035:7736_CONS(1)... at 1:90:1:90/+/98.89%
+18 90nt, >M01687:460:000000000-LGY9G:1:1104:6586:16077_CONS(1)... at 1:90:1:90/+/98.89%
+19 91nt, >M01687:460:000000000-LGY9G:1:1118:18239:6933_CONS(1)... *
+20 90nt, >M01687:460:000000000-LGY9G:1:2118:27446:7060_CONS(1)... at 1:90:1:90/+/98.89%
+21 90nt, >M01687:460:000000000-LGY9G:1:2118:25137:9702_CONS(1)... at 1:90:1:90/+/98.89%
+22 90nt, >M01687:460:000000000-LGY9G:1:2118:22522:22130_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 10
+0 100nt, >M01687:460:000000000-LGY9G:1:1101:27214:11272_CONS(78)... at 4:100:5:101/+/97.94%
+1 100nt, >M01687:460:000000000-LGY9G:1:1101:14734:15026_CONS(202)... at 4:100:5:101/+/98.97%
+2 100nt, >M01687:460:000000000-LGY9G:1:1101:6963:19351_CONS(1)... at 4:100:5:101/+/97.94%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:15285:13681_CONS(1)... at 4:100:5:101/+/97.94%
+4 100nt, >M01687:460:000000000-LGY9G:1:2115:26052:15531_CONS(1)... at 4:100:5:101/+/97.94%
+5 100nt, >M01687:460:000000000-LGY9G:1:2112:4946:17990_CONS(1)... at 4:100:5:101/+/97.94%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:29518:11119_CONS(1)... at 4:97:5:98/+/98.94%
+7 100nt, >M01687:460:000000000-LGY9G:1:2111:15203:5821_CONS(1)... at 4:100:5:101/+/97.94%
+8 100nt, >M01687:460:000000000-LGY9G:1:2109:18702:20587_CONS(1)... at 4:99:5:100/+/98.96%
+9 100nt, >M01687:460:000000000-LGY9G:1:2104:19413:12009_CONS(1)... at 4:100:5:101/+/97.94%
+10 99nt, >M01687:460:000000000-LGY9G:1:1119:12671:15827_CONS(1)... at 4:99:5:101/+/97.94%
+11 99nt, >M01687:460:000000000-LGY9G:1:1115:6785:4062_CONS(1)... at 3:99:5:101/+/98.97%
+12 100nt, >M01687:460:000000000-LGY9G:1:1115:23948:19248_CONS(1)... at 4:100:5:101/+/97.94%
+13 100nt, >M01687:460:000000000-LGY9G:1:1116:5265:15286_CONS(1)... at 4:100:5:101/+/97.94%
+14 100nt, >M01687:460:000000000-LGY9G:1:1113:22561:17087_CONS(1)... at 4:100:5:101/+/97.94%
+15 100nt, >M01687:460:000000000-LGY9G:1:1111:7296:21365_CONS(1)... at 4:100:5:101/+/97.94%
+16 100nt, >M01687:460:000000000-LGY9G:1:1108:4653:11594_CONS(1)... at 4:100:5:101/+/97.94%
+17 101nt, >M01687:460:000000000-LGY9G:1:1103:17285:7325_CONS(1)... *
+18 100nt, >M01687:460:000000000-LGY9G:1:1104:15737:19605_CONS(1)... at 4:100:5:101/+/97.94%
+19 100nt, >M01687:460:000000000-LGY9G:1:1118:7600:16884_CONS(1)... at 4:100:5:101/+/97.94%
+>Cluster 11
+0 168nt, >M01687:460:000000000-LGY9G:1:1101:21709:3801_CONS(120)... *
+1 168nt, >M01687:460:000000000-LGY9G:1:2115:20763:1848_CONS(1)... at 1:168:1:168/+/99.40%
+2 168nt, >M01687:460:000000000-LGY9G:1:2115:27449:14634_CONS(1)... at 1:168:1:168/+/99.40%
+3 168nt, >M01687:460:000000000-LGY9G:1:2112:24009:8042_CONS(1)... at 1:168:1:168/+/99.40%
+4 168nt, >M01687:460:000000000-LGY9G:1:2110:11520:1920_CONS(1)... at 1:168:1:168/+/99.40%
+5 168nt, >M01687:460:000000000-LGY9G:1:2109:22263:9347_CONS(1)... at 1:168:1:168/+/99.40%
+6 168nt, >M01687:460:000000000-LGY9G:1:2104:12591:6653_CONS(1)... at 1:168:1:168/+/99.40%
+7 168nt, >M01687:460:000000000-LGY9G:1:2116:21636:8113_CONS(1)... at 1:168:1:168/+/99.40%
+8 168nt, >M01687:460:000000000-LGY9G:1:1116:23397:19852_CONS(1)... at 1:168:1:168/+/99.40%
+9 168nt, >M01687:460:000000000-LGY9G:1:1114:10889:18816_CONS(1)... at 1:168:1:168/+/99.40%
+10 168nt, >M01687:460:000000000-LGY9G:1:1114:15085:21464_CONS(1)... at 1:168:1:168/+/99.40%
+11 168nt, >M01687:460:000000000-LGY9G:1:1111:12285:19288_CONS(1)... at 1:168:1:168/+/99.40%
+12 168nt, >M01687:460:000000000-LGY9G:1:1109:19575:4225_CONS(1)... at 1:168:1:168/+/99.40%
+13 168nt, >M01687:460:000000000-LGY9G:1:1109:8389:12911_CONS(1)... at 1:168:1:168/+/99.40%
+14 167nt, >M01687:460:000000000-LGY9G:1:1107:26688:8870_CONS(1)... at 1:167:1:168/+/99.40%
+15 168nt, >M01687:460:000000000-LGY9G:1:1108:9025:5492_CONS(1)... at 1:168:1:168/+/99.40%
+16 168nt, >M01687:460:000000000-LGY9G:1:2118:7225:15255_CONS(1)... at 1:168:1:168/+/99.40%
+17 168nt, >M01687:460:000000000-LGY9G:1:2119:6609:8918_CONS(1)... at 1:168:1:168/+/98.81%
+18 168nt, >M01687:460:000000000-LGY9G:1:2119:23531:16102_CONS(1)... at 1:168:1:168/+/99.40%
+>Cluster 12
+0 92nt, >M01687:460:000000000-LGY9G:1:1101:4690:8346_CONS(97)... at 1:92:1:92/+/100.00%
+1 92nt, >M01687:460:000000000-LGY9G:1:1101:25136:15966_CONS(70)... at 1:92:1:92/+/98.91%
+2 92nt, >M01687:460:000000000-LGY9G:1:2115:17808:9110_CONS(1)... at 1:92:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:2113:9056:9448_CONS(1)... at 1:92:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2104:6287:17730_CONS(1)... at 1:91:1:92/+/97.83%
+5 84nt, >M01687:460:000000000-LGY9G:1:2116:26828:5130_CONS(1)... at 1:84:1:85/+/98.82%
+6 92nt, >M01687:460:000000000-LGY9G:1:2116:4718:16339_CONS(1)... at 1:92:1:92/+/98.91%
+7 92nt, >M01687:460:000000000-LGY9G:1:2116:8911:16414_CONS(1)... at 1:92:1:92/+/98.91%
+8 91nt, >M01687:460:000000000-LGY9G:1:1114:2947:18596_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:1113:18958:11837_CONS(1)... at 1:91:1:92/+/98.91%
+10 91nt, >M01687:460:000000000-LGY9G:1:1107:22700:9238_CONS(1)... at 1:91:1:92/+/98.91%
+11 93nt, >M01687:460:000000000-LGY9G:1:1106:9801:9327_CONS(1)... *
+12 91nt, >M01687:460:000000000-LGY9G:1:1104:11568:12414_CONS(1)... at 1:91:1:91/+/100.00%
+13 92nt, >M01687:460:000000000-LGY9G:1:1118:3037:9706_CONS(1)... at 1:92:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1118:7806:11814_CONS(1)... at 1:92:1:92/+/98.91%
+15 92nt, >M01687:460:000000000-LGY9G:1:2118:22056:10899_CONS(1)... at 1:92:1:92/+/98.91%
+16 92nt, >M01687:460:000000000-LGY9G:1:2118:3117:14139_CONS(1)... at 1:92:1:92/+/98.91%
+17 92nt, >M01687:460:000000000-LGY9G:1:2119:4581:9977_CONS(1)... at 1:92:1:92/+/97.83%
+>Cluster 13
+0 87nt, >M01687:460:000000000-LGY9G:1:1101:12078:8684_CONS(1)... at 1:78:1:78/+/100.00%
+1 87nt, >M01687:460:000000000-LGY9G:1:1101:14046:10704_CONS(1)... at 1:76:1:76/+/98.68%
+2 87nt, >M01687:460:000000000-LGY9G:1:1101:11675:21786_CONS(1)... at 1:77:1:77/+/100.00%
+3 87nt, >M01687:460:000000000-LGY9G:1:2114:14678:11512_CONS(1)... at 1:79:1:79/+/100.00%
+4 87nt, >M01687:460:000000000-LGY9G:1:2114:13069:13649_CONS(1)... at 1:79:1:79/+/100.00%
+5 85nt, >M01687:460:000000000-LGY9G:1:2115:23714:13720_CONS(1)... at 1:79:1:79/+/100.00%
+6 73nt, >M01687:460:000000000-LGY9G:1:2110:17890:1754_CONS(2)... at 1:73:1:73/+/100.00%
+7 91nt, >M01687:460:000000000-LGY9G:1:2110:15765:7871_CONS(1)... *
+8 87nt, >M01687:460:000000000-LGY9G:1:2106:3580:19350_CONS(7)... at 1:76:1:76/+/100.00%
+9 75nt, >M01687:460:000000000-LGY9G:1:2105:12952:1775_CONS(1)... at 1:75:1:75/+/100.00%
+10 86nt, >M01687:460:000000000-LGY9G:1:2105:7255:18374_CONS(2)... at 1:79:1:79/+/100.00%
+11 76nt, >M01687:460:000000000-LGY9G:1:1113:13065:1664_CONS(1)... at 1:76:1:76/+/100.00%
+12 69nt, >M01687:460:000000000-LGY9G:1:1112:9786:25075_CONS(2)... at 1:69:1:69/+/100.00%
+13 86nt, >M01687:460:000000000-LGY9G:1:1107:26808:15506_CONS(1)... at 1:79:1:79/+/100.00%
+14 86nt, >M01687:460:000000000-LGY9G:1:1103:6327:21396_CONS(1)... at 1:76:1:76/+/100.00%
+15 86nt, >M01687:460:000000000-LGY9G:1:1118:19357:9100_CONS(1)... at 1:78:1:79/+/98.73%
+16 86nt, >M01687:460:000000000-LGY9G:1:2119:10674:23762_CONS(1)... at 1:77:1:78/+/98.72%
+>Cluster 14
+0 40nt, >M01687:460:000000000-LGY9G:1:2115:14764:6569_CONS(1)... at 1:40:1:40/+/97.50%
+1 31nt, >M01687:460:000000000-LGY9G:1:2110:6649:4799_CONS(3)... at 1:30:1:30/+/100.00%
+2 39nt, >M01687:460:000000000-LGY9G:1:2110:13207:8337_CONS(1)... at 1:30:1:30/+/100.00%
+3 31nt, >M01687:460:000000000-LGY9G:1:2111:19632:14377_CONS(3)... at 1:31:1:31/+/100.00%
+4 34nt, >M01687:460:000000000-LGY9G:1:2111:11378:17614_CONS(2)... at 1:30:1:30/+/100.00%
+5 37nt, >M01687:460:000000000-LGY9G:1:2109:17137:14179_CONS(1)... at 1:37:1:37/+/100.00%
+6 33nt, >M01687:460:000000000-LGY9G:1:2106:27742:14922_CONS(2)... at 1:30:1:30/+/100.00%
+7 32nt, >M01687:460:000000000-LGY9G:1:2105:24387:5406_CONS(2)... at 1:30:1:30/+/100.00%
+8 33nt, >M01687:460:000000000-LGY9G:1:2105:19041:7234_CONS(1)... at 1:30:1:30/+/100.00%
+9 35nt, >M01687:460:000000000-LGY9G:1:2101:27656:6837_CONS(1)... at 1:35:1:35/+/100.00%
+10 41nt, >M01687:460:000000000-LGY9G:1:2101:22070:25076_CONS(1)... *
+11 34nt, >M01687:460:000000000-LGY9G:1:1113:23254:10346_CONS(4)... at 1:34:1:34/+/100.00%
+12 41nt, >M01687:460:000000000-LGY9G:1:1113:22438:23292_CONS(1)... at 1:41:1:41/+/97.56%
+13 35nt, >M01687:460:000000000-LGY9G:1:1109:27150:10668_CONS(1)... at 1:30:1:30/+/100.00%
+14 33nt, >M01687:460:000000000-LGY9G:1:1110:25651:13808_CONS(1)... at 1:33:1:33/+/100.00%
+15 33nt, >M01687:460:000000000-LGY9G:1:1107:13352:5690_CONS(1)... at 1:30:1:30/+/100.00%
+16 38nt, >M01687:460:000000000-LGY9G:1:1103:7697:17127_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 15
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:9145:7599_CONS(221)... at 1:95:1:96/+/97.92%
+1 95nt, >M01687:460:000000000-LGY9G:1:1101:25788:13783_CONS(141)... at 1:95:1:96/+/98.96%
+2 95nt, >M01687:460:000000000-LGY9G:1:1102:10127:14967_CONS(1)... at 1:95:1:96/+/97.92%
+3 95nt, >M01687:460:000000000-LGY9G:1:1102:28793:17961_CONS(1)... at 1:95:1:96/+/97.92%
+4 95nt, >M01687:460:000000000-LGY9G:1:2112:16098:6120_CONS(1)... at 1:95:1:96/+/97.92%
+5 95nt, >M01687:460:000000000-LGY9G:1:2112:23492:10817_CONS(1)... at 1:95:1:96/+/97.92%
+6 94nt, >M01687:460:000000000-LGY9G:1:2113:21243:17571_CONS(1)... at 1:94:1:96/+/97.92%
+7 94nt, >M01687:460:000000000-LGY9G:1:2110:23379:8426_CONS(1)... at 1:94:1:96/+/97.92%
+8 95nt, >M01687:460:000000000-LGY9G:1:2109:5193:13707_CONS(1)... at 1:95:1:96/+/97.92%
+9 95nt, >M01687:460:000000000-LGY9G:1:2106:21978:1913_CONS(1)... at 1:95:1:96/+/97.92%
+10 95nt, >M01687:460:000000000-LGY9G:1:2106:18666:13972_CONS(1)... at 1:95:1:96/+/97.92%
+11 95nt, >M01687:460:000000000-LGY9G:1:2116:14115:9033_CONS(1)... at 1:95:1:96/+/97.92%
+12 94nt, >M01687:460:000000000-LGY9G:1:2116:22277:17640_CONS(1)... at 1:94:1:96/+/97.92%
+13 95nt, >M01687:460:000000000-LGY9G:1:1119:17294:4024_CONS(1)... at 1:95:1:96/+/97.92%
+14 96nt, >M01687:460:000000000-LGY9G:1:1115:20162:6466_CONS(1)... *
+15 95nt, >M01687:460:000000000-LGY9G:1:1116:9373:15567_CONS(1)... at 1:95:1:96/+/97.92%
+>Cluster 16
+0 29nt, >M01687:460:000000000-LGY9G:1:1102:4560:6725_CONS(2)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:2114:25347:5074_CONS(5)... at 1:22:1:22/+/100.00%
+2 26nt, >M01687:460:000000000-LGY9G:1:2114:23695:7922_CONS(7)... at 1:24:1:24/+/100.00%
+3 25nt, >M01687:460:000000000-LGY9G:1:2114:25962:7932_CONS(8)... at 1:24:1:24/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2115:12879:23187_CONS(15)... at 1:23:1:23/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2113:17968:4659_CONS(6)... at 1:24:1:24/+/100.00%
+6 30nt, >M01687:460:000000000-LGY9G:1:2110:8214:24620_CONS(1)... *
+7 24nt, >M01687:460:000000000-LGY9G:1:2108:5465:5519_CONS(6)... at 1:24:1:24/+/100.00%
+8 26nt, >M01687:460:000000000-LGY9G:1:2109:10721:12731_CONS(1)... at 1:22:1:22/+/100.00%
+9 29nt, >M01687:460:000000000-LGY9G:1:2105:6045:16494_CONS(1)... at 1:22:1:22/+/100.00%
+10 28nt, >M01687:460:000000000-LGY9G:1:2102:5124:4998_CONS(1)... at 1:22:1:22/+/100.00%
+11 28nt, >M01687:460:000000000-LGY9G:1:2102:3386:7671_CONS(2)... at 1:22:1:22/+/100.00%
+12 27nt, >M01687:460:000000000-LGY9G:1:2102:6284:18373_CONS(1)... at 1:22:1:22/+/100.00%
+13 30nt, >M01687:460:000000000-LGY9G:1:2101:7258:2222_CONS(1)... at 1:22:1:22/+/100.00%
+14 24nt, >M01687:460:000000000-LGY9G:1:1111:27488:14327_CONS(1)... at 1:23:1:23/+/100.00%
+15 23nt, >M01687:460:000000000-LGY9G:1:1117:9330:8834_CONS(1)... at 1:22:1:22/+/100.00%
+>Cluster 17
+0 36nt, >M01687:460:000000000-LGY9G:1:1102:6483:8922_CONS(1)... at 1:36:1:36/+/97.22%
+1 34nt, >M01687:460:000000000-LGY9G:1:2114:24699:12805_CONS(1)... at 1:30:1:30/+/100.00%
+2 31nt, >M01687:460:000000000-LGY9G:1:2114:18646:17055_CONS(1)... at 1:31:1:31/+/100.00%
+3 37nt, >M01687:460:000000000-LGY9G:1:2112:28432:13026_CONS(1)... at 1:37:1:37/+/100.00%
+4 37nt, >M01687:460:000000000-LGY9G:1:2113:24508:17820_CONS(1)... at 1:31:1:31/+/100.00%
+5 33nt, >M01687:460:000000000-LGY9G:1:2111:27755:12040_CONS(2)... at 1:33:1:33/+/100.00%
+6 32nt, >M01687:460:000000000-LGY9G:1:2108:26171:18220_CONS(4)... at 1:32:1:32/+/100.00%
+7 30nt, >M01687:460:000000000-LGY9G:1:2106:17741:14235_CONS(4)... at 1:30:1:30/+/100.00%
+8 38nt, >M01687:460:000000000-LGY9G:1:2105:16199:14857_CONS(1)... at 1:31:1:31/+/100.00%
+9 38nt, >M01687:460:000000000-LGY9G:1:2103:9035:21201_CONS(1)... at 1:38:1:38/+/100.00%
+10 35nt, >M01687:460:000000000-LGY9G:1:1110:19670:24828_CONS(2)... at 1:35:1:35/+/100.00%
+11 34nt, >M01687:460:000000000-LGY9G:1:1107:20370:3831_CONS(1)... at 1:30:1:30/+/100.00%
+12 37nt, >M01687:460:000000000-LGY9G:1:1107:16067:13630_CONS(1)... at 1:30:1:30/+/100.00%
+13 33nt, >M01687:460:000000000-LGY9G:1:1108:12843:12036_CONS(1)... at 1:30:1:30/+/100.00%
+14 40nt, >M01687:460:000000000-LGY9G:1:1103:5868:3653_CONS(1)... *
+>Cluster 18
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:23647:9156_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:1102:23922:4098_CONS(1)... at 1:95:1:95/+/97.89%
+2 95nt, >M01687:460:000000000-LGY9G:1:2114:27526:7504_CONS(1)... at 3:95:3:95/+/98.92%
+3 94nt, >M01687:460:000000000-LGY9G:1:2110:7835:12148_CONS(1)... at 1:94:1:95/+/97.89%
+4 95nt, >M01687:460:000000000-LGY9G:1:2111:27530:10358_CONS(1)... at 1:95:1:95/+/97.89%
+5 95nt, >M01687:460:000000000-LGY9G:1:2108:14860:2270_CONS(1)... at 1:95:1:95/+/97.89%
+6 95nt, >M01687:460:000000000-LGY9G:1:2108:11858:5511_CONS(1)... at 1:95:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:2109:17030:8118_CONS(1)... at 1:94:1:94/+/98.94%
+8 95nt, >M01687:460:000000000-LGY9G:1:2103:6441:14541_CONS(1)... at 1:95:1:95/+/97.89%
+9 95nt, >M01687:460:000000000-LGY9G:1:2103:6882:17067_CONS(1)... at 1:95:1:95/+/97.89%
+10 95nt, >M01687:460:000000000-LGY9G:1:2117:10518:19521_CONS(1)... at 1:95:1:95/+/97.89%
+11 95nt, >M01687:460:000000000-LGY9G:1:1119:19171:11143_CONS(1)... at 1:95:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2101:14476:14201_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:1107:29213:12927_CONS(1)... at 1:94:1:95/+/97.89%
+14 91nt, >M01687:460:000000000-LGY9G:1:1104:14743:20604_CONS(1)... at 1:91:5:95/+/98.90%
+>Cluster 19
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:14813:2156_CONS(163)... at 1:91:1:92/+/98.91%
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:12474:19131_CONS(1)... at 1:91:1:92/+/97.83%
+2 92nt, >M01687:460:000000000-LGY9G:1:1102:18060:14142_CONS(1)... *
+3 91nt, >M01687:460:000000000-LGY9G:1:2115:11324:5545_CONS(1)... at 1:91:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2115:16570:12799_CONS(1)... at 1:91:1:92/+/97.83%
+5 91nt, >M01687:460:000000000-LGY9G:1:2113:12126:6581_CONS(1)... at 1:91:1:92/+/97.83%
+6 92nt, >M01687:460:000000000-LGY9G:1:2108:2831:8354_CONS(1)... at 1:92:1:92/+/97.85%
+7 91nt, >M01687:460:000000000-LGY9G:1:2108:14892:20931_CONS(1)... at 1:91:1:92/+/97.83%
+8 91nt, >M01687:460:000000000-LGY9G:1:2108:21385:22273_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:2107:17257:6130_CONS(1)... at 1:91:1:92/+/97.83%
+10 90nt, >M01687:460:000000000-LGY9G:1:2117:26806:17331_CONS(2)... at 1:90:1:92/+/97.83%
+11 90nt, >M01687:460:000000000-LGY9G:1:2116:23801:24406_CONS(1)... at 1:90:1:92/+/97.83%
+12 91nt, >M01687:460:000000000-LGY9G:1:1109:11244:11641_CONS(1)... at 1:91:1:92/+/97.83%
+13 91nt, >M01687:460:000000000-LGY9G:1:1107:9514:5103_CONS(1)... at 1:91:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1117:12621:2467_CONS(1)... at 1:92:1:92/+/97.85%
+>Cluster 20
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21875:3920_CONS(225)... at 1:56:1:56/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1101:15399:9871_CONS(1)... at 1:55:1:55/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:1102:14081:18913_CONS(1)... at 1:55:1:55/+/100.00%
+3 56nt, >M01687:460:000000000-LGY9G:1:2112:7909:3041_CONS(20)... at 1:56:1:56/+/98.21%
+4 57nt, >M01687:460:000000000-LGY9G:1:2112:6135:3259_CONS(1)... *
+5 55nt, >M01687:460:000000000-LGY9G:1:2112:15060:7659_CONS(1)... at 1:55:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:2103:8272:9530_CONS(1)... at 1:56:1:56/+/98.21%
+7 55nt, >M01687:460:000000000-LGY9G:1:2117:5138:21987_CONS(1)... at 3:55:4:56/+/98.11%
+8 56nt, >M01687:460:000000000-LGY9G:1:2116:18007:5509_CONS(1)... at 1:56:1:56/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1114:16035:9808_CONS(1)... at 1:56:1:56/+/98.21%
+10 44nt, >M01687:460:000000000-LGY9G:1:1113:11515:23457_CONS(1)... at 1:44:1:44/+/100.00%
+11 56nt, >M01687:460:000000000-LGY9G:1:1112:18030:7830_CONS(1)... at 1:56:1:56/+/98.21%
+12 56nt, >M01687:460:000000000-LGY9G:1:1110:9011:6678_CONS(1)... at 1:56:1:56/+/98.21%
+13 56nt, >M01687:460:000000000-LGY9G:1:1106:10628:17392_CONS(1)... at 1:56:1:56/+/98.21%
+14 56nt, >M01687:460:000000000-LGY9G:1:1117:18292:16428_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 21
+0 107nt, >M01687:460:000000000-LGY9G:1:1101:10546:7467_CONS(8)... at 1:107:1:108/+/98.15%
+1 107nt, >M01687:460:000000000-LGY9G:1:1101:14176:8140_CONS(204)... at 1:107:1:108/+/99.07%
+2 108nt, >M01687:460:000000000-LGY9G:1:2114:24816:12938_CONS(1)... *
+3 107nt, >M01687:460:000000000-LGY9G:1:2113:4839:12449_CONS(1)... at 1:107:1:108/+/98.15%
+4 107nt, >M01687:460:000000000-LGY9G:1:2109:4268:11227_CONS(1)... at 1:107:1:108/+/98.15%
+5 107nt, >M01687:460:000000000-LGY9G:1:2106:26171:3968_CONS(1)... at 1:107:1:108/+/98.15%
+6 107nt, >M01687:460:000000000-LGY9G:1:2104:10349:12922_CONS(1)... at 1:107:1:108/+/98.15%
+7 107nt, >M01687:460:000000000-LGY9G:1:2103:18297:17701_CONS(1)... at 1:107:1:108/+/98.15%
+8 107nt, >M01687:460:000000000-LGY9G:1:2117:15435:13786_CONS(1)... at 1:107:1:108/+/98.15%
+9 107nt, >M01687:460:000000000-LGY9G:1:1119:4035:17793_CONS(1)... at 1:107:1:108/+/98.15%
+10 106nt, >M01687:460:000000000-LGY9G:1:1116:6362:22005_CONS(1)... at 1:106:1:108/+/98.15%
+11 106nt, >M01687:460:000000000-LGY9G:1:1117:5047:14472_CONS(1)... at 1:106:2:108/+/98.13%
+12 106nt, >M01687:460:000000000-LGY9G:1:1118:28589:10708_CONS(1)... at 1:106:1:108/+/98.15%
+13 107nt, >M01687:460:000000000-LGY9G:1:2118:17939:5528_CONS(1)... at 1:107:1:108/+/98.15%
+>Cluster 22
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:11653:2763_CONS(109)... *
+1 74nt, >M01687:460:000000000-LGY9G:1:1101:7973:18950_CONS(1)... at 1:74:1:74/+/100.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:2115:24625:6797_CONS(1)... at 1:98:1:98/+/98.98%
+3 98nt, >M01687:460:000000000-LGY9G:1:2103:4353:11380_CONS(1)... at 1:98:1:98/+/98.98%
+4 98nt, >M01687:460:000000000-LGY9G:1:2102:16357:15276_CONS(1)... at 1:98:1:98/+/98.98%
+5 98nt, >M01687:460:000000000-LGY9G:1:2116:19332:10774_CONS(1)... at 1:98:1:98/+/98.98%
+6 98nt, >M01687:460:000000000-LGY9G:1:1116:8448:20153_CONS(1)... at 1:98:1:98/+/98.98%
+7 98nt, >M01687:460:000000000-LGY9G:1:1109:15037:16350_CONS(1)... at 1:98:1:98/+/98.98%
+8 98nt, >M01687:460:000000000-LGY9G:1:1109:5792:17226_CONS(1)... at 1:98:1:98/+/98.98%
+9 98nt, >M01687:460:000000000-LGY9G:1:1107:22928:16252_CONS(1)... at 1:98:1:98/+/98.98%
+10 98nt, >M01687:460:000000000-LGY9G:1:1103:11283:14253_CONS(1)... at 1:98:1:98/+/98.98%
+11 98nt, >M01687:460:000000000-LGY9G:1:1104:11946:4375_CONS(1)... at 1:98:1:98/+/98.98%
+12 98nt, >M01687:460:000000000-LGY9G:1:1118:14136:8170_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 23
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:10012:7484_CONS(303)... at 1:67:1:67/+/100.00%
+1 67nt, >M01687:460:000000000-LGY9G:1:2115:11665:8468_CONS(1)... at 1:66:1:66/+/100.00%
+2 67nt, >M01687:460:000000000-LGY9G:1:2111:13877:2219_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:2108:17439:7119_CONS(1)... at 1:67:1:67/+/98.51%
+4 68nt, >M01687:460:000000000-LGY9G:1:2109:16663:9391_CONS(1)... *
+5 67nt, >M01687:460:000000000-LGY9G:1:2106:18664:21731_CONS(1)... at 1:67:1:67/+/98.51%
+6 67nt, >M01687:460:000000000-LGY9G:1:2102:10436:13846_CONS(1)... at 1:67:1:67/+/98.51%
+7 67nt, >M01687:460:000000000-LGY9G:1:1112:14345:9263_CONS(1)... at 1:67:1:67/+/98.51%
+8 66nt, >M01687:460:000000000-LGY9G:1:1112:25988:14978_CONS(1)... at 1:66:1:67/+/98.51%
+9 67nt, >M01687:460:000000000-LGY9G:1:1112:4397:20150_CONS(1)... at 1:67:1:67/+/98.51%
+10 67nt, >M01687:460:000000000-LGY9G:1:1109:16535:22933_CONS(1)... at 1:67:1:67/+/97.01%
+11 67nt, >M01687:460:000000000-LGY9G:1:1107:8048:11109_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 24
+0 72nt, >M01687:460:000000000-LGY9G:1:1101:20244:11317_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1101:7520:17390_CONS(157)... at 1:72:1:72/+/98.61%
+2 72nt, >M01687:460:000000000-LGY9G:1:1102:15521:6138_CONS(26)... at 1:72:1:72/+/97.22%
+3 72nt, >M01687:460:000000000-LGY9G:1:2111:23884:17713_CONS(1)... at 1:72:1:72/+/97.22%
+4 72nt, >M01687:460:000000000-LGY9G:1:2106:29672:13796_CONS(1)... at 1:72:1:72/+/97.22%
+5 72nt, >M01687:460:000000000-LGY9G:1:2106:9464:17714_CONS(1)... at 1:72:1:72/+/97.22%
+6 72nt, >M01687:460:000000000-LGY9G:1:2105:18672:12879_CONS(1)... at 1:72:1:72/+/97.22%
+7 72nt, >M01687:460:000000000-LGY9G:1:2103:14112:12843_CONS(1)... at 1:72:1:72/+/97.22%
+8 72nt, >M01687:460:000000000-LGY9G:1:1113:6564:3887_CONS(1)... at 1:72:1:72/+/97.22%
+9 72nt, >M01687:460:000000000-LGY9G:1:1111:7421:11482_CONS(1)... at 1:72:1:72/+/97.22%
+10 72nt, >M01687:460:000000000-LGY9G:1:1112:27664:9483_CONS(1)... at 1:72:1:72/+/97.22%
+11 72nt, >M01687:460:000000000-LGY9G:1:1117:25377:15272_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 25
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:26056:16615_CONS(31)... at 1:30:1:30/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1101:27382:18808_CONS(25)... at 1:29:1:29/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:1101:21017:20068_CONS(25)... at 1:33:1:33/+/100.00%
+3 28nt, >M01687:460:000000000-LGY9G:1:1102:4824:6273_CONS(40)... at 1:28:1:28/+/100.00%
+4 34nt, >M01687:460:000000000-LGY9G:1:1102:21116:17244_CONS(30)... at 1:33:1:33/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2112:27632:9116_CONS(38)... at 1:27:1:27/+/100.00%
+6 34nt, >M01687:460:000000000-LGY9G:1:2113:11823:2970_CONS(1)... at 1:32:1:32/+/100.00%
+7 35nt, >M01687:460:000000000-LGY9G:1:2113:18031:16129_CONS(1)... *
+8 32nt, >M01687:460:000000000-LGY9G:1:2113:26578:19142_CONS(15)... at 1:32:1:32/+/100.00%
+9 31nt, >M01687:460:000000000-LGY9G:1:2111:16855:3038_CONS(13)... at 1:31:1:31/+/100.00%
+10 34nt, >M01687:460:000000000-LGY9G:1:1115:19073:4309_CONS(1)... at 1:32:1:32/+/100.00%
+11 29nt, >M01687:460:000000000-LGY9G:1:1103:18803:2665_CONS(1)... at 1:27:1:27/+/100.00%
+>Cluster 26
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:6995:20983_CONS(1)... at 4:55:5:56/+/98.08%
+1 56nt, >M01687:460:000000000-LGY9G:1:2112:10214:23911_CONS(1)... at 3:56:4:57/+/98.15%
+2 57nt, >M01687:460:000000000-LGY9G:1:2109:3595:12366_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:2109:18825:15711_CONS(1)... at 6:56:7:57/+/100.00%
+4 56nt, >M01687:460:000000000-LGY9G:1:2109:5753:21982_CONS(1)... at 5:56:6:57/+/98.08%
+5 54nt, >M01687:460:000000000-LGY9G:1:2107:5836:20236_CONS(1)... at 6:54:9:57/+/100.00%
+6 57nt, >M01687:460:000000000-LGY9G:1:2117:3940:14042_CONS(1)... at 1:57:1:57/+/98.25%
+7 57nt, >M01687:460:000000000-LGY9G:1:2117:25343:17340_CONS(1)... at 6:57:7:57/+/98.08%
+8 57nt, >M01687:460:000000000-LGY9G:1:2116:12479:16478_CONS(1)... at 1:57:1:57/+/98.25%
+9 55nt, >M01687:460:000000000-LGY9G:1:1118:9844:13186_CONS(1)... at 5:55:7:57/+/100.00%
+10 56nt, >M01687:460:000000000-LGY9G:1:2118:17326:14533_CONS(1)... at 4:56:5:57/+/98.11%
+>Cluster 27
+0 81nt, >M01687:460:000000000-LGY9G:1:1102:13912:8196_CONS(106)... at 1:81:1:81/+/98.77%
+1 82nt, >M01687:460:000000000-LGY9G:1:2114:25048:13983_CONS(1)... *
+2 81nt, >M01687:460:000000000-LGY9G:1:2112:18081:18897_CONS(1)... at 1:81:1:81/+/97.53%
+3 82nt, >M01687:460:000000000-LGY9G:1:2106:5023:15572_CONS(1)... at 1:82:1:82/+/98.78%
+4 82nt, >M01687:460:000000000-LGY9G:1:2105:5121:15373_CONS(1)... at 1:82:1:81/+/97.56%
+5 81nt, >M01687:460:000000000-LGY9G:1:2104:7376:22294_CONS(1)... at 1:81:1:81/+/97.53%
+6 81nt, >M01687:460:000000000-LGY9G:1:1113:7603:15862_CONS(1)... at 1:81:1:81/+/97.53%
+7 82nt, >M01687:460:000000000-LGY9G:1:1109:22586:23243_CONS(1)... at 1:82:1:81/+/97.56%
+8 81nt, >M01687:460:000000000-LGY9G:1:1110:11394:22111_CONS(1)... at 1:81:1:81/+/97.53%
+9 80nt, >M01687:460:000000000-LGY9G:1:1106:17506:4700_CONS(1)... at 1:80:1:81/+/97.53%
+10 80nt, >M01687:460:000000000-LGY9G:1:1104:23766:3074_CONS(1)... at 1:80:1:81/+/97.53%
+>Cluster 28
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:5498:7838_CONS(136)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:28287:16247_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:2110:22836:12863_CONS(1)... at 1:89:1:89/+/98.88%
+3 89nt, >M01687:460:000000000-LGY9G:1:2110:26412:15192_CONS(1)... at 1:89:1:89/+/98.88%
+4 89nt, >M01687:460:000000000-LGY9G:1:2105:18169:20736_CONS(1)... at 1:89:1:89/+/98.88%
+5 89nt, >M01687:460:000000000-LGY9G:1:2116:10058:13254_CONS(1)... at 1:89:1:89/+/98.88%
+6 88nt, >M01687:460:000000000-LGY9G:1:1119:22255:11087_CONS(1)... at 1:88:1:89/+/98.88%
+7 88nt, >M01687:460:000000000-LGY9G:1:1111:4004:19766_CONS(1)... at 1:88:1:89/+/98.88%
+8 89nt, >M01687:460:000000000-LGY9G:1:1109:10877:11581_CONS(1)... at 1:89:1:89/+/98.88%
+9 89nt, >M01687:460:000000000-LGY9G:1:1104:7449:4092_CONS(1)... at 1:88:1:88/+/100.00%
+10 89nt, >M01687:460:000000000-LGY9G:1:1117:3532:17290_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 29
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:4554:6441_CONS(115)... at 1:56:5:60/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:7520:24140_CONS(1)... at 2:57:5:60/+/98.21%
+2 60nt, >M01687:460:000000000-LGY9G:1:2115:21014:3487_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:2113:24134:18395_CONS(1)... at 1:56:5:60/+/98.21%
+4 55nt, >M01687:460:000000000-LGY9G:1:2110:11108:3635_CONS(1)... at 1:55:5:60/+/98.21%
+5 57nt, >M01687:460:000000000-LGY9G:1:2104:21825:19088_CONS(1)... at 1:57:4:60/+/98.25%
+6 56nt, >M01687:460:000000000-LGY9G:1:1119:11844:2862_CONS(1)... at 1:56:5:60/+/98.21%
+7 56nt, >M01687:460:000000000-LGY9G:1:1113:10718:23136_CONS(1)... at 1:55:5:59/+/100.00%
+8 56nt, >M01687:460:000000000-LGY9G:1:1110:15159:14867_CONS(1)... at 1:56:5:60/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1106:28790:17460_CONS(1)... at 1:56:5:60/+/98.21%
+10 56nt, >M01687:460:000000000-LGY9G:1:1118:13836:3560_CONS(1)... at 1:56:5:60/+/98.21%
+>Cluster 30
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:18385:2072_CONS(109)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:20642:8147_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:1101:13577:23790_CONS(17)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1102:26661:15924_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:2107:12311:22901_CONS(2)... at 3:65:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2116:21512:21893_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:1114:12961:7468_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:1112:13792:4566_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:1110:22129:2934_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:1117:12344:15252_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 31
+0 64nt, >M01687:460:000000000-LGY9G:1:1101:11918:3518_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1101:8557:3798_CONS(127)... *
+2 66nt, >M01687:460:000000000-LGY9G:1:2115:6816:21944_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2113:12260:13323_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:2108:7049:6954_CONS(1)... at 1:66:1:66/+/98.48%
+5 65nt, >M01687:460:000000000-LGY9G:1:2109:20167:6990_CONS(1)... at 1:65:1:65/+/100.00%
+6 65nt, >M01687:460:000000000-LGY9G:1:2105:16735:25057_CONS(1)... at 1:65:1:66/+/98.48%
+7 66nt, >M01687:460:000000000-LGY9G:1:2103:20920:3914_CONS(1)... at 1:66:1:66/+/98.48%
+8 66nt, >M01687:460:000000000-LGY9G:1:1114:6368:20355_CONS(1)... at 1:66:1:66/+/98.48%
+9 66nt, >M01687:460:000000000-LGY9G:1:1108:8721:6251_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 32
+0 72nt, >M01687:460:000000000-LGY9G:1:2115:16087:19223_CONS(1)... at 1:72:1:72/+/100.00%
+1 75nt, >M01687:460:000000000-LGY9G:1:2112:4268:14264_CONS(2)... at 1:75:1:75/+/100.00%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:19972:13539_CONS(1)... at 1:62:1:62/+/100.00%
+3 58nt, >M01687:460:000000000-LGY9G:1:2109:7827:16402_CONS(1)... at 1:58:1:58/+/100.00%
+4 60nt, >M01687:460:000000000-LGY9G:1:1119:24058:2652_CONS(1)... at 1:60:1:60/+/100.00%
+5 63nt, >M01687:460:000000000-LGY9G:1:1115:10814:5634_CONS(2)... at 1:63:1:63/+/100.00%
+6 64nt, >M01687:460:000000000-LGY9G:1:1112:24971:5463_CONS(1)... at 1:64:1:64/+/100.00%
+7 77nt, >M01687:460:000000000-LGY9G:1:1110:13704:17846_CONS(1)... *
+8 61nt, >M01687:460:000000000-LGY9G:1:1104:25667:21772_CONS(1)... at 1:61:1:61/+/100.00%
+9 73nt, >M01687:460:000000000-LGY9G:1:1117:22435:20351_CONS(1)... at 1:73:1:73/+/100.00%
+>Cluster 33
+0 81nt, >M01687:460:000000000-LGY9G:1:1101:21357:3411_CONS(150)... at 1:81:1:81/+/100.00%
+1 81nt, >M01687:460:000000000-LGY9G:1:2114:13976:5963_CONS(1)... at 1:81:1:81/+/98.77%
+2 81nt, >M01687:460:000000000-LGY9G:1:2111:11317:23961_CONS(1)... at 1:81:1:81/+/98.77%
+3 79nt, >M01687:460:000000000-LGY9G:1:2104:20745:18793_CONS(1)... at 1:79:1:79/+/97.47%
+4 80nt, >M01687:460:000000000-LGY9G:1:1113:16803:14057_CONS(1)... at 1:80:1:81/+/98.77%
+5 81nt, >M01687:460:000000000-LGY9G:1:1111:18898:12675_CONS(1)... at 1:81:1:81/+/98.77%
+6 81nt, >M01687:460:000000000-LGY9G:1:1109:17935:5718_CONS(1)... at 1:81:1:81/+/98.77%
+7 82nt, >M01687:460:000000000-LGY9G:1:1110:25848:15203_CONS(1)... *
+8 81nt, >M01687:460:000000000-LGY9G:1:1118:19002:18822_CONS(1)... at 1:81:1:81/+/98.77%
+9 81nt, >M01687:460:000000000-LGY9G:1:2119:8972:13476_CONS(1)... at 1:81:1:81/+/98.77%
+>Cluster 34
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19499:2038_CONS(4770)... at 1:56:1:57/+/98.25%
+1 54nt, >M01687:460:000000000-LGY9G:1:1101:6462:6593_CONS(1)... at 1:46:1:46/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2112:19766:6072_CONS(3)... at 1:55:1:56/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2113:23681:17840_CONS(1)... *
+4 56nt, >M01687:460:000000000-LGY9G:1:2113:21390:23321_CONS(1)... at 1:55:1:56/+/98.21%
+5 57nt, >M01687:460:000000000-LGY9G:1:2110:21104:22452_CONS(1)... at 1:56:1:57/+/98.25%
+6 56nt, >M01687:460:000000000-LGY9G:1:2109:5470:7913_CONS(1)... at 1:56:1:57/+/98.25%
+7 56nt, >M01687:460:000000000-LGY9G:1:2101:26747:5470_CONS(1)... at 3:56:3:57/+/98.18%
+8 54nt, >M01687:460:000000000-LGY9G:1:1112:25282:20869_CONS(1)... at 1:50:1:50/+/100.00%
+9 57nt, >M01687:460:000000000-LGY9G:1:1107:4720:10677_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 35
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20038:12397_CONS(1)... at 3:56:3:56/+/98.15%
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20673:15344_CONS(111)... at 3:56:3:56/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:2113:23867:20622_CONS(3)... at 3:56:3:56/+/98.15%
+3 56nt, >M01687:460:000000000-LGY9G:1:2111:4544:6347_CONS(1)... at 3:56:3:56/+/98.15%
+4 57nt, >M01687:460:000000000-LGY9G:1:2111:20244:7032_CONS(1)... *
+5 56nt, >M01687:460:000000000-LGY9G:1:2109:19822:12821_CONS(1)... at 3:56:3:56/+/98.15%
+6 57nt, >M01687:460:000000000-LGY9G:1:2109:7839:19236_CONS(1)... at 3:57:3:56/+/98.18%
+7 57nt, >M01687:460:000000000-LGY9G:1:2105:22230:17638_CONS(1)... at 3:57:3:56/+/98.18%
+8 56nt, >M01687:460:000000000-LGY9G:1:1107:11653:24971_CONS(1)... at 3:56:3:56/+/98.15%
+9 56nt, >M01687:460:000000000-LGY9G:1:1104:13359:13818_CONS(1)... at 3:56:3:56/+/98.15%
+>Cluster 36
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:23412:12145_CONS(85)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:1101:9993:24810_CONS(39)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:1102:18562:12960_CONS(18)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1102:17190:13328_CONS(1)... at 1:62:1:62/+/98.39%
+4 61nt, >M01687:460:000000000-LGY9G:1:2114:19118:3225_CONS(2)... at 1:61:1:61/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2115:21419:7910_CONS(1)... at 1:62:1:62/+/98.39%
+6 62nt, >M01687:460:000000000-LGY9G:1:2104:4605:14574_CONS(1)... at 1:62:1:62/+/98.39%
+7 62nt, >M01687:460:000000000-LGY9G:1:1109:11881:20573_CONS(1)... at 1:62:1:62/+/98.39%
+8 62nt, >M01687:460:000000000-LGY9G:1:1118:5342:14819_CONS(1)... at 1:62:1:62/+/98.39%
+9 62nt, >M01687:460:000000000-LGY9G:1:2119:22763:7039_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 37
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:19254:4860_CONS(86)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2115:21916:2275_CONS(1)... at 1:94:1:94/+/98.94%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:13169:25116_CONS(1)... at 1:90:1:90/+/100.00%
+3 94nt, >M01687:460:000000000-LGY9G:1:2106:24916:12417_CONS(1)... at 1:94:1:94/+/98.94%
+4 94nt, >M01687:460:000000000-LGY9G:1:2104:15424:21624_CONS(1)... at 1:94:1:94/+/97.87%
+5 94nt, >M01687:460:000000000-LGY9G:1:2117:27232:9474_CONS(1)... at 1:94:1:94/+/98.94%
+6 94nt, >M01687:460:000000000-LGY9G:1:1113:3342:18199_CONS(1)... at 1:94:1:94/+/98.94%
+7 94nt, >M01687:460:000000000-LGY9G:1:1107:28417:15885_CONS(1)... at 1:94:1:94/+/98.94%
+8 94nt, >M01687:460:000000000-LGY9G:1:1108:16768:13953_CONS(1)... at 1:94:1:94/+/98.94%
+9 94nt, >M01687:460:000000000-LGY9G:1:1106:23358:10657_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 38
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:8106:4806_CONS(196)... at 1:94:1:95/+/98.95%
+1 93nt, >M01687:460:000000000-LGY9G:1:2114:5589:11711_CONS(5)... at 1:93:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:2114:4432:14029_CONS(1)... at 1:94:1:95/+/97.89%
+3 95nt, >M01687:460:000000000-LGY9G:1:2112:9979:20993_CONS(1)... *
+4 94nt, >M01687:460:000000000-LGY9G:1:2106:24986:8430_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:2116:17732:12360_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:2116:9531:19479_CONS(1)... at 1:94:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:1108:6056:20108_CONS(1)... at 1:94:1:95/+/97.89%
+8 94nt, >M01687:460:000000000-LGY9G:1:1105:14619:3513_CONS(1)... at 3:94:3:95/+/98.92%
+9 94nt, >M01687:460:000000000-LGY9G:1:1118:19814:14643_CONS(1)... at 1:94:1:95/+/97.89%
+>Cluster 39
+0 59nt, >M01687:460:000000000-LGY9G:1:1101:24044:2072_CONS(291)... *
+1 59nt, >M01687:460:000000000-LGY9G:1:1101:5566:14882_CONS(1)... at 1:59:1:59/+/98.31%
+2 59nt, >M01687:460:000000000-LGY9G:1:2109:9883:7195_CONS(1)... at 1:59:1:59/+/98.31%
+3 59nt, >M01687:460:000000000-LGY9G:1:2109:8665:9673_CONS(3)... at 1:59:1:59/+/98.31%
+4 58nt, >M01687:460:000000000-LGY9G:1:2107:10838:15278_CONS(1)... at 3:58:4:59/+/100.00%
+5 59nt, >M01687:460:000000000-LGY9G:1:2107:6329:20206_CONS(1)... at 1:59:1:59/+/98.31%
+6 59nt, >M01687:460:000000000-LGY9G:1:2101:24622:15182_CONS(1)... at 1:59:1:59/+/98.31%
+7 59nt, >M01687:460:000000000-LGY9G:1:1109:7000:5783_CONS(1)... at 1:59:1:59/+/98.31%
+8 59nt, >M01687:460:000000000-LGY9G:1:1108:13392:5917_CONS(1)... at 1:59:1:59/+/98.31%
+9 59nt, >M01687:460:000000000-LGY9G:1:1117:8001:4100_CONS(1)... at 1:59:1:59/+/98.31%
+>Cluster 40
+0 84nt, >M01687:460:000000000-LGY9G:1:1101:18386:14982_CONS(124)... at 1:84:1:85/+/98.82%
+1 84nt, >M01687:460:000000000-LGY9G:1:2114:17948:8416_CONS(1)... at 1:84:1:85/+/97.65%
+2 84nt, >M01687:460:000000000-LGY9G:1:2110:18476:17327_CONS(1)... at 1:84:1:85/+/97.65%
+3 83nt, >M01687:460:000000000-LGY9G:1:2102:9660:1972_CONS(1)... at 1:83:1:85/+/97.65%
+4 84nt, >M01687:460:000000000-LGY9G:1:1112:7095:7608_CONS(1)... at 1:84:1:85/+/97.65%
+5 84nt, >M01687:460:000000000-LGY9G:1:1108:5119:19731_CONS(1)... at 1:84:1:85/+/97.65%
+6 85nt, >M01687:460:000000000-LGY9G:1:2118:10706:6041_CONS(1)... *
+7 84nt, >M01687:460:000000000-LGY9G:1:2118:25394:18242_CONS(1)... at 1:84:1:85/+/97.65%
+8 84nt, >M01687:460:000000000-LGY9G:1:2119:10792:4070_CONS(1)... at 1:84:1:85/+/97.65%
+>Cluster 41
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:22187:24405_CONS(1)... at 1:37:1:37/+/100.00%
+1 41nt, >M01687:460:000000000-LGY9G:1:1102:11448:1679_CONS(2)... *
+2 35nt, >M01687:460:000000000-LGY9G:1:1102:25281:17588_CONS(2)... at 1:35:1:35/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:2109:15672:21013_CONS(2)... at 1:32:1:32/+/100.00%
+4 39nt, >M01687:460:000000000-LGY9G:1:2102:16587:15753_CONS(4)... at 1:39:1:39/+/100.00%
+5 36nt, >M01687:460:000000000-LGY9G:1:1111:28254:19211_CONS(1)... at 1:36:1:36/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1112:8156:24168_CONS(1)... at 1:31:1:31/+/100.00%
+7 37nt, >M01687:460:000000000-LGY9G:1:1108:14899:11472_CONS(1)... at 1:31:1:31/+/100.00%
+8 35nt, >M01687:460:000000000-LGY9G:1:1117:26167:16946_CONS(1)... at 1:31:1:31/+/100.00%
+>Cluster 42
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:3932:12650_CONS(1)... *
+1 25nt, >M01687:460:000000000-LGY9G:1:1101:4415:17384_CONS(2)... at 1:22:1:22/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1102:22409:4409_CONS(107)... at 1:23:1:23/+/100.00%
+3 23nt, >M01687:460:000000000-LGY9G:1:1102:4901:21526_CONS(2)... at 1:22:1:22/+/100.00%
+4 24nt, >M01687:460:000000000-LGY9G:1:2108:22247:19702_CONS(1)... at 1:22:1:22/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:2103:11158:12112_CONS(1)... at 1:22:1:22/+/100.00%
+6 23nt, >M01687:460:000000000-LGY9G:1:2118:22502:6457_CONS(1)... at 1:22:1:22/+/100.00%
+7 24nt, >M01687:460:000000000-LGY9G:1:2118:16621:9879_CONS(1)... at 3:24:3:24/+/100.00%
+>Cluster 43
+0 79nt, >M01687:460:000000000-LGY9G:1:1101:14424:16383_CONS(177)... at 1:79:1:80/+/98.75%
+1 78nt, >M01687:460:000000000-LGY9G:1:2112:24838:19227_CONS(1)... at 1:78:1:80/+/97.50%
+2 79nt, >M01687:460:000000000-LGY9G:1:2109:18986:11272_CONS(1)... at 1:79:1:80/+/97.50%
+3 80nt, >M01687:460:000000000-LGY9G:1:2106:19776:7743_CONS(1)... *
+4 79nt, >M01687:460:000000000-LGY9G:1:2104:21377:14242_CONS(1)... at 1:79:1:80/+/97.50%
+5 79nt, >M01687:460:000000000-LGY9G:1:1119:5774:14579_CONS(1)... at 1:79:1:80/+/97.50%
+6 79nt, >M01687:460:000000000-LGY9G:1:1116:26440:11119_CONS(1)... at 1:79:1:80/+/97.50%
+7 79nt, >M01687:460:000000000-LGY9G:1:1111:8215:7735_CONS(1)... at 3:79:3:80/+/98.72%
+>Cluster 44
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:16548:16039_CONS(89)... *
+1 90nt, >M01687:460:000000000-LGY9G:1:2111:21302:13384_CONS(1)... at 1:90:1:90/+/98.89%
+2 89nt, >M01687:460:000000000-LGY9G:1:2109:16820:13636_CONS(1)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2107:11420:8280_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2107:15185:15648_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1119:20578:24409_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:1114:13671:14504_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:1118:18620:13640_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 45
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:17727:16754_CONS(1)... at 1:53:1:53/+/100.00%
+1 54nt, >M01687:460:000000000-LGY9G:1:2110:24119:2828_CONS(1)... at 1:53:1:53/+/100.00%
+2 57nt, >M01687:460:000000000-LGY9G:1:2110:20590:22831_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:8667:18175_CONS(1)... at 1:53:1:53/+/100.00%
+4 56nt, >M01687:460:000000000-LGY9G:1:1109:22224:12299_CONS(1)... at 1:53:1:53/+/100.00%
+5 56nt, >M01687:460:000000000-LGY9G:1:1109:15979:20072_CONS(1)... at 1:56:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:1110:14822:19181_CONS(1)... at 1:56:1:56/+/98.21%
+7 53nt, >M01687:460:000000000-LGY9G:1:1107:1792:14622_CONS(1)... at 1:53:1:53/+/100.00%
+>Cluster 46
+0 109nt, >M01687:460:000000000-LGY9G:1:1101:5031:15293_CONS(55)... *
+1 107nt, >M01687:460:000000000-LGY9G:1:2115:14232:10846_CONS(1)... at 1:107:1:109/+/98.17%
+2 109nt, >M01687:460:000000000-LGY9G:1:2112:6846:7784_CONS(1)... at 1:109:1:109/+/99.08%
+3 109nt, >M01687:460:000000000-LGY9G:1:2108:29587:12607_CONS(1)... at 1:109:1:109/+/99.08%
+4 109nt, >M01687:460:000000000-LGY9G:1:1107:16006:4422_CONS(1)... at 3:109:3:109/+/100.00%
+5 109nt, >M01687:460:000000000-LGY9G:1:1108:6141:14393_CONS(1)... at 1:109:1:109/+/99.08%
+6 109nt, >M01687:460:000000000-LGY9G:1:1108:6542:23052_CONS(1)... at 1:109:1:109/+/99.08%
+>Cluster 47
+0 24nt, >M01687:460:000000000-LGY9G:1:2111:9246:4153_CONS(1)... at 1:24:1:24/+/100.00%
+1 25nt, >M01687:460:000000000-LGY9G:1:2109:18456:18314_CONS(2)... at 1:23:1:23/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:11591:19716_CONS(1)... at 1:24:1:24/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1112:5749:14683_CONS(1)... at 1:23:1:23/+/100.00%
+4 28nt, >M01687:460:000000000-LGY9G:1:1112:25261:21166_CONS(1)... at 1:23:1:23/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:1104:11830:20279_CONS(1)... at 1:23:1:23/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1117:14060:21249_CONS(1)... *
+>Cluster 48
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:8873:4576_CONS(42)... at 1:73:2:74/+/98.63%
+1 73nt, >M01687:460:000000000-LGY9G:1:2107:24918:21799_CONS(1)... at 1:73:2:74/+/97.26%
+2 73nt, >M01687:460:000000000-LGY9G:1:2117:14032:2634_CONS(1)... at 1:73:2:74/+/97.26%
+3 73nt, >M01687:460:000000000-LGY9G:1:2101:17036:9114_CONS(1)... at 1:73:2:74/+/97.26%
+4 74nt, >M01687:460:000000000-LGY9G:1:1110:6058:17015_CONS(1)... *
+5 73nt, >M01687:460:000000000-LGY9G:1:1103:8200:6484_CONS(1)... at 1:73:2:74/+/97.26%
+6 73nt, >M01687:460:000000000-LGY9G:1:1118:21008:10177_CONS(1)... at 1:73:2:74/+/97.26%
+>Cluster 49
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:20573:23062_CONS(2)... at 1:67:1:67/+/100.00%
+1 54nt, >M01687:460:000000000-LGY9G:1:2115:6863:10890_CONS(1)... at 1:54:1:54/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:15623:16010_CONS(1)... at 1:55:1:55/+/100.00%
+3 69nt, >M01687:460:000000000-LGY9G:1:1113:15639:9481_CONS(3)... *
+4 53nt, >M01687:460:000000000-LGY9G:1:1112:4875:12904_CONS(1)... at 1:53:1:53/+/100.00%
+5 66nt, >M01687:460:000000000-LGY9G:1:1109:12616:5586_CONS(1)... at 1:66:1:66/+/100.00%
+6 62nt, >M01687:460:000000000-LGY9G:1:1118:23794:9919_CONS(1)... at 1:62:1:62/+/100.00%
+>Cluster 50
+0 99nt, >M01687:460:000000000-LGY9G:1:1102:27928:16134_CONS(1)... at 1:99:1:100/+/98.00%
+1 100nt, >M01687:460:000000000-LGY9G:1:2113:21144:9986_CONS(1)... *
+2 100nt, >M01687:460:000000000-LGY9G:1:2111:29103:10658_CONS(1)... at 1:100:1:100/+/98.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2108:3883:7227_CONS(1)... at 1:100:1:100/+/97.00%
+4 99nt, >M01687:460:000000000-LGY9G:1:1115:24456:5341_CONS(1)... at 1:99:1:99/+/98.99%
+5 99nt, >M01687:460:000000000-LGY9G:1:1107:20540:23571_CONS(1)... at 1:99:1:100/+/98.00%
+6 100nt, >M01687:460:000000000-LGY9G:1:1108:18337:10898_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 51
+0 42nt, >M01687:460:000000000-LGY9G:1:2112:4814:6879_CONS(3)... at 1:42:1:42/+/97.62%
+1 43nt, >M01687:460:000000000-LGY9G:1:2109:5943:18417_CONS(2)... at 1:43:1:43/+/97.67%
+2 48nt, >M01687:460:000000000-LGY9G:1:1116:20895:3905_CONS(1)... *
+3 40nt, >M01687:460:000000000-LGY9G:1:1116:5685:7413_CONS(1)... at 1:40:1:40/+/97.50%
+4 44nt, >M01687:460:000000000-LGY9G:1:1109:16048:8817_CONS(2)... at 1:44:1:44/+/97.73%
+5 41nt, >M01687:460:000000000-LGY9G:1:1104:11115:4270_CONS(2)... at 1:41:1:41/+/97.56%
+6 47nt, >M01687:460:000000000-LGY9G:1:1104:21844:6636_CONS(1)... at 1:47:1:47/+/97.87%
+>Cluster 52
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:12377:20724_CONS(1)... at 1:60:1:60/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:2111:9743:4159_CONS(1)... at 1:55:6:60/+/98.18%
+2 59nt, >M01687:460:000000000-LGY9G:1:2111:2623:12278_CONS(2)... at 1:59:1:60/+/98.33%
+3 62nt, >M01687:460:000000000-LGY9G:1:2106:18938:17434_CONS(1)... *
+4 60nt, >M01687:460:000000000-LGY9G:1:2116:19661:11991_CONS(1)... at 1:60:1:60/+/98.33%
+5 61nt, >M01687:460:000000000-LGY9G:1:1116:8433:23207_CONS(1)... at 1:61:1:61/+/100.00%
+6 60nt, >M01687:460:000000000-LGY9G:1:1106:11532:7873_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 53
+0 63nt, >M01687:460:000000000-LGY9G:1:1101:9469:3353_CONS(97)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:2104:9121:17184_CONS(1)... at 1:63:1:63/+/98.41%
+2 63nt, >M01687:460:000000000-LGY9G:1:1116:20921:5231_CONS(1)... at 1:63:1:63/+/98.41%
+3 63nt, >M01687:460:000000000-LGY9G:1:1116:8769:7132_CONS(1)... at 1:63:1:63/+/98.41%
+4 63nt, >M01687:460:000000000-LGY9G:1:1113:25858:12562_CONS(1)... at 1:63:1:63/+/98.41%
+5 63nt, >M01687:460:000000000-LGY9G:1:2119:21370:16116_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 54
+0 49nt, >M01687:460:000000000-LGY9G:1:2115:5420:5368_CONS(5)... at 1:49:1:49/+/97.96%
+1 48nt, >M01687:460:000000000-LGY9G:1:2115:5644:22413_CONS(5)... at 1:48:1:48/+/97.92%
+2 47nt, >M01687:460:000000000-LGY9G:1:2110:16378:10191_CONS(6)... at 1:47:1:47/+/97.87%
+3 50nt, >M01687:460:000000000-LGY9G:1:1109:25614:12316_CONS(1)... at 1:50:1:50/+/98.00%
+4 43nt, >M01687:460:000000000-LGY9G:1:1110:22425:16525_CONS(1)... at 1:43:1:43/+/97.67%
+5 52nt, >M01687:460:000000000-LGY9G:1:1118:29105:10998_CONS(1)... *
+>Cluster 55
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:4504:13834_CONS(3)... at 1:36:1:36/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1102:13316:22362_CONS(4)... at 1:29:1:29/+/100.00%
+2 30nt, >M01687:460:000000000-LGY9G:1:2104:4359:5529_CONS(3)... at 1:29:1:29/+/100.00%
+3 35nt, >M01687:460:000000000-LGY9G:1:2104:12407:9699_CONS(1)... at 1:29:1:29/+/100.00%
+4 38nt, >M01687:460:000000000-LGY9G:1:1106:16573:5379_CONS(1)... *
+5 36nt, >M01687:460:000000000-LGY9G:1:1117:21032:22443_CONS(1)... at 1:36:1:36/+/100.00%
+>Cluster 56
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14441:16733_CONS(32)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:24218:24207_CONS(3)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:25995:6280_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:13861:6962_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1117:7587:12217_CONS(1)... at 1:56:1:56/+/98.21%
+5 55nt, >M01687:460:000000000-LGY9G:1:2118:22721:16345_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 57
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:24573:14820_CONS(50)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2114:1893:15245_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1119:25476:6871_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1119:24635:18341_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1113:14263:23229_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:2118:11837:11549_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 58
+0 38nt, >M01687:460:000000000-LGY9G:1:2114:8736:13087_CONS(2)... at 1:38:1:38/+/100.00%
+1 49nt, >M01687:460:000000000-LGY9G:1:2114:4031:19824_CONS(1)... *
+2 46nt, >M01687:460:000000000-LGY9G:1:2115:19916:11237_CONS(2)... at 3:46:5:48/+/97.73%
+3 47nt, >M01687:460:000000000-LGY9G:1:2107:4624:12768_CONS(1)... at 3:47:5:49/+/97.78%
+4 46nt, >M01687:460:000000000-LGY9G:1:2104:17287:10495_CONS(1)... at 3:46:5:48/+/100.00%
+5 37nt, >M01687:460:000000000-LGY9G:1:1114:13378:3509_CONS(1)... at 1:37:1:37/+/100.00%
+>Cluster 59
+0 27nt, >M01687:460:000000000-LGY9G:1:1101:12983:10505_CONS(2)... at 1:27:1:27/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1102:14996:19496_CONS(5)... at 1:33:1:33/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:27986:18355_CONS(3)... at 1:32:1:32/+/100.00%
+3 34nt, >M01687:460:000000000-LGY9G:1:1119:5657:22475_CONS(3)... at 1:34:1:34/+/100.00%
+4 30nt, >M01687:460:000000000-LGY9G:1:1106:11018:1617_CONS(2)... at 1:30:1:30/+/100.00%
+5 35nt, >M01687:460:000000000-LGY9G:1:1103:22576:11815_CONS(1)... *
+>Cluster 60
+0 39nt, >M01687:460:000000000-LGY9G:1:2112:22992:23761_CONS(1)... at 1:39:1:39/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:2105:11542:7043_CONS(1)... at 1:40:1:40/+/100.00%
+2 38nt, >M01687:460:000000000-LGY9G:1:1119:2179:11035_CONS(1)... at 1:38:1:38/+/100.00%
+3 42nt, >M01687:460:000000000-LGY9G:1:1112:5365:14107_CONS(1)... at 1:42:1:42/+/100.00%
+4 48nt, >M01687:460:000000000-LGY9G:1:1103:15774:1987_CONS(2)... at 1:48:1:48/+/100.00%
+5 50nt, >M01687:460:000000000-LGY9G:1:1103:26284:20107_CONS(1)... *
+>Cluster 61
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9473:6454_CONS(139)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:18861:3402_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2101:4637:15978_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1115:25208:21338_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1110:20220:16111_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:1103:7354:19982_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 62
+0 84nt, >M01687:460:000000000-LGY9G:1:2115:4779:7315_CONS(24)... *
+1 84nt, >M01687:460:000000000-LGY9G:1:2102:13571:13786_CONS(1)... at 1:84:1:84/+/98.81%
+2 84nt, >M01687:460:000000000-LGY9G:1:1113:9447:21139_CONS(1)... at 1:83:1:83/+/98.80%
+3 83nt, >M01687:460:000000000-LGY9G:1:1111:20138:15556_CONS(1)... at 1:83:1:84/+/98.81%
+4 84nt, >M01687:460:000000000-LGY9G:1:1117:25531:16730_CONS(1)... at 1:84:1:84/+/98.81%
+5 83nt, >M01687:460:000000000-LGY9G:1:2118:9115:11224_CONS(1)... at 1:83:1:83/+/97.59%
+>Cluster 63
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:20266:13408_CONS(74)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:1101:10969:20307_CONS(4)... at 1:89:1:90/+/98.89%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:23685:3151_CONS(1)... at 1:90:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:1111:13349:5356_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:1109:14652:12906_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1110:7625:12586_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 64
+0 90nt, >M01687:460:000000000-LGY9G:1:1102:7566:9816_CONS(48)... at 1:90:1:91/+/98.90%
+1 90nt, >M01687:460:000000000-LGY9G:1:2114:20389:13513_CONS(1)... at 1:90:1:91/+/97.80%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:10585:15334_CONS(1)... at 1:90:1:91/+/97.80%
+3 90nt, >M01687:460:000000000-LGY9G:1:1119:11619:15544_CONS(1)... at 1:90:1:91/+/97.80%
+4 90nt, >M01687:460:000000000-LGY9G:1:1114:4666:17541_CONS(1)... at 1:90:1:91/+/97.80%
+5 91nt, >M01687:460:000000000-LGY9G:1:1109:11092:2736_CONS(1)... *
+>Cluster 65
+0 22nt, >M01687:460:000000000-LGY9G:1:2114:14891:2850_CONS(9)... at 1:21:1:21/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:2113:17303:24726_CONS(1)... at 1:21:1:21/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:2111:16167:18949_CONS(1)... at 1:21:1:21/+/100.00%
+3 29nt, >M01687:460:000000000-LGY9G:1:2101:11318:2591_CONS(1)... *
+4 23nt, >M01687:460:000000000-LGY9G:1:1103:19356:6015_CONS(1)... at 1:22:1:22/+/100.00%
+5 26nt, >M01687:460:000000000-LGY9G:1:1103:20233:24873_CONS(1)... at 1:21:1:21/+/100.00%
+>Cluster 66
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:13380:3454_CONS(202)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:25773:16110_CONS(1)... at 1:55:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2109:8445:12575_CONS(2)... at 1:55:2:57/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2116:26445:20676_CONS(1)... *
+4 57nt, >M01687:460:000000000-LGY9G:1:1103:13509:9827_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 67
+0 30nt, >M01687:460:000000000-LGY9G:1:2114:27424:18659_CONS(3)... at 1:30:1:30/+/100.00%
+1 38nt, >M01687:460:000000000-LGY9G:1:2107:29235:10041_CONS(1)... at 1:38:1:38/+/97.37%
+2 38nt, >M01687:460:000000000-LGY9G:1:1115:14839:9501_CONS(1)... at 1:30:1:30/+/100.00%
+3 39nt, >M01687:460:000000000-LGY9G:1:1117:21863:12271_CONS(1)... at 1:39:1:39/+/97.44%
+4 40nt, >M01687:460:000000000-LGY9G:1:2119:6986:21028_CONS(1)... *
+>Cluster 68
+0 48nt, >M01687:460:000000000-LGY9G:1:1101:2604:9677_CONS(43)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2114:14728:14648_CONS(29)... at 1:48:1:48/+/97.92%
+2 48nt, >M01687:460:000000000-LGY9G:1:2112:14929:9797_CONS(1)... at 1:48:1:48/+/97.92%
+3 47nt, >M01687:460:000000000-LGY9G:1:2102:9964:10439_CONS(1)... at 1:47:1:48/+/97.92%
+4 48nt, >M01687:460:000000000-LGY9G:1:2117:8531:16843_CONS(1)... at 1:48:1:48/+/97.92%
+>Cluster 69
+0 20nt, >M01687:460:000000000-LGY9G:1:2110:18937:2820_CONS(2)... at 1:20:1:20/+/100.00%
+1 21nt, >M01687:460:000000000-LGY9G:1:2117:4488:12459_CONS(1)... at 1:20:1:20/+/100.00%
+2 22nt, >M01687:460:000000000-LGY9G:1:1112:9311:2436_CONS(1)... at 1:21:1:21/+/100.00%
+3 22nt, >M01687:460:000000000-LGY9G:1:1106:13989:17847_CONS(1)... at 5:21:4:20/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2118:20997:14557_CONS(1)... *
+>Cluster 70
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:13692:24548_CONS(68)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2113:13269:18962_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2107:5436:10081_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1114:12017:8278_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1118:5000:4759_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 71
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:27625:7239_CONS(67)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2112:16638:8404_CONS(1)... at 1:66:1:66/+/98.48%
+2 66nt, >M01687:460:000000000-LGY9G:1:2112:12124:8426_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2105:23694:13570_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:1109:4970:13913_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 72
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:23613:16574_CONS(1)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1102:2684:17469_CONS(68)... at 1:70:1:70/+/98.57%
+2 70nt, >M01687:460:000000000-LGY9G:1:2112:23103:4965_CONS(1)... at 1:70:1:70/+/97.14%
+3 69nt, >M01687:460:000000000-LGY9G:1:2112:2649:9488_CONS(1)... at 1:69:1:70/+/97.14%
+4 70nt, >M01687:460:000000000-LGY9G:1:2103:14948:19856_CONS(1)... at 1:70:1:70/+/97.14%
+>Cluster 73
+0 24nt, >M01687:460:000000000-LGY9G:1:2114:11095:8439_CONS(10)... at 1:24:1:24/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2103:26773:5084_CONS(1)... *
+2 25nt, >M01687:460:000000000-LGY9G:1:2103:26964:17769_CONS(2)... at 1:25:1:25/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1105:12588:2896_CONS(1)... at 1:26:1:26/+/100.00%
+4 25nt, >M01687:460:000000000-LGY9G:1:1103:18266:24826_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 74
+0 24nt, >M01687:460:000000000-LGY9G:1:1102:28142:10489_CONS(25)... at 1:24:1:24/+/100.00%
+1 25nt, >M01687:460:000000000-LGY9G:1:1102:28845:14472_CONS(58)... at 1:24:1:24/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:18425:7294_CONS(1)... *
+3 30nt, >M01687:460:000000000-LGY9G:1:1114:22656:4907_CONS(1)... at 1:30:1:30/+/100.00%
+4 27nt, >M01687:460:000000000-LGY9G:1:1110:14648:5013_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 75
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:20495:3704_CONS(22)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2111:23917:10661_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2117:7944:15812_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1115:25022:4890_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1108:17728:14627_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 76
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:22039:19088_CONS(1)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:2114:15471:19353_CONS(1)... at 1:47:1:47/+/100.00%
+2 45nt, >M01687:460:000000000-LGY9G:1:2116:14133:23515_CONS(1)... at 1:45:1:45/+/97.78%
+3 48nt, >M01687:460:000000000-LGY9G:1:1111:22217:22271_CONS(1)... at 1:48:1:48/+/97.92%
+4 46nt, >M01687:460:000000000-LGY9G:1:1103:26081:18331_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 77
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:17401:2356_CONS(19)... *
+1 85nt, >M01687:460:000000000-LGY9G:1:2103:22214:2515_CONS(1)... at 1:85:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:2101:20072:11601_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2101:20545:18715_CONS(1)... at 1:85:1:85/+/98.82%
+4 85nt, >M01687:460:000000000-LGY9G:1:1112:4481:15361_CONS(1)... at 1:85:1:85/+/97.65%
+>Cluster 78
+0 92nt, >M01687:460:000000000-LGY9G:1:1102:21741:7224_CONS(67)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:2104:8885:6175_CONS(1)... at 1:91:1:92/+/97.83%
+2 91nt, >M01687:460:000000000-LGY9G:1:1113:21098:2198_CONS(1)... at 1:91:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:1106:15626:2491_CONS(1)... at 1:92:1:92/+/98.91%
+>Cluster 79
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26684:18110_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:3282:11362_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2107:13642:11778_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1109:5633:4781_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 80
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26820:13732_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2101:23324:12309_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1116:24371:5674_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:2118:14573:5169_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 81
+0 39nt, >M01687:460:000000000-LGY9G:1:2113:19051:4707_CONS(1)... *
+1 32nt, >M01687:460:000000000-LGY9G:1:2110:11292:2354_CONS(1)... at 1:32:1:32/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:1114:4824:14983_CONS(1)... at 1:34:1:34/+/100.00%
+3 39nt, >M01687:460:000000000-LGY9G:1:1103:11404:8553_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 82
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:16393:16043_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:13597:2500_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1114:4813:15749_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1117:17851:22458_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 83
+0 69nt, >M01687:460:000000000-LGY9G:1:1101:17251:10652_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:2101:7952:12264_CONS(1)... at 1:69:1:69/+/98.55%
+2 62nt, >M01687:460:000000000-LGY9G:1:1114:19668:5538_CONS(1)... at 1:62:1:62/+/100.00%
+3 64nt, >M01687:460:000000000-LGY9G:1:1109:11986:3768_CONS(1)... at 1:64:1:64/+/100.00%
+>Cluster 84
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:14908:15300_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:7609:5690_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:6902:22902_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1110:17644:12128_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 85
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:23700:5397_CONS(15)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:2114:23392:18012_CONS(1)... at 1:67:1:67/+/98.51%
+2 67nt, >M01687:460:000000000-LGY9G:1:2106:2881:8340_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:1112:21363:7186_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 86
+0 94nt, >M01687:460:000000000-LGY9G:1:2114:24042:19514_CONS(18)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:1113:18048:12954_CONS(1)... at 1:93:1:94/+/98.94%
+2 94nt, >M01687:460:000000000-LGY9G:1:1107:8227:22494_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:1108:16957:3146_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 87
+0 26nt, >M01687:460:000000000-LGY9G:1:1102:22627:2912_CONS(35)... at 1:26:1:26/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2115:6747:23864_CONS(2)... *
+2 34nt, >M01687:460:000000000-LGY9G:1:1116:14269:22151_CONS(1)... at 1:34:1:34/+/97.06%
+3 32nt, >M01687:460:000000000-LGY9G:1:1103:23324:16475_CONS(1)... at 1:32:1:32/+/100.00%
+>Cluster 88
+0 47nt, >M01687:460:000000000-LGY9G:1:2107:11559:20212_CONS(1)... at 1:47:1:47/+/100.00%
+1 49nt, >M01687:460:000000000-LGY9G:1:2116:3746:13893_CONS(1)... at 1:49:1:49/+/100.00%
+2 53nt, >M01687:460:000000000-LGY9G:1:1106:9400:22845_CONS(1)... at 1:53:1:53/+/100.00%
+3 62nt, >M01687:460:000000000-LGY9G:1:1104:14215:4048_CONS(1)... *
+>Cluster 89
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:5807:7927_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2110:22494:17494_CONS(1)... at 7:55:7:55/+/97.96%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:9441:5945_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1110:11600:10276_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 90
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26038:4265_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20255:12160_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:15002:16287_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1105:9604:18763_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 91
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:12106:6526_CONS(21)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:21659:13551_CONS(1)... at 1:56:1:57/+/98.25%
+2 56nt, >M01687:460:000000000-LGY9G:1:2112:22449:16664_CONS(24)... at 1:56:1:57/+/98.25%
+3 57nt, >M01687:460:000000000-LGY9G:1:1107:5069:19037_CONS(1)... *
+>Cluster 92
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:15279:2913_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:26432:5944_CONS(258)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2106:17666:3045_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1116:14632:18245_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 93
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:13670:7629_CONS(46)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2108:8391:23990_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:18490:2042_CONS(1)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1114:19078:5860_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 94
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19128:18261_CONS(22)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:6132:8972_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2105:9228:15589_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1116:7990:4626_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 95
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:18040:19211_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:20074:17655_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2110:26046:13458_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1118:13903:18419_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 96
+0 162nt, >M01687:460:000000000-LGY9G:1:1101:22040:24444_CONS(1)... *
+1 162nt, >M01687:460:000000000-LGY9G:1:2115:2214:16516_CONS(8)... at 1:162:1:162/+/99.38%
+2 162nt, >M01687:460:000000000-LGY9G:1:2101:3379:17586_CONS(1)... at 1:162:1:162/+/97.53%
+3 162nt, >M01687:460:000000000-LGY9G:1:1113:26049:14760_CONS(1)... at 1:162:1:162/+/98.77%
+>Cluster 97
+0 34nt, >M01687:460:000000000-LGY9G:1:1101:4277:19061_CONS(2)... at 1:34:1:34/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2110:23753:19472_CONS(3)... at 1:34:1:34/+/97.06%
+2 35nt, >M01687:460:000000000-LGY9G:1:2109:12454:20104_CONS(1)... at 1:33:1:33/+/100.00%
+3 44nt, >M01687:460:000000000-LGY9G:1:1116:10578:23941_CONS(1)... *
+>Cluster 98
+0 94nt, >M01687:460:000000000-LGY9G:1:1102:9342:3170_CONS(15)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2112:17044:7531_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2108:16046:21402_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:2107:4559:9291_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 99
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:14281:13112_CONS(20)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2112:22449:24477_CONS(1)... at 1:73:1:73/+/98.63%
+2 72nt, >M01687:460:000000000-LGY9G:1:2101:10467:6591_CONS(1)... at 1:72:1:72/+/100.00%
+3 73nt, >M01687:460:000000000-LGY9G:1:1118:4220:20955_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 100
+0 30nt, >M01687:460:000000000-LGY9G:1:1115:14416:21798_CONS(1)... at 1:23:1:23/+/100.00%
+1 28nt, >M01687:460:000000000-LGY9G:1:1107:19539:7734_CONS(1)... at 1:28:1:28/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:1117:19958:2576_CONS(1)... at 1:24:1:24/+/100.00%
+3 31nt, >M01687:460:000000000-LGY9G:1:2118:11101:19338_CONS(1)... *
+>Cluster 101
+0 25nt, >M01687:460:000000000-LGY9G:1:2111:19079:11409_CONS(1)... at 1:25:1:25/+/100.00%
+1 26nt, >M01687:460:000000000-LGY9G:1:2111:7020:16137_CONS(4)... at 1:25:1:25/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:2105:6676:12084_CONS(1)... *
+3 27nt, >M01687:460:000000000-LGY9G:1:1113:18735:18355_CONS(1)... at 1:25:1:25/+/100.00%
+>Cluster 102
+0 27nt, >M01687:460:000000000-LGY9G:1:2110:21936:5102_CONS(2)... at 1:26:1:26/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:2106:18599:21575_CONS(1)... at 1:26:1:26/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:2101:27782:15890_CONS(1)... at 1:24:1:24/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:11306:23521_CONS(1)... *
+>Cluster 103
+0 22nt, >M01687:460:000000000-LGY9G:1:2110:11752:24119_CONS(19)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:1110:26542:20220_CONS(1)... at 3:23:3:23/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1106:11812:6816_CONS(1)... at 3:23:3:23/+/100.00%
+3 29nt, >M01687:460:000000000-LGY9G:1:1104:23739:17556_CONS(1)... *
+>Cluster 104
+0 24nt, >M01687:460:000000000-LGY9G:1:2112:3180:8872_CONS(1)... at 1:24:1:24/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:2112:17075:24290_CONS(1)... at 1:31:1:31/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:9221:18665_CONS(1)... at 1:25:1:25/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:22643:24916_CONS(1)... *
+>Cluster 105
+0 45nt, >M01687:460:000000000-LGY9G:1:1116:28023:13130_CONS(1)... *
+1 45nt, >M01687:460:000000000-LGY9G:1:1104:29630:14090_CONS(1)... at 1:45:1:44/+/97.78%
+2 34nt, >M01687:460:000000000-LGY9G:1:1117:8888:3651_CONS(1)... at 1:34:1:33/+/97.06%
+>Cluster 106
+0 23nt, >M01687:460:000000000-LGY9G:1:1102:7665:23707_CONS(1)... *
+1 21nt, >M01687:460:000000000-LGY9G:1:2110:19460:2621_CONS(2)... at 4:21:5:22/+/100.00%
+2 20nt, >M01687:460:000000000-LGY9G:1:2104:27169:5460_CONS(4)... at 4:20:5:21/+/100.00%
+>Cluster 107
+0 38nt, >M01687:460:000000000-LGY9G:1:2106:10981:19586_CONS(1)... at 1:38:1:38/+/100.00%
+1 50nt, >M01687:460:000000000-LGY9G:1:1114:6012:7227_CONS(1)... *
+2 47nt, >M01687:460:000000000-LGY9G:1:1104:7574:6430_CONS(1)... at 1:47:1:47/+/100.00%
+>Cluster 108
+0 100nt, >M01687:460:000000000-LGY9G:1:1102:7299:3950_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2112:22104:7023_CONS(2)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2105:5353:19519_CONS(1)... at 1:100:1:100/+/99.00%
+>Cluster 109
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26224:4373_CONS(6)... at 1:55:1:55/+/98.18%
+1 64nt, >M01687:460:000000000-LGY9G:1:1102:22379:3518_CONS(1)... *
+2 60nt, >M01687:460:000000000-LGY9G:1:1107:24522:3244_CONS(1)... at 1:60:1:60/+/100.00%
+>Cluster 110
+0 35nt, >M01687:460:000000000-LGY9G:1:2107:8781:5460_CONS(1)... at 1:35:1:35/+/97.14%
+1 34nt, >M01687:460:000000000-LGY9G:1:1103:25622:21823_CONS(1)... at 1:34:1:34/+/97.06%
+2 37nt, >M01687:460:000000000-LGY9G:1:1117:23178:24992_CONS(1)... *
+>Cluster 111
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:25269:5122_CONS(1)... at 1:62:1:63/+/98.41%
+1 63nt, >M01687:460:000000000-LGY9G:1:2111:13457:24656_CONS(1)... *
+2 61nt, >M01687:460:000000000-LGY9G:1:1119:6126:20856_CONS(1)... at 1:61:1:62/+/98.39%
+>Cluster 112
+0 38nt, >M01687:460:000000000-LGY9G:1:1111:25146:12053_CONS(1)... at 1:38:1:38/+/100.00%
+1 35nt, >M01687:460:000000000-LGY9G:1:1111:5604:17028_CONS(1)... at 1:35:1:35/+/100.00%
+2 45nt, >M01687:460:000000000-LGY9G:1:1104:24088:4013_CONS(1)... *
+>Cluster 113
+0 34nt, >M01687:460:000000000-LGY9G:1:2115:16417:20647_CONS(1)... at 1:34:1:34/+/100.00%
+1 30nt, >M01687:460:000000000-LGY9G:1:1119:26274:4526_CONS(1)... at 1:30:1:30/+/100.00%
+2 37nt, >M01687:460:000000000-LGY9G:1:1115:22216:5191_CONS(1)... *
+>Cluster 114
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:15196:15505_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:12533:8545_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2118:23342:12520_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 115
+0 94nt, >M01687:460:000000000-LGY9G:1:2109:24135:3998_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2117:26400:6460_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2101:6155:4681_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 116
+0 87nt, >M01687:460:000000000-LGY9G:1:2114:23923:4939_CONS(9)... at 1:87:1:88/+/98.86%
+1 87nt, >M01687:460:000000000-LGY9G:1:1116:5436:13358_CONS(1)... at 1:87:1:88/+/97.73%
+2 88nt, >M01687:460:000000000-LGY9G:1:1113:25527:6919_CONS(1)... *
+>Cluster 117
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:10902:14664_CONS(39)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:6356:19684_CONS(1)... at 1:91:1:91/+/98.90%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:11123:14928_CONS(1)... at 1:90:1:91/+/98.90%
+>Cluster 118
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13300:5582_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:23831:10478_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:25948:4073_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 119
+0 38nt, >M01687:460:000000000-LGY9G:1:2113:8619:6491_CONS(1)... *
+1 29nt, >M01687:460:000000000-LGY9G:1:2113:16818:25064_CONS(1)... at 1:29:1:29/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:2117:22013:3493_CONS(1)... at 1:34:1:34/+/100.00%
+>Cluster 120
+0 64nt, >M01687:460:000000000-LGY9G:1:2114:4805:4734_CONS(1)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2112:23430:2202_CONS(2)... at 1:48:1:48/+/97.92%
+2 53nt, >M01687:460:000000000-LGY9G:1:1116:24623:18008_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 121
+0 57nt, >M01687:460:000000000-LGY9G:1:2109:5852:19892_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:22164:11097_CONS(1)... at 1:57:1:57/+/98.25%
+2 56nt, >M01687:460:000000000-LGY9G:1:1103:27078:20459_CONS(1)... at 1:56:1:57/+/98.25%
+>Cluster 122
+0 19nt, >M01687:460:000000000-LGY9G:1:1102:2216:13598_CONS(22)... at 1:18:1:18/+/100.00%
+1 18nt, >M01687:460:000000000-LGY9G:1:1119:23608:14913_CONS(2)... at 1:18:1:18/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1117:15349:3477_CONS(1)... *
+>Cluster 123
+0 52nt, >M01687:460:000000000-LGY9G:1:1101:25107:14608_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:2101:19280:5172_CONS(1)... at 1:52:1:52/+/98.08%
+2 50nt, >M01687:460:000000000-LGY9G:1:1111:25974:21302_CONS(1)... at 1:50:1:50/+/100.00%
+>Cluster 124
+0 31nt, >M01687:460:000000000-LGY9G:1:2107:9851:3043_CONS(1)... at 1:31:1:31/+/100.00%
+1 28nt, >M01687:460:000000000-LGY9G:1:2106:25881:12866_CONS(3)... at 1:28:1:28/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:1118:25820:20256_CONS(1)... *
+>Cluster 125
+0 54nt, >M01687:460:000000000-LGY9G:1:2103:22619:8490_CONS(1)... at 2:54:4:56/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2103:13411:23725_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:1106:15979:4397_CONS(1)... at 4:56:4:56/+/100.00%
+>Cluster 126
+0 89nt, >M01687:460:000000000-LGY9G:1:1102:18126:9521_CONS(16)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2104:8188:7213_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:1105:7620:21971_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 127
+0 58nt, >M01687:460:000000000-LGY9G:1:2106:13432:8855_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:23280:7487_CONS(1)... at 1:56:1:56/+/100.00%
+2 49nt, >M01687:460:000000000-LGY9G:1:1106:19338:14879_CONS(1)... at 1:49:1:49/+/100.00%
+>Cluster 128
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:9819:5544_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:23456:18998_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1104:15128:24698_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 129
+0 26nt, >M01687:460:000000000-LGY9G:1:2115:22603:9368_CONS(1)... at 1:26:1:26/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2112:8197:5045_CONS(1)... *
+2 30nt, >M01687:460:000000000-LGY9G:1:2110:14977:18259_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 130
+0 73nt, >M01687:460:000000000-LGY9G:1:2114:4388:8769_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1116:5746:10391_CONS(1)... at 1:73:1:73/+/98.63%
+2 73nt, >M01687:460:000000000-LGY9G:1:1118:18217:23820_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 131
+0 93nt, >M01687:460:000000000-LGY9G:1:2114:14706:7799_CONS(1)... at 12:93:16:97/+/100.00%
+1 93nt, >M01687:460:000000000-LGY9G:1:2115:4119:7843_CONS(1)... at 9:93:13:97/+/98.82%
+2 97nt, >M01687:460:000000000-LGY9G:1:1105:6263:3552_CONS(1)... *
+>Cluster 132
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:25235:8248_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1115:14997:12170_CONS(3)... at 1:55:1:55/+/98.18%
+2 55nt, >M01687:460:000000000-LGY9G:1:1109:19153:18891_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 133
+0 100nt, >M01687:460:000000000-LGY9G:1:2115:26436:14846_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2107:28487:18084_CONS(13)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2106:12900:23348_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 134
+0 156nt, >M01687:460:000000000-LGY9G:1:1102:5156:8097_CONS(27)... *
+1 156nt, >M01687:460:000000000-LGY9G:1:2101:13447:9390_CONS(1)... at 1:156:1:156/+/99.36%
+2 156nt, >M01687:460:000000000-LGY9G:1:1107:11716:11624_CONS(1)... at 1:156:1:156/+/99.36%
+>Cluster 135
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:21514:17879_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:16326:4935_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:1103:11722:11379_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 136
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:6288:7421_CONS(1)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2114:13919:21417_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:25727:8904_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 137
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:12576:4060_CONS(30)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:12253:22048_CONS(2)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:1106:18445:9240_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 138
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:10721:3819_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2113:21871:15694_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:22328:12395_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 139
+0 28nt, >M01687:460:000000000-LGY9G:1:2108:15266:9181_CONS(5)... at 5:28:4:27/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2116:9778:2927_CONS(1)... *
+2 29nt, >M01687:460:000000000-LGY9G:1:1115:12883:19091_CONS(2)... at 5:29:4:28/+/100.00%
+>Cluster 140
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18305:7150_CONS(29)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2117:7841:16188_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1109:22529:20188_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 141
+0 39nt, >M01687:460:000000000-LGY9G:1:2104:24285:6560_CONS(1)... at 1:39:1:39/+/97.44%
+1 40nt, >M01687:460:000000000-LGY9G:1:1119:4779:8391_CONS(1)... *
+2 30nt, >M01687:460:000000000-LGY9G:1:1113:14000:16565_CONS(3)... at 1:30:1:30/+/100.00%
+>Cluster 142
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:23742:11308_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:21610:20109_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:5751:8095_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 143
+0 72nt, >M01687:460:000000000-LGY9G:1:2101:14999:22219_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1117:6773:7311_CONS(1)... at 1:72:1:72/+/97.22%
+2 72nt, >M01687:460:000000000-LGY9G:1:1118:22047:2921_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 144
+0 47nt, >M01687:460:000000000-LGY9G:1:1102:26457:16868_CONS(1)... *
+1 40nt, >M01687:460:000000000-LGY9G:1:1119:23090:5031_CONS(1)... at 1:40:1:40/+/97.50%
+2 37nt, >M01687:460:000000000-LGY9G:1:1118:4782:8381_CONS(1)... at 1:37:1:37/+/97.30%
+>Cluster 145
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14464:8486_CONS(327)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:21534:16417_CONS(1)... *
+2 57nt, >M01687:460:000000000-LGY9G:1:1108:19408:17065_CONS(1)... at 5:57:4:57/+/98.15%
+>Cluster 146
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:8716:19434_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2114:16175:24349_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 147
+0 39nt, >M01687:460:000000000-LGY9G:1:2116:28268:19349_CONS(1)... at 1:39:1:39/+/100.00%
+1 51nt, >M01687:460:000000000-LGY9G:1:1113:16722:22389_CONS(1)... *
+>Cluster 148
+0 87nt, >M01687:460:000000000-LGY9G:1:2109:5572:21701_CONS(1)... at 1:87:1:87/+/98.85%
+1 88nt, >M01687:460:000000000-LGY9G:1:2109:5838:22456_CONS(1)... *
+>Cluster 149
+0 101nt, >M01687:460:000000000-LGY9G:1:2107:17928:13206_CONS(1)... at 1:101:2:102/+/99.01%
+1 102nt, >M01687:460:000000000-LGY9G:1:2107:16060:24773_CONS(5)... *
+>Cluster 150
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:19699:14980_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:4078:18425_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 151
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:12720:23903_CONS(8)... at 1:61:1:62/+/98.39%
+1 62nt, >M01687:460:000000000-LGY9G:1:2106:8735:14849_CONS(1)... *
+>Cluster 152
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:24135:22056_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:23816:17435_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 153
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:13758:8616_CONS(7)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:1109:17881:19127_CONS(1)... at 1:60:1:61/+/98.36%
+>Cluster 154
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:19992:12732_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:23977:8828_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 155
+0 55nt, >M01687:460:000000000-LGY9G:1:1106:9010:18636_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2119:22691:13484_CONS(1)... *
+>Cluster 156
+0 61nt, >M01687:460:000000000-LGY9G:1:1112:21836:24379_CONS(1)... at 4:61:5:62/+/98.28%
+1 62nt, >M01687:460:000000000-LGY9G:1:1105:16307:20339_CONS(1)... *
+>Cluster 157
+0 43nt, >M01687:460:000000000-LGY9G:1:1114:19624:7686_CONS(1)... at 1:43:1:43/+/97.67%
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:13416:2202_CONS(1)... *
+>Cluster 158
+0 58nt, >M01687:460:000000000-LGY9G:1:1101:25428:6898_CONS(163)... at 1:58:1:59/+/98.31%
+1 59nt, >M01687:460:000000000-LGY9G:1:2108:11634:9742_CONS(1)... *
+>Cluster 159
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:28307:14720_CONS(1)... *
+1 54nt, >M01687:460:000000000-LGY9G:1:2107:15176:11581_CONS(7)... at 1:54:1:54/+/98.15%
+>Cluster 160
+0 59nt, >M01687:460:000000000-LGY9G:1:2117:22954:10550_CONS(1)... *
+1 58nt, >M01687:460:000000000-LGY9G:1:1105:10193:5601_CONS(1)... at 1:58:1:58/+/98.28%
+>Cluster 161
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:21440:13756_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:25758:7173_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 162
+0 31nt, >M01687:460:000000000-LGY9G:1:2113:24003:6235_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:1111:5680:21082_CONS(2)... at 1:23:1:23/+/100.00%
+>Cluster 163
+0 54nt, >M01687:460:000000000-LGY9G:1:2103:15075:1732_CONS(1)... *
+1 46nt, >M01687:460:000000000-LGY9G:1:2118:23684:11325_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 164
+0 141nt, >M01687:460:000000000-LGY9G:1:2109:10123:20542_CONS(1)... *
+1 126nt, >M01687:460:000000000-LGY9G:1:1117:14692:23420_CONS(1)... at 1:126:15:141/+/98.43%
+>Cluster 165
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18238:7054_CONS(47)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:6349:4478_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 166
+0 86nt, >M01687:460:000000000-LGY9G:1:2117:16978:4436_CONS(1)... *
+1 86nt, >M01687:460:000000000-LGY9G:1:1116:7961:13880_CONS(1)... at 1:86:1:86/+/98.84%
+>Cluster 167
+0 58nt, >M01687:460:000000000-LGY9G:1:2104:27506:7744_CONS(1)... *
+1 44nt, >M01687:460:000000000-LGY9G:1:2117:23559:10924_CONS(1)... at 1:44:1:45/+/97.78%
+>Cluster 168
+0 27nt, >M01687:460:000000000-LGY9G:1:2106:19474:19302_CONS(1)... at 1:23:1:23/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:1117:9586:18774_CONS(1)... *
+>Cluster 169
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:7735:4189_CONS(3)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:1103:9985:10752_CONS(1)... *
+>Cluster 170
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:22409:2720_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:7736:17693_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 171
+0 45nt, >M01687:460:000000000-LGY9G:1:1115:29257:15750_CONS(1)... at 1:45:1:45/+/100.00%
+1 59nt, >M01687:460:000000000-LGY9G:1:1107:26757:12563_CONS(1)... *
+>Cluster 172
+0 53nt, >M01687:460:000000000-LGY9G:1:1107:12126:2018_CONS(1)... at 1:53:1:53/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1108:25755:16032_CONS(1)... *
+>Cluster 173
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:14170:12553_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:6182:5678_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 174
+0 82nt, >M01687:460:000000000-LGY9G:1:2106:14601:18029_CONS(1)... at 5:82:11:88/+/100.00%
+1 103nt, >M01687:460:000000000-LGY9G:1:2119:23459:5171_CONS(1)... *
+>Cluster 175
+0 88nt, >M01687:460:000000000-LGY9G:1:2109:26901:6182_CONS(1)... *
+1 83nt, >M01687:460:000000000-LGY9G:1:1104:14053:8672_CONS(1)... at 11:83:16:88/+/97.26%
+>Cluster 176
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:29110:16993_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:1110:29100:16442_CONS(1)... at 1:52:1:52/+/98.08%
+>Cluster 177
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:18458:21417_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1115:17769:13990_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 178
+0 51nt, >M01687:460:000000000-LGY9G:1:1102:25435:12355_CONS(1)... *
+1 51nt, >M01687:460:000000000-LGY9G:1:2112:19212:10474_CONS(18)... at 1:51:1:51/+/98.04%
+>Cluster 179
+0 61nt, >M01687:460:000000000-LGY9G:1:2112:14026:17180_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1112:22226:20887_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 180
+0 61nt, >M01687:460:000000000-LGY9G:1:2110:16158:15092_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2109:23623:19396_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 181
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:12583:7147_CONS(2)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:1103:25059:20442_CONS(1)... at 1:47:1:47/+/100.00%
+>Cluster 182
+0 53nt, >M01687:460:000000000-LGY9G:1:1101:15735:8184_CONS(8)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:2104:12664:19264_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 183
+0 60nt, >M01687:460:000000000-LGY9G:1:2108:8442:5596_CONS(1)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:2117:27654:15183_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 184
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:7877:14899_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2112:6630:20713_CONS(3)... at 1:56:1:56/+/98.21%
+>Cluster 185
+0 53nt, >M01687:460:000000000-LGY9G:1:2114:27532:18576_CONS(18)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:1107:22475:2101_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 186
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:9452:24832_CONS(4)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2108:12815:19729_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 187
+0 49nt, >M01687:460:000000000-LGY9G:1:2102:11035:21986_CONS(1)... at 1:49:1:49/+/100.00%
+1 58nt, >M01687:460:000000000-LGY9G:1:1103:27921:6733_CONS(1)... *
+>Cluster 188
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21685:4874_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:20534:3304_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 189
+0 67nt, >M01687:460:000000000-LGY9G:1:1102:26178:20098_CONS(1)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:1113:22822:12343_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 190
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:3898:14199_CONS(3)... at 1:66:1:66/+/98.48%
+1 67nt, >M01687:460:000000000-LGY9G:1:2109:9868:8542_CONS(1)... *
+>Cluster 191
+0 36nt, >M01687:460:000000000-LGY9G:1:2102:16074:17531_CONS(2)... at 1:36:1:36/+/100.00%
+1 37nt, >M01687:460:000000000-LGY9G:1:1109:8562:18295_CONS(1)... *
+>Cluster 192
+0 35nt, >M01687:460:000000000-LGY9G:1:1102:18971:19722_CONS(1)... *
+1 35nt, >M01687:460:000000000-LGY9G:1:2115:14872:19121_CONS(6)... at 1:35:1:35/+/97.14%
+>Cluster 193
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:4708:4844_CONS(1)... at 1:55:1:55/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2109:16016:9281_CONS(1)... *
+>Cluster 194
+0 94nt, >M01687:460:000000000-LGY9G:1:1106:22210:19402_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2119:26995:13794_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 195
+0 75nt, >M01687:460:000000000-LGY9G:1:2115:11474:15764_CONS(1)... *
+1 75nt, >M01687:460:000000000-LGY9G:1:1117:21703:12630_CONS(1)... at 1:75:1:75/+/98.67%
+>Cluster 196
+0 56nt, >M01687:460:000000000-LGY9G:1:1119:4709:17965_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1110:6058:5647_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 197
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:18367:2399_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2108:9773:10433_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 198
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:4563:8305_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1105:15564:13788_CONS(1)... *
+>Cluster 199
+0 94nt, >M01687:460:000000000-LGY9G:1:1119:18476:7350_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:1115:16008:19409_CONS(2)... at 1:94:1:94/+/98.94%
+>Cluster 200
+0 94nt, >M01687:460:000000000-LGY9G:1:1105:6119:9423_CONS(1)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:2119:26109:10590_CONS(1)... at 1:93:1:94/+/97.87%
+>Cluster 201
+0 56nt, >M01687:460:000000000-LGY9G:1:2109:23337:4245_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1116:20594:12265_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 202
+0 66nt, >M01687:460:000000000-LGY9G:1:2109:4292:17921_CONS(1)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2118:8581:6622_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 203
+0 68nt, >M01687:460:000000000-LGY9G:1:1101:20878:16317_CONS(18)... *
+1 68nt, >M01687:460:000000000-LGY9G:1:1115:21366:11742_CONS(1)... at 1:68:1:68/+/98.53%
+>Cluster 204
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:14073:22122_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:22065:21606_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 205
+0 57nt, >M01687:460:000000000-LGY9G:1:2103:13079:2296_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:17081:11031_CONS(1)... at 1:56:1:57/+/98.25%
+>Cluster 206
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:20222:10269_CONS(24)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2104:9738:14141_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 207
+0 73nt, >M01687:460:000000000-LGY9G:1:2111:17446:14288_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2103:4545:12192_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 208
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:3996:5780_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:20932:18370_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 209
+0 33nt, >M01687:460:000000000-LGY9G:1:2111:16184:4360_CONS(1)... *
+1 33nt, >M01687:460:000000000-LGY9G:1:1116:2211:13484_CONS(1)... at 1:25:1:25/+/100.00%
+>Cluster 210
+0 73nt, >M01687:460:000000000-LGY9G:1:2112:22596:12410_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1113:23435:15391_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 211
+0 69nt, >M01687:460:000000000-LGY9G:1:2103:13969:14972_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:1109:16042:7482_CONS(1)... at 1:69:1:69/+/98.55%
+>Cluster 212
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:13454:5710_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1103:14185:12677_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 213
+0 24nt, >M01687:460:000000000-LGY9G:1:2106:16596:3935_CONS(1)... at 1:24:1:24/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:1111:28830:8418_CONS(1)... *
+>Cluster 214
+0 56nt, >M01687:460:000000000-LGY9G:1:2117:4818:5950_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1104:26205:12309_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 215
+0 31nt, >M01687:460:000000000-LGY9G:1:2106:22603:12388_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:2103:5714:15599_CONS(1)... at 1:23:1:23/+/100.00%
+>Cluster 216
+0 71nt, >M01687:460:000000000-LGY9G:1:2110:8097:15626_CONS(1)... *
+1 71nt, >M01687:460:000000000-LGY9G:1:2103:19201:19319_CONS(1)... at 1:71:1:71/+/98.59%
+>Cluster 217
+0 70nt, >M01687:460:000000000-LGY9G:1:1101:11495:11627_CONS(31)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1103:20579:16852_CONS(1)... at 1:70:1:70/+/98.57%
+>Cluster 218
+0 55nt, >M01687:460:000000000-LGY9G:1:2108:12114:21952_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:19455:15994_CONS(1)... *
+>Cluster 219
+0 63nt, >M01687:460:000000000-LGY9G:1:1102:23220:13135_CONS(3)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1106:9954:17224_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 220
+0 63nt, >M01687:460:000000000-LGY9G:1:2116:27574:11854_CONS(1)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1118:11839:22604_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 221
+0 44nt, >M01687:460:000000000-LGY9G:1:1106:13873:23796_CONS(1)... *
+1 34nt, >M01687:460:000000000-LGY9G:1:1117:1973:15601_CONS(1)... at 1:34:1:34/+/100.00%
+>Cluster 222
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:9853:5962_CONS(90)... *
+1 88nt, >M01687:460:000000000-LGY9G:1:1118:26664:8268_CONS(1)... at 1:88:1:89/+/98.88%
+>Cluster 223
+0 43nt, >M01687:460:000000000-LGY9G:1:1119:23643:21854_CONS(1)... *
+1 36nt, >M01687:460:000000000-LGY9G:1:1118:1915:12722_CONS(1)... at 1:36:1:35/+/97.22%
+>Cluster 224
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:6297:3883_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:28896:17002_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 225
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:9497:20852_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:2102:19972:23632_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 226
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:4534:17631_CONS(1)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:4495:10310_CONS(23)... at 1:89:1:89/+/98.88%
+>Cluster 227
+0 98nt, >M01687:460:000000000-LGY9G:1:2114:6548:22701_CONS(1)... *
+1 98nt, >M01687:460:000000000-LGY9G:1:2118:13356:12548_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 228
+0 47nt, >M01687:460:000000000-LGY9G:1:2110:25905:5056_CONS(2)... *
+1 44nt, >M01687:460:000000000-LGY9G:1:1106:16134:4759_CONS(1)... at 1:44:1:44/+/100.00%
+>Cluster 229
+0 55nt, >M01687:460:000000000-LGY9G:1:2107:18920:9147_CONS(1)... at 1:51:1:51/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:20560:21026_CONS(1)... *
+>Cluster 230
+0 18nt, >M01687:460:000000000-LGY9G:1:2111:25408:4625_CONS(1)... at 1:18:1:18/+/100.00%
+1 20nt, >M01687:460:000000000-LGY9G:1:1109:6649:21355_CONS(1)... *
+>Cluster 231
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:17761:6644_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1118:10006:20728_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 232
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:18897:11602_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2110:12698:22837_CONS(9)... *
+>Cluster 233
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:13862:12593_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1103:26588:14415_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 234
+0 56nt, >M01687:460:000000000-LGY9G:1:2101:12965:21711_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:14157:20209_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 235
+0 65nt, >M01687:460:000000000-LGY9G:1:1119:10388:15563_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1117:3008:16162_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 236
+0 31nt, >M01687:460:000000000-LGY9G:1:1116:18866:12828_CONS(1)... at 1:31:1:31/+/100.00%
+1 39nt, >M01687:460:000000000-LGY9G:1:1105:6663:4445_CONS(1)... *
+>Cluster 237
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:24488:3472_CONS(7)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2103:23471:18442_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 238
+0 78nt, >M01687:460:000000000-LGY9G:1:2106:17529:7002_CONS(1)... *
+1 78nt, >M01687:460:000000000-LGY9G:1:1119:14210:17670_CONS(1)... at 1:78:1:78/+/98.72%
+>Cluster 239
+0 64nt, >M01687:460:000000000-LGY9G:1:1102:23344:4361_CONS(10)... *
+1 64nt, >M01687:460:000000000-LGY9G:1:1118:25353:14355_CONS(1)... at 1:64:1:64/+/98.44%
+>Cluster 240
+0 34nt, >M01687:460:000000000-LGY9G:1:2104:26666:11258_CONS(1)... at 1:34:1:34/+/97.06%
+1 42nt, >M01687:460:000000000-LGY9G:1:1105:3357:8401_CONS(1)... *
+>Cluster 241
+0 18nt, >M01687:460:000000000-LGY9G:1:2112:26536:21939_CONS(1)... *
+1 17nt, >M01687:460:000000000-LGY9G:1:1103:15061:23134_CONS(1)... at 4:16:6:18/+/100.00%
+>Cluster 242
+0 95nt, >M01687:460:000000000-LGY9G:1:2113:25753:6818_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:2118:18481:19564_CONS(1)... at 1:95:1:95/+/97.89%
+>Cluster 243
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:7851:22923_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1111:13212:14224_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 244
+0 26nt, >M01687:460:000000000-LGY9G:1:2113:25964:4485_CONS(1)... at 3:26:3:26/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1109:23440:23409_CONS(1)... *
+>Cluster 245
+0 31nt, >M01687:460:000000000-LGY9G:1:1103:22330:24617_CONS(1)... *
+>Cluster 246
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:22401:16079_CONS(1)... *
+>Cluster 247
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:9923:5870_CONS(1)... *
+>Cluster 248
+0 56nt, >M01687:460:000000000-LGY9G:1:1117:7954:12946_CONS(1)... *
+>Cluster 249
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:26119:17747_CONS(1)... *
+>Cluster 250
+0 56nt, >M01687:460:000000000-LGY9G:1:1115:2192:11769_CONS(1)... *
+>Cluster 251
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:15993:19211_CONS(1)... *
+>Cluster 252
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:19091:8610_CONS(1)... *
+>Cluster 253
+0 56nt, >M01687:460:000000000-LGY9G:1:1109:23228:16591_CONS(2)... *
+>Cluster 254
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:16383:14010_CONS(1)... *
+>Cluster 255
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:4919:5287_CONS(1)... *
+>Cluster 256
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:14287:16880_CONS(1)... *
+>Cluster 257
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:10659:16906_CONS(1)... *
+>Cluster 258
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:28261:13302_CONS(1)... *
+>Cluster 259
+0 30nt, >M01687:460:000000000-LGY9G:1:2103:23865:2671_CONS(1)... *
+>Cluster 260
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:18735:13931_CONS(1)... *
+>Cluster 261
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:14869:14162_CONS(1)... *
+>Cluster 262
+0 56nt, >M01687:460:000000000-LGY9G:1:1103:28642:12296_CONS(1)... *
+>Cluster 263
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:20523:18914_CONS(1)... *
+>Cluster 264
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:4950:10701_CONS(1)... *
+>Cluster 265
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:3460:19949_CONS(1)... *
+>Cluster 266
+0 56nt, >M01687:460:000000000-LGY9G:1:1108:13288:14571_CONS(1)... *
+>Cluster 267
+0 56nt, >M01687:460:000000000-LGY9G:1:1105:9414:19705_CONS(1)... *
+>Cluster 268
+0 30nt, >M01687:460:000000000-LGY9G:1:2109:14593:4435_CONS(1)... *
+>Cluster 269
+0 25nt, >M01687:460:000000000-LGY9G:1:1103:24123:10697_CONS(1)... *
+>Cluster 270
+0 43nt, >M01687:460:000000000-LGY9G:1:2105:18144:17749_CONS(1)... *
+>Cluster 271
+0 29nt, >M01687:460:000000000-LGY9G:1:1105:19044:22836_CONS(1)... *
+>Cluster 272
+0 47nt, >M01687:460:000000000-LGY9G:1:1117:11011:14091_CONS(1)... *
+>Cluster 273
+0 42nt, >M01687:460:000000000-LGY9G:1:1108:8489:6770_CONS(1)... *
+>Cluster 274
+0 40nt, >M01687:460:000000000-LGY9G:1:2107:22364:10510_CONS(1)... *
+>Cluster 275
+0 43nt, >M01687:460:000000000-LGY9G:1:1106:14763:17417_CONS(1)... *
+>Cluster 276
+0 43nt, >M01687:460:000000000-LGY9G:1:1103:21557:3513_CONS(1)... *
+>Cluster 277
+0 23nt, >M01687:460:000000000-LGY9G:1:1112:23062:22357_CONS(1)... *
+>Cluster 278
+0 48nt, >M01687:460:000000000-LGY9G:1:1115:23623:17752_CONS(1)... *
+>Cluster 279
+0 48nt, >M01687:460:000000000-LGY9G:1:1113:3850:10688_CONS(1)... *
+>Cluster 280
+0 49nt, >M01687:460:000000000-LGY9G:1:2101:9171:7962_CONS(1)... *
+>Cluster 281
+0 48nt, >M01687:460:000000000-LGY9G:1:2102:19837:19314_CONS(1)... *
+>Cluster 282
+0 48nt, >M01687:460:000000000-LGY9G:1:1104:23093:8720_CONS(1)... *
+>Cluster 283
+0 47nt, >M01687:460:000000000-LGY9G:1:2108:15866:9844_CONS(1)... *
+>Cluster 284
+0 48nt, >M01687:460:000000000-LGY9G:1:1110:20615:12273_CONS(1)... *
+>Cluster 285
+0 48nt, >M01687:460:000000000-LGY9G:1:1106:4221:16636_CONS(1)... *
+>Cluster 286
+0 32nt, >M01687:460:000000000-LGY9G:1:2102:14446:9316_CONS(1)... *
+>Cluster 287
+0 35nt, >M01687:460:000000000-LGY9G:1:1106:2176:16664_CONS(1)... *
+>Cluster 288
+0 28nt, >M01687:460:000000000-LGY9G:1:1112:23584:14956_CONS(1)... *
+>Cluster 289
+0 35nt, >M01687:460:000000000-LGY9G:1:2110:11912:9030_CONS(1)... *
+>Cluster 290
+0 35nt, >M01687:460:000000000-LGY9G:1:2106:3544:10726_CONS(1)... *
+>Cluster 291
+0 34nt, >M01687:460:000000000-LGY9G:1:1103:15021:18413_CONS(1)... *
+>Cluster 292
+0 33nt, >M01687:460:000000000-LGY9G:1:2106:17967:18298_CONS(1)... *
+>Cluster 293
+0 34nt, >M01687:460:000000000-LGY9G:1:2109:16942:7063_CONS(1)... *
+>Cluster 294
+0 34nt, >M01687:460:000000000-LGY9G:1:2109:6093:23099_CONS(1)... *
+>Cluster 295
+0 33nt, >M01687:460:000000000-LGY9G:1:2117:21720:23553_CONS(1)... *
+>Cluster 296
+0 38nt, >M01687:460:000000000-LGY9G:1:1112:14239:8297_CONS(1)... *
+>Cluster 297
+0 38nt, >M01687:460:000000000-LGY9G:1:1110:3480:8226_CONS(1)... *
+>Cluster 298
+0 39nt, >M01687:460:000000000-LGY9G:1:2117:2591:14363_CONS(1)... *
+>Cluster 299
+0 33nt, >M01687:460:000000000-LGY9G:1:2119:24195:17211_CONS(1)... *
+>Cluster 300
+0 26nt, >M01687:460:000000000-LGY9G:1:2106:7393:7287_CONS(1)... *
+>Cluster 301
+0 27nt, >M01687:460:000000000-LGY9G:1:2114:16580:2650_CONS(1)... *
+>Cluster 302
+0 37nt, >M01687:460:000000000-LGY9G:1:2106:20124:9502_CONS(1)... *
+>Cluster 303
+0 33nt, >M01687:460:000000000-LGY9G:1:1109:29097:16980_CONS(1)... *
+>Cluster 304
+0 55nt, >M01687:460:000000000-LGY9G:1:2117:23256:16226_CONS(1)... *
+>Cluster 305
+0 55nt, >M01687:460:000000000-LGY9G:1:2116:7776:3975_CONS(1)... *
+>Cluster 306
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:14155:11820_CONS(1)... *
+>Cluster 307
+0 55nt, >M01687:460:000000000-LGY9G:1:2110:11684:18812_CONS(1)... *
+>Cluster 308
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:27797:7143_CONS(1)... *
+>Cluster 309
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:15132:23935_CONS(1)... *
+>Cluster 310
+0 55nt, >M01687:460:000000000-LGY9G:1:2116:13636:10431_CONS(1)... *
+>Cluster 311
+0 55nt, >M01687:460:000000000-LGY9G:1:1119:10779:18126_CONS(1)... *
+>Cluster 312
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:12212:10623_CONS(1)... *
+>Cluster 313
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:5640:8431_CONS(1)... *
+>Cluster 314
+0 17nt, >M01687:460:000000000-LGY9G:1:1103:12771:20553_CONS(1)... *
+>Cluster 315
+0 56nt, >M01687:460:000000000-LGY9G:1:1117:22330:15933_CONS(1)... *
+>Cluster 316
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:12061:2975_CONS(1)... *
+>Cluster 317
+0 56nt, >M01687:460:000000000-LGY9G:1:2118:18596:6676_CONS(1)... *
+>Cluster 318
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:27176:15204_CONS(1)... *
+>Cluster 319
+0 19nt, >M01687:460:000000000-LGY9G:1:1104:22920:25068_CONS(1)... *
+>Cluster 320
+0 22nt, >M01687:460:000000000-LGY9G:1:1114:4139:19709_CONS(1)... *
+>Cluster 321
+0 55nt, >M01687:460:000000000-LGY9G:1:1118:24440:15770_CONS(1)... *
+>Cluster 322
+0 52nt, >M01687:460:000000000-LGY9G:1:1108:10003:16798_CONS(1)... *
+>Cluster 323
+0 51nt, >M01687:460:000000000-LGY9G:1:2109:23970:7783_CONS(1)... *
+>Cluster 324
+0 52nt, >M01687:460:000000000-LGY9G:1:2107:11788:11495_CONS(1)... *
+>Cluster 325
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:9484:11562_CONS(1)... *
+>Cluster 326
+0 50nt, >M01687:460:000000000-LGY9G:1:2114:7865:24068_CONS(1)... *
+>Cluster 327
+0 50nt, >M01687:460:000000000-LGY9G:1:2101:17054:13622_CONS(1)... *
+>Cluster 328
+0 51nt, >M01687:460:000000000-LGY9G:1:1103:14814:8824_CONS(1)... *
+>Cluster 329
+0 50nt, >M01687:460:000000000-LGY9G:1:2114:9634:14523_CONS(1)... *
+>Cluster 330
+0 53nt, >M01687:460:000000000-LGY9G:1:2102:5667:6716_CONS(1)... *
+>Cluster 331
+0 54nt, >M01687:460:000000000-LGY9G:1:2110:9129:21124_CONS(1)... *
+>Cluster 332
+0 54nt, >M01687:460:000000000-LGY9G:1:2107:24792:23683_CONS(1)... *
+>Cluster 333
+0 55nt, >M01687:460:000000000-LGY9G:1:2118:11881:7283_CONS(1)... *
+>Cluster 334
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:23271:7740_CONS(2)... *
+>Cluster 335
+0 54nt, >M01687:460:000000000-LGY9G:1:1118:3774:20145_CONS(1)... *
+>Cluster 336
+0 53nt, >M01687:460:000000000-LGY9G:1:2106:7733:8129_CONS(13)... *
+>Cluster 337
+0 54nt, >M01687:460:000000000-LGY9G:1:2105:20598:19610_CONS(1)... *
+>Cluster 338
+0 54nt, >M01687:460:000000000-LGY9G:1:1109:16720:12675_CONS(1)... *
+>Cluster 339
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:20375:15480_CONS(1)... *
+>Cluster 340
+0 66nt, >M01687:460:000000000-LGY9G:1:1105:21456:3264_CONS(1)... *
+>Cluster 341
+0 66nt, >M01687:460:000000000-LGY9G:1:1118:14782:6738_CONS(2)... *
+>Cluster 342
+0 66nt, >M01687:460:000000000-LGY9G:1:2102:8760:20808_CONS(1)... *
+>Cluster 343
+0 66nt, >M01687:460:000000000-LGY9G:1:2111:13317:19420_CONS(1)... *
+>Cluster 344
+0 66nt, >M01687:460:000000000-LGY9G:1:2102:26306:16873_CONS(1)... *
+>Cluster 345
+0 65nt, >M01687:460:000000000-LGY9G:1:2116:12020:15884_CONS(1)... *
+>Cluster 346
+0 65nt, >M01687:460:000000000-LGY9G:1:1115:23784:4238_CONS(1)... *
+>Cluster 347
+0 65nt, >M01687:460:000000000-LGY9G:1:2110:29350:14876_CONS(1)... *
+>Cluster 348
+0 65nt, >M01687:460:000000000-LGY9G:1:2114:12903:14230_CONS(1)... *
+>Cluster 349
+0 65nt, >M01687:460:000000000-LGY9G:1:2113:20346:11090_CONS(1)... *
+>Cluster 350
+0 66nt, >M01687:460:000000000-LGY9G:1:1102:16889:3394_CONS(1)... *
+>Cluster 351
+0 72nt, >M01687:460:000000000-LGY9G:1:2110:11429:16706_CONS(7)... *
+>Cluster 352
+0 71nt, >M01687:460:000000000-LGY9G:1:2113:14681:23251_CONS(1)... *
+>Cluster 353
+0 72nt, >M01687:460:000000000-LGY9G:1:2110:25816:9463_CONS(1)... *
+>Cluster 354
+0 73nt, >M01687:460:000000000-LGY9G:1:2103:10345:11117_CONS(1)... *
+>Cluster 355
+0 72nt, >M01687:460:000000000-LGY9G:1:2112:10488:13452_CONS(1)... *
+>Cluster 356
+0 67nt, >M01687:460:000000000-LGY9G:1:2115:21095:1888_CONS(1)... *
+>Cluster 357
+0 67nt, >M01687:460:000000000-LGY9G:1:2103:11635:6367_CONS(1)... *
+>Cluster 358
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:14105:22266_CONS(1)... *
+>Cluster 359
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:27995:10070_CONS(1)... *
+>Cluster 360
+0 69nt, >M01687:460:000000000-LGY9G:1:1111:17603:20442_CONS(1)... *
+>Cluster 361
+0 65nt, >M01687:460:000000000-LGY9G:1:1113:9332:10769_CONS(1)... *
+>Cluster 362
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:10438:11288_CONS(1)... *
+>Cluster 363
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:10798:7876_CONS(1)... *
+>Cluster 364
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:25371:4721_CONS(19)... *
+>Cluster 365
+0 63nt, >M01687:460:000000000-LGY9G:1:2108:19144:2903_CONS(1)... *
+>Cluster 366
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:19711:21900_CONS(1)... *
+>Cluster 367
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:14625:24808_CONS(1)... *
+>Cluster 368
+0 62nt, >M01687:460:000000000-LGY9G:1:2111:21396:10840_CONS(1)... *
+>Cluster 369
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:23512:7259_CONS(1)... *
+>Cluster 370
+0 62nt, >M01687:460:000000000-LGY9G:1:2115:15736:9321_CONS(2)... *
+>Cluster 371
+0 62nt, >M01687:460:000000000-LGY9G:1:2115:18139:11297_CONS(5)... *
+>Cluster 372
+0 63nt, >M01687:460:000000000-LGY9G:1:2111:20145:20329_CONS(1)... *
+>Cluster 373
+0 64nt, >M01687:460:000000000-LGY9G:1:2113:14033:9423_CONS(1)... *
+>Cluster 374
+0 64nt, >M01687:460:000000000-LGY9G:1:2111:26535:20579_CONS(1)... *
+>Cluster 375
+0 64nt, >M01687:460:000000000-LGY9G:1:1101:16392:13073_CONS(1)... *
+>Cluster 376
+0 65nt, >M01687:460:000000000-LGY9G:1:1117:23191:2539_CONS(1)... *
+>Cluster 377
+0 65nt, >M01687:460:000000000-LGY9G:1:2118:7116:21531_CONS(1)... *
+>Cluster 378
+0 64nt, >M01687:460:000000000-LGY9G:1:2116:9427:18294_CONS(1)... *
+>Cluster 379
+0 64nt, >M01687:460:000000000-LGY9G:1:1107:10659:7299_CONS(1)... *
+>Cluster 380
+0 64nt, >M01687:460:000000000-LGY9G:1:2102:22272:6604_CONS(1)... *
+>Cluster 381
+0 64nt, >M01687:460:000000000-LGY9G:1:2107:18714:10098_CONS(1)... *
+>Cluster 382
+0 64nt, >M01687:460:000000000-LGY9G:1:2106:6301:5352_CONS(1)... *
+>Cluster 383
+0 73nt, >M01687:460:000000000-LGY9G:1:2103:24150:10604_CONS(1)... *
+>Cluster 384
+0 92nt, >M01687:460:000000000-LGY9G:1:2103:19008:11814_CONS(1)... *
+>Cluster 385
+0 90nt, >M01687:460:000000000-LGY9G:1:2103:26278:12505_CONS(1)... *
+>Cluster 386
+0 93nt, >M01687:460:000000000-LGY9G:1:2104:7261:10036_CONS(1)... *
+>Cluster 387
+0 93nt, >M01687:460:000000000-LGY9G:1:1101:11564:11468_CONS(1)... *
+>Cluster 388
+0 93nt, >M01687:460:000000000-LGY9G:1:1102:16411:17215_CONS(1)... *
+>Cluster 389
+0 88nt, >M01687:460:000000000-LGY9G:1:1111:28102:13012_CONS(1)... *
+>Cluster 390
+0 87nt, >M01687:460:000000000-LGY9G:1:1105:11558:4433_CONS(1)... *
+>Cluster 391
+0 88nt, >M01687:460:000000000-LGY9G:1:2104:27133:5788_CONS(1)... *
+>Cluster 392
+0 89nt, >M01687:460:000000000-LGY9G:1:2107:14838:16984_CONS(3)... *
+>Cluster 393
+0 88nt, >M01687:460:000000000-LGY9G:1:2112:29109:11178_CONS(1)... *
+>Cluster 394
+0 94nt, >M01687:460:000000000-LGY9G:1:1117:26867:7734_CONS(1)... *
+>Cluster 395
+0 124nt, >M01687:460:000000000-LGY9G:1:1116:9389:21238_CONS(1)... *
+>Cluster 396
+0 118nt, >M01687:460:000000000-LGY9G:1:1117:9656:11300_CONS(1)... *
+>Cluster 397
+0 125nt, >M01687:460:000000000-LGY9G:1:1116:15156:21710_CONS(1)... *
+>Cluster 398
+0 128nt, >M01687:460:000000000-LGY9G:1:2103:17109:4730_CONS(1)... *
+>Cluster 399
+0 126nt, >M01687:460:000000000-LGY9G:1:2116:7816:3172_CONS(1)... *
+>Cluster 400
+0 97nt, >M01687:460:000000000-LGY9G:1:2107:22006:12770_CONS(1)... *
+>Cluster 401
+0 97nt, >M01687:460:000000000-LGY9G:1:1108:9733:8243_CONS(1)... *
+>Cluster 402
+0 98nt, >M01687:460:000000000-LGY9G:1:1109:28405:14714_CONS(1)... *
+>Cluster 403
+0 110nt, >M01687:460:000000000-LGY9G:1:2105:23715:4592_CONS(1)... *
+>Cluster 404
+0 103nt, >M01687:460:000000000-LGY9G:1:2114:7472:19038_CONS(1)... *
+>Cluster 405
+0 86nt, >M01687:460:000000000-LGY9G:1:1114:10704:23716_CONS(1)... *
+>Cluster 406
+0 76nt, >M01687:460:000000000-LGY9G:1:1106:10151:7982_CONS(1)... *
+>Cluster 407
+0 74nt, >M01687:460:000000000-LGY9G:1:2114:16833:5771_CONS(1)... *
+>Cluster 408
+0 76nt, >M01687:460:000000000-LGY9G:1:1112:3687:19315_CONS(1)... *
+>Cluster 409
+0 78nt, >M01687:460:000000000-LGY9G:1:1108:11769:5508_CONS(1)... *
+>Cluster 410
+0 77nt, >M01687:460:000000000-LGY9G:1:1118:14169:8538_CONS(1)... *
+>Cluster 411
+0 73nt, >M01687:460:000000000-LGY9G:1:2109:19333:8481_CONS(5)... *
+>Cluster 412
+0 73nt, >M01687:460:000000000-LGY9G:1:2106:6759:17170_CONS(1)... *
+>Cluster 413
+0 73nt, >M01687:460:000000000-LGY9G:1:2115:16298:9802_CONS(1)... *
+>Cluster 414
+0 74nt, >M01687:460:000000000-LGY9G:1:2104:9982:25032_CONS(1)... *
+>Cluster 415
+0 73nt, >M01687:460:000000000-LGY9G:1:1102:9443:12638_CONS(26)... *
+>Cluster 416
+0 79nt, >M01687:460:000000000-LGY9G:1:2106:15650:17901_CONS(1)... *
+>Cluster 417
+0 83nt, >M01687:460:000000000-LGY9G:1:2114:25862:11633_CONS(1)... *
+>Cluster 418
+0 83nt, >M01687:460:000000000-LGY9G:1:1119:10164:17491_CONS(1)... *
+>Cluster 419
+0 85nt, >M01687:460:000000000-LGY9G:1:1118:26871:6047_CONS(1)... *
+>Cluster 420
+0 86nt, >M01687:460:000000000-LGY9G:1:1108:20005:9574_CONS(1)... *
+>Cluster 421
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:27343:6403_CONS(1)... *
+>Cluster 422
+0 82nt, >M01687:460:000000000-LGY9G:1:2117:8193:5165_CONS(1)... *
+>Cluster 423
+0 79nt, >M01687:460:000000000-LGY9G:1:2108:10550:11651_CONS(4)... *
+>Cluster 424
+0 82nt, >M01687:460:000000000-LGY9G:1:2112:24819:15572_CONS(1)... *
+>Cluster 425
+0 83nt, >M01687:460:000000000-LGY9G:1:1113:8443:9198_CONS(1)... *
+>Cluster 426
+0 83nt, >M01687:460:000000000-LGY9G:1:1106:8202:13203_CONS(1)... *
+>Cluster 427
+0 57nt, >M01687:460:000000000-LGY9G:1:1113:23226:10164_CONS(1)... *
+>Cluster 428
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9086:13269_CONS(15)... *
+>Cluster 429
+0 57nt, >M01687:460:000000000-LGY9G:1:1114:10421:11696_CONS(1)... *
+>Cluster 430
+0 57nt, >M01687:460:000000000-LGY9G:1:2104:6595:7192_CONS(1)... *
+>Cluster 431
+0 57nt, >M01687:460:000000000-LGY9G:1:1116:10799:20270_CONS(1)... *
+>Cluster 432
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:5591:20648_CONS(1)... *
+>Cluster 433
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:2811:18022_CONS(1)... *
+>Cluster 434
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:4118:12518_CONS(18)... *
+>Cluster 435
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:10775:23836_CONS(1)... *
+>Cluster 436
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:8776:10355_CONS(1)... *
+>Cluster 437
+0 57nt, >M01687:460:000000000-LGY9G:1:2106:25304:20679_CONS(1)... *
+>Cluster 438
+0 58nt, >M01687:460:000000000-LGY9G:1:1108:23732:16632_CONS(1)... *
+>Cluster 439
+0 58nt, >M01687:460:000000000-LGY9G:1:1108:15027:19595_CONS(1)... *
+>Cluster 440
+0 58nt, >M01687:460:000000000-LGY9G:1:1107:11545:19616_CONS(1)... *
+>Cluster 441
+0 58nt, >M01687:460:000000000-LGY9G:1:1113:21880:11589_CONS(1)... *
+>Cluster 442
+0 58nt, >M01687:460:000000000-LGY9G:1:1113:3576:18452_CONS(1)... *
+>Cluster 443
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:5180:12320_CONS(1)... *
+>Cluster 444
+0 57nt, >M01687:460:000000000-LGY9G:1:2107:19926:7748_CONS(1)... *
+>Cluster 445
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:5583:12372_CONS(1)... *
+>Cluster 446
+0 58nt, >M01687:460:000000000-LGY9G:1:1117:6452:7378_CONS(1)... *
+>Cluster 447
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:9451:5408_CONS(1)... *
+>Cluster 448
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13025:22577_CONS(1)... *
+>Cluster 449
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:16746:19827_CONS(1)... *
+>Cluster 450
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:16948:6744_CONS(1)... *
+>Cluster 451
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:24654:12755_CONS(1)... *
+>Cluster 452
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:10269:12392_CONS(13)... *
+>Cluster 453
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:17277:24331_CONS(1)... *
+>Cluster 454
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:6883:18873_CONS(1)... *
+>Cluster 455
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:10866:3239_CONS(1)... *
+>Cluster 456
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:8025:6504_CONS(1)... *
+>Cluster 457
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:4945:10640_CONS(3)... *
+>Cluster 458
+0 56nt, >M01687:460:000000000-LGY9G:1:2106:11566:22154_CONS(1)... *
+>Cluster 459
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:26598:4930_CONS(1)... *
+>Cluster 460
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:16071:7420_CONS(1)... *
+>Cluster 461
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:17674:12183_CONS(1)... *
+>Cluster 462
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:25370:5230_CONS(4)... *
+>Cluster 463
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:11959:6273_CONS(1)... *
+>Cluster 464
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:20607:4553_CONS(1)... *
+>Cluster 465
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:9939:23862_CONS(1)... *
+>Cluster 466
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:24753:4115_CONS(13)... *
+>Cluster 467
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:11097:22335_CONS(1)... *
+>Cluster 468
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:4834:13223_CONS(1)... *
+>Cluster 469
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:13929:22173_CONS(3)... *
+>Cluster 470
+0 58nt, >M01687:460:000000000-LGY9G:1:1119:20437:9754_CONS(1)... *
+>Cluster 471
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:20829:19152_CONS(1)... *
+>Cluster 472
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:22204:22996_CONS(1)... *
+>Cluster 473
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:8982:8783_CONS(1)... *
+>Cluster 474
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:16930:15649_CONS(1)... *
+>Cluster 475
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:18783:20152_CONS(12)... *
+>Cluster 476
+0 61nt, >M01687:460:000000000-LGY9G:1:2105:10469:12864_CONS(1)... *
+>Cluster 477
+0 61nt, >M01687:460:000000000-LGY9G:1:2103:27608:20321_CONS(1)... *
+>Cluster 478
+0 61nt, >M01687:460:000000000-LGY9G:1:2107:8004:10605_CONS(1)... *
+>Cluster 479
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:16420:23634_CONS(4)... *
+>Cluster 480
+0 61nt, >M01687:460:000000000-LGY9G:1:2109:12318:22909_CONS(1)... *
+>Cluster 481
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:12996:3690_CONS(1)... *
+>Cluster 482
+0 62nt, >M01687:460:000000000-LGY9G:1:2117:7003:2734_CONS(1)... *
+>Cluster 483
+0 62nt, >M01687:460:000000000-LGY9G:1:2116:7909:20857_CONS(1)... *
+>Cluster 484
+0 62nt, >M01687:460:000000000-LGY9G:1:2104:21093:3519_CONS(1)... *
+>Cluster 485
+0 62nt, >M01687:460:000000000-LGY9G:1:2111:19681:14444_CONS(1)... *
+>Cluster 486
+0 62nt, >M01687:460:000000000-LGY9G:1:2109:6618:11677_CONS(1)... *
+>Cluster 487
+0 62nt, >M01687:460:000000000-LGY9G:1:1112:14099:14742_CONS(1)... *
+>Cluster 488
+0 62nt, >M01687:460:000000000-LGY9G:1:1103:15446:21466_CONS(1)... *
+>Cluster 489
+0 62nt, >M01687:460:000000000-LGY9G:1:1114:21508:23215_CONS(1)... *
+>Cluster 490
+0 62nt, >M01687:460:000000000-LGY9G:1:1119:19977:13270_CONS(1)... *
+>Cluster 491
+0 62nt, >M01687:460:000000000-LGY9G:1:1115:10976:6252_CONS(4)... *
+>Cluster 492
+0 61nt, >M01687:460:000000000-LGY9G:1:2117:10709:18505_CONS(1)... *
+>Cluster 493
+0 59nt, >M01687:460:000000000-LGY9G:1:1112:6961:3174_CONS(1)... *
+>Cluster 494
+0 59nt, >M01687:460:000000000-LGY9G:1:1105:12126:7292_CONS(1)... *
+>Cluster 495
+0 59nt, >M01687:460:000000000-LGY9G:1:1113:8921:5599_CONS(1)... *
+>Cluster 496
+0 59nt, >M01687:460:000000000-LGY9G:1:2106:8570:22911_CONS(1)... *
+>Cluster 497
+0 59nt, >M01687:460:000000000-LGY9G:1:2116:11488:4310_CONS(1)... *
+>Cluster 498
+0 58nt, >M01687:460:000000000-LGY9G:1:2105:7047:9777_CONS(1)... *
+>Cluster 499
+0 58nt, >M01687:460:000000000-LGY9G:1:2116:8285:23159_CONS(1)... *
+>Cluster 500
+0 58nt, >M01687:460:000000000-LGY9G:1:2113:7490:24221_CONS(1)... *
+>Cluster 501
+0 58nt, >M01687:460:000000000-LGY9G:1:2114:22166:2007_CONS(1)... *
+>Cluster 502
+0 58nt, >M01687:460:000000000-LGY9G:1:2115:26062:4625_CONS(4)... *
+>Cluster 503
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:27562:16877_CONS(1)... *
+>Cluster 504
+0 60nt, >M01687:460:000000000-LGY9G:1:2113:15789:17082_CONS(1)... *
+>Cluster 505
+0 60nt, >M01687:460:000000000-LGY9G:1:2111:7124:12779_CONS(1)... *
+>Cluster 506
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:18225:3328_CONS(1)... *
+>Cluster 507
+0 61nt, >M01687:460:000000000-LGY9G:1:1113:3790:15145_CONS(1)... *
+>Cluster 508
+0 61nt, >M01687:460:000000000-LGY9G:1:1103:4192:7833_CONS(1)... *
+>Cluster 509
+0 59nt, >M01687:460:000000000-LGY9G:1:2110:23307:21937_CONS(1)... *
+>Cluster 510
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:23428:5929_CONS(1)... *
+>Cluster 511
+0 59nt, >M01687:460:000000000-LGY9G:1:1102:11606:24404_CONS(11)... *
+>Cluster 512
+0 60nt, >M01687:460:000000000-LGY9G:1:1112:23304:13067_CONS(2)... *
+>Cluster 513
+0 60nt, >M01687:460:000000000-LGY9G:1:1117:10981:11318_CONS(1)... *
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_curated_nov_header_anno_excel.xlsx
Binary file test-data/test_curated_nov_header_anno_excel.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_evalue.txt
--- a/test-data/test_evalue.txt Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/test_evalue.txt Mon Dec 15 16:44:40 2025 +0000
@@ -1,20 +1,20 @@
-evalue count
-unannotated 103.0
-1.41e-39 414
-4.99e-39 166
-1.54e-33 72
-6.56e-38 25
-2.32e-37 16
-7.17e-32 6
-1.82e-38 4
-5.07e-39 3
-8.21e-37 2
-1.43e-39 1
-6.45e-38 1
-6.66e-38 1
-2.28e-37 1
-8.62e-37 1
-1.06e-35 1
-1.08e-35 1
-3.33e-30 1
-8.16e-12 1
+evalue count
+unannotated 103.0
+1.41e-39 414
+4.99e-39 166
+1.54e-33 72
+6.56e-38 25
+2.32e-37 16
+7.17e-32 6
+1.82e-38 4
+5.07e-39 3
+8.21e-37 2
+1.43e-39 1
+6.45e-38 1
+6.66e-38 1
+2.28e-37 1
+8.62e-37 1
+1.06e-35 1
+1.08e-35 1
+3.33e-30 1
+8.16e-12 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_genbank_nov_clusters.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test_genbank_nov_clusters.txt Mon Dec 15 16:44:40 2025 +0000
@@ -0,0 +1,2670 @@
+>Cluster 0
+0 88nt, >M01687:460:000000000-LGY9G:1:1101:19035:1807_CONS(44199)... at 1:88:1:88/+/100.00%
+1 88nt, >M01687:460:000000000-LGY9G:1:1101:14873:1895_CONS(60)... at 1:88:1:88/+/98.86%
+2 88nt, >M01687:460:000000000-LGY9G:1:1101:14017:2896_CONS(1)... at 2:88:2:88/+/100.00%
+3 88nt, >M01687:460:000000000-LGY9G:1:1101:23634:3049_CONS(15)... at 1:88:1:88/+/98.86%
+4 88nt, >M01687:460:000000000-LGY9G:1:1101:23011:3088_CONS(23)... at 1:88:1:88/+/98.86%
+5 88nt, >M01687:460:000000000-LGY9G:1:1101:13855:3748_CONS(82)... at 1:88:1:88/+/98.86%
+6 88nt, >M01687:460:000000000-LGY9G:1:1101:11459:4030_CONS(6)... at 1:88:1:88/+/98.86%
+7 88nt, >M01687:460:000000000-LGY9G:1:1101:14156:4653_CONS(3)... at 1:88:1:88/+/98.86%
+8 88nt, >M01687:460:000000000-LGY9G:1:1101:26578:4718_CONS(1)... at 1:88:1:88/+/98.86%
+9 87nt, >M01687:460:000000000-LGY9G:1:1101:19077:5016_CONS(13)... at 1:87:1:88/+/98.86%
+10 88nt, >M01687:460:000000000-LGY9G:1:1101:23978:5210_CONS(1)... at 1:88:1:88/+/98.86%
+11 88nt, >M01687:460:000000000-LGY9G:1:1101:7470:5232_CONS(1)... at 1:88:1:88/+/97.73%
+12 88nt, >M01687:460:000000000-LGY9G:1:1101:13285:5720_CONS(1)... at 1:88:1:88/+/98.86%
+13 87nt, >M01687:460:000000000-LGY9G:1:1101:8356:6156_CONS(19)... at 1:87:1:88/+/98.86%
+14 88nt, >M01687:460:000000000-LGY9G:1:1101:16538:6738_CONS(71)... at 1:88:1:88/+/98.86%
+15 88nt, >M01687:460:000000000-LGY9G:1:1101:10467:7243_CONS(20)... at 1:88:1:88/+/98.86%
+16 88nt, >M01687:460:000000000-LGY9G:1:1101:17834:7481_CONS(5)... at 1:87:1:87/+/100.00%
+17 88nt, >M01687:460:000000000-LGY9G:1:1101:25373:7700_CONS(1)... at 1:88:1:88/+/98.86%
+18 87nt, >M01687:460:000000000-LGY9G:1:1101:8507:7858_CONS(7)... at 1:87:1:88/+/98.86%
+19 88nt, >M01687:460:000000000-LGY9G:1:1101:14885:7895_CONS(44)... at 1:88:1:88/+/98.86%
+20 88nt, >M01687:460:000000000-LGY9G:1:1101:13064:7952_CONS(30)... at 1:88:1:88/+/98.86%
+21 88nt, >M01687:460:000000000-LGY9G:1:1101:4375:7997_CONS(36)... at 1:88:1:88/+/98.86%
+22 88nt, >M01687:460:000000000-LGY9G:1:1101:13655:8423_CONS(67)... at 1:88:1:88/+/98.86%
+23 88nt, >M01687:460:000000000-LGY9G:1:1101:22956:9281_CONS(7)... at 1:88:1:88/+/98.86%
+24 89nt, >M01687:460:000000000-LGY9G:1:1101:28499:9417_CONS(1)... at 1:89:1:88/+/98.88%
+25 88nt, >M01687:460:000000000-LGY9G:1:1101:23219:9427_CONS(29)... at 1:88:1:88/+/98.86%
+26 88nt, >M01687:460:000000000-LGY9G:1:1101:14192:9473_CONS(8)... at 1:88:1:88/+/98.86%
+27 89nt, >M01687:460:000000000-LGY9G:1:1101:21101:9508_CONS(3)... at 2:89:1:88/+/100.00%
+28 88nt, >M01687:460:000000000-LGY9G:1:1101:3275:10221_CONS(104)... at 1:88:1:88/+/98.86%
+29 89nt, >M01687:460:000000000-LGY9G:1:1101:19106:10977_CONS(1)... at 1:89:1:88/+/98.88%
+30 88nt, >M01687:460:000000000-LGY9G:1:1101:10932:11028_CONS(34)... at 1:88:1:88/+/98.86%
+31 88nt, >M01687:460:000000000-LGY9G:1:1101:26035:11912_CONS(30)... at 1:88:1:88/+/98.86%
+32 88nt, >M01687:460:000000000-LGY9G:1:1101:18248:12107_CONS(28)... at 1:88:1:88/+/98.86%
+33 88nt, >M01687:460:000000000-LGY9G:1:1101:24386:12269_CONS(1)... at 1:88:1:88/+/97.73%
+34 88nt, >M01687:460:000000000-LGY9G:1:1101:27924:12362_CONS(1)... at 1:88:1:88/+/98.86%
+35 88nt, >M01687:460:000000000-LGY9G:1:1101:7001:12552_CONS(1)... at 1:88:1:88/+/97.73%
+36 88nt, >M01687:460:000000000-LGY9G:1:1101:3741:12833_CONS(2)... at 1:88:1:88/+/98.86%
+37 88nt, >M01687:460:000000000-LGY9G:1:1101:23726:13032_CONS(61)... at 1:88:1:88/+/98.86%
+38 88nt, >M01687:460:000000000-LGY9G:1:1101:3746:13118_CONS(27)... at 1:88:1:88/+/98.86%
+39 88nt, >M01687:460:000000000-LGY9G:1:1101:10375:13203_CONS(23)... at 1:88:1:88/+/98.86%
+40 88nt, >M01687:460:000000000-LGY9G:1:1101:5419:13998_CONS(1)... at 1:88:1:88/+/98.86%
+41 88nt, >M01687:460:000000000-LGY9G:1:1101:12812:14030_CONS(7)... at 1:88:1:88/+/98.86%
+42 88nt, >M01687:460:000000000-LGY9G:1:1101:5985:14990_CONS(16)... at 1:88:1:88/+/98.86%
+43 88nt, >M01687:460:000000000-LGY9G:1:1101:14320:15158_CONS(4)... at 1:88:1:88/+/98.86%
+44 88nt, >M01687:460:000000000-LGY9G:1:1101:12445:15247_CONS(15)... at 1:88:1:88/+/98.86%
+45 88nt, >M01687:460:000000000-LGY9G:1:1101:11818:16144_CONS(9)... at 1:88:1:88/+/98.86%
+46 88nt, >M01687:460:000000000-LGY9G:1:1101:19418:16205_CONS(1)... at 1:88:1:88/+/98.86%
+47 88nt, >M01687:460:000000000-LGY9G:1:1101:21126:16421_CONS(1)... at 1:88:1:88/+/98.86%
+48 88nt, >M01687:460:000000000-LGY9G:1:1101:9599:17054_CONS(11)... at 1:88:1:88/+/98.86%
+49 88nt, >M01687:460:000000000-LGY9G:1:1101:14740:17171_CONS(24)... at 1:88:1:88/+/98.86%
+50 87nt, >M01687:460:000000000-LGY9G:1:1101:5313:18183_CONS(9)... at 1:87:1:88/+/98.86%
+51 88nt, >M01687:460:000000000-LGY9G:1:1101:26763:18313_CONS(13)... at 1:88:1:88/+/98.86%
+52 88nt, >M01687:460:000000000-LGY9G:1:1101:5025:18416_CONS(13)... at 1:88:1:88/+/98.86%
+53 88nt, >M01687:460:000000000-LGY9G:1:1101:6455:19069_CONS(2)... at 1:88:1:88/+/98.86%
+54 87nt, >M01687:460:000000000-LGY9G:1:1101:21037:19646_CONS(55)... at 1:87:1:87/+/100.00%
+55 88nt, >M01687:460:000000000-LGY9G:1:1101:17794:19925_CONS(1)... at 1:88:1:88/+/98.86%
+56 88nt, >M01687:460:000000000-LGY9G:1:1101:15956:20278_CONS(4)... at 1:88:1:88/+/98.86%
+57 88nt, >M01687:460:000000000-LGY9G:1:1101:14393:20583_CONS(5)... at 1:88:1:88/+/98.86%
+58 88nt, >M01687:460:000000000-LGY9G:1:1101:13284:21628_CONS(1)... at 1:88:1:88/+/98.86%
+59 88nt, >M01687:460:000000000-LGY9G:1:1101:22544:22652_CONS(1)... at 1:88:1:88/+/98.86%
+60 88nt, >M01687:460:000000000-LGY9G:1:1101:22344:23010_CONS(73)... at 1:88:1:88/+/98.86%
+61 88nt, >M01687:460:000000000-LGY9G:1:1101:11851:23064_CONS(1)... at 1:88:1:88/+/98.86%
+62 88nt, >M01687:460:000000000-LGY9G:1:1101:6733:23552_CONS(51)... at 1:88:1:88/+/98.86%
+63 88nt, >M01687:460:000000000-LGY9G:1:1101:15102:24039_CONS(18)... at 1:88:1:88/+/98.86%
+64 88nt, >M01687:460:000000000-LGY9G:1:1101:16585:24249_CONS(17)... at 1:88:1:88/+/98.86%
+65 88nt, >M01687:460:000000000-LGY9G:1:1102:7762:1771_CONS(1)... at 1:88:1:88/+/98.86%
+66 88nt, >M01687:460:000000000-LGY9G:1:1102:22887:2061_CONS(8)... at 1:88:1:88/+/98.86%
+67 86nt, >M01687:460:000000000-LGY9G:1:1102:16222:3325_CONS(4)... at 2:86:4:88/+/100.00%
+68 88nt, >M01687:460:000000000-LGY9G:1:1102:12361:4400_CONS(24)... at 1:88:1:88/+/98.86%
+69 88nt, >M01687:460:000000000-LGY9G:1:1102:19636:4932_CONS(1)... at 1:88:1:88/+/98.86%
+70 88nt, >M01687:460:000000000-LGY9G:1:1102:7937:5090_CONS(31)... at 1:88:1:88/+/98.86%
+71 93nt, >M01687:460:000000000-LGY9G:1:1102:19358:5472_CONS(1)... at 1:93:1:93/+/100.00%
+72 88nt, >M01687:460:000000000-LGY9G:1:1102:22252:5579_CONS(16)... at 1:88:1:88/+/98.86%
+73 88nt, >M01687:460:000000000-LGY9G:1:1102:21650:6237_CONS(1)... at 1:88:1:88/+/97.73%
+74 88nt, >M01687:460:000000000-LGY9G:1:1102:21037:6297_CONS(18)... at 1:88:1:88/+/98.86%
+75 88nt, >M01687:460:000000000-LGY9G:1:1102:25508:6412_CONS(27)... at 1:88:1:88/+/98.86%
+76 88nt, >M01687:460:000000000-LGY9G:1:1102:16001:6501_CONS(11)... at 1:88:1:88/+/98.86%
+77 89nt, >M01687:460:000000000-LGY9G:1:1102:8421:6529_CONS(5)... at 1:89:1:89/+/100.00%
+78 87nt, >M01687:460:000000000-LGY9G:1:1102:8686:6578_CONS(11)... at 1:87:1:88/+/98.86%
+79 88nt, >M01687:460:000000000-LGY9G:1:1102:6714:6809_CONS(67)... at 1:88:1:88/+/98.86%
+80 88nt, >M01687:460:000000000-LGY9G:1:1102:5598:7291_CONS(39)... at 1:88:1:88/+/98.86%
+81 88nt, >M01687:460:000000000-LGY9G:1:1102:20272:7469_CONS(5)... at 1:88:1:88/+/98.86%
+82 87nt, >M01687:460:000000000-LGY9G:1:1102:20154:7579_CONS(33)... at 1:87:1:88/+/98.86%
+83 88nt, >M01687:460:000000000-LGY9G:1:1102:21496:7607_CONS(4)... at 1:88:1:88/+/98.86%
+84 88nt, >M01687:460:000000000-LGY9G:1:1102:21625:8292_CONS(26)... at 1:88:1:88/+/98.86%
+85 88nt, >M01687:460:000000000-LGY9G:1:1102:24476:8855_CONS(1)... at 1:88:1:88/+/98.86%
+86 88nt, >M01687:460:000000000-LGY9G:1:1102:12308:8993_CONS(25)... at 1:87:1:87/+/100.00%
+87 87nt, >M01687:460:000000000-LGY9G:1:1102:16997:9386_CONS(11)... at 1:87:1:88/+/98.86%
+88 88nt, >M01687:460:000000000-LGY9G:1:1102:24534:9729_CONS(1)... at 1:88:1:88/+/98.86%
+89 88nt, >M01687:460:000000000-LGY9G:1:1102:10249:9869_CONS(14)... at 1:88:1:88/+/98.86%
+90 88nt, >M01687:460:000000000-LGY9G:1:1102:22788:10096_CONS(20)... at 1:88:1:88/+/98.86%
+91 88nt, >M01687:460:000000000-LGY9G:1:1102:6465:10238_CONS(8)... at 1:88:1:88/+/98.86%
+92 88nt, >M01687:460:000000000-LGY9G:1:1102:12659:10598_CONS(26)... at 1:88:1:88/+/98.86%
+93 88nt, >M01687:460:000000000-LGY9G:1:1102:25870:10736_CONS(1)... at 1:88:1:88/+/98.86%
+94 87nt, >M01687:460:000000000-LGY9G:1:1102:20771:10748_CONS(12)... at 1:87:1:88/+/98.86%
+95 88nt, >M01687:460:000000000-LGY9G:1:1102:2375:11032_CONS(34)... at 1:88:1:88/+/98.86%
+96 88nt, >M01687:460:000000000-LGY9G:1:1102:4655:11870_CONS(1)... at 1:88:1:88/+/98.86%
+97 88nt, >M01687:460:000000000-LGY9G:1:1102:2609:12122_CONS(27)... at 1:88:1:88/+/98.86%
+98 88nt, >M01687:460:000000000-LGY9G:1:1102:11620:12626_CONS(1)... at 1:88:1:88/+/98.86%
+99 88nt, >M01687:460:000000000-LGY9G:1:1102:29068:12982_CONS(4)... at 1:88:1:88/+/98.86%
+100 88nt, >M01687:460:000000000-LGY9G:1:1102:23292:13047_CONS(1)... at 1:88:1:88/+/98.86%
+101 88nt, >M01687:460:000000000-LGY9G:1:1102:18770:13455_CONS(12)... at 1:88:1:88/+/98.86%
+102 88nt, >M01687:460:000000000-LGY9G:1:1102:20716:14045_CONS(10)... at 1:88:1:88/+/98.86%
+103 89nt, >M01687:460:000000000-LGY9G:1:1102:23726:14219_CONS(9)... at 1:89:1:88/+/98.88%
+104 87nt, >M01687:460:000000000-LGY9G:1:1102:13255:14401_CONS(12)... at 1:87:1:87/+/98.85%
+105 88nt, >M01687:460:000000000-LGY9G:1:1102:11126:15058_CONS(13)... at 3:88:3:88/+/100.00%
+106 89nt, >M01687:460:000000000-LGY9G:1:1102:27759:15170_CONS(3)... at 2:89:1:88/+/100.00%
+107 88nt, >M01687:460:000000000-LGY9G:1:1102:24907:15264_CONS(1)... at 1:88:1:88/+/98.86%
+108 88nt, >M01687:460:000000000-LGY9G:1:1102:4732:15417_CONS(1)... at 1:88:1:88/+/98.86%
+109 88nt, >M01687:460:000000000-LGY9G:1:1102:28739:16440_CONS(1)... at 1:88:1:88/+/98.86%
+110 88nt, >M01687:460:000000000-LGY9G:1:1102:14713:16476_CONS(14)... at 1:88:1:88/+/98.86%
+111 89nt, >M01687:460:000000000-LGY9G:1:1102:25297:17466_CONS(1)... at 1:89:1:88/+/97.75%
+112 88nt, >M01687:460:000000000-LGY9G:1:1102:25769:17734_CONS(1)... at 1:88:1:88/+/97.73%
+113 88nt, >M01687:460:000000000-LGY9G:1:1102:18927:18437_CONS(1)... at 1:88:1:88/+/98.86%
+114 87nt, >M01687:460:000000000-LGY9G:1:1102:20973:19430_CONS(22)... at 4:87:5:88/+/100.00%
+115 88nt, >M01687:460:000000000-LGY9G:1:1102:9438:19513_CONS(9)... at 1:88:1:88/+/98.86%
+116 88nt, >M01687:460:000000000-LGY9G:1:1102:15930:20727_CONS(1)... at 1:88:1:88/+/97.73%
+117 88nt, >M01687:460:000000000-LGY9G:1:1102:14346:20772_CONS(1)... at 1:88:1:88/+/98.86%
+118 88nt, >M01687:460:000000000-LGY9G:1:1102:26718:21220_CONS(1)... at 1:88:1:88/+/98.86%
+119 88nt, >M01687:460:000000000-LGY9G:1:1102:15449:22538_CONS(14)... at 1:88:1:88/+/98.86%
+120 87nt, >M01687:460:000000000-LGY9G:1:1102:12033:22622_CONS(4)... at 1:87:1:88/+/98.86%
+121 87nt, >M01687:460:000000000-LGY9G:1:1102:15740:23203_CONS(1)... at 1:87:1:88/+/98.86%
+122 89nt, >M01687:460:000000000-LGY9G:1:1102:12391:23284_CONS(1)... at 2:89:1:88/+/98.86%
+123 88nt, >M01687:460:000000000-LGY9G:1:1102:21434:24055_CONS(1)... at 1:88:1:88/+/98.86%
+124 88nt, >M01687:460:000000000-LGY9G:1:1102:22926:24701_CONS(29)... at 1:88:1:88/+/98.86%
+125 88nt, >M01687:460:000000000-LGY9G:1:2114:18450:2266_CONS(6)... at 1:88:1:88/+/98.86%
+126 88nt, >M01687:460:000000000-LGY9G:1:2114:13344:2699_CONS(15)... at 1:88:1:88/+/98.86%
+127 89nt, >M01687:460:000000000-LGY9G:1:2114:10243:3296_CONS(1)... at 1:89:1:88/+/98.88%
+128 88nt, >M01687:460:000000000-LGY9G:1:2114:13207:4894_CONS(1)... at 1:88:1:88/+/98.86%
+129 88nt, >M01687:460:000000000-LGY9G:1:2114:9653:5037_CONS(12)... at 1:88:1:88/+/98.86%
+130 88nt, >M01687:460:000000000-LGY9G:1:2114:17967:5059_CONS(1)... at 1:88:1:88/+/98.86%
+131 88nt, >M01687:460:000000000-LGY9G:1:2114:24349:6461_CONS(1)... at 1:88:1:88/+/98.86%
+132 89nt, >M01687:460:000000000-LGY9G:1:2114:9296:6829_CONS(2)... at 1:89:1:88/+/98.88%
+133 89nt, >M01687:460:000000000-LGY9G:1:2114:12689:7651_CONS(2)... at 1:89:1:88/+/98.88%
+134 88nt, >M01687:460:000000000-LGY9G:1:2114:22463:8375_CONS(8)... at 1:88:1:88/+/98.86%
+135 88nt, >M01687:460:000000000-LGY9G:1:2114:4692:8789_CONS(13)... at 1:88:1:88/+/98.86%
+136 88nt, >M01687:460:000000000-LGY9G:1:2114:11097:9231_CONS(14)... at 1:88:1:88/+/98.86%
+137 87nt, >M01687:460:000000000-LGY9G:1:2114:15399:10606_CONS(18)... at 1:87:2:88/+/100.00%
+138 89nt, >M01687:460:000000000-LGY9G:1:2114:25634:10911_CONS(1)... at 1:89:1:88/+/98.88%
+139 88nt, >M01687:460:000000000-LGY9G:1:2114:15402:10986_CONS(1)... at 1:88:1:88/+/97.73%
+140 88nt, >M01687:460:000000000-LGY9G:1:2114:9141:11217_CONS(1)... at 1:88:1:88/+/98.86%
+141 87nt, >M01687:460:000000000-LGY9G:1:2114:25666:11313_CONS(1)... at 1:87:1:88/+/98.86%
+142 88nt, >M01687:460:000000000-LGY9G:1:2114:10879:11989_CONS(20)... at 1:88:1:88/+/98.86%
+143 87nt, >M01687:460:000000000-LGY9G:1:2114:2968:12096_CONS(4)... at 1:87:1:88/+/98.86%
+144 88nt, >M01687:460:000000000-LGY9G:1:2114:9028:13249_CONS(22)... at 1:88:1:88/+/98.86%
+145 88nt, >M01687:460:000000000-LGY9G:1:2114:17576:13800_CONS(26)... at 1:88:1:88/+/98.86%
+146 88nt, >M01687:460:000000000-LGY9G:1:2114:27199:13872_CONS(1)... at 1:88:1:88/+/98.86%
+147 88nt, >M01687:460:000000000-LGY9G:1:2114:7778:13884_CONS(14)... at 1:88:1:88/+/98.86%
+148 88nt, >M01687:460:000000000-LGY9G:1:2114:21575:14327_CONS(1)... at 1:88:1:88/+/97.73%
+149 88nt, >M01687:460:000000000-LGY9G:1:2114:25520:15682_CONS(19)... at 1:88:1:88/+/98.86%
+150 88nt, >M01687:460:000000000-LGY9G:1:2114:13305:16655_CONS(25)... at 1:88:1:88/+/98.86%
+151 88nt, >M01687:460:000000000-LGY9G:1:2114:21093:16994_CONS(1)... at 1:88:1:88/+/98.86%
+152 87nt, >M01687:460:000000000-LGY9G:1:2114:18735:18734_CONS(4)... at 1:87:1:88/+/98.86%
+153 87nt, >M01687:460:000000000-LGY9G:1:2114:18172:21042_CONS(4)... at 1:87:1:88/+/98.86%
+154 88nt, >M01687:460:000000000-LGY9G:1:2115:7848:3814_CONS(1)... at 1:88:1:88/+/97.73%
+155 88nt, >M01687:460:000000000-LGY9G:1:2115:26330:4770_CONS(1)... at 1:88:1:88/+/98.86%
+156 88nt, >M01687:460:000000000-LGY9G:1:2115:17987:5105_CONS(17)... at 1:88:1:88/+/98.86%
+157 88nt, >M01687:460:000000000-LGY9G:1:2115:16326:6643_CONS(20)... at 1:88:1:88/+/98.86%
+158 88nt, >M01687:460:000000000-LGY9G:1:2115:12846:8573_CONS(1)... at 1:88:1:88/+/98.86%
+159 88nt, >M01687:460:000000000-LGY9G:1:2115:15850:10501_CONS(1)... at 1:88:1:88/+/97.73%
+160 88nt, >M01687:460:000000000-LGY9G:1:2115:14068:12968_CONS(1)... at 1:88:1:88/+/97.73%
+161 88nt, >M01687:460:000000000-LGY9G:1:2115:27032:13113_CONS(2)... at 1:88:1:88/+/98.86%
+162 88nt, >M01687:460:000000000-LGY9G:1:2115:28009:14081_CONS(1)... at 1:88:1:88/+/98.86%
+163 89nt, >M01687:460:000000000-LGY9G:1:2115:11887:15431_CONS(8)... at 1:89:1:88/+/98.88%
+164 88nt, >M01687:460:000000000-LGY9G:1:2115:28484:17436_CONS(1)... at 1:88:1:88/+/97.73%
+165 88nt, >M01687:460:000000000-LGY9G:1:2115:24502:17821_CONS(1)... at 1:88:1:88/+/98.86%
+166 87nt, >M01687:460:000000000-LGY9G:1:2115:20190:18197_CONS(6)... at 1:87:1:88/+/98.86%
+167 88nt, >M01687:460:000000000-LGY9G:1:2115:24868:19088_CONS(1)... at 1:88:1:88/+/98.86%
+168 88nt, >M01687:460:000000000-LGY9G:1:2115:18968:21010_CONS(10)... at 1:88:1:88/+/98.86%
+169 87nt, >M01687:460:000000000-LGY9G:1:2115:12142:23275_CONS(9)... at 3:87:4:88/+/100.00%
+170 88nt, >M01687:460:000000000-LGY9G:1:2115:19668:24356_CONS(1)... at 1:88:1:88/+/97.73%
+171 88nt, >M01687:460:000000000-LGY9G:1:2115:9938:24914_CONS(33)... at 1:88:1:88/+/98.86%
+172 88nt, >M01687:460:000000000-LGY9G:1:2112:17107:2995_CONS(1)... at 1:88:1:88/+/97.73%
+173 88nt, >M01687:460:000000000-LGY9G:1:2112:7634:4823_CONS(8)... at 1:88:1:88/+/98.86%
+174 88nt, >M01687:460:000000000-LGY9G:1:2112:5210:5408_CONS(6)... at 1:88:1:88/+/98.86%
+175 87nt, >M01687:460:000000000-LGY9G:1:2112:17014:6239_CONS(1)... at 1:87:1:87/+/97.70%
+176 88nt, >M01687:460:000000000-LGY9G:1:2112:20999:7030_CONS(1)... at 1:88:1:88/+/98.86%
+177 88nt, >M01687:460:000000000-LGY9G:1:2112:10192:8936_CONS(12)... at 1:88:1:88/+/98.86%
+178 88nt, >M01687:460:000000000-LGY9G:1:2112:27677:9492_CONS(1)... at 1:88:1:88/+/97.73%
+179 88nt, >M01687:460:000000000-LGY9G:1:2112:23247:10496_CONS(24)... at 1:88:1:88/+/98.86%
+180 89nt, >M01687:460:000000000-LGY9G:1:2112:3848:10549_CONS(7)... at 1:89:1:88/+/98.88%
+181 89nt, >M01687:460:000000000-LGY9G:1:2112:13821:10583_CONS(1)... at 1:89:1:88/+/98.88%
+182 91nt, >M01687:460:000000000-LGY9G:1:2112:26865:11154_CONS(1)... at 1:88:1:88/+/100.00%
+183 89nt, >M01687:460:000000000-LGY9G:1:2112:23471:11282_CONS(31)... at 1:88:1:88/+/100.00%
+184 88nt, >M01687:460:000000000-LGY9G:1:2112:7195:12197_CONS(3)... at 1:88:1:88/+/98.86%
+185 88nt, >M01687:460:000000000-LGY9G:1:2112:2109:12903_CONS(1)... at 1:88:1:88/+/98.86%
+186 88nt, >M01687:460:000000000-LGY9G:1:2112:22387:13549_CONS(19)... at 1:88:1:88/+/98.86%
+187 88nt, >M01687:460:000000000-LGY9G:1:2112:17318:14536_CONS(1)... at 1:88:1:88/+/97.73%
+188 88nt, >M01687:460:000000000-LGY9G:1:2112:16348:18620_CONS(1)... at 1:88:1:88/+/98.86%
+189 88nt, >M01687:460:000000000-LGY9G:1:2112:24732:20473_CONS(1)... at 1:88:1:88/+/97.73%
+190 88nt, >M01687:460:000000000-LGY9G:1:2112:21720:22007_CONS(1)... at 1:88:1:88/+/98.86%
+191 89nt, >M01687:460:000000000-LGY9G:1:2112:16737:22111_CONS(5)... at 1:89:1:88/+/98.88%
+192 87nt, >M01687:460:000000000-LGY9G:1:2112:13789:23747_CONS(22)... at 1:87:1:88/+/98.86%
+193 87nt, >M01687:460:000000000-LGY9G:1:2112:10067:23911_CONS(1)... at 1:87:1:88/+/97.73%
+194 88nt, >M01687:460:000000000-LGY9G:1:2113:16687:6829_CONS(1)... at 1:88:1:88/+/98.86%
+195 89nt, >M01687:460:000000000-LGY9G:1:2113:21797:7274_CONS(4)... at 5:89:4:88/+/100.00%
+196 89nt, >M01687:460:000000000-LGY9G:1:2113:21483:8224_CONS(1)... at 1:89:1:88/+/98.88%
+197 88nt, >M01687:460:000000000-LGY9G:1:2113:27862:9339_CONS(18)... at 1:88:1:88/+/98.86%
+198 88nt, >M01687:460:000000000-LGY9G:1:2113:7386:9362_CONS(6)... at 1:88:1:88/+/98.86%
+199 88nt, >M01687:460:000000000-LGY9G:1:2113:19528:10754_CONS(1)... at 1:88:1:88/+/97.73%
+200 88nt, >M01687:460:000000000-LGY9G:1:2113:6877:10763_CONS(5)... at 1:88:1:88/+/98.86%
+201 86nt, >M01687:460:000000000-LGY9G:1:2113:26667:12968_CONS(5)... at 1:86:1:86/+/100.00%
+202 87nt, >M01687:460:000000000-LGY9G:1:2113:26712:14041_CONS(1)... at 3:87:4:88/+/98.82%
+203 87nt, >M01687:460:000000000-LGY9G:1:2113:11310:18363_CONS(4)... at 1:87:1:88/+/98.86%
+204 87nt, >M01687:460:000000000-LGY9G:1:2113:25379:21203_CONS(1)... at 1:87:1:88/+/98.86%
+205 88nt, >M01687:460:000000000-LGY9G:1:2113:22090:22268_CONS(2)... at 1:88:1:88/+/98.86%
+206 88nt, >M01687:460:000000000-LGY9G:1:2110:16655:4325_CONS(1)... at 2:88:2:88/+/100.00%
+207 88nt, >M01687:460:000000000-LGY9G:1:2110:18373:4743_CONS(1)... at 3:88:3:88/+/100.00%
+208 88nt, >M01687:460:000000000-LGY9G:1:2110:24786:5837_CONS(11)... at 1:88:1:88/+/98.86%
+209 88nt, >M01687:460:000000000-LGY9G:1:2110:15131:6035_CONS(6)... at 1:88:1:88/+/98.86%
+210 87nt, >M01687:460:000000000-LGY9G:1:2110:9574:8622_CONS(1)... at 1:87:1:88/+/98.86%
+211 87nt, >M01687:460:000000000-LGY9G:1:2110:27948:9214_CONS(1)... at 1:87:1:88/+/98.86%
+212 88nt, >M01687:460:000000000-LGY9G:1:2110:19865:9683_CONS(1)... at 1:88:1:88/+/97.73%
+213 87nt, >M01687:460:000000000-LGY9G:1:2110:11072:10085_CONS(1)... at 1:87:1:88/+/98.86%
+214 88nt, >M01687:460:000000000-LGY9G:1:2110:21312:11675_CONS(4)... at 1:88:1:88/+/98.86%
+215 88nt, >M01687:460:000000000-LGY9G:1:2110:11815:14382_CONS(12)... at 1:88:1:88/+/98.86%
+216 87nt, >M01687:460:000000000-LGY9G:1:2110:9832:15449_CONS(1)... at 1:87:1:88/+/98.86%
+217 87nt, >M01687:460:000000000-LGY9G:1:2110:8260:16349_CONS(1)... at 1:87:1:88/+/97.73%
+218 88nt, >M01687:460:000000000-LGY9G:1:2110:13696:18451_CONS(2)... at 1:88:1:88/+/98.86%
+219 87nt, >M01687:460:000000000-LGY9G:1:2110:21551:19907_CONS(1)... at 1:87:1:88/+/97.73%
+220 88nt, >M01687:460:000000000-LGY9G:1:2110:13363:21779_CONS(1)... at 1:88:1:88/+/98.86%
+221 85nt, >M01687:460:000000000-LGY9G:1:2110:21442:25042_CONS(4)... at 1:85:1:85/+/100.00%
+222 88nt, >M01687:460:000000000-LGY9G:1:2111:16686:2694_CONS(1)... at 1:88:1:88/+/98.86%
+223 103nt, >M01687:460:000000000-LGY9G:1:2111:12570:4371_CONS(1)... at 16:103:1:88/+/100.00%
+224 88nt, >M01687:460:000000000-LGY9G:1:2111:4773:7507_CONS(1)... at 1:88:1:88/+/97.73%
+225 88nt, >M01687:460:000000000-LGY9G:1:2111:19652:13945_CONS(5)... at 1:88:1:88/+/98.86%
+226 87nt, >M01687:460:000000000-LGY9G:1:2111:8311:14023_CONS(4)... at 1:87:1:88/+/98.86%
+227 88nt, >M01687:460:000000000-LGY9G:1:2111:5930:16171_CONS(1)... at 1:88:1:88/+/98.86%
+228 88nt, >M01687:460:000000000-LGY9G:1:2111:4428:16247_CONS(1)... at 1:88:1:88/+/98.86%
+229 88nt, >M01687:460:000000000-LGY9G:1:2111:3902:19666_CONS(9)... at 1:88:1:88/+/98.86%
+230 89nt, >M01687:460:000000000-LGY9G:1:2111:20551:21296_CONS(1)... at 2:89:1:88/+/98.86%
+231 88nt, >M01687:460:000000000-LGY9G:1:2111:21919:22125_CONS(1)... at 1:88:1:88/+/98.86%
+232 88nt, >M01687:460:000000000-LGY9G:1:2111:9784:22648_CONS(2)... at 1:88:1:88/+/98.86%
+233 88nt, >M01687:460:000000000-LGY9G:1:2108:21037:3958_CONS(8)... at 1:88:1:88/+/98.86%
+234 88nt, >M01687:460:000000000-LGY9G:1:2108:21345:8084_CONS(1)... at 1:88:1:88/+/97.73%
+235 88nt, >M01687:460:000000000-LGY9G:1:2108:12380:8613_CONS(1)... at 1:88:1:88/+/98.86%
+236 87nt, >M01687:460:000000000-LGY9G:1:2108:24520:11082_CONS(1)... at 1:87:1:88/+/98.86%
+237 88nt, >M01687:460:000000000-LGY9G:1:2108:17553:11432_CONS(1)... at 1:88:1:88/+/98.86%
+238 88nt, >M01687:460:000000000-LGY9G:1:2108:17697:16635_CONS(3)... at 1:88:1:88/+/98.86%
+239 89nt, >M01687:460:000000000-LGY9G:1:2108:13004:17373_CONS(5)... at 1:89:1:88/+/98.88%
+240 88nt, >M01687:460:000000000-LGY9G:1:2108:19538:17887_CONS(12)... at 1:88:1:88/+/98.86%
+241 88nt, >M01687:460:000000000-LGY9G:1:2108:12428:19120_CONS(1)... at 1:88:1:88/+/98.86%
+242 87nt, >M01687:460:000000000-LGY9G:1:2108:14788:21481_CONS(1)... at 1:87:1:88/+/98.86%
+243 88nt, >M01687:460:000000000-LGY9G:1:2108:12699:21601_CONS(1)... at 1:88:1:88/+/97.73%
+244 89nt, >M01687:460:000000000-LGY9G:1:2108:24960:22080_CONS(1)... at 1:87:1:87/+/100.00%
+245 88nt, >M01687:460:000000000-LGY9G:1:2109:22767:3920_CONS(2)... at 1:88:1:88/+/98.86%
+246 89nt, >M01687:460:000000000-LGY9G:1:2109:24511:5054_CONS(7)... at 1:89:1:88/+/98.88%
+247 88nt, >M01687:460:000000000-LGY9G:1:2109:13440:5786_CONS(1)... at 1:88:1:88/+/98.86%
+248 89nt, >M01687:460:000000000-LGY9G:1:2109:5400:11925_CONS(1)... at 1:88:1:88/+/98.86%
+249 88nt, >M01687:460:000000000-LGY9G:1:2109:15867:12409_CONS(1)... at 1:88:1:88/+/97.73%
+250 88nt, >M01687:460:000000000-LGY9G:1:2109:10644:20297_CONS(1)... at 1:88:1:88/+/98.86%
+251 87nt, >M01687:460:000000000-LGY9G:1:2109:20393:20842_CONS(1)... at 1:87:1:88/+/98.86%
+252 88nt, >M01687:460:000000000-LGY9G:1:2109:5995:21834_CONS(1)... at 1:88:1:88/+/97.73%
+253 88nt, >M01687:460:000000000-LGY9G:1:2107:9575:3566_CONS(1)... at 1:88:1:88/+/98.86%
+254 88nt, >M01687:460:000000000-LGY9G:1:2107:18232:4086_CONS(1)... at 1:88:1:88/+/97.73%
+255 88nt, >M01687:460:000000000-LGY9G:1:2107:8459:5023_CONS(1)... at 1:88:1:88/+/98.86%
+256 88nt, >M01687:460:000000000-LGY9G:1:2107:5133:5225_CONS(3)... at 1:88:1:88/+/98.86%
+257 88nt, >M01687:460:000000000-LGY9G:1:2107:23309:8153_CONS(1)... at 1:88:1:88/+/98.86%
+258 89nt, >M01687:460:000000000-LGY9G:1:2107:24497:9171_CONS(1)... at 1:89:1:88/+/98.88%
+259 89nt, >M01687:460:000000000-LGY9G:1:2107:19979:9847_CONS(1)... at 2:89:1:88/+/98.86%
+260 88nt, >M01687:460:000000000-LGY9G:1:2107:28274:12120_CONS(1)... at 1:88:1:88/+/97.73%
+261 88nt, >M01687:460:000000000-LGY9G:1:2107:27204:13432_CONS(1)... at 1:88:1:88/+/98.86%
+262 88nt, >M01687:460:000000000-LGY9G:1:2107:7853:13507_CONS(1)... at 1:88:1:88/+/98.86%
+263 88nt, >M01687:460:000000000-LGY9G:1:2107:25135:15138_CONS(4)... at 1:88:1:88/+/98.86%
+264 88nt, >M01687:460:000000000-LGY9G:1:2106:10234:2620_CONS(1)... at 1:88:1:88/+/98.86%
+265 88nt, >M01687:460:000000000-LGY9G:1:2106:9940:2926_CONS(1)... at 1:88:1:88/+/98.86%
+266 88nt, >M01687:460:000000000-LGY9G:1:2106:5549:4724_CONS(1)... at 2:88:2:88/+/98.85%
+267 88nt, >M01687:460:000000000-LGY9G:1:2106:17657:6288_CONS(3)... at 1:88:1:88/+/98.86%
+268 88nt, >M01687:460:000000000-LGY9G:1:2106:26680:7397_CONS(10)... at 1:88:1:88/+/98.86%
+269 87nt, >M01687:460:000000000-LGY9G:1:2106:4025:14463_CONS(4)... at 1:87:1:88/+/98.86%
+270 88nt, >M01687:460:000000000-LGY9G:1:2106:10667:21314_CONS(1)... at 1:88:1:88/+/98.86%
+271 91nt, >M01687:460:000000000-LGY9G:1:2106:20762:24854_CONS(1)... at 4:91:1:88/+/100.00%
+272 89nt, >M01687:460:000000000-LGY9G:1:2105:11559:2018_CONS(1)... at 1:89:1:88/+/98.88%
+273 88nt, >M01687:460:000000000-LGY9G:1:2105:17550:23664_CONS(1)... at 1:88:1:88/+/98.86%
+274 88nt, >M01687:460:000000000-LGY9G:1:2104:23540:4178_CONS(3)... at 1:88:1:88/+/98.86%
+275 88nt, >M01687:460:000000000-LGY9G:1:2104:27175:5526_CONS(1)... at 1:88:1:88/+/97.73%
+276 88nt, >M01687:460:000000000-LGY9G:1:2104:5588:8818_CONS(1)... at 1:87:1:87/+/100.00%
+277 88nt, >M01687:460:000000000-LGY9G:1:2104:3580:11395_CONS(3)... at 1:88:1:88/+/98.86%
+278 88nt, >M01687:460:000000000-LGY9G:1:2104:25805:13761_CONS(5)... at 1:88:1:88/+/98.86%
+279 88nt, >M01687:460:000000000-LGY9G:1:2104:23051:15106_CONS(1)... at 1:88:1:88/+/98.86%
+280 88nt, >M01687:460:000000000-LGY9G:1:2104:2653:16692_CONS(2)... at 1:88:1:88/+/98.86%
+281 89nt, >M01687:460:000000000-LGY9G:1:2104:22956:19496_CONS(1)... at 1:88:1:88/+/98.86%
+282 87nt, >M01687:460:000000000-LGY9G:1:2104:8651:24700_CONS(1)... at 1:87:1:88/+/98.86%
+283 89nt, >M01687:460:000000000-LGY9G:1:2103:14790:2355_CONS(1)... at 1:89:1:88/+/98.88%
+284 88nt, >M01687:460:000000000-LGY9G:1:2103:8799:7922_CONS(1)... at 1:88:1:88/+/98.86%
+285 88nt, >M01687:460:000000000-LGY9G:1:2103:26870:8781_CONS(1)... at 1:88:1:88/+/98.86%
+286 88nt, >M01687:460:000000000-LGY9G:1:2103:6927:9016_CONS(1)... at 1:88:1:88/+/97.73%
+287 88nt, >M01687:460:000000000-LGY9G:1:2103:14217:16942_CONS(1)... at 1:88:1:88/+/98.86%
+288 89nt, >M01687:460:000000000-LGY9G:1:2103:26848:17067_CONS(1)... at 1:89:1:88/+/97.75%
+289 87nt, >M01687:460:000000000-LGY9G:1:2103:25028:17252_CONS(1)... at 1:87:1:88/+/97.73%
+290 88nt, >M01687:460:000000000-LGY9G:1:2103:7141:18730_CONS(1)... at 1:88:1:88/+/98.86%
+291 87nt, >M01687:460:000000000-LGY9G:1:2103:9288:19716_CONS(1)... at 1:87:1:88/+/98.86%
+292 87nt, >M01687:460:000000000-LGY9G:1:2103:13457:23022_CONS(1)... at 1:87:1:88/+/97.73%
+293 88nt, >M01687:460:000000000-LGY9G:1:2102:5879:4749_CONS(1)... at 1:88:1:88/+/97.73%
+294 88nt, >M01687:460:000000000-LGY9G:1:2102:12132:10047_CONS(1)... at 1:88:1:88/+/98.86%
+295 89nt, >M01687:460:000000000-LGY9G:1:2102:11841:11027_CONS(1)... at 1:89:1:88/+/98.88%
+296 88nt, >M01687:460:000000000-LGY9G:1:2102:26295:12906_CONS(1)... at 1:88:1:88/+/98.86%
+297 83nt, >M01687:460:000000000-LGY9G:1:2102:6103:13158_CONS(1)... at 1:82:1:82/+/100.00%
+298 88nt, >M01687:460:000000000-LGY9G:1:2102:27394:16458_CONS(1)... at 1:88:1:88/+/97.73%
+299 88nt, >M01687:460:000000000-LGY9G:1:2102:10342:16635_CONS(1)... at 1:88:1:88/+/97.73%
+300 89nt, >M01687:460:000000000-LGY9G:1:2102:3718:18460_CONS(1)... at 1:88:1:88/+/98.86%
+301 88nt, >M01687:460:000000000-LGY9G:1:2117:13620:3639_CONS(1)... at 1:88:1:88/+/97.73%
+302 88nt, >M01687:460:000000000-LGY9G:1:2117:5475:7514_CONS(1)... at 1:88:1:88/+/98.86%
+303 88nt, >M01687:460:000000000-LGY9G:1:2117:10376:8829_CONS(1)... at 1:88:1:88/+/98.86%
+304 87nt, >M01687:460:000000000-LGY9G:1:2117:3398:12156_CONS(1)... at 1:87:1:87/+/98.85%
+305 88nt, >M01687:460:000000000-LGY9G:1:2117:28064:19215_CONS(1)... at 1:88:1:88/+/98.86%
+306 88nt, >M01687:460:000000000-LGY9G:1:2117:8300:19328_CONS(1)... at 1:88:1:88/+/98.86%
+307 89nt, >M01687:460:000000000-LGY9G:1:2117:6205:19682_CONS(7)... at 1:89:1:88/+/98.88%
+308 98nt, >M01687:460:000000000-LGY9G:1:2117:20062:23745_CONS(1)... at 1:98:1:98/+/100.00%
+309 88nt, >M01687:460:000000000-LGY9G:1:2116:18982:5063_CONS(1)... at 1:88:1:88/+/98.86%
+310 88nt, >M01687:460:000000000-LGY9G:1:2116:5614:5569_CONS(1)... at 1:88:1:88/+/98.86%
+311 87nt, >M01687:460:000000000-LGY9G:1:2116:15144:5759_CONS(1)... at 1:86:1:86/+/100.00%
+312 88nt, >M01687:460:000000000-LGY9G:1:2116:22498:13802_CONS(1)... at 1:88:1:88/+/98.86%
+313 88nt, >M01687:460:000000000-LGY9G:1:2116:7711:14332_CONS(1)... at 1:88:1:88/+/98.86%
+314 88nt, >M01687:460:000000000-LGY9G:1:2116:17198:16052_CONS(1)... at 1:88:1:88/+/98.86%
+315 88nt, >M01687:460:000000000-LGY9G:1:2116:14280:16249_CONS(1)... at 1:88:1:88/+/97.73%
+316 88nt, >M01687:460:000000000-LGY9G:1:2116:22301:16562_CONS(1)... at 1:88:1:88/+/97.73%
+317 88nt, >M01687:460:000000000-LGY9G:1:2116:26974:19865_CONS(1)... at 1:87:1:87/+/98.85%
+318 88nt, >M01687:460:000000000-LGY9G:1:2116:22857:23420_CONS(1)... at 2:88:2:88/+/98.85%
+319 88nt, >M01687:460:000000000-LGY9G:1:2116:13907:24711_CONS(1)... at 1:88:1:88/+/97.73%
+320 88nt, >M01687:460:000000000-LGY9G:1:1119:21678:6639_CONS(1)... at 2:88:2:88/+/98.85%
+321 88nt, >M01687:460:000000000-LGY9G:1:1119:7137:6874_CONS(1)... at 1:88:1:88/+/97.73%
+322 88nt, >M01687:460:000000000-LGY9G:1:1119:20579:7931_CONS(1)... at 1:88:1:88/+/98.86%
+323 87nt, >M01687:460:000000000-LGY9G:1:1119:20902:10539_CONS(1)... at 1:87:1:88/+/97.73%
+324 88nt, >M01687:460:000000000-LGY9G:1:1119:2263:11290_CONS(1)... at 1:88:1:88/+/98.86%
+325 88nt, >M01687:460:000000000-LGY9G:1:1119:5397:11579_CONS(1)... at 1:88:1:88/+/98.86%
+326 89nt, >M01687:460:000000000-LGY9G:1:1119:16205:12550_CONS(1)... at 2:89:1:88/+/98.86%
+327 89nt, >M01687:460:000000000-LGY9G:1:1119:17103:14239_CONS(1)... at 1:88:1:88/+/97.73%
+328 88nt, >M01687:460:000000000-LGY9G:1:1119:15615:15211_CONS(1)... at 1:88:1:88/+/98.86%
+329 88nt, >M01687:460:000000000-LGY9G:1:1119:28668:16876_CONS(1)... at 1:88:1:88/+/98.86%
+330 87nt, >M01687:460:000000000-LGY9G:1:1119:16642:17401_CONS(1)... at 1:87:1:88/+/98.86%
+331 88nt, >M01687:460:000000000-LGY9G:1:1119:12434:23021_CONS(5)... at 1:88:1:88/+/98.86%
+332 97nt, >M01687:460:000000000-LGY9G:1:1119:9353:23425_CONS(1)... at 10:97:1:88/+/98.86%
+333 87nt, >M01687:460:000000000-LGY9G:1:2101:13523:7260_CONS(1)... at 1:87:1:88/+/97.73%
+334 88nt, >M01687:460:000000000-LGY9G:1:2101:28865:11829_CONS(1)... at 1:88:1:88/+/98.86%
+335 85nt, >M01687:460:000000000-LGY9G:1:2101:14442:12468_CONS(1)... at 3:85:6:88/+/100.00%
+336 90nt, >M01687:460:000000000-LGY9G:1:2101:8594:14854_CONS(1)... at 1:90:1:90/+/100.00%
+337 88nt, >M01687:460:000000000-LGY9G:1:2101:12192:15255_CONS(1)... at 1:88:1:88/+/98.86%
+338 88nt, >M01687:460:000000000-LGY9G:1:2101:19107:22393_CONS(1)... at 1:88:1:88/+/98.86%
+339 88nt, >M01687:460:000000000-LGY9G:1:1115:19854:2634_CONS(1)... at 1:88:1:88/+/97.73%
+340 87nt, >M01687:460:000000000-LGY9G:1:1115:17434:4788_CONS(6)... at 1:87:1:88/+/98.86%
+341 89nt, >M01687:460:000000000-LGY9G:1:1115:5483:13182_CONS(1)... at 1:89:1:88/+/98.88%
+342 88nt, >M01687:460:000000000-LGY9G:1:1115:9628:13528_CONS(1)... at 1:88:1:88/+/97.73%
+343 88nt, >M01687:460:000000000-LGY9G:1:1115:4531:17077_CONS(3)... at 1:88:1:88/+/98.86%
+344 88nt, >M01687:460:000000000-LGY9G:1:1116:6542:4898_CONS(1)... at 1:88:1:88/+/98.86%
+345 88nt, >M01687:460:000000000-LGY9G:1:1116:16761:8952_CONS(4)... at 1:88:1:88/+/98.86%
+346 88nt, >M01687:460:000000000-LGY9G:1:1116:16633:9193_CONS(2)... at 1:88:1:88/+/98.86%
+347 84nt, >M01687:460:000000000-LGY9G:1:1116:14230:13977_CONS(1)... at 1:82:1:82/+/100.00%
+348 88nt, >M01687:460:000000000-LGY9G:1:1116:19717:22104_CONS(1)... at 1:88:1:88/+/97.73%
+349 87nt, >M01687:460:000000000-LGY9G:1:1116:8725:22551_CONS(1)... at 1:87:1:88/+/98.86%
+350 88nt, >M01687:460:000000000-LGY9G:1:1114:6005:13084_CONS(1)... at 1:88:1:88/+/97.73%
+351 87nt, >M01687:460:000000000-LGY9G:1:1114:13817:19804_CONS(1)... at 1:87:2:88/+/98.85%
+352 88nt, >M01687:460:000000000-LGY9G:1:1114:4880:20613_CONS(1)... at 1:88:1:88/+/98.86%
+353 88nt, >M01687:460:000000000-LGY9G:1:1114:6517:21454_CONS(1)... at 1:88:1:88/+/97.73%
+354 86nt, >M01687:460:000000000-LGY9G:1:1114:24312:22222_CONS(1)... at 1:83:1:83/+/100.00%
+355 88nt, >M01687:460:000000000-LGY9G:1:1113:12305:2955_CONS(4)... at 1:88:1:88/+/98.86%
+356 88nt, >M01687:460:000000000-LGY9G:1:1113:27004:6282_CONS(2)... at 1:88:1:88/+/98.86%
+357 88nt, >M01687:460:000000000-LGY9G:1:1113:13372:6335_CONS(1)... at 1:88:1:88/+/97.73%
+358 88nt, >M01687:460:000000000-LGY9G:1:1113:27942:14478_CONS(1)... at 1:88:1:88/+/97.73%
+359 87nt, >M01687:460:000000000-LGY9G:1:1113:13114:21713_CONS(1)... at 3:87:4:88/+/98.82%
+360 89nt, >M01687:460:000000000-LGY9G:1:1113:19776:22799_CONS(1)... at 5:89:4:88/+/98.82%
+361 88nt, >M01687:460:000000000-LGY9G:1:1111:23367:3123_CONS(1)... at 1:88:1:88/+/97.73%
+362 88nt, >M01687:460:000000000-LGY9G:1:1111:15521:7961_CONS(1)... at 1:88:1:88/+/97.73%
+363 87nt, >M01687:460:000000000-LGY9G:1:1111:13128:25017_CONS(1)... at 1:87:1:87/+/98.85%
+364 88nt, >M01687:460:000000000-LGY9G:1:1112:7097:20534_CONS(1)... at 1:88:1:88/+/97.73%
+365 88nt, >M01687:460:000000000-LGY9G:1:1112:8444:23255_CONS(1)... at 1:88:1:88/+/97.73%
+366 88nt, >M01687:460:000000000-LGY9G:1:1112:23356:24834_CONS(1)... at 1:88:1:88/+/97.73%
+367 88nt, >M01687:460:000000000-LGY9G:1:1109:24379:3826_CONS(1)... at 1:88:1:88/+/98.86%
+368 88nt, >M01687:460:000000000-LGY9G:1:1109:12390:6361_CONS(1)... at 1:88:1:88/+/97.73%
+369 88nt, >M01687:460:000000000-LGY9G:1:1109:11795:7674_CONS(1)... at 1:88:1:88/+/98.86%
+370 87nt, >M01687:460:000000000-LGY9G:1:1109:7377:12749_CONS(1)... at 1:87:1:88/+/98.86%
+371 87nt, >M01687:460:000000000-LGY9G:1:1109:13671:12991_CONS(1)... at 1:87:1:88/+/97.73%
+372 88nt, >M01687:460:000000000-LGY9G:1:1109:14292:15082_CONS(1)... at 1:88:1:88/+/98.86%
+373 88nt, >M01687:460:000000000-LGY9G:1:1109:28256:16354_CONS(1)... at 1:88:1:88/+/97.73%
+374 88nt, >M01687:460:000000000-LGY9G:1:1109:7570:23644_CONS(2)... at 1:88:1:88/+/98.86%
+375 88nt, >M01687:460:000000000-LGY9G:1:1110:20824:3091_CONS(1)... at 1:88:1:88/+/98.86%
+376 88nt, >M01687:460:000000000-LGY9G:1:1110:17089:3965_CONS(1)... at 1:88:1:88/+/98.86%
+377 88nt, >M01687:460:000000000-LGY9G:1:1110:16734:4308_CONS(1)... at 1:88:1:88/+/98.86%
+378 86nt, >M01687:460:000000000-LGY9G:1:1110:16735:5697_CONS(1)... at 1:86:1:87/+/98.85%
+379 88nt, >M01687:460:000000000-LGY9G:1:1110:13625:9025_CONS(1)... at 1:88:1:88/+/98.86%
+380 88nt, >M01687:460:000000000-LGY9G:1:1110:12698:14037_CONS(1)... at 1:88:1:88/+/97.73%
+381 88nt, >M01687:460:000000000-LGY9G:1:1110:12970:19832_CONS(1)... at 1:88:1:88/+/97.73%
+382 88nt, >M01687:460:000000000-LGY9G:1:1110:10115:20413_CONS(1)... at 1:88:1:88/+/97.73%
+383 88nt, >M01687:460:000000000-LGY9G:1:1110:14362:21903_CONS(1)... at 1:88:1:88/+/98.86%
+384 88nt, >M01687:460:000000000-LGY9G:1:1107:12706:3783_CONS(1)... at 1:88:1:88/+/97.73%
+385 88nt, >M01687:460:000000000-LGY9G:1:1107:28989:9798_CONS(1)... at 1:88:1:88/+/98.86%
+386 88nt, >M01687:460:000000000-LGY9G:1:1107:16889:10639_CONS(1)... at 1:88:1:88/+/98.86%
+387 88nt, >M01687:460:000000000-LGY9G:1:1107:7511:16222_CONS(1)... at 1:88:1:88/+/97.73%
+388 87nt, >M01687:460:000000000-LGY9G:1:1108:8942:7422_CONS(1)... at 1:87:1:88/+/97.73%
+389 88nt, >M01687:460:000000000-LGY9G:1:1108:25988:12639_CONS(1)... at 2:88:2:88/+/100.00%
+390 86nt, >M01687:460:000000000-LGY9G:1:1108:23756:15876_CONS(1)... at 2:86:4:88/+/97.65%
+391 88nt, >M01687:460:000000000-LGY9G:1:1105:8375:11288_CONS(1)... at 1:88:1:88/+/98.86%
+392 88nt, >M01687:460:000000000-LGY9G:1:1105:25007:14421_CONS(1)... at 2:88:2:88/+/98.85%
+393 88nt, >M01687:460:000000000-LGY9G:1:1105:14469:16635_CONS(1)... at 1:88:1:88/+/98.86%
+394 86nt, >M01687:460:000000000-LGY9G:1:1105:26549:17001_CONS(1)... at 1:86:1:88/+/97.73%
+395 88nt, >M01687:460:000000000-LGY9G:1:1106:13213:5804_CONS(1)... at 1:88:1:88/+/98.86%
+396 89nt, >M01687:460:000000000-LGY9G:1:1106:19985:14220_CONS(1)... at 1:88:1:88/+/97.73%
+397 88nt, >M01687:460:000000000-LGY9G:1:1106:18114:17708_CONS(1)... at 1:88:1:88/+/98.86%
+398 90nt, >M01687:460:000000000-LGY9G:1:1106:7038:17963_CONS(1)... at 1:90:1:88/+/97.78%
+399 88nt, >M01687:460:000000000-LGY9G:1:1106:25663:18641_CONS(1)... at 1:88:1:88/+/98.86%
+400 88nt, >M01687:460:000000000-LGY9G:1:1103:12242:1858_CONS(1)... at 1:88:1:88/+/97.73%
+401 87nt, >M01687:460:000000000-LGY9G:1:1103:7505:3733_CONS(1)... at 1:87:2:88/+/98.85%
+402 88nt, >M01687:460:000000000-LGY9G:1:1103:26737:9635_CONS(1)... at 1:88:1:88/+/97.73%
+403 88nt, >M01687:460:000000000-LGY9G:1:1103:12643:11045_CONS(1)... at 1:88:1:88/+/97.73%
+404 89nt, >M01687:460:000000000-LGY9G:1:1103:24894:15861_CONS(1)... at 1:88:1:88/+/98.86%
+405 87nt, >M01687:460:000000000-LGY9G:1:1103:16626:20495_CONS(1)... at 1:87:1:88/+/97.73%
+406 89nt, >M01687:460:000000000-LGY9G:1:1103:20525:20597_CONS(1)... at 1:89:1:88/+/97.75%
+407 88nt, >M01687:460:000000000-LGY9G:1:1104:9852:2437_CONS(1)... at 1:88:1:88/+/97.73%
+408 88nt, >M01687:460:000000000-LGY9G:1:1104:8663:3527_CONS(1)... at 1:88:1:88/+/97.73%
+409 89nt, >M01687:460:000000000-LGY9G:1:1104:15411:5091_CONS(1)... at 1:89:1:88/+/97.75%
+410 88nt, >M01687:460:000000000-LGY9G:1:1104:15694:12327_CONS(1)... at 1:88:1:88/+/98.86%
+411 88nt, >M01687:460:000000000-LGY9G:1:1104:7073:13706_CONS(1)... at 1:88:1:88/+/97.73%
+412 88nt, >M01687:460:000000000-LGY9G:1:1104:22607:18282_CONS(1)... at 1:88:1:88/+/97.73%
+413 88nt, >M01687:460:000000000-LGY9G:1:1104:22989:18396_CONS(1)... at 1:88:1:88/+/97.73%
+414 88nt, >M01687:460:000000000-LGY9G:1:1117:6711:18867_CONS(1)... at 1:88:1:88/+/97.73%
+415 88nt, >M01687:460:000000000-LGY9G:1:1118:24232:5718_CONS(1)... at 1:88:1:88/+/97.73%
+416 87nt, >M01687:460:000000000-LGY9G:1:1118:9560:11025_CONS(1)... at 1:87:2:88/+/98.85%
+417 88nt, >M01687:460:000000000-LGY9G:1:1118:7590:11933_CONS(1)... at 1:88:1:88/+/97.73%
+418 88nt, >M01687:460:000000000-LGY9G:1:1118:18309:14476_CONS(1)... at 1:88:1:88/+/98.86%
+419 88nt, >M01687:460:000000000-LGY9G:1:2118:14345:4167_CONS(1)... at 1:88:1:88/+/97.73%
+420 107nt, >M01687:460:000000000-LGY9G:1:2118:25530:8509_CONS(1)... *
+421 88nt, >M01687:460:000000000-LGY9G:1:2118:27642:8682_CONS(1)... at 1:88:1:88/+/97.73%
+422 88nt, >M01687:460:000000000-LGY9G:1:2118:27891:12489_CONS(1)... at 1:88:1:88/+/97.73%
+423 88nt, >M01687:460:000000000-LGY9G:1:2118:20613:13054_CONS(1)... at 1:88:1:88/+/97.73%
+424 88nt, >M01687:460:000000000-LGY9G:1:2118:9927:14890_CONS(1)... at 1:88:1:88/+/97.73%
+425 88nt, >M01687:460:000000000-LGY9G:1:2118:16044:17973_CONS(1)... at 1:87:1:87/+/98.85%
+426 89nt, >M01687:460:000000000-LGY9G:1:2118:15676:22630_CONS(1)... at 1:89:1:88/+/97.75%
+427 87nt, >M01687:460:000000000-LGY9G:1:2119:7183:9626_CONS(1)... at 1:87:1:88/+/97.73%
+428 88nt, >M01687:460:000000000-LGY9G:1:2119:20911:10735_CONS(1)... at 1:88:1:88/+/98.86%
+429 87nt, >M01687:460:000000000-LGY9G:1:2119:6756:16479_CONS(1)... at 1:87:1:88/+/97.73%
+>Cluster 1
+0 102nt, >M01687:460:000000000-LGY9G:1:1101:7284:2467_CONS(1312)... at 1:102:2:103/+/100.00%
+1 102nt, >M01687:460:000000000-LGY9G:1:1101:6611:5566_CONS(1)... at 1:102:2:103/+/99.02%
+2 102nt, >M01687:460:000000000-LGY9G:1:1101:23211:5868_CONS(1)... at 1:102:2:103/+/99.02%
+3 102nt, >M01687:460:000000000-LGY9G:1:1101:26337:9018_CONS(1)... at 1:102:2:103/+/99.02%
+4 102nt, >M01687:460:000000000-LGY9G:1:1101:9122:9660_CONS(1)... at 1:102:2:103/+/99.02%
+5 102nt, >M01687:460:000000000-LGY9G:1:1101:6802:18592_CONS(1)... at 1:102:2:103/+/98.04%
+6 102nt, >M01687:460:000000000-LGY9G:1:1101:15580:21531_CONS(1)... at 1:101:2:102/+/100.00%
+7 102nt, >M01687:460:000000000-LGY9G:1:1102:21750:5723_CONS(2)... at 1:102:2:103/+/98.04%
+8 102nt, >M01687:460:000000000-LGY9G:1:1102:9819:8736_CONS(1)... at 1:102:2:103/+/98.04%
+9 102nt, >M01687:460:000000000-LGY9G:1:1102:6271:10212_CONS(1)... at 1:102:2:103/+/98.04%
+10 102nt, >M01687:460:000000000-LGY9G:1:1102:12979:15471_CONS(4)... at 1:102:2:103/+/99.02%
+11 102nt, >M01687:460:000000000-LGY9G:1:2114:18139:12606_CONS(1)... at 1:102:2:103/+/99.02%
+12 102nt, >M01687:460:000000000-LGY9G:1:2114:26385:18943_CONS(1)... at 1:102:2:103/+/99.02%
+13 102nt, >M01687:460:000000000-LGY9G:1:2115:11418:2507_CONS(1)... at 1:102:2:103/+/99.02%
+14 102nt, >M01687:460:000000000-LGY9G:1:2112:6229:14493_CONS(1)... at 1:102:2:103/+/99.02%
+15 102nt, >M01687:460:000000000-LGY9G:1:2112:16221:14800_CONS(1)... at 1:102:2:103/+/99.02%
+16 102nt, >M01687:460:000000000-LGY9G:1:2112:20760:19283_CONS(1)... at 1:102:2:103/+/99.02%
+17 102nt, >M01687:460:000000000-LGY9G:1:2113:3125:7767_CONS(1)... at 1:102:2:103/+/99.02%
+18 102nt, >M01687:460:000000000-LGY9G:1:2113:19660:10611_CONS(1)... at 1:102:2:103/+/99.02%
+19 102nt, >M01687:460:000000000-LGY9G:1:2113:5498:18566_CONS(1)... at 1:102:2:103/+/99.02%
+20 102nt, >M01687:460:000000000-LGY9G:1:2110:22897:16203_CONS(1)... at 1:102:2:103/+/99.02%
+21 102nt, >M01687:460:000000000-LGY9G:1:2110:26761:17560_CONS(1)... at 1:102:2:103/+/99.02%
+22 102nt, >M01687:460:000000000-LGY9G:1:2111:6077:21207_CONS(1)... at 1:102:2:103/+/99.02%
+23 102nt, >M01687:460:000000000-LGY9G:1:2111:26535:21567_CONS(1)... at 1:102:2:103/+/99.02%
+24 102nt, >M01687:460:000000000-LGY9G:1:2111:13962:24124_CONS(2)... at 1:102:2:103/+/99.02%
+25 102nt, >M01687:460:000000000-LGY9G:1:2108:28425:18755_CONS(1)... at 1:102:2:103/+/99.02%
+26 102nt, >M01687:460:000000000-LGY9G:1:2108:21248:19499_CONS(1)... at 1:102:2:103/+/99.02%
+27 102nt, >M01687:460:000000000-LGY9G:1:2108:12379:21170_CONS(1)... at 1:102:2:103/+/99.02%
+28 102nt, >M01687:460:000000000-LGY9G:1:2108:21461:24644_CONS(1)... at 1:102:2:103/+/99.02%
+29 102nt, >M01687:460:000000000-LGY9G:1:2109:14195:5243_CONS(2)... at 1:102:2:103/+/99.02%
+30 102nt, >M01687:460:000000000-LGY9G:1:2109:7399:12353_CONS(1)... at 1:102:2:103/+/99.02%
+31 102nt, >M01687:460:000000000-LGY9G:1:2109:26354:15746_CONS(1)... at 1:102:2:103/+/99.02%
+32 102nt, >M01687:460:000000000-LGY9G:1:2107:18714:4193_CONS(1)... at 1:102:2:103/+/99.02%
+33 102nt, >M01687:460:000000000-LGY9G:1:2107:4991:15413_CONS(1)... at 1:102:2:103/+/99.02%
+34 102nt, >M01687:460:000000000-LGY9G:1:2106:18403:3566_CONS(1)... at 1:102:2:103/+/99.02%
+35 101nt, >M01687:460:000000000-LGY9G:1:2105:25652:14514_CONS(1)... at 1:101:2:103/+/99.02%
+36 102nt, >M01687:460:000000000-LGY9G:1:2105:17294:17548_CONS(1)... at 1:102:2:103/+/99.02%
+37 102nt, >M01687:460:000000000-LGY9G:1:2105:16416:18383_CONS(1)... at 1:102:2:103/+/99.02%
+38 102nt, >M01687:460:000000000-LGY9G:1:2104:16816:2224_CONS(1)... at 1:102:2:103/+/99.02%
+39 102nt, >M01687:460:000000000-LGY9G:1:2104:8396:11123_CONS(1)... at 1:102:2:103/+/99.02%
+40 102nt, >M01687:460:000000000-LGY9G:1:2104:23444:22582_CONS(1)... at 1:102:2:103/+/99.02%
+41 102nt, >M01687:460:000000000-LGY9G:1:2103:20090:3692_CONS(1)... at 1:102:2:103/+/99.02%
+42 101nt, >M01687:460:000000000-LGY9G:1:2103:27400:16382_CONS(1)... at 1:101:2:103/+/99.02%
+43 102nt, >M01687:460:000000000-LGY9G:1:2102:16475:6014_CONS(1)... at 1:102:2:103/+/99.02%
+44 101nt, >M01687:460:000000000-LGY9G:1:2102:29200:12221_CONS(1)... at 1:101:2:102/+/99.01%
+45 102nt, >M01687:460:000000000-LGY9G:1:2102:19431:18978_CONS(1)... at 1:102:2:103/+/99.02%
+46 102nt, >M01687:460:000000000-LGY9G:1:2117:4840:9907_CONS(1)... at 1:102:2:103/+/99.02%
+47 102nt, >M01687:460:000000000-LGY9G:1:2117:26914:14559_CONS(3)... at 1:102:2:103/+/99.02%
+48 102nt, >M01687:460:000000000-LGY9G:1:2116:5616:4915_CONS(1)... at 1:102:2:103/+/99.02%
+49 102nt, >M01687:460:000000000-LGY9G:1:2116:9447:5913_CONS(1)... at 1:102:2:103/+/99.02%
+50 102nt, >M01687:460:000000000-LGY9G:1:2116:18437:10708_CONS(1)... at 1:102:2:103/+/99.02%
+51 102nt, >M01687:460:000000000-LGY9G:1:2116:25208:17614_CONS(1)... at 1:102:2:103/+/99.02%
+52 102nt, >M01687:460:000000000-LGY9G:1:1119:24680:5178_CONS(1)... at 1:102:2:103/+/99.02%
+53 102nt, >M01687:460:000000000-LGY9G:1:1119:24450:17518_CONS(1)... at 1:102:2:103/+/99.02%
+54 102nt, >M01687:460:000000000-LGY9G:1:1119:6596:23798_CONS(1)... at 1:102:2:103/+/99.02%
+55 102nt, >M01687:460:000000000-LGY9G:1:2101:5236:5032_CONS(1)... at 1:102:2:103/+/99.02%
+56 102nt, >M01687:460:000000000-LGY9G:1:2101:15789:13989_CONS(1)... at 1:102:2:103/+/99.02%
+57 102nt, >M01687:460:000000000-LGY9G:1:2101:17490:22009_CONS(1)... at 1:102:2:103/+/99.02%
+58 102nt, >M01687:460:000000000-LGY9G:1:1115:19382:6125_CONS(1)... at 1:102:2:103/+/99.02%
+59 103nt, >M01687:460:000000000-LGY9G:1:1115:3842:13133_CONS(1)... *
+60 102nt, >M01687:460:000000000-LGY9G:1:1116:16945:2438_CONS(1)... at 1:102:2:103/+/99.02%
+61 102nt, >M01687:460:000000000-LGY9G:1:1114:19911:6189_CONS(1)... at 1:102:2:103/+/99.02%
+62 101nt, >M01687:460:000000000-LGY9G:1:1114:10140:9561_CONS(1)... at 1:101:2:103/+/99.02%
+63 102nt, >M01687:460:000000000-LGY9G:1:1114:9693:13204_CONS(1)... at 1:102:2:103/+/99.02%
+64 102nt, >M01687:460:000000000-LGY9G:1:1114:24479:21529_CONS(1)... at 1:102:2:103/+/98.04%
+65 102nt, >M01687:460:000000000-LGY9G:1:1114:20213:21647_CONS(1)... at 1:102:2:103/+/99.02%
+66 102nt, >M01687:460:000000000-LGY9G:1:1113:11016:6198_CONS(1)... at 1:102:2:103/+/99.02%
+67 101nt, >M01687:460:000000000-LGY9G:1:1111:11748:2238_CONS(1)... at 1:101:2:103/+/99.02%
+68 101nt, >M01687:460:000000000-LGY9G:1:1109:16660:11082_CONS(1)... at 1:101:2:103/+/99.02%
+69 103nt, >M01687:460:000000000-LGY9G:1:1109:3001:16044_CONS(1)... at 1:102:2:103/+/100.00%
+70 102nt, >M01687:460:000000000-LGY9G:1:1109:17582:16054_CONS(1)... at 1:102:2:103/+/99.02%
+71 103nt, >M01687:460:000000000-LGY9G:1:1109:14545:20486_CONS(1)... at 1:102:2:103/+/99.02%
+72 102nt, >M01687:460:000000000-LGY9G:1:1110:22711:2788_CONS(1)... at 1:102:2:103/+/99.02%
+73 102nt, >M01687:460:000000000-LGY9G:1:1107:8711:18468_CONS(1)... at 1:102:2:103/+/99.02%
+74 102nt, >M01687:460:000000000-LGY9G:1:1108:8748:7829_CONS(1)... at 1:102:2:103/+/99.02%
+75 102nt, >M01687:460:000000000-LGY9G:1:1108:15955:11237_CONS(1)... at 1:102:2:103/+/99.02%
+76 102nt, >M01687:460:000000000-LGY9G:1:1108:16720:14715_CONS(1)... at 1:102:2:103/+/99.02%
+77 102nt, >M01687:460:000000000-LGY9G:1:1105:20790:18592_CONS(1)... at 1:102:2:103/+/99.02%
+78 102nt, >M01687:460:000000000-LGY9G:1:1105:19142:23815_CONS(1)... at 1:102:2:103/+/99.02%
+79 103nt, >M01687:460:000000000-LGY9G:1:1105:22541:24400_CONS(1)... at 1:102:2:103/+/100.00%
+80 101nt, >M01687:460:000000000-LGY9G:1:1106:25233:7023_CONS(2)... at 1:101:2:102/+/100.00%
+81 102nt, >M01687:460:000000000-LGY9G:1:1106:4619:9137_CONS(1)... at 1:102:2:103/+/99.02%
+82 102nt, >M01687:460:000000000-LGY9G:1:1103:28852:12781_CONS(1)... at 1:102:2:103/+/99.02%
+83 102nt, >M01687:460:000000000-LGY9G:1:1103:21786:14332_CONS(1)... at 1:102:2:103/+/99.02%
+84 102nt, >M01687:460:000000000-LGY9G:1:1104:6856:8424_CONS(1)... at 1:102:2:103/+/99.02%
+85 102nt, >M01687:460:000000000-LGY9G:1:1104:16848:23143_CONS(1)... at 2:102:3:103/+/100.00%
+86 102nt, >M01687:460:000000000-LGY9G:1:1118:11354:21539_CONS(1)... at 1:102:2:103/+/99.02%
+87 102nt, >M01687:460:000000000-LGY9G:1:2118:21265:9394_CONS(1)... at 3:102:4:103/+/100.00%
+88 102nt, >M01687:460:000000000-LGY9G:1:2119:23135:2175_CONS(1)... at 1:102:2:103/+/99.02%
+89 101nt, >M01687:460:000000000-LGY9G:1:2119:16334:17635_CONS(1)... at 4:101:6:103/+/100.00%
+>Cluster 2
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:13587:2011_CONS(894)... at 1:94:1:95/+/98.95%
+1 94nt, >M01687:460:000000000-LGY9G:1:1101:21348:7311_CONS(3)... at 1:94:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:1101:5465:7459_CONS(21)... at 1:94:1:95/+/97.89%
+3 94nt, >M01687:460:000000000-LGY9G:1:1101:20902:10497_CONS(1)... at 1:94:1:95/+/97.89%
+4 94nt, >M01687:460:000000000-LGY9G:1:1101:7211:13643_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:1102:11968:4326_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:1102:17848:7686_CONS(2)... at 1:94:1:95/+/97.89%
+7 93nt, >M01687:460:000000000-LGY9G:1:1102:23030:12021_CONS(1)... at 3:93:4:95/+/98.91%
+8 94nt, >M01687:460:000000000-LGY9G:1:1102:17249:12464_CONS(1)... at 1:94:1:95/+/97.89%
+9 94nt, >M01687:460:000000000-LGY9G:1:1102:5689:19450_CONS(1)... at 1:94:1:95/+/97.89%
+10 93nt, >M01687:460:000000000-LGY9G:1:1102:21698:22737_CONS(1)... at 1:93:1:95/+/97.89%
+11 94nt, >M01687:460:000000000-LGY9G:1:2114:24781:5536_CONS(1)... at 1:94:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2114:26256:9794_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:2114:27846:14908_CONS(1)... at 1:94:1:95/+/97.89%
+14 94nt, >M01687:460:000000000-LGY9G:1:2115:9218:11641_CONS(1)... at 1:94:1:95/+/97.89%
+15 94nt, >M01687:460:000000000-LGY9G:1:2115:10150:15392_CONS(1)... at 1:94:1:95/+/97.89%
+16 87nt, >M01687:460:000000000-LGY9G:1:2112:27080:5681_CONS(1)... at 1:87:1:88/+/98.86%
+17 94nt, >M01687:460:000000000-LGY9G:1:2112:10701:6811_CONS(1)... at 1:94:1:95/+/97.89%
+18 95nt, >M01687:460:000000000-LGY9G:1:2112:29225:11593_CONS(1)... *
+19 94nt, >M01687:460:000000000-LGY9G:1:2113:5823:17174_CONS(1)... at 1:94:1:95/+/97.89%
+20 94nt, >M01687:460:000000000-LGY9G:1:2113:24546:22824_CONS(1)... at 1:94:1:95/+/97.89%
+21 94nt, >M01687:460:000000000-LGY9G:1:2110:26195:7516_CONS(1)... at 1:94:1:95/+/97.89%
+22 94nt, >M01687:460:000000000-LGY9G:1:2111:22366:12643_CONS(1)... at 1:94:1:95/+/97.89%
+23 94nt, >M01687:460:000000000-LGY9G:1:2111:15821:13028_CONS(1)... at 1:94:1:95/+/97.89%
+24 94nt, >M01687:460:000000000-LGY9G:1:2111:13985:17644_CONS(6)... at 1:94:1:95/+/97.89%
+25 94nt, >M01687:460:000000000-LGY9G:1:2108:20275:3724_CONS(1)... at 1:94:1:95/+/97.89%
+26 94nt, >M01687:460:000000000-LGY9G:1:2108:25848:14650_CONS(1)... at 1:94:1:95/+/97.89%
+27 94nt, >M01687:460:000000000-LGY9G:1:2109:18739:2954_CONS(1)... at 1:94:1:95/+/97.89%
+28 94nt, >M01687:460:000000000-LGY9G:1:2109:15215:3036_CONS(1)... at 1:94:1:95/+/97.89%
+29 94nt, >M01687:460:000000000-LGY9G:1:2109:22421:8974_CONS(1)... at 1:94:1:95/+/97.89%
+30 94nt, >M01687:460:000000000-LGY9G:1:2109:13053:13414_CONS(2)... at 1:94:1:95/+/97.89%
+31 93nt, >M01687:460:000000000-LGY9G:1:2107:15531:5155_CONS(1)... at 1:93:1:94/+/98.94%
+32 94nt, >M01687:460:000000000-LGY9G:1:2106:20274:23100_CONS(1)... at 1:94:1:95/+/97.89%
+33 94nt, >M01687:460:000000000-LGY9G:1:2105:23886:17233_CONS(1)... at 1:94:1:95/+/97.89%
+34 94nt, >M01687:460:000000000-LGY9G:1:2104:22329:8833_CONS(1)... at 1:94:1:95/+/97.89%
+35 94nt, >M01687:460:000000000-LGY9G:1:2104:28219:9026_CONS(1)... at 1:94:1:95/+/97.89%
+36 94nt, >M01687:460:000000000-LGY9G:1:2104:21974:11606_CONS(1)... at 1:94:1:95/+/97.89%
+37 94nt, >M01687:460:000000000-LGY9G:1:2103:12471:10470_CONS(1)... at 1:94:1:95/+/97.89%
+38 94nt, >M01687:460:000000000-LGY9G:1:2116:5728:6744_CONS(1)... at 1:94:1:95/+/97.89%
+39 94nt, >M01687:460:000000000-LGY9G:1:2116:18798:10467_CONS(1)... at 1:94:1:95/+/97.89%
+40 94nt, >M01687:460:000000000-LGY9G:1:2101:23506:4360_CONS(1)... at 1:94:1:95/+/97.89%
+41 94nt, >M01687:460:000000000-LGY9G:1:2101:23454:14207_CONS(1)... at 1:94:1:95/+/97.89%
+42 94nt, >M01687:460:000000000-LGY9G:1:2101:13624:23922_CONS(1)... at 3:94:3:95/+/98.92%
+43 93nt, >M01687:460:000000000-LGY9G:1:1116:8328:17023_CONS(1)... at 1:93:2:95/+/98.94%
+44 94nt, >M01687:460:000000000-LGY9G:1:1114:11793:6791_CONS(1)... at 1:94:1:95/+/97.89%
+45 94nt, >M01687:460:000000000-LGY9G:1:1114:6098:15735_CONS(1)... at 1:94:1:95/+/97.89%
+46 94nt, >M01687:460:000000000-LGY9G:1:1114:12422:23139_CONS(1)... at 1:94:1:95/+/97.89%
+47 94nt, >M01687:460:000000000-LGY9G:1:1113:12092:6693_CONS(1)... at 1:94:1:95/+/97.89%
+48 94nt, >M01687:460:000000000-LGY9G:1:1111:15354:5259_CONS(1)... at 1:94:1:95/+/97.89%
+49 94nt, >M01687:460:000000000-LGY9G:1:1111:5901:13592_CONS(1)... at 1:93:1:94/+/98.94%
+50 94nt, >M01687:460:000000000-LGY9G:1:1111:25032:17902_CONS(1)... at 3:94:3:95/+/98.92%
+51 94nt, >M01687:460:000000000-LGY9G:1:1112:5605:9642_CONS(1)... at 1:94:1:95/+/97.89%
+52 94nt, >M01687:460:000000000-LGY9G:1:1112:14100:23058_CONS(1)... at 1:94:1:95/+/97.89%
+53 94nt, >M01687:460:000000000-LGY9G:1:1110:27351:11855_CONS(1)... at 1:94:1:95/+/97.89%
+54 94nt, >M01687:460:000000000-LGY9G:1:1107:14598:14035_CONS(1)... at 1:94:1:95/+/97.89%
+55 94nt, >M01687:460:000000000-LGY9G:1:1107:4028:17136_CONS(1)... at 1:94:1:95/+/97.89%
+56 94nt, >M01687:460:000000000-LGY9G:1:1108:13700:5338_CONS(1)... at 1:94:1:95/+/97.89%
+57 94nt, >M01687:460:000000000-LGY9G:1:1108:4993:7845_CONS(1)... at 1:94:1:95/+/97.89%
+58 94nt, >M01687:460:000000000-LGY9G:1:1105:26212:11101_CONS(1)... at 1:94:1:95/+/97.89%
+59 94nt, >M01687:460:000000000-LGY9G:1:1103:25654:21751_CONS(1)... at 1:94:1:95/+/97.89%
+60 94nt, >M01687:460:000000000-LGY9G:1:1104:28459:18834_CONS(1)... at 1:94:1:95/+/97.89%
+61 94nt, >M01687:460:000000000-LGY9G:1:1104:22314:21982_CONS(1)... at 1:94:1:95/+/97.89%
+62 94nt, >M01687:460:000000000-LGY9G:1:1104:22202:23301_CONS(1)... at 1:94:1:95/+/97.89%
+63 94nt, >M01687:460:000000000-LGY9G:1:1118:19066:11053_CONS(1)... at 1:94:1:95/+/97.89%
+64 94nt, >M01687:460:000000000-LGY9G:1:1118:22348:22182_CONS(1)... at 1:94:1:95/+/97.89%
+65 94nt, >M01687:460:000000000-LGY9G:1:2118:26639:14772_CONS(1)... at 1:94:1:95/+/97.89%
+66 94nt, >M01687:460:000000000-LGY9G:1:2118:19664:16137_CONS(1)... at 1:94:1:95/+/97.89%
+67 93nt, >M01687:460:000000000-LGY9G:1:2118:3752:18904_CONS(1)... at 1:93:1:95/+/97.89%
+>Cluster 3
+0 85nt, >M01687:460:000000000-LGY9G:1:1101:7884:3115_CONS(830)... at 1:85:1:85/+/100.00%
+1 84nt, >M01687:460:000000000-LGY9G:1:1101:24990:14230_CONS(1)... at 1:84:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:1102:27466:14629_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2114:4300:6387_CONS(1)... at 1:85:1:85/+/98.82%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:21619:6303_CONS(1)... at 1:85:1:85/+/98.82%
+5 84nt, >M01687:460:000000000-LGY9G:1:2115:21344:10367_CONS(1)... at 1:84:1:84/+/100.00%
+6 85nt, >M01687:460:000000000-LGY9G:1:2112:4496:12270_CONS(2)... at 1:85:1:85/+/98.82%
+7 85nt, >M01687:460:000000000-LGY9G:1:2112:28684:16134_CONS(1)... at 1:85:1:85/+/98.82%
+8 85nt, >M01687:460:000000000-LGY9G:1:2113:14159:6085_CONS(1)... at 1:85:1:85/+/98.82%
+9 85nt, >M01687:460:000000000-LGY9G:1:2113:19376:9432_CONS(1)... at 1:85:1:85/+/98.82%
+10 85nt, >M01687:460:000000000-LGY9G:1:2113:18209:10891_CONS(1)... at 1:85:1:85/+/98.82%
+11 85nt, >M01687:460:000000000-LGY9G:1:2110:12587:12216_CONS(1)... at 1:85:1:85/+/98.82%
+12 85nt, >M01687:460:000000000-LGY9G:1:2110:24701:14309_CONS(1)... at 1:85:1:85/+/98.82%
+13 85nt, >M01687:460:000000000-LGY9G:1:2111:21424:8766_CONS(1)... at 1:85:1:85/+/98.82%
+14 85nt, >M01687:460:000000000-LGY9G:1:2111:13019:11327_CONS(1)... at 1:85:1:85/+/97.65%
+15 85nt, >M01687:460:000000000-LGY9G:1:2111:27241:18632_CONS(1)... at 1:85:1:85/+/98.82%
+16 85nt, >M01687:460:000000000-LGY9G:1:2111:16157:19106_CONS(1)... at 1:85:1:85/+/98.82%
+17 84nt, >M01687:460:000000000-LGY9G:1:2108:24679:9443_CONS(11)... at 1:84:1:85/+/98.82%
+18 86nt, >M01687:460:000000000-LGY9G:1:2108:5239:16801_CONS(1)... at 1:86:1:85/+/98.84%
+19 85nt, >M01687:460:000000000-LGY9G:1:2108:28138:19079_CONS(1)... at 1:85:1:85/+/98.82%
+20 85nt, >M01687:460:000000000-LGY9G:1:2108:21470:24139_CONS(1)... at 1:85:1:85/+/98.82%
+21 85nt, >M01687:460:000000000-LGY9G:1:2109:23016:8959_CONS(1)... at 1:85:1:85/+/98.82%
+22 85nt, >M01687:460:000000000-LGY9G:1:2109:5131:11092_CONS(1)... at 1:85:1:85/+/98.82%
+23 85nt, >M01687:460:000000000-LGY9G:1:2106:2125:15808_CONS(1)... at 1:85:1:85/+/98.82%
+24 84nt, >M01687:460:000000000-LGY9G:1:2104:25279:11733_CONS(1)... at 1:84:1:85/+/97.65%
+25 85nt, >M01687:460:000000000-LGY9G:1:2103:23207:3510_CONS(1)... at 1:85:1:85/+/98.82%
+26 85nt, >M01687:460:000000000-LGY9G:1:2103:12839:8311_CONS(1)... at 1:85:1:85/+/98.82%
+27 85nt, >M01687:460:000000000-LGY9G:1:2103:11975:15061_CONS(1)... at 1:85:1:85/+/97.65%
+28 85nt, >M01687:460:000000000-LGY9G:1:2103:10656:23254_CONS(1)... at 1:85:1:85/+/98.82%
+29 85nt, >M01687:460:000000000-LGY9G:1:2117:10007:8955_CONS(1)... at 1:85:1:85/+/98.82%
+30 85nt, >M01687:460:000000000-LGY9G:1:2116:8606:2957_CONS(2)... at 1:85:1:85/+/98.82%
+31 85nt, >M01687:460:000000000-LGY9G:1:2116:11526:12229_CONS(1)... at 1:85:1:85/+/98.82%
+32 85nt, >M01687:460:000000000-LGY9G:1:2116:21243:15331_CONS(1)... at 1:85:1:85/+/98.82%
+33 85nt, >M01687:460:000000000-LGY9G:1:1119:24944:2735_CONS(1)... at 1:85:1:85/+/97.65%
+34 85nt, >M01687:460:000000000-LGY9G:1:1119:16446:19480_CONS(1)... at 1:85:1:85/+/98.82%
+35 85nt, >M01687:460:000000000-LGY9G:1:2101:10016:17544_CONS(1)... at 1:85:1:85/+/97.65%
+36 84nt, >M01687:460:000000000-LGY9G:1:2101:24333:21311_CONS(1)... at 1:84:1:85/+/98.82%
+37 85nt, >M01687:460:000000000-LGY9G:1:1115:18806:6091_CONS(1)... at 1:85:1:85/+/98.82%
+38 85nt, >M01687:460:000000000-LGY9G:1:1115:10028:9656_CONS(1)... at 1:85:1:85/+/98.82%
+39 86nt, >M01687:460:000000000-LGY9G:1:1115:14245:19225_CONS(1)... at 1:86:1:85/+/97.67%
+40 85nt, >M01687:460:000000000-LGY9G:1:1116:16099:11888_CONS(1)... at 1:85:1:85/+/98.82%
+41 85nt, >M01687:460:000000000-LGY9G:1:1116:8457:13092_CONS(1)... at 1:85:1:85/+/98.82%
+42 85nt, >M01687:460:000000000-LGY9G:1:1114:23605:16991_CONS(1)... at 1:85:1:85/+/98.82%
+43 85nt, >M01687:460:000000000-LGY9G:1:1114:23215:20498_CONS(1)... at 1:84:1:84/+/100.00%
+44 85nt, >M01687:460:000000000-LGY9G:1:1113:5669:8200_CONS(1)... at 1:85:1:85/+/98.82%
+45 85nt, >M01687:460:000000000-LGY9G:1:1111:25955:12878_CONS(1)... at 1:85:1:85/+/98.82%
+46 85nt, >M01687:460:000000000-LGY9G:1:1112:16792:20930_CONS(1)... at 1:85:1:85/+/98.82%
+47 85nt, >M01687:460:000000000-LGY9G:1:1110:3764:9904_CONS(1)... at 1:85:1:85/+/98.82%
+48 85nt, >M01687:460:000000000-LGY9G:1:1110:21260:10524_CONS(1)... at 1:85:1:85/+/98.82%
+49 85nt, >M01687:460:000000000-LGY9G:1:1105:7850:12972_CONS(1)... at 1:85:1:85/+/98.82%
+50 85nt, >M01687:460:000000000-LGY9G:1:1105:24827:14415_CONS(1)... at 1:85:1:85/+/98.82%
+51 85nt, >M01687:460:000000000-LGY9G:1:1105:11570:15477_CONS(1)... at 1:85:1:85/+/98.82%
+52 85nt, >M01687:460:000000000-LGY9G:1:1105:18728:16324_CONS(1)... at 1:85:1:85/+/98.82%
+53 85nt, >M01687:460:000000000-LGY9G:1:1105:22199:23464_CONS(1)... at 1:85:1:85/+/98.82%
+54 87nt, >M01687:460:000000000-LGY9G:1:1106:27341:16589_CONS(1)... at 1:87:1:85/+/97.70%
+55 93nt, >M01687:460:000000000-LGY9G:1:1106:16896:24720_CONS(1)... *
+56 85nt, >M01687:460:000000000-LGY9G:1:1103:15515:16881_CONS(1)... at 1:85:1:85/+/98.82%
+57 86nt, >M01687:460:000000000-LGY9G:1:1104:25610:14493_CONS(1)... at 1:86:1:85/+/98.84%
+58 85nt, >M01687:460:000000000-LGY9G:1:1104:22406:20316_CONS(1)... at 1:85:1:85/+/98.82%
+59 85nt, >M01687:460:000000000-LGY9G:1:1117:29341:15941_CONS(1)... at 1:85:1:85/+/98.82%
+60 86nt, >M01687:460:000000000-LGY9G:1:2119:4327:14932_CONS(1)... at 1:86:1:85/+/97.67%
+61 86nt, >M01687:460:000000000-LGY9G:1:2119:11800:23436_CONS(1)... at 1:86:1:85/+/98.84%
+>Cluster 4
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:10419:2446_CONS(1)... at 1:65:1:65/+/98.46%
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:6263:3981_CONS(981)... at 1:65:1:65/+/100.00%
+2 65nt, >M01687:460:000000000-LGY9G:1:1102:15649:19668_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:2115:8727:10365_CONS(1)... at 1:65:1:65/+/98.46%
+4 63nt, >M01687:460:000000000-LGY9G:1:2115:5076:11074_CONS(1)... at 1:63:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2115:13226:19534_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:2115:10854:24496_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:2112:12338:15654_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:2112:14122:18647_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:2113:13640:21027_CONS(1)... at 1:65:1:65/+/98.46%
+10 65nt, >M01687:460:000000000-LGY9G:1:2111:29623:13241_CONS(1)... at 1:65:1:65/+/98.46%
+11 65nt, >M01687:460:000000000-LGY9G:1:2108:2686:16771_CONS(1)... at 1:65:1:65/+/98.46%
+12 65nt, >M01687:460:000000000-LGY9G:1:2108:19021:18945_CONS(1)... at 1:65:1:65/+/98.46%
+13 65nt, >M01687:460:000000000-LGY9G:1:2108:11374:24120_CONS(1)... at 1:65:1:65/+/98.46%
+14 65nt, >M01687:460:000000000-LGY9G:1:2109:13896:13015_CONS(1)... at 1:64:1:64/+/100.00%
+15 65nt, >M01687:460:000000000-LGY9G:1:2109:10497:19650_CONS(1)... at 1:65:1:65/+/98.46%
+16 65nt, >M01687:460:000000000-LGY9G:1:2107:19368:8096_CONS(2)... at 1:65:1:65/+/98.46%
+17 65nt, >M01687:460:000000000-LGY9G:1:2107:7842:11676_CONS(3)... at 1:65:1:65/+/98.46%
+18 65nt, >M01687:460:000000000-LGY9G:1:2106:12163:4892_CONS(1)... at 1:65:1:65/+/98.46%
+19 65nt, >M01687:460:000000000-LGY9G:1:2104:26190:7839_CONS(1)... at 1:65:1:65/+/98.46%
+20 64nt, >M01687:460:000000000-LGY9G:1:2104:24736:10807_CONS(1)... at 1:64:1:65/+/98.46%
+21 65nt, >M01687:460:000000000-LGY9G:1:2117:5860:7142_CONS(1)... at 1:65:1:65/+/98.46%
+22 65nt, >M01687:460:000000000-LGY9G:1:2117:13065:20844_CONS(1)... at 1:65:1:65/+/98.46%
+23 65nt, >M01687:460:000000000-LGY9G:1:2101:16758:13667_CONS(1)... at 1:65:1:65/+/98.46%
+24 65nt, >M01687:460:000000000-LGY9G:1:2101:3657:18724_CONS(1)... at 1:65:1:65/+/98.46%
+25 64nt, >M01687:460:000000000-LGY9G:1:1115:20196:13172_CONS(1)... at 1:64:1:64/+/100.00%
+26 65nt, >M01687:460:000000000-LGY9G:1:1115:15227:19567_CONS(1)... at 1:65:1:65/+/98.46%
+27 65nt, >M01687:460:000000000-LGY9G:1:1116:7298:10608_CONS(1)... at 1:65:1:65/+/98.46%
+28 65nt, >M01687:460:000000000-LGY9G:1:1113:22559:5741_CONS(1)... at 1:65:1:65/+/98.46%
+29 65nt, >M01687:460:000000000-LGY9G:1:1113:6977:9598_CONS(1)... at 1:65:1:65/+/98.46%
+30 64nt, >M01687:460:000000000-LGY9G:1:1113:25985:15916_CONS(1)... at 1:64:1:65/+/98.46%
+31 65nt, >M01687:460:000000000-LGY9G:1:1112:19616:16759_CONS(1)... at 1:65:1:65/+/98.46%
+32 65nt, >M01687:460:000000000-LGY9G:1:1110:9084:9196_CONS(1)... at 1:65:1:65/+/98.46%
+33 65nt, >M01687:460:000000000-LGY9G:1:1107:2080:12095_CONS(1)... at 1:65:1:65/+/98.46%
+34 64nt, >M01687:460:000000000-LGY9G:1:1105:20161:17374_CONS(1)... at 1:64:1:65/+/98.46%
+35 65nt, >M01687:460:000000000-LGY9G:1:1105:11294:17623_CONS(1)... at 1:65:1:65/+/98.46%
+36 65nt, >M01687:460:000000000-LGY9G:1:1106:23963:5313_CONS(1)... at 1:65:1:65/+/98.46%
+37 65nt, >M01687:460:000000000-LGY9G:1:1104:26043:9472_CONS(1)... at 1:65:1:65/+/98.46%
+38 64nt, >M01687:460:000000000-LGY9G:1:1104:8108:20109_CONS(1)... at 1:64:1:65/+/98.46%
+39 64nt, >M01687:460:000000000-LGY9G:1:1117:8326:22357_CONS(1)... at 1:64:1:65/+/98.46%
+40 65nt, >M01687:460:000000000-LGY9G:1:1118:14991:16624_CONS(1)... at 1:65:1:65/+/98.46%
+41 66nt, >M01687:460:000000000-LGY9G:1:2119:9718:9573_CONS(1)... *
+>Cluster 5
+0 41nt, >M01687:460:000000000-LGY9G:1:1101:17337:2034_CONS(48)... at 1:41:1:41/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:1101:27538:7048_CONS(1)... at 1:40:1:40/+/97.50%
+2 40nt, >M01687:460:000000000-LGY9G:1:1101:15605:8370_CONS(1)... at 1:40:1:40/+/97.50%
+3 39nt, >M01687:460:000000000-LGY9G:1:1101:14576:9339_CONS(15)... at 1:39:1:39/+/100.00%
+4 37nt, >M01687:460:000000000-LGY9G:1:1101:22315:11421_CONS(24)... at 1:37:1:37/+/100.00%
+5 43nt, >M01687:460:000000000-LGY9G:1:1101:23857:16453_CONS(39)... at 1:43:1:43/+/100.00%
+6 38nt, >M01687:460:000000000-LGY9G:1:1102:4757:11000_CONS(26)... at 1:38:1:38/+/100.00%
+7 44nt, >M01687:460:000000000-LGY9G:1:1102:6485:12826_CONS(30)... at 1:44:1:44/+/100.00%
+8 42nt, >M01687:460:000000000-LGY9G:1:2114:9949:4053_CONS(36)... at 1:42:1:42/+/100.00%
+9 38nt, >M01687:460:000000000-LGY9G:1:2114:9168:13695_CONS(1)... at 1:38:1:38/+/97.37%
+10 45nt, >M01687:460:000000000-LGY9G:1:2115:22091:13703_CONS(15)... at 1:45:1:45/+/100.00%
+11 41nt, >M01687:460:000000000-LGY9G:1:2112:12883:6780_CONS(1)... at 1:41:1:41/+/97.56%
+12 40nt, >M01687:460:000000000-LGY9G:1:2113:14086:3455_CONS(16)... at 1:40:1:40/+/100.00%
+13 46nt, >M01687:460:000000000-LGY9G:1:2113:22228:4655_CONS(6)... at 1:45:1:45/+/100.00%
+14 44nt, >M01687:460:000000000-LGY9G:1:2113:2043:15945_CONS(1)... at 1:44:1:44/+/97.73%
+15 36nt, >M01687:460:000000000-LGY9G:1:2110:14242:22162_CONS(11)... at 1:36:1:36/+/100.00%
+16 42nt, >M01687:460:000000000-LGY9G:1:2108:21101:3013_CONS(1)... at 1:42:1:42/+/97.62%
+17 38nt, >M01687:460:000000000-LGY9G:1:2107:4246:6143_CONS(1)... at 1:38:1:38/+/97.37%
+18 45nt, >M01687:460:000000000-LGY9G:1:2107:5475:21988_CONS(1)... at 1:45:1:45/+/97.78%
+19 42nt, >M01687:460:000000000-LGY9G:1:2106:15648:4407_CONS(1)... at 1:42:1:42/+/97.62%
+20 42nt, >M01687:460:000000000-LGY9G:1:2106:4615:14513_CONS(1)... at 1:42:1:42/+/97.62%
+21 42nt, >M01687:460:000000000-LGY9G:1:2106:26850:15419_CONS(1)... at 1:42:1:42/+/97.62%
+22 36nt, >M01687:460:000000000-LGY9G:1:1119:13282:10463_CONS(1)... at 1:36:1:36/+/97.22%
+23 41nt, >M01687:460:000000000-LGY9G:1:2101:20641:11921_CONS(1)... at 1:41:1:41/+/97.56%
+24 39nt, >M01687:460:000000000-LGY9G:1:1116:29614:14790_CONS(1)... at 1:39:1:39/+/97.44%
+25 44nt, >M01687:460:000000000-LGY9G:1:1113:5071:14868_CONS(1)... at 1:44:1:44/+/97.73%
+26 43nt, >M01687:460:000000000-LGY9G:1:1111:13779:6297_CONS(1)... at 1:43:1:43/+/97.67%
+27 42nt, >M01687:460:000000000-LGY9G:1:1111:12808:14208_CONS(1)... at 1:42:1:42/+/97.62%
+28 47nt, >M01687:460:000000000-LGY9G:1:1112:23216:18973_CONS(1)... *
+29 44nt, >M01687:460:000000000-LGY9G:1:1109:7184:16992_CONS(1)... at 1:44:1:44/+/97.73%
+30 42nt, >M01687:460:000000000-LGY9G:1:1108:10371:3338_CONS(1)... at 2:42:2:42/+/97.56%
+31 41nt, >M01687:460:000000000-LGY9G:1:1108:28548:16378_CONS(1)... at 1:41:1:41/+/97.56%
+32 44nt, >M01687:460:000000000-LGY9G:1:1105:9341:6273_CONS(1)... at 1:44:1:44/+/97.73%
+33 41nt, >M01687:460:000000000-LGY9G:1:1105:8599:6421_CONS(1)... at 1:41:1:41/+/97.56%
+34 39nt, >M01687:460:000000000-LGY9G:1:1104:26579:13572_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 6
+0 86nt, >M01687:460:000000000-LGY9G:1:1101:18143:5415_CONS(512)... at 1:86:1:87/+/98.85%
+1 86nt, >M01687:460:000000000-LGY9G:1:1102:22485:3117_CONS(1)... at 1:85:1:86/+/98.84%
+2 86nt, >M01687:460:000000000-LGY9G:1:1102:27046:8310_CONS(1)... at 1:86:1:87/+/97.70%
+3 86nt, >M01687:460:000000000-LGY9G:1:2114:5177:7573_CONS(1)... at 1:86:1:87/+/97.70%
+4 85nt, >M01687:460:000000000-LGY9G:1:2115:1808:11682_CONS(4)... at 1:85:1:87/+/97.70%
+5 87nt, >M01687:460:000000000-LGY9G:1:2113:27676:16852_CONS(1)... *
+6 85nt, >M01687:460:000000000-LGY9G:1:2108:14790:12049_CONS(12)... at 1:85:1:87/+/97.70%
+7 85nt, >M01687:460:000000000-LGY9G:1:2108:9374:20696_CONS(1)... at 1:85:2:87/+/97.67%
+8 86nt, >M01687:460:000000000-LGY9G:1:2109:23765:22412_CONS(1)... at 1:86:1:87/+/97.70%
+9 86nt, >M01687:460:000000000-LGY9G:1:2102:20525:8663_CONS(1)... at 1:86:1:87/+/97.70%
+10 86nt, >M01687:460:000000000-LGY9G:1:2102:28243:13289_CONS(1)... at 1:86:1:87/+/97.70%
+11 86nt, >M01687:460:000000000-LGY9G:1:2116:22568:4096_CONS(1)... at 1:86:1:87/+/97.70%
+12 87nt, >M01687:460:000000000-LGY9G:1:2116:7845:11812_CONS(1)... at 1:87:1:87/+/97.73%
+13 86nt, >M01687:460:000000000-LGY9G:1:2101:23563:12755_CONS(1)... at 1:86:1:87/+/97.70%
+14 86nt, >M01687:460:000000000-LGY9G:1:2101:4941:18069_CONS(1)... at 1:86:1:87/+/97.70%
+15 86nt, >M01687:460:000000000-LGY9G:1:1115:9693:17289_CONS(1)... at 1:86:1:87/+/97.70%
+16 85nt, >M01687:460:000000000-LGY9G:1:1115:13182:22348_CONS(1)... at 1:85:1:87/+/97.70%
+17 86nt, >M01687:460:000000000-LGY9G:1:1116:26736:10448_CONS(1)... at 1:86:1:87/+/97.70%
+18 87nt, >M01687:460:000000000-LGY9G:1:1116:9622:14812_CONS(1)... at 1:87:1:87/+/97.73%
+19 86nt, >M01687:460:000000000-LGY9G:1:1114:12075:9078_CONS(1)... at 1:86:1:87/+/97.70%
+20 86nt, >M01687:460:000000000-LGY9G:1:1114:24596:13900_CONS(1)... at 1:86:1:87/+/97.70%
+21 86nt, >M01687:460:000000000-LGY9G:1:1113:9645:20488_CONS(1)... at 1:86:1:87/+/97.70%
+22 86nt, >M01687:460:000000000-LGY9G:1:1111:25766:18342_CONS(1)... at 1:86:1:87/+/97.70%
+23 86nt, >M01687:460:000000000-LGY9G:1:1109:14772:13579_CONS(1)... at 1:86:1:87/+/97.70%
+24 86nt, >M01687:460:000000000-LGY9G:1:1110:22439:7351_CONS(1)... at 1:86:1:87/+/97.70%
+25 86nt, >M01687:460:000000000-LGY9G:1:1105:24635:3603_CONS(1)... at 1:86:1:87/+/97.70%
+26 86nt, >M01687:460:000000000-LGY9G:1:1106:3130:7713_CONS(1)... at 1:86:1:87/+/97.70%
+27 86nt, >M01687:460:000000000-LGY9G:1:1106:7678:16244_CONS(1)... at 1:86:1:87/+/97.70%
+28 86nt, >M01687:460:000000000-LGY9G:1:1104:11566:11211_CONS(1)... at 1:86:1:87/+/97.70%
+29 87nt, >M01687:460:000000000-LGY9G:1:1118:15345:10535_CONS(1)... at 1:87:1:87/+/97.73%
+30 87nt, >M01687:460:000000000-LGY9G:1:2118:22232:20803_CONS(1)... at 1:87:1:87/+/97.73%
+>Cluster 7
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:23490:6088_CONS(368)... at 1:98:1:100/+/98.00%
+1 99nt, >M01687:460:000000000-LGY9G:1:1102:7059:6338_CONS(20)... at 1:99:1:100/+/99.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:1102:8132:15192_CONS(1)... at 1:98:1:100/+/97.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:20773:1836_CONS(1)... *
+4 98nt, >M01687:460:000000000-LGY9G:1:2112:9690:3542_CONS(1)... at 1:98:1:100/+/98.00%
+5 98nt, >M01687:460:000000000-LGY9G:1:2113:24784:7182_CONS(1)... at 1:98:1:100/+/97.00%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:19348:15817_CONS(11)... at 1:97:1:100/+/97.00%
+7 97nt, >M01687:460:000000000-LGY9G:1:2108:27904:6574_CONS(1)... at 1:97:1:100/+/97.00%
+8 98nt, >M01687:460:000000000-LGY9G:1:2105:15195:14364_CONS(1)... at 1:98:1:100/+/97.00%
+9 97nt, >M01687:460:000000000-LGY9G:1:2103:9519:5494_CONS(1)... at 1:97:1:100/+/97.00%
+10 98nt, >M01687:460:000000000-LGY9G:1:2103:18561:8582_CONS(1)... at 1:98:1:100/+/97.00%
+11 98nt, >M01687:460:000000000-LGY9G:1:2102:2576:12717_CONS(1)... at 1:98:1:100/+/97.00%
+12 98nt, >M01687:460:000000000-LGY9G:1:2117:6778:12077_CONS(1)... at 1:98:1:100/+/97.00%
+13 98nt, >M01687:460:000000000-LGY9G:1:2101:3693:12319_CONS(1)... at 1:98:1:100/+/97.00%
+14 98nt, >M01687:460:000000000-LGY9G:1:2101:21184:13472_CONS(1)... at 1:98:1:100/+/97.00%
+15 98nt, >M01687:460:000000000-LGY9G:1:2101:19850:13713_CONS(1)... at 1:98:1:100/+/97.00%
+16 98nt, >M01687:460:000000000-LGY9G:1:2101:12712:25072_CONS(1)... at 1:98:1:100/+/97.00%
+17 98nt, >M01687:460:000000000-LGY9G:1:1115:17656:5151_CONS(1)... at 1:98:1:100/+/97.00%
+18 98nt, >M01687:460:000000000-LGY9G:1:1116:23968:17863_CONS(1)... at 1:98:1:100/+/97.00%
+19 98nt, >M01687:460:000000000-LGY9G:1:1113:17265:7573_CONS(1)... at 1:98:1:100/+/97.00%
+20 98nt, >M01687:460:000000000-LGY9G:1:1111:25694:16214_CONS(1)... at 1:98:1:100/+/97.00%
+21 98nt, >M01687:460:000000000-LGY9G:1:1106:5801:10393_CONS(1)... at 1:98:1:100/+/97.00%
+22 97nt, >M01687:460:000000000-LGY9G:1:1118:24467:17835_CONS(1)... at 1:97:1:100/+/97.00%
+23 98nt, >M01687:460:000000000-LGY9G:1:1118:24894:21155_CONS(1)... at 1:98:1:100/+/97.00%
+24 99nt, >M01687:460:000000000-LGY9G:1:2118:2557:17878_CONS(1)... at 1:99:1:100/+/98.00%
+25 98nt, >M01687:460:000000000-LGY9G:1:2119:7225:16059_CONS(1)... at 1:98:1:100/+/97.00%
+26 98nt, >M01687:460:000000000-LGY9G:1:2119:10889:18766_CONS(1)... at 1:98:1:100/+/97.00%
+>Cluster 8
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20539:2360_CONS(8)... at 1:56:1:56/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:6452:6809_CONS(17)... at 1:57:1:57/+/100.00%
+2 59nt, >M01687:460:000000000-LGY9G:1:1101:17786:15559_CONS(1)... at 1:59:1:59/+/100.00%
+3 59nt, >M01687:460:000000000-LGY9G:1:1102:28220:14094_CONS(1)... at 1:59:1:59/+/98.31%
+4 55nt, >M01687:460:000000000-LGY9G:1:2114:8290:7057_CONS(13)... at 1:55:1:55/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2114:12740:15741_CONS(2)... at 1:62:1:62/+/100.00%
+6 66nt, >M01687:460:000000000-LGY9G:1:2115:22614:18451_CONS(3)... at 1:66:1:66/+/100.00%
+7 60nt, >M01687:460:000000000-LGY9G:1:2115:20448:23339_CONS(4)... at 1:60:1:60/+/100.00%
+8 53nt, >M01687:460:000000000-LGY9G:1:2113:9201:2969_CONS(4)... at 1:53:1:53/+/100.00%
+9 67nt, >M01687:460:000000000-LGY9G:1:2113:13782:6254_CONS(1)... at 1:66:1:66/+/100.00%
+10 61nt, >M01687:460:000000000-LGY9G:1:2110:27006:8426_CONS(2)... at 1:61:1:61/+/100.00%
+11 54nt, >M01687:460:000000000-LGY9G:1:2110:18753:23153_CONS(9)... at 1:54:1:54/+/100.00%
+12 58nt, >M01687:460:000000000-LGY9G:1:2108:9573:21030_CONS(4)... at 1:58:1:58/+/100.00%
+13 68nt, >M01687:460:000000000-LGY9G:1:2109:23957:7892_CONS(1)... *
+14 65nt, >M01687:460:000000000-LGY9G:1:2107:21052:8023_CONS(1)... at 1:65:1:65/+/100.00%
+15 60nt, >M01687:460:000000000-LGY9G:1:2107:26232:11982_CONS(1)... at 1:60:1:60/+/98.33%
+16 52nt, >M01687:460:000000000-LGY9G:1:1119:26591:4537_CONS(1)... at 1:52:1:52/+/98.08%
+17 55nt, >M01687:460:000000000-LGY9G:1:1119:20228:23553_CONS(1)... at 2:55:2:55/+/100.00%
+18 68nt, >M01687:460:000000000-LGY9G:1:1115:19457:2766_CONS(1)... at 1:68:1:68/+/98.53%
+19 54nt, >M01687:460:000000000-LGY9G:1:1112:17154:5202_CONS(1)... at 1:54:1:55/+/98.18%
+20 59nt, >M01687:460:000000000-LGY9G:1:1104:8832:5747_CONS(1)... at 1:59:1:59/+/98.31%
+21 56nt, >M01687:460:000000000-LGY9G:1:1118:25506:21757_CONS(1)... at 1:56:1:56/+/98.21%
+22 52nt, >M01687:460:000000000-LGY9G:1:1118:10004:22227_CONS(1)... at 1:52:1:52/+/100.00%
+>Cluster 9
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:25927:4422_CONS(1)... at 1:90:1:90/+/98.89%
+1 90nt, >M01687:460:000000000-LGY9G:1:1101:13374:9034_CONS(358)... at 1:90:1:90/+/100.00%
+2 89nt, >M01687:460:000000000-LGY9G:1:1102:21409:22344_CONS(3)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2114:11877:2233_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2114:27598:13049_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:2106:20775:9980_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:2105:8656:1910_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:2105:25206:16661_CONS(1)... at 1:90:1:90/+/98.89%
+8 90nt, >M01687:460:000000000-LGY9G:1:2105:23753:20905_CONS(2)... at 1:90:1:90/+/98.89%
+9 90nt, >M01687:460:000000000-LGY9G:1:2103:11904:8778_CONS(1)... at 1:90:1:90/+/98.89%
+10 90nt, >M01687:460:000000000-LGY9G:1:2103:4012:10973_CONS(1)... at 1:90:1:90/+/98.89%
+11 89nt, >M01687:460:000000000-LGY9G:1:2116:27179:17604_CONS(1)... at 1:89:1:90/+/98.89%
+12 90nt, >M01687:460:000000000-LGY9G:1:1114:2558:9592_CONS(1)... at 1:90:1:90/+/98.89%
+13 90nt, >M01687:460:000000000-LGY9G:1:1112:8486:14726_CONS(1)... at 1:90:1:90/+/98.89%
+14 89nt, >M01687:460:000000000-LGY9G:1:1112:19638:24508_CONS(1)... at 1:89:1:90/+/98.89%
+15 90nt, >M01687:460:000000000-LGY9G:1:1107:16527:12638_CONS(1)... at 1:90:1:90/+/98.89%
+16 90nt, >M01687:460:000000000-LGY9G:1:1105:11105:10894_CONS(1)... at 1:90:1:90/+/98.89%
+17 90nt, >M01687:460:000000000-LGY9G:1:1103:20035:7736_CONS(1)... at 1:90:1:90/+/98.89%
+18 90nt, >M01687:460:000000000-LGY9G:1:1104:6586:16077_CONS(1)... at 1:90:1:90/+/98.89%
+19 91nt, >M01687:460:000000000-LGY9G:1:1118:18239:6933_CONS(1)... *
+20 90nt, >M01687:460:000000000-LGY9G:1:2118:27446:7060_CONS(1)... at 1:90:1:90/+/98.89%
+21 90nt, >M01687:460:000000000-LGY9G:1:2118:25137:9702_CONS(1)... at 1:90:1:90/+/98.89%
+22 90nt, >M01687:460:000000000-LGY9G:1:2118:22522:22130_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 10
+0 100nt, >M01687:460:000000000-LGY9G:1:1101:27214:11272_CONS(78)... at 4:100:5:101/+/97.94%
+1 100nt, >M01687:460:000000000-LGY9G:1:1101:14734:15026_CONS(202)... at 4:100:5:101/+/98.97%
+2 100nt, >M01687:460:000000000-LGY9G:1:1101:6963:19351_CONS(1)... at 4:100:5:101/+/97.94%
+3 100nt, >M01687:460:000000000-LGY9G:1:2114:15285:13681_CONS(1)... at 4:100:5:101/+/97.94%
+4 100nt, >M01687:460:000000000-LGY9G:1:2115:26052:15531_CONS(1)... at 4:100:5:101/+/97.94%
+5 100nt, >M01687:460:000000000-LGY9G:1:2112:4946:17990_CONS(1)... at 4:100:5:101/+/97.94%
+6 97nt, >M01687:460:000000000-LGY9G:1:2113:29518:11119_CONS(1)... at 4:97:5:98/+/98.94%
+7 100nt, >M01687:460:000000000-LGY9G:1:2111:15203:5821_CONS(1)... at 4:100:5:101/+/97.94%
+8 100nt, >M01687:460:000000000-LGY9G:1:2109:18702:20587_CONS(1)... at 4:99:5:100/+/98.96%
+9 100nt, >M01687:460:000000000-LGY9G:1:2104:19413:12009_CONS(1)... at 4:100:5:101/+/97.94%
+10 99nt, >M01687:460:000000000-LGY9G:1:1119:12671:15827_CONS(1)... at 4:99:5:101/+/97.94%
+11 99nt, >M01687:460:000000000-LGY9G:1:1115:6785:4062_CONS(1)... at 3:99:5:101/+/98.97%
+12 100nt, >M01687:460:000000000-LGY9G:1:1115:23948:19248_CONS(1)... at 4:100:5:101/+/97.94%
+13 100nt, >M01687:460:000000000-LGY9G:1:1116:5265:15286_CONS(1)... at 4:100:5:101/+/97.94%
+14 100nt, >M01687:460:000000000-LGY9G:1:1113:22561:17087_CONS(1)... at 4:100:5:101/+/97.94%
+15 100nt, >M01687:460:000000000-LGY9G:1:1111:7296:21365_CONS(1)... at 4:100:5:101/+/97.94%
+16 100nt, >M01687:460:000000000-LGY9G:1:1108:4653:11594_CONS(1)... at 4:100:5:101/+/97.94%
+17 101nt, >M01687:460:000000000-LGY9G:1:1103:17285:7325_CONS(1)... *
+18 100nt, >M01687:460:000000000-LGY9G:1:1104:15737:19605_CONS(1)... at 4:100:5:101/+/97.94%
+19 100nt, >M01687:460:000000000-LGY9G:1:1118:7600:16884_CONS(1)... at 4:100:5:101/+/97.94%
+>Cluster 11
+0 168nt, >M01687:460:000000000-LGY9G:1:1101:21709:3801_CONS(120)... *
+1 168nt, >M01687:460:000000000-LGY9G:1:2115:20763:1848_CONS(1)... at 1:168:1:168/+/99.40%
+2 168nt, >M01687:460:000000000-LGY9G:1:2115:27449:14634_CONS(1)... at 1:168:1:168/+/99.40%
+3 168nt, >M01687:460:000000000-LGY9G:1:2112:24009:8042_CONS(1)... at 1:168:1:168/+/99.40%
+4 168nt, >M01687:460:000000000-LGY9G:1:2110:11520:1920_CONS(1)... at 1:168:1:168/+/99.40%
+5 168nt, >M01687:460:000000000-LGY9G:1:2109:22263:9347_CONS(1)... at 1:168:1:168/+/99.40%
+6 168nt, >M01687:460:000000000-LGY9G:1:2104:12591:6653_CONS(1)... at 1:168:1:168/+/99.40%
+7 168nt, >M01687:460:000000000-LGY9G:1:2116:21636:8113_CONS(1)... at 1:168:1:168/+/99.40%
+8 168nt, >M01687:460:000000000-LGY9G:1:1116:23397:19852_CONS(1)... at 1:168:1:168/+/99.40%
+9 168nt, >M01687:460:000000000-LGY9G:1:1114:10889:18816_CONS(1)... at 1:168:1:168/+/99.40%
+10 168nt, >M01687:460:000000000-LGY9G:1:1114:15085:21464_CONS(1)... at 1:168:1:168/+/99.40%
+11 168nt, >M01687:460:000000000-LGY9G:1:1111:12285:19288_CONS(1)... at 1:168:1:168/+/99.40%
+12 168nt, >M01687:460:000000000-LGY9G:1:1109:19575:4225_CONS(1)... at 1:168:1:168/+/99.40%
+13 168nt, >M01687:460:000000000-LGY9G:1:1109:8389:12911_CONS(1)... at 1:168:1:168/+/99.40%
+14 167nt, >M01687:460:000000000-LGY9G:1:1107:26688:8870_CONS(1)... at 1:167:1:168/+/99.40%
+15 168nt, >M01687:460:000000000-LGY9G:1:1108:9025:5492_CONS(1)... at 1:168:1:168/+/99.40%
+16 168nt, >M01687:460:000000000-LGY9G:1:2118:7225:15255_CONS(1)... at 1:168:1:168/+/99.40%
+17 168nt, >M01687:460:000000000-LGY9G:1:2119:6609:8918_CONS(1)... at 1:168:1:168/+/98.81%
+18 168nt, >M01687:460:000000000-LGY9G:1:2119:23531:16102_CONS(1)... at 1:168:1:168/+/99.40%
+>Cluster 12
+0 92nt, >M01687:460:000000000-LGY9G:1:1101:4690:8346_CONS(97)... at 1:92:1:92/+/100.00%
+1 92nt, >M01687:460:000000000-LGY9G:1:1101:25136:15966_CONS(70)... at 1:92:1:92/+/98.91%
+2 92nt, >M01687:460:000000000-LGY9G:1:2115:17808:9110_CONS(1)... at 1:92:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:2113:9056:9448_CONS(1)... at 1:92:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2104:6287:17730_CONS(1)... at 1:91:1:92/+/97.83%
+5 84nt, >M01687:460:000000000-LGY9G:1:2116:26828:5130_CONS(1)... at 1:84:1:85/+/98.82%
+6 92nt, >M01687:460:000000000-LGY9G:1:2116:4718:16339_CONS(1)... at 1:92:1:92/+/98.91%
+7 92nt, >M01687:460:000000000-LGY9G:1:2116:8911:16414_CONS(1)... at 1:92:1:92/+/98.91%
+8 91nt, >M01687:460:000000000-LGY9G:1:1114:2947:18596_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:1113:18958:11837_CONS(1)... at 1:91:1:92/+/98.91%
+10 91nt, >M01687:460:000000000-LGY9G:1:1107:22700:9238_CONS(1)... at 1:91:1:92/+/98.91%
+11 93nt, >M01687:460:000000000-LGY9G:1:1106:9801:9327_CONS(1)... *
+12 91nt, >M01687:460:000000000-LGY9G:1:1104:11568:12414_CONS(1)... at 1:91:1:91/+/100.00%
+13 92nt, >M01687:460:000000000-LGY9G:1:1118:3037:9706_CONS(1)... at 1:92:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1118:7806:11814_CONS(1)... at 1:92:1:92/+/98.91%
+15 92nt, >M01687:460:000000000-LGY9G:1:2118:22056:10899_CONS(1)... at 1:92:1:92/+/98.91%
+16 92nt, >M01687:460:000000000-LGY9G:1:2118:3117:14139_CONS(1)... at 1:92:1:92/+/98.91%
+17 92nt, >M01687:460:000000000-LGY9G:1:2119:4581:9977_CONS(1)... at 1:92:1:92/+/97.83%
+>Cluster 13
+0 87nt, >M01687:460:000000000-LGY9G:1:1101:12078:8684_CONS(1)... at 1:78:1:78/+/100.00%
+1 87nt, >M01687:460:000000000-LGY9G:1:1101:14046:10704_CONS(1)... at 1:76:1:76/+/98.68%
+2 87nt, >M01687:460:000000000-LGY9G:1:1101:11675:21786_CONS(1)... at 1:77:1:77/+/100.00%
+3 87nt, >M01687:460:000000000-LGY9G:1:2114:14678:11512_CONS(1)... at 1:79:1:79/+/100.00%
+4 87nt, >M01687:460:000000000-LGY9G:1:2114:13069:13649_CONS(1)... at 1:79:1:79/+/100.00%
+5 85nt, >M01687:460:000000000-LGY9G:1:2115:23714:13720_CONS(1)... at 1:79:1:79/+/100.00%
+6 73nt, >M01687:460:000000000-LGY9G:1:2110:17890:1754_CONS(2)... at 1:73:1:73/+/100.00%
+7 91nt, >M01687:460:000000000-LGY9G:1:2110:15765:7871_CONS(1)... *
+8 87nt, >M01687:460:000000000-LGY9G:1:2106:3580:19350_CONS(7)... at 1:76:1:76/+/100.00%
+9 75nt, >M01687:460:000000000-LGY9G:1:2105:12952:1775_CONS(1)... at 1:75:1:75/+/100.00%
+10 86nt, >M01687:460:000000000-LGY9G:1:2105:7255:18374_CONS(2)... at 1:79:1:79/+/100.00%
+11 76nt, >M01687:460:000000000-LGY9G:1:1113:13065:1664_CONS(1)... at 1:76:1:76/+/100.00%
+12 69nt, >M01687:460:000000000-LGY9G:1:1112:9786:25075_CONS(2)... at 1:69:1:69/+/100.00%
+13 86nt, >M01687:460:000000000-LGY9G:1:1107:26808:15506_CONS(1)... at 1:79:1:79/+/100.00%
+14 86nt, >M01687:460:000000000-LGY9G:1:1103:6327:21396_CONS(1)... at 1:76:1:76/+/100.00%
+15 86nt, >M01687:460:000000000-LGY9G:1:1118:19357:9100_CONS(1)... at 1:78:1:79/+/98.73%
+16 86nt, >M01687:460:000000000-LGY9G:1:2119:10674:23762_CONS(1)... at 1:77:1:78/+/98.72%
+>Cluster 14
+0 40nt, >M01687:460:000000000-LGY9G:1:2115:14764:6569_CONS(1)... at 1:40:1:40/+/97.50%
+1 31nt, >M01687:460:000000000-LGY9G:1:2110:6649:4799_CONS(3)... at 1:30:1:30/+/100.00%
+2 39nt, >M01687:460:000000000-LGY9G:1:2110:13207:8337_CONS(1)... at 1:30:1:30/+/100.00%
+3 31nt, >M01687:460:000000000-LGY9G:1:2111:19632:14377_CONS(3)... at 1:31:1:31/+/100.00%
+4 34nt, >M01687:460:000000000-LGY9G:1:2111:11378:17614_CONS(2)... at 1:30:1:30/+/100.00%
+5 37nt, >M01687:460:000000000-LGY9G:1:2109:17137:14179_CONS(1)... at 1:37:1:37/+/100.00%
+6 33nt, >M01687:460:000000000-LGY9G:1:2106:27742:14922_CONS(2)... at 1:30:1:30/+/100.00%
+7 32nt, >M01687:460:000000000-LGY9G:1:2105:24387:5406_CONS(2)... at 1:30:1:30/+/100.00%
+8 33nt, >M01687:460:000000000-LGY9G:1:2105:19041:7234_CONS(1)... at 1:30:1:30/+/100.00%
+9 35nt, >M01687:460:000000000-LGY9G:1:2101:27656:6837_CONS(1)... at 1:35:1:35/+/100.00%
+10 41nt, >M01687:460:000000000-LGY9G:1:2101:22070:25076_CONS(1)... *
+11 34nt, >M01687:460:000000000-LGY9G:1:1113:23254:10346_CONS(4)... at 1:34:1:34/+/100.00%
+12 41nt, >M01687:460:000000000-LGY9G:1:1113:22438:23292_CONS(1)... at 1:41:1:41/+/97.56%
+13 35nt, >M01687:460:000000000-LGY9G:1:1109:27150:10668_CONS(1)... at 1:30:1:30/+/100.00%
+14 33nt, >M01687:460:000000000-LGY9G:1:1110:25651:13808_CONS(1)... at 1:33:1:33/+/100.00%
+15 33nt, >M01687:460:000000000-LGY9G:1:1107:13352:5690_CONS(1)... at 1:30:1:30/+/100.00%
+16 38nt, >M01687:460:000000000-LGY9G:1:1103:7697:17127_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 15
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:9145:7599_CONS(221)... at 1:95:1:96/+/97.92%
+1 95nt, >M01687:460:000000000-LGY9G:1:1101:25788:13783_CONS(141)... at 1:95:1:96/+/98.96%
+2 95nt, >M01687:460:000000000-LGY9G:1:1102:10127:14967_CONS(1)... at 1:95:1:96/+/97.92%
+3 95nt, >M01687:460:000000000-LGY9G:1:1102:28793:17961_CONS(1)... at 1:95:1:96/+/97.92%
+4 95nt, >M01687:460:000000000-LGY9G:1:2112:16098:6120_CONS(1)... at 1:95:1:96/+/97.92%
+5 95nt, >M01687:460:000000000-LGY9G:1:2112:23492:10817_CONS(1)... at 1:95:1:96/+/97.92%
+6 94nt, >M01687:460:000000000-LGY9G:1:2113:21243:17571_CONS(1)... at 1:94:1:96/+/97.92%
+7 94nt, >M01687:460:000000000-LGY9G:1:2110:23379:8426_CONS(1)... at 1:94:1:96/+/97.92%
+8 95nt, >M01687:460:000000000-LGY9G:1:2109:5193:13707_CONS(1)... at 1:95:1:96/+/97.92%
+9 95nt, >M01687:460:000000000-LGY9G:1:2106:21978:1913_CONS(1)... at 1:95:1:96/+/97.92%
+10 95nt, >M01687:460:000000000-LGY9G:1:2106:18666:13972_CONS(1)... at 1:95:1:96/+/97.92%
+11 95nt, >M01687:460:000000000-LGY9G:1:2116:14115:9033_CONS(1)... at 1:95:1:96/+/97.92%
+12 94nt, >M01687:460:000000000-LGY9G:1:2116:22277:17640_CONS(1)... at 1:94:1:96/+/97.92%
+13 95nt, >M01687:460:000000000-LGY9G:1:1119:17294:4024_CONS(1)... at 1:95:1:96/+/97.92%
+14 96nt, >M01687:460:000000000-LGY9G:1:1115:20162:6466_CONS(1)... *
+15 95nt, >M01687:460:000000000-LGY9G:1:1116:9373:15567_CONS(1)... at 1:95:1:96/+/97.92%
+>Cluster 16
+0 29nt, >M01687:460:000000000-LGY9G:1:1102:4560:6725_CONS(2)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:2114:25347:5074_CONS(5)... at 1:22:1:22/+/100.00%
+2 26nt, >M01687:460:000000000-LGY9G:1:2114:23695:7922_CONS(7)... at 1:24:1:24/+/100.00%
+3 25nt, >M01687:460:000000000-LGY9G:1:2114:25962:7932_CONS(8)... at 1:24:1:24/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2115:12879:23187_CONS(15)... at 1:23:1:23/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2113:17968:4659_CONS(6)... at 1:24:1:24/+/100.00%
+6 30nt, >M01687:460:000000000-LGY9G:1:2110:8214:24620_CONS(1)... *
+7 24nt, >M01687:460:000000000-LGY9G:1:2108:5465:5519_CONS(6)... at 1:24:1:24/+/100.00%
+8 26nt, >M01687:460:000000000-LGY9G:1:2109:10721:12731_CONS(1)... at 1:22:1:22/+/100.00%
+9 29nt, >M01687:460:000000000-LGY9G:1:2105:6045:16494_CONS(1)... at 1:22:1:22/+/100.00%
+10 28nt, >M01687:460:000000000-LGY9G:1:2102:5124:4998_CONS(1)... at 1:22:1:22/+/100.00%
+11 28nt, >M01687:460:000000000-LGY9G:1:2102:3386:7671_CONS(2)... at 1:22:1:22/+/100.00%
+12 27nt, >M01687:460:000000000-LGY9G:1:2102:6284:18373_CONS(1)... at 1:22:1:22/+/100.00%
+13 30nt, >M01687:460:000000000-LGY9G:1:2101:7258:2222_CONS(1)... at 1:22:1:22/+/100.00%
+14 24nt, >M01687:460:000000000-LGY9G:1:1111:27488:14327_CONS(1)... at 1:23:1:23/+/100.00%
+15 23nt, >M01687:460:000000000-LGY9G:1:1117:9330:8834_CONS(1)... at 1:22:1:22/+/100.00%
+>Cluster 17
+0 36nt, >M01687:460:000000000-LGY9G:1:1102:6483:8922_CONS(1)... at 1:36:1:36/+/97.22%
+1 34nt, >M01687:460:000000000-LGY9G:1:2114:24699:12805_CONS(1)... at 1:30:1:30/+/100.00%
+2 31nt, >M01687:460:000000000-LGY9G:1:2114:18646:17055_CONS(1)... at 1:31:1:31/+/100.00%
+3 37nt, >M01687:460:000000000-LGY9G:1:2112:28432:13026_CONS(1)... at 1:37:1:37/+/100.00%
+4 37nt, >M01687:460:000000000-LGY9G:1:2113:24508:17820_CONS(1)... at 1:31:1:31/+/100.00%
+5 33nt, >M01687:460:000000000-LGY9G:1:2111:27755:12040_CONS(2)... at 1:33:1:33/+/100.00%
+6 32nt, >M01687:460:000000000-LGY9G:1:2108:26171:18220_CONS(4)... at 1:32:1:32/+/100.00%
+7 30nt, >M01687:460:000000000-LGY9G:1:2106:17741:14235_CONS(4)... at 1:30:1:30/+/100.00%
+8 38nt, >M01687:460:000000000-LGY9G:1:2105:16199:14857_CONS(1)... at 1:31:1:31/+/100.00%
+9 38nt, >M01687:460:000000000-LGY9G:1:2103:9035:21201_CONS(1)... at 1:38:1:38/+/100.00%
+10 35nt, >M01687:460:000000000-LGY9G:1:1110:19670:24828_CONS(2)... at 1:35:1:35/+/100.00%
+11 34nt, >M01687:460:000000000-LGY9G:1:1107:20370:3831_CONS(1)... at 1:30:1:30/+/100.00%
+12 37nt, >M01687:460:000000000-LGY9G:1:1107:16067:13630_CONS(1)... at 1:30:1:30/+/100.00%
+13 33nt, >M01687:460:000000000-LGY9G:1:1108:12843:12036_CONS(1)... at 1:30:1:30/+/100.00%
+14 40nt, >M01687:460:000000000-LGY9G:1:1103:5868:3653_CONS(1)... *
+>Cluster 18
+0 95nt, >M01687:460:000000000-LGY9G:1:1101:23647:9156_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:1102:23922:4098_CONS(1)... at 1:95:1:95/+/97.89%
+2 95nt, >M01687:460:000000000-LGY9G:1:2114:27526:7504_CONS(1)... at 3:95:3:95/+/98.92%
+3 94nt, >M01687:460:000000000-LGY9G:1:2110:7835:12148_CONS(1)... at 1:94:1:95/+/97.89%
+4 95nt, >M01687:460:000000000-LGY9G:1:2111:27530:10358_CONS(1)... at 1:95:1:95/+/97.89%
+5 95nt, >M01687:460:000000000-LGY9G:1:2108:14860:2270_CONS(1)... at 1:95:1:95/+/97.89%
+6 95nt, >M01687:460:000000000-LGY9G:1:2108:11858:5511_CONS(1)... at 1:95:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:2109:17030:8118_CONS(1)... at 1:94:1:94/+/98.94%
+8 95nt, >M01687:460:000000000-LGY9G:1:2103:6441:14541_CONS(1)... at 1:95:1:95/+/97.89%
+9 95nt, >M01687:460:000000000-LGY9G:1:2103:6882:17067_CONS(1)... at 1:95:1:95/+/97.89%
+10 95nt, >M01687:460:000000000-LGY9G:1:2117:10518:19521_CONS(1)... at 1:95:1:95/+/97.89%
+11 95nt, >M01687:460:000000000-LGY9G:1:1119:19171:11143_CONS(1)... at 1:95:1:95/+/97.89%
+12 94nt, >M01687:460:000000000-LGY9G:1:2101:14476:14201_CONS(1)... at 1:94:1:95/+/97.89%
+13 94nt, >M01687:460:000000000-LGY9G:1:1107:29213:12927_CONS(1)... at 1:94:1:95/+/97.89%
+14 91nt, >M01687:460:000000000-LGY9G:1:1104:14743:20604_CONS(1)... at 1:91:5:95/+/98.90%
+>Cluster 19
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:14813:2156_CONS(163)... at 1:91:1:92/+/98.91%
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:12474:19131_CONS(1)... at 1:91:1:92/+/97.83%
+2 92nt, >M01687:460:000000000-LGY9G:1:1102:18060:14142_CONS(1)... *
+3 91nt, >M01687:460:000000000-LGY9G:1:2115:11324:5545_CONS(1)... at 1:91:1:92/+/97.83%
+4 91nt, >M01687:460:000000000-LGY9G:1:2115:16570:12799_CONS(1)... at 1:91:1:92/+/97.83%
+5 91nt, >M01687:460:000000000-LGY9G:1:2113:12126:6581_CONS(1)... at 1:91:1:92/+/97.83%
+6 92nt, >M01687:460:000000000-LGY9G:1:2108:2831:8354_CONS(1)... at 1:92:1:92/+/97.85%
+7 91nt, >M01687:460:000000000-LGY9G:1:2108:14892:20931_CONS(1)... at 1:91:1:92/+/97.83%
+8 91nt, >M01687:460:000000000-LGY9G:1:2108:21385:22273_CONS(1)... at 1:91:1:92/+/97.83%
+9 91nt, >M01687:460:000000000-LGY9G:1:2107:17257:6130_CONS(1)... at 1:91:1:92/+/97.83%
+10 90nt, >M01687:460:000000000-LGY9G:1:2117:26806:17331_CONS(2)... at 1:90:1:92/+/97.83%
+11 90nt, >M01687:460:000000000-LGY9G:1:2116:23801:24406_CONS(1)... at 1:90:1:92/+/97.83%
+12 91nt, >M01687:460:000000000-LGY9G:1:1109:11244:11641_CONS(1)... at 1:91:1:92/+/97.83%
+13 91nt, >M01687:460:000000000-LGY9G:1:1107:9514:5103_CONS(1)... at 1:91:1:92/+/97.83%
+14 92nt, >M01687:460:000000000-LGY9G:1:1117:12621:2467_CONS(1)... at 1:92:1:92/+/97.85%
+>Cluster 20
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21875:3920_CONS(225)... at 1:56:1:56/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1101:15399:9871_CONS(1)... at 1:55:1:55/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:1102:14081:18913_CONS(1)... at 1:55:1:55/+/100.00%
+3 56nt, >M01687:460:000000000-LGY9G:1:2112:7909:3041_CONS(20)... at 1:56:1:56/+/98.21%
+4 57nt, >M01687:460:000000000-LGY9G:1:2112:6135:3259_CONS(1)... *
+5 55nt, >M01687:460:000000000-LGY9G:1:2112:15060:7659_CONS(1)... at 1:55:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:2103:8272:9530_CONS(1)... at 1:56:1:56/+/98.21%
+7 55nt, >M01687:460:000000000-LGY9G:1:2117:5138:21987_CONS(1)... at 3:55:4:56/+/98.11%
+8 56nt, >M01687:460:000000000-LGY9G:1:2116:18007:5509_CONS(1)... at 1:56:1:56/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1114:16035:9808_CONS(1)... at 1:56:1:56/+/98.21%
+10 44nt, >M01687:460:000000000-LGY9G:1:1113:11515:23457_CONS(1)... at 1:44:1:44/+/100.00%
+11 56nt, >M01687:460:000000000-LGY9G:1:1112:18030:7830_CONS(1)... at 1:56:1:56/+/98.21%
+12 56nt, >M01687:460:000000000-LGY9G:1:1110:9011:6678_CONS(1)... at 1:56:1:56/+/98.21%
+13 56nt, >M01687:460:000000000-LGY9G:1:1106:10628:17392_CONS(1)... at 1:56:1:56/+/98.21%
+14 56nt, >M01687:460:000000000-LGY9G:1:1117:18292:16428_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 21
+0 107nt, >M01687:460:000000000-LGY9G:1:1101:10546:7467_CONS(8)... at 1:107:1:108/+/98.15%
+1 107nt, >M01687:460:000000000-LGY9G:1:1101:14176:8140_CONS(204)... at 1:107:1:108/+/99.07%
+2 108nt, >M01687:460:000000000-LGY9G:1:2114:24816:12938_CONS(1)... *
+3 107nt, >M01687:460:000000000-LGY9G:1:2113:4839:12449_CONS(1)... at 1:107:1:108/+/98.15%
+4 107nt, >M01687:460:000000000-LGY9G:1:2109:4268:11227_CONS(1)... at 1:107:1:108/+/98.15%
+5 107nt, >M01687:460:000000000-LGY9G:1:2106:26171:3968_CONS(1)... at 1:107:1:108/+/98.15%
+6 107nt, >M01687:460:000000000-LGY9G:1:2104:10349:12922_CONS(1)... at 1:107:1:108/+/98.15%
+7 107nt, >M01687:460:000000000-LGY9G:1:2103:18297:17701_CONS(1)... at 1:107:1:108/+/98.15%
+8 107nt, >M01687:460:000000000-LGY9G:1:2117:15435:13786_CONS(1)... at 1:107:1:108/+/98.15%
+9 107nt, >M01687:460:000000000-LGY9G:1:1119:4035:17793_CONS(1)... at 1:107:1:108/+/98.15%
+10 106nt, >M01687:460:000000000-LGY9G:1:1116:6362:22005_CONS(1)... at 1:106:1:108/+/98.15%
+11 106nt, >M01687:460:000000000-LGY9G:1:1117:5047:14472_CONS(1)... at 1:106:2:108/+/98.13%
+12 106nt, >M01687:460:000000000-LGY9G:1:1118:28589:10708_CONS(1)... at 1:106:1:108/+/98.15%
+13 107nt, >M01687:460:000000000-LGY9G:1:2118:17939:5528_CONS(1)... at 1:107:1:108/+/98.15%
+>Cluster 22
+0 98nt, >M01687:460:000000000-LGY9G:1:1101:11653:2763_CONS(109)... *
+1 74nt, >M01687:460:000000000-LGY9G:1:1101:7973:18950_CONS(1)... at 1:74:1:74/+/100.00%
+2 98nt, >M01687:460:000000000-LGY9G:1:2115:24625:6797_CONS(1)... at 1:98:1:98/+/98.98%
+3 98nt, >M01687:460:000000000-LGY9G:1:2103:4353:11380_CONS(1)... at 1:98:1:98/+/98.98%
+4 98nt, >M01687:460:000000000-LGY9G:1:2102:16357:15276_CONS(1)... at 1:98:1:98/+/98.98%
+5 98nt, >M01687:460:000000000-LGY9G:1:2116:19332:10774_CONS(1)... at 1:98:1:98/+/98.98%
+6 98nt, >M01687:460:000000000-LGY9G:1:1116:8448:20153_CONS(1)... at 1:98:1:98/+/98.98%
+7 98nt, >M01687:460:000000000-LGY9G:1:1109:15037:16350_CONS(1)... at 1:98:1:98/+/98.98%
+8 98nt, >M01687:460:000000000-LGY9G:1:1109:5792:17226_CONS(1)... at 1:98:1:98/+/98.98%
+9 98nt, >M01687:460:000000000-LGY9G:1:1107:22928:16252_CONS(1)... at 1:98:1:98/+/98.98%
+10 98nt, >M01687:460:000000000-LGY9G:1:1103:11283:14253_CONS(1)... at 1:98:1:98/+/98.98%
+11 98nt, >M01687:460:000000000-LGY9G:1:1104:11946:4375_CONS(1)... at 1:98:1:98/+/98.98%
+12 98nt, >M01687:460:000000000-LGY9G:1:1118:14136:8170_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 23
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:10012:7484_CONS(303)... at 1:67:1:67/+/100.00%
+1 67nt, >M01687:460:000000000-LGY9G:1:2115:11665:8468_CONS(1)... at 1:66:1:66/+/100.00%
+2 67nt, >M01687:460:000000000-LGY9G:1:2111:13877:2219_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:2108:17439:7119_CONS(1)... at 1:67:1:67/+/98.51%
+4 68nt, >M01687:460:000000000-LGY9G:1:2109:16663:9391_CONS(1)... *
+5 67nt, >M01687:460:000000000-LGY9G:1:2106:18664:21731_CONS(1)... at 1:67:1:67/+/98.51%
+6 67nt, >M01687:460:000000000-LGY9G:1:2102:10436:13846_CONS(1)... at 1:67:1:67/+/98.51%
+7 67nt, >M01687:460:000000000-LGY9G:1:1112:14345:9263_CONS(1)... at 1:67:1:67/+/98.51%
+8 66nt, >M01687:460:000000000-LGY9G:1:1112:25988:14978_CONS(1)... at 1:66:1:67/+/98.51%
+9 67nt, >M01687:460:000000000-LGY9G:1:1112:4397:20150_CONS(1)... at 1:67:1:67/+/98.51%
+10 67nt, >M01687:460:000000000-LGY9G:1:1109:16535:22933_CONS(1)... at 1:67:1:67/+/97.01%
+11 67nt, >M01687:460:000000000-LGY9G:1:1107:8048:11109_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 24
+0 72nt, >M01687:460:000000000-LGY9G:1:1101:20244:11317_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1101:7520:17390_CONS(157)... at 1:72:1:72/+/98.61%
+2 72nt, >M01687:460:000000000-LGY9G:1:1102:15521:6138_CONS(26)... at 1:72:1:72/+/97.22%
+3 72nt, >M01687:460:000000000-LGY9G:1:2111:23884:17713_CONS(1)... at 1:72:1:72/+/97.22%
+4 72nt, >M01687:460:000000000-LGY9G:1:2106:29672:13796_CONS(1)... at 1:72:1:72/+/97.22%
+5 72nt, >M01687:460:000000000-LGY9G:1:2106:9464:17714_CONS(1)... at 1:72:1:72/+/97.22%
+6 72nt, >M01687:460:000000000-LGY9G:1:2105:18672:12879_CONS(1)... at 1:72:1:72/+/97.22%
+7 72nt, >M01687:460:000000000-LGY9G:1:2103:14112:12843_CONS(1)... at 1:72:1:72/+/97.22%
+8 72nt, >M01687:460:000000000-LGY9G:1:1113:6564:3887_CONS(1)... at 1:72:1:72/+/97.22%
+9 72nt, >M01687:460:000000000-LGY9G:1:1111:7421:11482_CONS(1)... at 1:72:1:72/+/97.22%
+10 72nt, >M01687:460:000000000-LGY9G:1:1112:27664:9483_CONS(1)... at 1:72:1:72/+/97.22%
+11 72nt, >M01687:460:000000000-LGY9G:1:1117:25377:15272_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 25
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:26056:16615_CONS(31)... at 1:30:1:30/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1101:27382:18808_CONS(25)... at 1:29:1:29/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:1101:21017:20068_CONS(25)... at 1:33:1:33/+/100.00%
+3 28nt, >M01687:460:000000000-LGY9G:1:1102:4824:6273_CONS(40)... at 1:28:1:28/+/100.00%
+4 34nt, >M01687:460:000000000-LGY9G:1:1102:21116:17244_CONS(30)... at 1:33:1:33/+/100.00%
+5 27nt, >M01687:460:000000000-LGY9G:1:2112:27632:9116_CONS(38)... at 1:27:1:27/+/100.00%
+6 34nt, >M01687:460:000000000-LGY9G:1:2113:11823:2970_CONS(1)... at 1:32:1:32/+/100.00%
+7 35nt, >M01687:460:000000000-LGY9G:1:2113:18031:16129_CONS(1)... *
+8 32nt, >M01687:460:000000000-LGY9G:1:2113:26578:19142_CONS(15)... at 1:32:1:32/+/100.00%
+9 31nt, >M01687:460:000000000-LGY9G:1:2111:16855:3038_CONS(13)... at 1:31:1:31/+/100.00%
+10 34nt, >M01687:460:000000000-LGY9G:1:1115:19073:4309_CONS(1)... at 1:32:1:32/+/100.00%
+11 29nt, >M01687:460:000000000-LGY9G:1:1103:18803:2665_CONS(1)... at 1:27:1:27/+/100.00%
+>Cluster 26
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:6995:20983_CONS(1)... at 4:55:5:56/+/98.08%
+1 56nt, >M01687:460:000000000-LGY9G:1:2112:10214:23911_CONS(1)... at 3:56:4:57/+/98.15%
+2 57nt, >M01687:460:000000000-LGY9G:1:2109:3595:12366_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:2109:18825:15711_CONS(1)... at 6:56:7:57/+/100.00%
+4 56nt, >M01687:460:000000000-LGY9G:1:2109:5753:21982_CONS(1)... at 5:56:6:57/+/98.08%
+5 54nt, >M01687:460:000000000-LGY9G:1:2107:5836:20236_CONS(1)... at 6:54:9:57/+/100.00%
+6 57nt, >M01687:460:000000000-LGY9G:1:2117:3940:14042_CONS(1)... at 1:57:1:57/+/98.25%
+7 57nt, >M01687:460:000000000-LGY9G:1:2117:25343:17340_CONS(1)... at 6:57:7:57/+/98.08%
+8 57nt, >M01687:460:000000000-LGY9G:1:2116:12479:16478_CONS(1)... at 1:57:1:57/+/98.25%
+9 55nt, >M01687:460:000000000-LGY9G:1:1118:9844:13186_CONS(1)... at 5:55:7:57/+/100.00%
+10 56nt, >M01687:460:000000000-LGY9G:1:2118:17326:14533_CONS(1)... at 4:56:5:57/+/98.11%
+>Cluster 27
+0 81nt, >M01687:460:000000000-LGY9G:1:1102:13912:8196_CONS(106)... at 1:81:1:81/+/98.77%
+1 82nt, >M01687:460:000000000-LGY9G:1:2114:25048:13983_CONS(1)... *
+2 81nt, >M01687:460:000000000-LGY9G:1:2112:18081:18897_CONS(1)... at 1:81:1:81/+/97.53%
+3 82nt, >M01687:460:000000000-LGY9G:1:2106:5023:15572_CONS(1)... at 1:82:1:82/+/98.78%
+4 82nt, >M01687:460:000000000-LGY9G:1:2105:5121:15373_CONS(1)... at 1:82:1:81/+/97.56%
+5 81nt, >M01687:460:000000000-LGY9G:1:2104:7376:22294_CONS(1)... at 1:81:1:81/+/97.53%
+6 81nt, >M01687:460:000000000-LGY9G:1:1113:7603:15862_CONS(1)... at 1:81:1:81/+/97.53%
+7 82nt, >M01687:460:000000000-LGY9G:1:1109:22586:23243_CONS(1)... at 1:82:1:81/+/97.56%
+8 81nt, >M01687:460:000000000-LGY9G:1:1110:11394:22111_CONS(1)... at 1:81:1:81/+/97.53%
+9 80nt, >M01687:460:000000000-LGY9G:1:1106:17506:4700_CONS(1)... at 1:80:1:81/+/97.53%
+10 80nt, >M01687:460:000000000-LGY9G:1:1104:23766:3074_CONS(1)... at 1:80:1:81/+/97.53%
+>Cluster 28
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:5498:7838_CONS(136)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:28287:16247_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:2110:22836:12863_CONS(1)... at 1:89:1:89/+/98.88%
+3 89nt, >M01687:460:000000000-LGY9G:1:2110:26412:15192_CONS(1)... at 1:89:1:89/+/98.88%
+4 89nt, >M01687:460:000000000-LGY9G:1:2105:18169:20736_CONS(1)... at 1:89:1:89/+/98.88%
+5 89nt, >M01687:460:000000000-LGY9G:1:2116:10058:13254_CONS(1)... at 1:89:1:89/+/98.88%
+6 88nt, >M01687:460:000000000-LGY9G:1:1119:22255:11087_CONS(1)... at 1:88:1:89/+/98.88%
+7 88nt, >M01687:460:000000000-LGY9G:1:1111:4004:19766_CONS(1)... at 1:88:1:89/+/98.88%
+8 89nt, >M01687:460:000000000-LGY9G:1:1109:10877:11581_CONS(1)... at 1:89:1:89/+/98.88%
+9 89nt, >M01687:460:000000000-LGY9G:1:1104:7449:4092_CONS(1)... at 1:88:1:88/+/100.00%
+10 89nt, >M01687:460:000000000-LGY9G:1:1117:3532:17290_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 29
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:4554:6441_CONS(115)... at 1:56:5:60/+/100.00%
+1 57nt, >M01687:460:000000000-LGY9G:1:1101:7520:24140_CONS(1)... at 2:57:5:60/+/98.21%
+2 60nt, >M01687:460:000000000-LGY9G:1:2115:21014:3487_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:2113:24134:18395_CONS(1)... at 1:56:5:60/+/98.21%
+4 55nt, >M01687:460:000000000-LGY9G:1:2110:11108:3635_CONS(1)... at 1:55:5:60/+/98.21%
+5 57nt, >M01687:460:000000000-LGY9G:1:2104:21825:19088_CONS(1)... at 1:57:4:60/+/98.25%
+6 56nt, >M01687:460:000000000-LGY9G:1:1119:11844:2862_CONS(1)... at 1:56:5:60/+/98.21%
+7 56nt, >M01687:460:000000000-LGY9G:1:1113:10718:23136_CONS(1)... at 1:55:5:59/+/100.00%
+8 56nt, >M01687:460:000000000-LGY9G:1:1110:15159:14867_CONS(1)... at 1:56:5:60/+/98.21%
+9 56nt, >M01687:460:000000000-LGY9G:1:1106:28790:17460_CONS(1)... at 1:56:5:60/+/98.21%
+10 56nt, >M01687:460:000000000-LGY9G:1:1118:13836:3560_CONS(1)... at 1:56:5:60/+/98.21%
+>Cluster 30
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:18385:2072_CONS(109)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1101:20642:8147_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:1101:13577:23790_CONS(17)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1102:26661:15924_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:2107:12311:22901_CONS(2)... at 3:65:3:65/+/100.00%
+5 65nt, >M01687:460:000000000-LGY9G:1:2116:21512:21893_CONS(1)... at 1:65:1:65/+/98.46%
+6 65nt, >M01687:460:000000000-LGY9G:1:1114:12961:7468_CONS(1)... at 1:65:1:65/+/98.46%
+7 65nt, >M01687:460:000000000-LGY9G:1:1112:13792:4566_CONS(1)... at 1:65:1:65/+/98.46%
+8 65nt, >M01687:460:000000000-LGY9G:1:1110:22129:2934_CONS(1)... at 1:65:1:65/+/98.46%
+9 65nt, >M01687:460:000000000-LGY9G:1:1117:12344:15252_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 31
+0 64nt, >M01687:460:000000000-LGY9G:1:1101:11918:3518_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1101:8557:3798_CONS(127)... *
+2 66nt, >M01687:460:000000000-LGY9G:1:2115:6816:21944_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2113:12260:13323_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:2108:7049:6954_CONS(1)... at 1:66:1:66/+/98.48%
+5 65nt, >M01687:460:000000000-LGY9G:1:2109:20167:6990_CONS(1)... at 1:65:1:65/+/100.00%
+6 65nt, >M01687:460:000000000-LGY9G:1:2105:16735:25057_CONS(1)... at 1:65:1:66/+/98.48%
+7 66nt, >M01687:460:000000000-LGY9G:1:2103:20920:3914_CONS(1)... at 1:66:1:66/+/98.48%
+8 66nt, >M01687:460:000000000-LGY9G:1:1114:6368:20355_CONS(1)... at 1:66:1:66/+/98.48%
+9 66nt, >M01687:460:000000000-LGY9G:1:1108:8721:6251_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 32
+0 72nt, >M01687:460:000000000-LGY9G:1:2115:16087:19223_CONS(1)... at 1:72:1:72/+/100.00%
+1 75nt, >M01687:460:000000000-LGY9G:1:2112:4268:14264_CONS(2)... at 1:75:1:75/+/100.00%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:19972:13539_CONS(1)... at 1:62:1:62/+/100.00%
+3 58nt, >M01687:460:000000000-LGY9G:1:2109:7827:16402_CONS(1)... at 1:58:1:58/+/100.00%
+4 60nt, >M01687:460:000000000-LGY9G:1:1119:24058:2652_CONS(1)... at 1:60:1:60/+/100.00%
+5 63nt, >M01687:460:000000000-LGY9G:1:1115:10814:5634_CONS(2)... at 1:63:1:63/+/100.00%
+6 64nt, >M01687:460:000000000-LGY9G:1:1112:24971:5463_CONS(1)... at 1:64:1:64/+/100.00%
+7 77nt, >M01687:460:000000000-LGY9G:1:1110:13704:17846_CONS(1)... *
+8 61nt, >M01687:460:000000000-LGY9G:1:1104:25667:21772_CONS(1)... at 1:61:1:61/+/100.00%
+9 73nt, >M01687:460:000000000-LGY9G:1:1117:22435:20351_CONS(1)... at 1:73:1:73/+/100.00%
+>Cluster 33
+0 81nt, >M01687:460:000000000-LGY9G:1:1101:21357:3411_CONS(150)... at 1:81:1:81/+/100.00%
+1 81nt, >M01687:460:000000000-LGY9G:1:2114:13976:5963_CONS(1)... at 1:81:1:81/+/98.77%
+2 81nt, >M01687:460:000000000-LGY9G:1:2111:11317:23961_CONS(1)... at 1:81:1:81/+/98.77%
+3 79nt, >M01687:460:000000000-LGY9G:1:2104:20745:18793_CONS(1)... at 1:79:1:79/+/97.47%
+4 80nt, >M01687:460:000000000-LGY9G:1:1113:16803:14057_CONS(1)... at 1:80:1:81/+/98.77%
+5 81nt, >M01687:460:000000000-LGY9G:1:1111:18898:12675_CONS(1)... at 1:81:1:81/+/98.77%
+6 81nt, >M01687:460:000000000-LGY9G:1:1109:17935:5718_CONS(1)... at 1:81:1:81/+/98.77%
+7 82nt, >M01687:460:000000000-LGY9G:1:1110:25848:15203_CONS(1)... *
+8 81nt, >M01687:460:000000000-LGY9G:1:1118:19002:18822_CONS(1)... at 1:81:1:81/+/98.77%
+9 81nt, >M01687:460:000000000-LGY9G:1:2119:8972:13476_CONS(1)... at 1:81:1:81/+/98.77%
+>Cluster 34
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19499:2038_CONS(4770)... at 1:56:1:57/+/98.25%
+1 54nt, >M01687:460:000000000-LGY9G:1:1101:6462:6593_CONS(1)... at 1:46:1:46/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2112:19766:6072_CONS(3)... at 1:55:1:56/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2113:23681:17840_CONS(1)... *
+4 56nt, >M01687:460:000000000-LGY9G:1:2113:21390:23321_CONS(1)... at 1:55:1:56/+/98.21%
+5 57nt, >M01687:460:000000000-LGY9G:1:2110:21104:22452_CONS(1)... at 1:56:1:57/+/98.25%
+6 56nt, >M01687:460:000000000-LGY9G:1:2109:5470:7913_CONS(1)... at 1:56:1:57/+/98.25%
+7 56nt, >M01687:460:000000000-LGY9G:1:2101:26747:5470_CONS(1)... at 3:56:3:57/+/98.18%
+8 54nt, >M01687:460:000000000-LGY9G:1:1112:25282:20869_CONS(1)... at 1:50:1:50/+/100.00%
+9 57nt, >M01687:460:000000000-LGY9G:1:1107:4720:10677_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 35
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:20038:12397_CONS(1)... at 3:56:3:56/+/98.15%
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20673:15344_CONS(111)... at 3:56:3:56/+/100.00%
+2 56nt, >M01687:460:000000000-LGY9G:1:2113:23867:20622_CONS(3)... at 3:56:3:56/+/98.15%
+3 56nt, >M01687:460:000000000-LGY9G:1:2111:4544:6347_CONS(1)... at 3:56:3:56/+/98.15%
+4 57nt, >M01687:460:000000000-LGY9G:1:2111:20244:7032_CONS(1)... *
+5 56nt, >M01687:460:000000000-LGY9G:1:2109:19822:12821_CONS(1)... at 3:56:3:56/+/98.15%
+6 57nt, >M01687:460:000000000-LGY9G:1:2109:7839:19236_CONS(1)... at 3:57:3:56/+/98.18%
+7 57nt, >M01687:460:000000000-LGY9G:1:2105:22230:17638_CONS(1)... at 3:57:3:56/+/98.18%
+8 56nt, >M01687:460:000000000-LGY9G:1:1107:11653:24971_CONS(1)... at 3:56:3:56/+/98.15%
+9 56nt, >M01687:460:000000000-LGY9G:1:1104:13359:13818_CONS(1)... at 3:56:3:56/+/98.15%
+>Cluster 36
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:23412:12145_CONS(85)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:1101:9993:24810_CONS(39)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:1102:18562:12960_CONS(18)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1102:17190:13328_CONS(1)... at 1:62:1:62/+/98.39%
+4 61nt, >M01687:460:000000000-LGY9G:1:2114:19118:3225_CONS(2)... at 1:61:1:61/+/100.00%
+5 62nt, >M01687:460:000000000-LGY9G:1:2115:21419:7910_CONS(1)... at 1:62:1:62/+/98.39%
+6 62nt, >M01687:460:000000000-LGY9G:1:2104:4605:14574_CONS(1)... at 1:62:1:62/+/98.39%
+7 62nt, >M01687:460:000000000-LGY9G:1:1109:11881:20573_CONS(1)... at 1:62:1:62/+/98.39%
+8 62nt, >M01687:460:000000000-LGY9G:1:1118:5342:14819_CONS(1)... at 1:62:1:62/+/98.39%
+9 62nt, >M01687:460:000000000-LGY9G:1:2119:22763:7039_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 37
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:19254:4860_CONS(86)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2115:21916:2275_CONS(1)... at 1:94:1:94/+/98.94%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:13169:25116_CONS(1)... at 1:90:1:90/+/100.00%
+3 94nt, >M01687:460:000000000-LGY9G:1:2106:24916:12417_CONS(1)... at 1:94:1:94/+/98.94%
+4 94nt, >M01687:460:000000000-LGY9G:1:2104:15424:21624_CONS(1)... at 1:94:1:94/+/97.87%
+5 94nt, >M01687:460:000000000-LGY9G:1:2117:27232:9474_CONS(1)... at 1:94:1:94/+/98.94%
+6 94nt, >M01687:460:000000000-LGY9G:1:1113:3342:18199_CONS(1)... at 1:94:1:94/+/98.94%
+7 94nt, >M01687:460:000000000-LGY9G:1:1107:28417:15885_CONS(1)... at 1:94:1:94/+/98.94%
+8 94nt, >M01687:460:000000000-LGY9G:1:1108:16768:13953_CONS(1)... at 1:94:1:94/+/98.94%
+9 94nt, >M01687:460:000000000-LGY9G:1:1106:23358:10657_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 38
+0 94nt, >M01687:460:000000000-LGY9G:1:1101:8106:4806_CONS(196)... at 1:94:1:95/+/98.95%
+1 93nt, >M01687:460:000000000-LGY9G:1:2114:5589:11711_CONS(5)... at 1:93:1:95/+/97.89%
+2 94nt, >M01687:460:000000000-LGY9G:1:2114:4432:14029_CONS(1)... at 1:94:1:95/+/97.89%
+3 95nt, >M01687:460:000000000-LGY9G:1:2112:9979:20993_CONS(1)... *
+4 94nt, >M01687:460:000000000-LGY9G:1:2106:24986:8430_CONS(1)... at 1:94:1:95/+/97.89%
+5 94nt, >M01687:460:000000000-LGY9G:1:2116:17732:12360_CONS(1)... at 1:94:1:95/+/97.89%
+6 94nt, >M01687:460:000000000-LGY9G:1:2116:9531:19479_CONS(1)... at 1:94:1:95/+/97.89%
+7 94nt, >M01687:460:000000000-LGY9G:1:1108:6056:20108_CONS(1)... at 1:94:1:95/+/97.89%
+8 94nt, >M01687:460:000000000-LGY9G:1:1105:14619:3513_CONS(1)... at 3:94:3:95/+/98.92%
+9 94nt, >M01687:460:000000000-LGY9G:1:1118:19814:14643_CONS(1)... at 1:94:1:95/+/97.89%
+>Cluster 39
+0 59nt, >M01687:460:000000000-LGY9G:1:1101:24044:2072_CONS(291)... *
+1 59nt, >M01687:460:000000000-LGY9G:1:1101:5566:14882_CONS(1)... at 1:59:1:59/+/98.31%
+2 59nt, >M01687:460:000000000-LGY9G:1:2109:9883:7195_CONS(1)... at 1:59:1:59/+/98.31%
+3 59nt, >M01687:460:000000000-LGY9G:1:2109:8665:9673_CONS(3)... at 1:59:1:59/+/98.31%
+4 58nt, >M01687:460:000000000-LGY9G:1:2107:10838:15278_CONS(1)... at 3:58:4:59/+/100.00%
+5 59nt, >M01687:460:000000000-LGY9G:1:2107:6329:20206_CONS(1)... at 1:59:1:59/+/98.31%
+6 59nt, >M01687:460:000000000-LGY9G:1:2101:24622:15182_CONS(1)... at 1:59:1:59/+/98.31%
+7 59nt, >M01687:460:000000000-LGY9G:1:1109:7000:5783_CONS(1)... at 1:59:1:59/+/98.31%
+8 59nt, >M01687:460:000000000-LGY9G:1:1108:13392:5917_CONS(1)... at 1:59:1:59/+/98.31%
+9 59nt, >M01687:460:000000000-LGY9G:1:1117:8001:4100_CONS(1)... at 1:59:1:59/+/98.31%
+>Cluster 40
+0 84nt, >M01687:460:000000000-LGY9G:1:1101:18386:14982_CONS(124)... at 1:84:1:85/+/98.82%
+1 84nt, >M01687:460:000000000-LGY9G:1:2114:17948:8416_CONS(1)... at 1:84:1:85/+/97.65%
+2 84nt, >M01687:460:000000000-LGY9G:1:2110:18476:17327_CONS(1)... at 1:84:1:85/+/97.65%
+3 83nt, >M01687:460:000000000-LGY9G:1:2102:9660:1972_CONS(1)... at 1:83:1:85/+/97.65%
+4 84nt, >M01687:460:000000000-LGY9G:1:1112:7095:7608_CONS(1)... at 1:84:1:85/+/97.65%
+5 84nt, >M01687:460:000000000-LGY9G:1:1108:5119:19731_CONS(1)... at 1:84:1:85/+/97.65%
+6 85nt, >M01687:460:000000000-LGY9G:1:2118:10706:6041_CONS(1)... *
+7 84nt, >M01687:460:000000000-LGY9G:1:2118:25394:18242_CONS(1)... at 1:84:1:85/+/97.65%
+8 84nt, >M01687:460:000000000-LGY9G:1:2119:10792:4070_CONS(1)... at 1:84:1:85/+/97.65%
+>Cluster 41
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:22187:24405_CONS(1)... at 1:37:1:37/+/100.00%
+1 41nt, >M01687:460:000000000-LGY9G:1:1102:11448:1679_CONS(2)... *
+2 35nt, >M01687:460:000000000-LGY9G:1:1102:25281:17588_CONS(2)... at 1:35:1:35/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:2109:15672:21013_CONS(2)... at 1:32:1:32/+/100.00%
+4 39nt, >M01687:460:000000000-LGY9G:1:2102:16587:15753_CONS(4)... at 1:39:1:39/+/100.00%
+5 36nt, >M01687:460:000000000-LGY9G:1:1111:28254:19211_CONS(1)... at 1:36:1:36/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1112:8156:24168_CONS(1)... at 1:31:1:31/+/100.00%
+7 37nt, >M01687:460:000000000-LGY9G:1:1108:14899:11472_CONS(1)... at 1:31:1:31/+/100.00%
+8 35nt, >M01687:460:000000000-LGY9G:1:1117:26167:16946_CONS(1)... at 1:31:1:31/+/100.00%
+>Cluster 42
+0 30nt, >M01687:460:000000000-LGY9G:1:1101:3932:12650_CONS(1)... *
+1 25nt, >M01687:460:000000000-LGY9G:1:1101:4415:17384_CONS(2)... at 1:22:1:22/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1102:22409:4409_CONS(107)... at 1:23:1:23/+/100.00%
+3 23nt, >M01687:460:000000000-LGY9G:1:1102:4901:21526_CONS(2)... at 1:22:1:22/+/100.00%
+4 24nt, >M01687:460:000000000-LGY9G:1:2108:22247:19702_CONS(1)... at 1:22:1:22/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:2103:11158:12112_CONS(1)... at 1:22:1:22/+/100.00%
+6 23nt, >M01687:460:000000000-LGY9G:1:2118:22502:6457_CONS(1)... at 1:22:1:22/+/100.00%
+7 24nt, >M01687:460:000000000-LGY9G:1:2118:16621:9879_CONS(1)... at 3:24:3:24/+/100.00%
+>Cluster 43
+0 79nt, >M01687:460:000000000-LGY9G:1:1101:14424:16383_CONS(177)... at 1:79:1:80/+/98.75%
+1 78nt, >M01687:460:000000000-LGY9G:1:2112:24838:19227_CONS(1)... at 1:78:1:80/+/97.50%
+2 79nt, >M01687:460:000000000-LGY9G:1:2109:18986:11272_CONS(1)... at 1:79:1:80/+/97.50%
+3 80nt, >M01687:460:000000000-LGY9G:1:2106:19776:7743_CONS(1)... *
+4 79nt, >M01687:460:000000000-LGY9G:1:2104:21377:14242_CONS(1)... at 1:79:1:80/+/97.50%
+5 79nt, >M01687:460:000000000-LGY9G:1:1119:5774:14579_CONS(1)... at 1:79:1:80/+/97.50%
+6 79nt, >M01687:460:000000000-LGY9G:1:1116:26440:11119_CONS(1)... at 1:79:1:80/+/97.50%
+7 79nt, >M01687:460:000000000-LGY9G:1:1111:8215:7735_CONS(1)... at 3:79:3:80/+/98.72%
+>Cluster 44
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:16548:16039_CONS(89)... *
+1 90nt, >M01687:460:000000000-LGY9G:1:2111:21302:13384_CONS(1)... at 1:90:1:90/+/98.89%
+2 89nt, >M01687:460:000000000-LGY9G:1:2109:16820:13636_CONS(1)... at 1:89:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:2107:11420:8280_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:2107:15185:15648_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1119:20578:24409_CONS(1)... at 1:90:1:90/+/98.89%
+6 90nt, >M01687:460:000000000-LGY9G:1:1114:13671:14504_CONS(1)... at 1:90:1:90/+/98.89%
+7 90nt, >M01687:460:000000000-LGY9G:1:1118:18620:13640_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 45
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:17727:16754_CONS(1)... at 1:53:1:53/+/100.00%
+1 54nt, >M01687:460:000000000-LGY9G:1:2110:24119:2828_CONS(1)... at 1:53:1:53/+/100.00%
+2 57nt, >M01687:460:000000000-LGY9G:1:2110:20590:22831_CONS(1)... *
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:8667:18175_CONS(1)... at 1:53:1:53/+/100.00%
+4 56nt, >M01687:460:000000000-LGY9G:1:1109:22224:12299_CONS(1)... at 1:53:1:53/+/100.00%
+5 56nt, >M01687:460:000000000-LGY9G:1:1109:15979:20072_CONS(1)... at 1:56:1:56/+/98.21%
+6 56nt, >M01687:460:000000000-LGY9G:1:1110:14822:19181_CONS(1)... at 1:56:1:56/+/98.21%
+7 53nt, >M01687:460:000000000-LGY9G:1:1107:1792:14622_CONS(1)... at 1:53:1:53/+/100.00%
+>Cluster 46
+0 109nt, >M01687:460:000000000-LGY9G:1:1101:5031:15293_CONS(55)... *
+1 107nt, >M01687:460:000000000-LGY9G:1:2115:14232:10846_CONS(1)... at 1:107:1:109/+/98.17%
+2 109nt, >M01687:460:000000000-LGY9G:1:2112:6846:7784_CONS(1)... at 1:109:1:109/+/99.08%
+3 109nt, >M01687:460:000000000-LGY9G:1:2108:29587:12607_CONS(1)... at 1:109:1:109/+/99.08%
+4 109nt, >M01687:460:000000000-LGY9G:1:1107:16006:4422_CONS(1)... at 3:109:3:109/+/100.00%
+5 109nt, >M01687:460:000000000-LGY9G:1:1108:6141:14393_CONS(1)... at 1:109:1:109/+/99.08%
+6 109nt, >M01687:460:000000000-LGY9G:1:1108:6542:23052_CONS(1)... at 1:109:1:109/+/99.08%
+>Cluster 47
+0 24nt, >M01687:460:000000000-LGY9G:1:2111:9246:4153_CONS(1)... at 1:24:1:24/+/100.00%
+1 25nt, >M01687:460:000000000-LGY9G:1:2109:18456:18314_CONS(2)... at 1:23:1:23/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:11591:19716_CONS(1)... at 1:24:1:24/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1112:5749:14683_CONS(1)... at 1:23:1:23/+/100.00%
+4 28nt, >M01687:460:000000000-LGY9G:1:1112:25261:21166_CONS(1)... at 1:23:1:23/+/100.00%
+5 24nt, >M01687:460:000000000-LGY9G:1:1104:11830:20279_CONS(1)... at 1:23:1:23/+/100.00%
+6 31nt, >M01687:460:000000000-LGY9G:1:1117:14060:21249_CONS(1)... *
+>Cluster 48
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:8873:4576_CONS(42)... at 1:73:2:74/+/98.63%
+1 73nt, >M01687:460:000000000-LGY9G:1:2107:24918:21799_CONS(1)... at 1:73:2:74/+/97.26%
+2 73nt, >M01687:460:000000000-LGY9G:1:2117:14032:2634_CONS(1)... at 1:73:2:74/+/97.26%
+3 73nt, >M01687:460:000000000-LGY9G:1:2101:17036:9114_CONS(1)... at 1:73:2:74/+/97.26%
+4 74nt, >M01687:460:000000000-LGY9G:1:1110:6058:17015_CONS(1)... *
+5 73nt, >M01687:460:000000000-LGY9G:1:1103:8200:6484_CONS(1)... at 1:73:2:74/+/97.26%
+6 73nt, >M01687:460:000000000-LGY9G:1:1118:21008:10177_CONS(1)... at 1:73:2:74/+/97.26%
+>Cluster 49
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:20573:23062_CONS(2)... at 1:67:1:67/+/100.00%
+1 54nt, >M01687:460:000000000-LGY9G:1:2115:6863:10890_CONS(1)... at 1:54:1:54/+/100.00%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:15623:16010_CONS(1)... at 1:55:1:55/+/100.00%
+3 69nt, >M01687:460:000000000-LGY9G:1:1113:15639:9481_CONS(3)... *
+4 53nt, >M01687:460:000000000-LGY9G:1:1112:4875:12904_CONS(1)... at 1:53:1:53/+/100.00%
+5 66nt, >M01687:460:000000000-LGY9G:1:1109:12616:5586_CONS(1)... at 1:66:1:66/+/100.00%
+6 62nt, >M01687:460:000000000-LGY9G:1:1118:23794:9919_CONS(1)... at 1:62:1:62/+/100.00%
+>Cluster 50
+0 99nt, >M01687:460:000000000-LGY9G:1:1102:27928:16134_CONS(1)... at 1:99:1:100/+/98.00%
+1 100nt, >M01687:460:000000000-LGY9G:1:2113:21144:9986_CONS(1)... *
+2 100nt, >M01687:460:000000000-LGY9G:1:2111:29103:10658_CONS(1)... at 1:100:1:100/+/98.00%
+3 100nt, >M01687:460:000000000-LGY9G:1:2108:3883:7227_CONS(1)... at 1:100:1:100/+/97.00%
+4 99nt, >M01687:460:000000000-LGY9G:1:1115:24456:5341_CONS(1)... at 1:99:1:99/+/98.99%
+5 99nt, >M01687:460:000000000-LGY9G:1:1107:20540:23571_CONS(1)... at 1:99:1:100/+/98.00%
+6 100nt, >M01687:460:000000000-LGY9G:1:1108:18337:10898_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 51
+0 42nt, >M01687:460:000000000-LGY9G:1:2112:4814:6879_CONS(3)... at 1:42:1:42/+/97.62%
+1 43nt, >M01687:460:000000000-LGY9G:1:2109:5943:18417_CONS(2)... at 1:43:1:43/+/97.67%
+2 48nt, >M01687:460:000000000-LGY9G:1:1116:20895:3905_CONS(1)... *
+3 40nt, >M01687:460:000000000-LGY9G:1:1116:5685:7413_CONS(1)... at 1:40:1:40/+/97.50%
+4 44nt, >M01687:460:000000000-LGY9G:1:1109:16048:8817_CONS(2)... at 1:44:1:44/+/97.73%
+5 41nt, >M01687:460:000000000-LGY9G:1:1104:11115:4270_CONS(2)... at 1:41:1:41/+/97.56%
+6 47nt, >M01687:460:000000000-LGY9G:1:1104:21844:6636_CONS(1)... at 1:47:1:47/+/97.87%
+>Cluster 52
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:12377:20724_CONS(1)... at 1:60:1:60/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:2111:9743:4159_CONS(1)... at 1:55:6:60/+/98.18%
+2 59nt, >M01687:460:000000000-LGY9G:1:2111:2623:12278_CONS(2)... at 1:59:1:60/+/98.33%
+3 62nt, >M01687:460:000000000-LGY9G:1:2106:18938:17434_CONS(1)... *
+4 60nt, >M01687:460:000000000-LGY9G:1:2116:19661:11991_CONS(1)... at 1:60:1:60/+/98.33%
+5 61nt, >M01687:460:000000000-LGY9G:1:1116:8433:23207_CONS(1)... at 1:61:1:61/+/100.00%
+6 60nt, >M01687:460:000000000-LGY9G:1:1106:11532:7873_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 53
+0 63nt, >M01687:460:000000000-LGY9G:1:1101:9469:3353_CONS(97)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:2104:9121:17184_CONS(1)... at 1:63:1:63/+/98.41%
+2 63nt, >M01687:460:000000000-LGY9G:1:1116:20921:5231_CONS(1)... at 1:63:1:63/+/98.41%
+3 63nt, >M01687:460:000000000-LGY9G:1:1116:8769:7132_CONS(1)... at 1:63:1:63/+/98.41%
+4 63nt, >M01687:460:000000000-LGY9G:1:1113:25858:12562_CONS(1)... at 1:63:1:63/+/98.41%
+5 63nt, >M01687:460:000000000-LGY9G:1:2119:21370:16116_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 54
+0 49nt, >M01687:460:000000000-LGY9G:1:2115:5420:5368_CONS(5)... at 1:49:1:49/+/97.96%
+1 48nt, >M01687:460:000000000-LGY9G:1:2115:5644:22413_CONS(5)... at 1:48:1:48/+/97.92%
+2 47nt, >M01687:460:000000000-LGY9G:1:2110:16378:10191_CONS(6)... at 1:47:1:47/+/97.87%
+3 50nt, >M01687:460:000000000-LGY9G:1:1109:25614:12316_CONS(1)... at 1:50:1:50/+/98.00%
+4 43nt, >M01687:460:000000000-LGY9G:1:1110:22425:16525_CONS(1)... at 1:43:1:43/+/97.67%
+5 52nt, >M01687:460:000000000-LGY9G:1:1118:29105:10998_CONS(1)... *
+>Cluster 55
+0 37nt, >M01687:460:000000000-LGY9G:1:1101:4504:13834_CONS(3)... at 1:36:1:36/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:1102:13316:22362_CONS(4)... at 1:29:1:29/+/100.00%
+2 30nt, >M01687:460:000000000-LGY9G:1:2104:4359:5529_CONS(3)... at 1:29:1:29/+/100.00%
+3 35nt, >M01687:460:000000000-LGY9G:1:2104:12407:9699_CONS(1)... at 1:29:1:29/+/100.00%
+4 38nt, >M01687:460:000000000-LGY9G:1:1106:16573:5379_CONS(1)... *
+5 36nt, >M01687:460:000000000-LGY9G:1:1117:21032:22443_CONS(1)... at 1:36:1:36/+/100.00%
+>Cluster 56
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14441:16733_CONS(32)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:24218:24207_CONS(3)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:25995:6280_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1111:13861:6962_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1117:7587:12217_CONS(1)... at 1:56:1:56/+/98.21%
+5 55nt, >M01687:460:000000000-LGY9G:1:2118:22721:16345_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 57
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:24573:14820_CONS(50)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2114:1893:15245_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1119:25476:6871_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1119:24635:18341_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1113:14263:23229_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:2118:11837:11549_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 58
+0 38nt, >M01687:460:000000000-LGY9G:1:2114:8736:13087_CONS(2)... at 1:38:1:38/+/100.00%
+1 49nt, >M01687:460:000000000-LGY9G:1:2114:4031:19824_CONS(1)... *
+2 46nt, >M01687:460:000000000-LGY9G:1:2115:19916:11237_CONS(2)... at 3:46:5:48/+/97.73%
+3 47nt, >M01687:460:000000000-LGY9G:1:2107:4624:12768_CONS(1)... at 3:47:5:49/+/97.78%
+4 46nt, >M01687:460:000000000-LGY9G:1:2104:17287:10495_CONS(1)... at 3:46:5:48/+/100.00%
+5 37nt, >M01687:460:000000000-LGY9G:1:1114:13378:3509_CONS(1)... at 1:37:1:37/+/100.00%
+>Cluster 59
+0 27nt, >M01687:460:000000000-LGY9G:1:1101:12983:10505_CONS(2)... at 1:27:1:27/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1102:14996:19496_CONS(5)... at 1:33:1:33/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:27986:18355_CONS(3)... at 1:32:1:32/+/100.00%
+3 34nt, >M01687:460:000000000-LGY9G:1:1119:5657:22475_CONS(3)... at 1:34:1:34/+/100.00%
+4 30nt, >M01687:460:000000000-LGY9G:1:1106:11018:1617_CONS(2)... at 1:30:1:30/+/100.00%
+5 35nt, >M01687:460:000000000-LGY9G:1:1103:22576:11815_CONS(1)... *
+>Cluster 60
+0 39nt, >M01687:460:000000000-LGY9G:1:2112:22992:23761_CONS(1)... at 1:39:1:39/+/100.00%
+1 40nt, >M01687:460:000000000-LGY9G:1:2105:11542:7043_CONS(1)... at 1:40:1:40/+/100.00%
+2 38nt, >M01687:460:000000000-LGY9G:1:1119:2179:11035_CONS(1)... at 1:38:1:38/+/100.00%
+3 42nt, >M01687:460:000000000-LGY9G:1:1112:5365:14107_CONS(1)... at 1:42:1:42/+/100.00%
+4 48nt, >M01687:460:000000000-LGY9G:1:1103:15774:1987_CONS(2)... at 1:48:1:48/+/100.00%
+5 50nt, >M01687:460:000000000-LGY9G:1:1103:26284:20107_CONS(1)... *
+>Cluster 61
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9473:6454_CONS(139)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:18861:3402_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2101:4637:15978_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1115:25208:21338_CONS(1)... at 1:56:1:56/+/98.21%
+4 56nt, >M01687:460:000000000-LGY9G:1:1110:20220:16111_CONS(1)... at 1:56:1:56/+/98.21%
+5 56nt, >M01687:460:000000000-LGY9G:1:1103:7354:19982_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 62
+0 84nt, >M01687:460:000000000-LGY9G:1:2115:4779:7315_CONS(24)... *
+1 84nt, >M01687:460:000000000-LGY9G:1:2102:13571:13786_CONS(1)... at 1:84:1:84/+/98.81%
+2 84nt, >M01687:460:000000000-LGY9G:1:1113:9447:21139_CONS(1)... at 1:83:1:83/+/98.80%
+3 83nt, >M01687:460:000000000-LGY9G:1:1111:20138:15556_CONS(1)... at 1:83:1:84/+/98.81%
+4 84nt, >M01687:460:000000000-LGY9G:1:1117:25531:16730_CONS(1)... at 1:84:1:84/+/98.81%
+5 83nt, >M01687:460:000000000-LGY9G:1:2118:9115:11224_CONS(1)... at 1:83:1:83/+/97.59%
+>Cluster 63
+0 90nt, >M01687:460:000000000-LGY9G:1:1101:20266:13408_CONS(74)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:1101:10969:20307_CONS(4)... at 1:89:1:90/+/98.89%
+2 90nt, >M01687:460:000000000-LGY9G:1:2107:23685:3151_CONS(1)... at 1:90:1:90/+/98.89%
+3 90nt, >M01687:460:000000000-LGY9G:1:1111:13349:5356_CONS(1)... at 1:90:1:90/+/98.89%
+4 90nt, >M01687:460:000000000-LGY9G:1:1109:14652:12906_CONS(1)... at 1:90:1:90/+/98.89%
+5 90nt, >M01687:460:000000000-LGY9G:1:1110:7625:12586_CONS(1)... at 1:90:1:90/+/98.89%
+>Cluster 64
+0 90nt, >M01687:460:000000000-LGY9G:1:1102:7566:9816_CONS(48)... at 1:90:1:91/+/98.90%
+1 90nt, >M01687:460:000000000-LGY9G:1:2114:20389:13513_CONS(1)... at 1:90:1:91/+/97.80%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:10585:15334_CONS(1)... at 1:90:1:91/+/97.80%
+3 90nt, >M01687:460:000000000-LGY9G:1:1119:11619:15544_CONS(1)... at 1:90:1:91/+/97.80%
+4 90nt, >M01687:460:000000000-LGY9G:1:1114:4666:17541_CONS(1)... at 1:90:1:91/+/97.80%
+5 91nt, >M01687:460:000000000-LGY9G:1:1109:11092:2736_CONS(1)... *
+>Cluster 65
+0 22nt, >M01687:460:000000000-LGY9G:1:2114:14891:2850_CONS(9)... at 1:21:1:21/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:2113:17303:24726_CONS(1)... at 1:21:1:21/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:2111:16167:18949_CONS(1)... at 1:21:1:21/+/100.00%
+3 29nt, >M01687:460:000000000-LGY9G:1:2101:11318:2591_CONS(1)... *
+4 23nt, >M01687:460:000000000-LGY9G:1:1103:19356:6015_CONS(1)... at 1:22:1:22/+/100.00%
+5 26nt, >M01687:460:000000000-LGY9G:1:1103:20233:24873_CONS(1)... at 1:21:1:21/+/100.00%
+>Cluster 66
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:13380:3454_CONS(202)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:25773:16110_CONS(1)... at 1:55:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2109:8445:12575_CONS(2)... at 1:55:2:57/+/98.21%
+3 57nt, >M01687:460:000000000-LGY9G:1:2116:26445:20676_CONS(1)... *
+4 57nt, >M01687:460:000000000-LGY9G:1:1103:13509:9827_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 67
+0 30nt, >M01687:460:000000000-LGY9G:1:2114:27424:18659_CONS(3)... at 1:30:1:30/+/100.00%
+1 38nt, >M01687:460:000000000-LGY9G:1:2107:29235:10041_CONS(1)... at 1:38:1:38/+/97.37%
+2 38nt, >M01687:460:000000000-LGY9G:1:1115:14839:9501_CONS(1)... at 1:30:1:30/+/100.00%
+3 39nt, >M01687:460:000000000-LGY9G:1:1117:21863:12271_CONS(1)... at 1:39:1:39/+/97.44%
+4 40nt, >M01687:460:000000000-LGY9G:1:2119:6986:21028_CONS(1)... *
+>Cluster 68
+0 48nt, >M01687:460:000000000-LGY9G:1:1101:2604:9677_CONS(43)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2114:14728:14648_CONS(29)... at 1:48:1:48/+/97.92%
+2 48nt, >M01687:460:000000000-LGY9G:1:2112:14929:9797_CONS(1)... at 1:48:1:48/+/97.92%
+3 47nt, >M01687:460:000000000-LGY9G:1:2102:9964:10439_CONS(1)... at 1:47:1:48/+/97.92%
+4 48nt, >M01687:460:000000000-LGY9G:1:2117:8531:16843_CONS(1)... at 1:48:1:48/+/97.92%
+>Cluster 69
+0 20nt, >M01687:460:000000000-LGY9G:1:2110:18937:2820_CONS(2)... at 1:20:1:20/+/100.00%
+1 21nt, >M01687:460:000000000-LGY9G:1:2117:4488:12459_CONS(1)... at 1:20:1:20/+/100.00%
+2 22nt, >M01687:460:000000000-LGY9G:1:1112:9311:2436_CONS(1)... at 1:21:1:21/+/100.00%
+3 22nt, >M01687:460:000000000-LGY9G:1:1106:13989:17847_CONS(1)... at 5:21:4:20/+/100.00%
+4 23nt, >M01687:460:000000000-LGY9G:1:2118:20997:14557_CONS(1)... *
+>Cluster 70
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:13692:24548_CONS(68)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2113:13269:18962_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2107:5436:10081_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1114:12017:8278_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1118:5000:4759_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 71
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:27625:7239_CONS(67)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2112:16638:8404_CONS(1)... at 1:66:1:66/+/98.48%
+2 66nt, >M01687:460:000000000-LGY9G:1:2112:12124:8426_CONS(1)... at 1:66:1:66/+/98.48%
+3 66nt, >M01687:460:000000000-LGY9G:1:2105:23694:13570_CONS(1)... at 1:66:1:66/+/98.48%
+4 66nt, >M01687:460:000000000-LGY9G:1:1109:4970:13913_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 72
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:23613:16574_CONS(1)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1102:2684:17469_CONS(68)... at 1:70:1:70/+/98.57%
+2 70nt, >M01687:460:000000000-LGY9G:1:2112:23103:4965_CONS(1)... at 1:70:1:70/+/97.14%
+3 69nt, >M01687:460:000000000-LGY9G:1:2112:2649:9488_CONS(1)... at 1:69:1:70/+/97.14%
+4 70nt, >M01687:460:000000000-LGY9G:1:2103:14948:19856_CONS(1)... at 1:70:1:70/+/97.14%
+>Cluster 73
+0 24nt, >M01687:460:000000000-LGY9G:1:2114:11095:8439_CONS(10)... at 1:24:1:24/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2103:26773:5084_CONS(1)... *
+2 25nt, >M01687:460:000000000-LGY9G:1:2103:26964:17769_CONS(2)... at 1:25:1:25/+/100.00%
+3 26nt, >M01687:460:000000000-LGY9G:1:1105:12588:2896_CONS(1)... at 1:26:1:26/+/100.00%
+4 25nt, >M01687:460:000000000-LGY9G:1:1103:18266:24826_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 74
+0 24nt, >M01687:460:000000000-LGY9G:1:1102:28142:10489_CONS(25)... at 1:24:1:24/+/100.00%
+1 25nt, >M01687:460:000000000-LGY9G:1:1102:28845:14472_CONS(58)... at 1:24:1:24/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:2110:18425:7294_CONS(1)... *
+3 30nt, >M01687:460:000000000-LGY9G:1:1114:22656:4907_CONS(1)... at 1:30:1:30/+/100.00%
+4 27nt, >M01687:460:000000000-LGY9G:1:1110:14648:5013_CONS(1)... at 1:24:1:24/+/100.00%
+>Cluster 75
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:20495:3704_CONS(22)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2111:23917:10661_CONS(1)... at 1:65:1:65/+/98.46%
+2 65nt, >M01687:460:000000000-LGY9G:1:2117:7944:15812_CONS(1)... at 1:65:1:65/+/98.46%
+3 65nt, >M01687:460:000000000-LGY9G:1:1115:25022:4890_CONS(1)... at 1:65:1:65/+/98.46%
+4 65nt, >M01687:460:000000000-LGY9G:1:1108:17728:14627_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 76
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:22039:19088_CONS(1)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:2114:15471:19353_CONS(1)... at 1:47:1:47/+/100.00%
+2 45nt, >M01687:460:000000000-LGY9G:1:2116:14133:23515_CONS(1)... at 1:45:1:45/+/97.78%
+3 48nt, >M01687:460:000000000-LGY9G:1:1111:22217:22271_CONS(1)... at 1:48:1:48/+/97.92%
+4 46nt, >M01687:460:000000000-LGY9G:1:1103:26081:18331_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 77
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:17401:2356_CONS(19)... *
+1 85nt, >M01687:460:000000000-LGY9G:1:2103:22214:2515_CONS(1)... at 1:85:1:85/+/98.82%
+2 85nt, >M01687:460:000000000-LGY9G:1:2101:20072:11601_CONS(1)... at 1:85:1:85/+/98.82%
+3 85nt, >M01687:460:000000000-LGY9G:1:2101:20545:18715_CONS(1)... at 1:85:1:85/+/98.82%
+4 85nt, >M01687:460:000000000-LGY9G:1:1112:4481:15361_CONS(1)... at 1:85:1:85/+/97.65%
+>Cluster 78
+0 92nt, >M01687:460:000000000-LGY9G:1:1102:21741:7224_CONS(67)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:2104:8885:6175_CONS(1)... at 1:91:1:92/+/97.83%
+2 91nt, >M01687:460:000000000-LGY9G:1:1113:21098:2198_CONS(1)... at 1:91:1:92/+/98.91%
+3 92nt, >M01687:460:000000000-LGY9G:1:1106:15626:2491_CONS(1)... at 1:92:1:92/+/98.91%
+>Cluster 79
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26684:18110_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:3282:11362_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2107:13642:11778_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1109:5633:4781_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 80
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:26820:13732_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2101:23324:12309_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1116:24371:5674_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:2118:14573:5169_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 81
+0 39nt, >M01687:460:000000000-LGY9G:1:2113:19051:4707_CONS(1)... *
+1 32nt, >M01687:460:000000000-LGY9G:1:2110:11292:2354_CONS(1)... at 1:32:1:32/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:1114:4824:14983_CONS(1)... at 1:34:1:34/+/100.00%
+3 39nt, >M01687:460:000000000-LGY9G:1:1103:11404:8553_CONS(1)... at 1:39:1:39/+/97.44%
+>Cluster 82
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:16393:16043_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2107:13597:2500_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1114:4813:15749_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1117:17851:22458_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 83
+0 69nt, >M01687:460:000000000-LGY9G:1:1101:17251:10652_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:2101:7952:12264_CONS(1)... at 1:69:1:69/+/98.55%
+2 62nt, >M01687:460:000000000-LGY9G:1:1114:19668:5538_CONS(1)... at 1:62:1:62/+/100.00%
+3 64nt, >M01687:460:000000000-LGY9G:1:1109:11986:3768_CONS(1)... at 1:64:1:64/+/100.00%
+>Cluster 84
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:14908:15300_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:7609:5690_CONS(1)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:2116:6902:22902_CONS(1)... at 1:55:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1110:17644:12128_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 85
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:23700:5397_CONS(15)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:2114:23392:18012_CONS(1)... at 1:67:1:67/+/98.51%
+2 67nt, >M01687:460:000000000-LGY9G:1:2106:2881:8340_CONS(1)... at 1:67:1:67/+/98.51%
+3 67nt, >M01687:460:000000000-LGY9G:1:1112:21363:7186_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 86
+0 94nt, >M01687:460:000000000-LGY9G:1:2114:24042:19514_CONS(18)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:1113:18048:12954_CONS(1)... at 1:93:1:94/+/98.94%
+2 94nt, >M01687:460:000000000-LGY9G:1:1107:8227:22494_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:1108:16957:3146_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 87
+0 26nt, >M01687:460:000000000-LGY9G:1:1102:22627:2912_CONS(35)... at 1:26:1:26/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2115:6747:23864_CONS(2)... *
+2 34nt, >M01687:460:000000000-LGY9G:1:1116:14269:22151_CONS(1)... at 1:34:1:34/+/97.06%
+3 32nt, >M01687:460:000000000-LGY9G:1:1103:23324:16475_CONS(1)... at 1:32:1:32/+/100.00%
+>Cluster 88
+0 47nt, >M01687:460:000000000-LGY9G:1:2107:11559:20212_CONS(1)... at 1:47:1:47/+/100.00%
+1 49nt, >M01687:460:000000000-LGY9G:1:2116:3746:13893_CONS(1)... at 1:49:1:49/+/100.00%
+2 53nt, >M01687:460:000000000-LGY9G:1:1106:9400:22845_CONS(1)... at 1:53:1:53/+/100.00%
+3 62nt, >M01687:460:000000000-LGY9G:1:1104:14215:4048_CONS(1)... *
+>Cluster 89
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:5807:7927_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2110:22494:17494_CONS(1)... at 7:55:7:55/+/97.96%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:9441:5945_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1110:11600:10276_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 90
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26038:4265_CONS(5)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:20255:12160_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:15002:16287_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1105:9604:18763_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 91
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:12106:6526_CONS(21)... at 1:56:1:57/+/98.25%
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:21659:13551_CONS(1)... at 1:56:1:57/+/98.25%
+2 56nt, >M01687:460:000000000-LGY9G:1:2112:22449:16664_CONS(24)... at 1:56:1:57/+/98.25%
+3 57nt, >M01687:460:000000000-LGY9G:1:1107:5069:19037_CONS(1)... *
+>Cluster 92
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:15279:2913_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1101:26432:5944_CONS(258)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2106:17666:3045_CONS(1)... at 1:56:1:56/+/98.21%
+3 55nt, >M01687:460:000000000-LGY9G:1:1116:14632:18245_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 93
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:13670:7629_CONS(46)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2108:8391:23990_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:18490:2042_CONS(1)... at 1:62:1:62/+/98.39%
+3 62nt, >M01687:460:000000000-LGY9G:1:1114:19078:5860_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 94
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:19128:18261_CONS(22)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:6132:8972_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2105:9228:15589_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1116:7990:4626_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 95
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:18040:19211_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:20074:17655_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2110:26046:13458_CONS(1)... at 1:56:1:56/+/98.21%
+3 56nt, >M01687:460:000000000-LGY9G:1:1118:13903:18419_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 96
+0 162nt, >M01687:460:000000000-LGY9G:1:1101:22040:24444_CONS(1)... *
+1 162nt, >M01687:460:000000000-LGY9G:1:2115:2214:16516_CONS(8)... at 1:162:1:162/+/99.38%
+2 162nt, >M01687:460:000000000-LGY9G:1:2101:3379:17586_CONS(1)... at 1:162:1:162/+/97.53%
+3 162nt, >M01687:460:000000000-LGY9G:1:1113:26049:14760_CONS(1)... at 1:162:1:162/+/98.77%
+>Cluster 97
+0 34nt, >M01687:460:000000000-LGY9G:1:1101:4277:19061_CONS(2)... at 1:34:1:34/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2110:23753:19472_CONS(3)... at 1:34:1:34/+/97.06%
+2 35nt, >M01687:460:000000000-LGY9G:1:2109:12454:20104_CONS(1)... at 1:33:1:33/+/100.00%
+3 44nt, >M01687:460:000000000-LGY9G:1:1116:10578:23941_CONS(1)... *
+>Cluster 98
+0 94nt, >M01687:460:000000000-LGY9G:1:1102:9342:3170_CONS(15)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2112:17044:7531_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2108:16046:21402_CONS(1)... at 1:94:1:94/+/98.94%
+3 94nt, >M01687:460:000000000-LGY9G:1:2107:4559:9291_CONS(1)... at 1:94:1:94/+/98.94%
+>Cluster 99
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:14281:13112_CONS(20)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2112:22449:24477_CONS(1)... at 1:73:1:73/+/98.63%
+2 72nt, >M01687:460:000000000-LGY9G:1:2101:10467:6591_CONS(1)... at 1:72:1:72/+/100.00%
+3 73nt, >M01687:460:000000000-LGY9G:1:1118:4220:20955_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 100
+0 30nt, >M01687:460:000000000-LGY9G:1:1115:14416:21798_CONS(1)... at 1:23:1:23/+/100.00%
+1 28nt, >M01687:460:000000000-LGY9G:1:1107:19539:7734_CONS(1)... at 1:28:1:28/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:1117:19958:2576_CONS(1)... at 1:24:1:24/+/100.00%
+3 31nt, >M01687:460:000000000-LGY9G:1:2118:11101:19338_CONS(1)... *
+>Cluster 101
+0 25nt, >M01687:460:000000000-LGY9G:1:2111:19079:11409_CONS(1)... at 1:25:1:25/+/100.00%
+1 26nt, >M01687:460:000000000-LGY9G:1:2111:7020:16137_CONS(4)... at 1:25:1:25/+/100.00%
+2 33nt, >M01687:460:000000000-LGY9G:1:2105:6676:12084_CONS(1)... *
+3 27nt, >M01687:460:000000000-LGY9G:1:1113:18735:18355_CONS(1)... at 1:25:1:25/+/100.00%
+>Cluster 102
+0 27nt, >M01687:460:000000000-LGY9G:1:2110:21936:5102_CONS(2)... at 1:26:1:26/+/100.00%
+1 29nt, >M01687:460:000000000-LGY9G:1:2106:18599:21575_CONS(1)... at 1:26:1:26/+/100.00%
+2 24nt, >M01687:460:000000000-LGY9G:1:2101:27782:15890_CONS(1)... at 1:24:1:24/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:11306:23521_CONS(1)... *
+>Cluster 103
+0 22nt, >M01687:460:000000000-LGY9G:1:2110:11752:24119_CONS(19)... at 1:22:1:22/+/100.00%
+1 23nt, >M01687:460:000000000-LGY9G:1:1110:26542:20220_CONS(1)... at 3:23:3:23/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1106:11812:6816_CONS(1)... at 3:23:3:23/+/100.00%
+3 29nt, >M01687:460:000000000-LGY9G:1:1104:23739:17556_CONS(1)... *
+>Cluster 104
+0 24nt, >M01687:460:000000000-LGY9G:1:2112:3180:8872_CONS(1)... at 1:24:1:24/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:2112:17075:24290_CONS(1)... at 1:31:1:31/+/100.00%
+2 25nt, >M01687:460:000000000-LGY9G:1:1114:9221:18665_CONS(1)... at 1:25:1:25/+/100.00%
+3 32nt, >M01687:460:000000000-LGY9G:1:1105:22643:24916_CONS(1)... *
+>Cluster 105
+0 45nt, >M01687:460:000000000-LGY9G:1:1116:28023:13130_CONS(1)... *
+1 45nt, >M01687:460:000000000-LGY9G:1:1104:29630:14090_CONS(1)... at 1:45:1:44/+/97.78%
+2 34nt, >M01687:460:000000000-LGY9G:1:1117:8888:3651_CONS(1)... at 1:34:1:33/+/97.06%
+>Cluster 106
+0 23nt, >M01687:460:000000000-LGY9G:1:1102:7665:23707_CONS(1)... *
+1 21nt, >M01687:460:000000000-LGY9G:1:2110:19460:2621_CONS(2)... at 4:21:5:22/+/100.00%
+2 20nt, >M01687:460:000000000-LGY9G:1:2104:27169:5460_CONS(4)... at 4:20:5:21/+/100.00%
+>Cluster 107
+0 38nt, >M01687:460:000000000-LGY9G:1:2106:10981:19586_CONS(1)... at 1:38:1:38/+/100.00%
+1 50nt, >M01687:460:000000000-LGY9G:1:1114:6012:7227_CONS(1)... *
+2 47nt, >M01687:460:000000000-LGY9G:1:1104:7574:6430_CONS(1)... at 1:47:1:47/+/100.00%
+>Cluster 108
+0 100nt, >M01687:460:000000000-LGY9G:1:1102:7299:3950_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2112:22104:7023_CONS(2)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2105:5353:19519_CONS(1)... at 1:100:1:100/+/99.00%
+>Cluster 109
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:26224:4373_CONS(6)... at 1:55:1:55/+/98.18%
+1 64nt, >M01687:460:000000000-LGY9G:1:1102:22379:3518_CONS(1)... *
+2 60nt, >M01687:460:000000000-LGY9G:1:1107:24522:3244_CONS(1)... at 1:60:1:60/+/100.00%
+>Cluster 110
+0 35nt, >M01687:460:000000000-LGY9G:1:2107:8781:5460_CONS(1)... at 1:35:1:35/+/97.14%
+1 34nt, >M01687:460:000000000-LGY9G:1:1103:25622:21823_CONS(1)... at 1:34:1:34/+/97.06%
+2 37nt, >M01687:460:000000000-LGY9G:1:1117:23178:24992_CONS(1)... *
+>Cluster 111
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:25269:5122_CONS(1)... at 1:62:1:63/+/98.41%
+1 63nt, >M01687:460:000000000-LGY9G:1:2111:13457:24656_CONS(1)... *
+2 61nt, >M01687:460:000000000-LGY9G:1:1119:6126:20856_CONS(1)... at 1:61:1:62/+/98.39%
+>Cluster 112
+0 38nt, >M01687:460:000000000-LGY9G:1:1111:25146:12053_CONS(1)... at 1:38:1:38/+/100.00%
+1 35nt, >M01687:460:000000000-LGY9G:1:1111:5604:17028_CONS(1)... at 1:35:1:35/+/100.00%
+2 45nt, >M01687:460:000000000-LGY9G:1:1104:24088:4013_CONS(1)... *
+>Cluster 113
+0 34nt, >M01687:460:000000000-LGY9G:1:2115:16417:20647_CONS(1)... at 1:34:1:34/+/100.00%
+1 30nt, >M01687:460:000000000-LGY9G:1:1119:26274:4526_CONS(1)... at 1:30:1:30/+/100.00%
+2 37nt, >M01687:460:000000000-LGY9G:1:1115:22216:5191_CONS(1)... *
+>Cluster 114
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:15196:15505_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:12533:8545_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2118:23342:12520_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 115
+0 94nt, >M01687:460:000000000-LGY9G:1:2109:24135:3998_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2117:26400:6460_CONS(1)... at 1:94:1:94/+/97.87%
+2 94nt, >M01687:460:000000000-LGY9G:1:2101:6155:4681_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 116
+0 87nt, >M01687:460:000000000-LGY9G:1:2114:23923:4939_CONS(9)... at 1:87:1:88/+/98.86%
+1 87nt, >M01687:460:000000000-LGY9G:1:1116:5436:13358_CONS(1)... at 1:87:1:88/+/97.73%
+2 88nt, >M01687:460:000000000-LGY9G:1:1113:25527:6919_CONS(1)... *
+>Cluster 117
+0 91nt, >M01687:460:000000000-LGY9G:1:1101:10902:14664_CONS(39)... *
+1 91nt, >M01687:460:000000000-LGY9G:1:1101:6356:19684_CONS(1)... at 1:91:1:91/+/98.90%
+2 90nt, >M01687:460:000000000-LGY9G:1:2102:11123:14928_CONS(1)... at 1:90:1:91/+/98.90%
+>Cluster 118
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13300:5582_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:23831:10478_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:25948:4073_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 119
+0 38nt, >M01687:460:000000000-LGY9G:1:2113:8619:6491_CONS(1)... *
+1 29nt, >M01687:460:000000000-LGY9G:1:2113:16818:25064_CONS(1)... at 1:29:1:29/+/100.00%
+2 34nt, >M01687:460:000000000-LGY9G:1:2117:22013:3493_CONS(1)... at 1:34:1:34/+/100.00%
+>Cluster 120
+0 64nt, >M01687:460:000000000-LGY9G:1:2114:4805:4734_CONS(1)... *
+1 48nt, >M01687:460:000000000-LGY9G:1:2112:23430:2202_CONS(2)... at 1:48:1:48/+/97.92%
+2 53nt, >M01687:460:000000000-LGY9G:1:1116:24623:18008_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 121
+0 57nt, >M01687:460:000000000-LGY9G:1:2109:5852:19892_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:22164:11097_CONS(1)... at 1:57:1:57/+/98.25%
+2 56nt, >M01687:460:000000000-LGY9G:1:1103:27078:20459_CONS(1)... at 1:56:1:57/+/98.25%
+>Cluster 122
+0 19nt, >M01687:460:000000000-LGY9G:1:1102:2216:13598_CONS(22)... at 1:18:1:18/+/100.00%
+1 18nt, >M01687:460:000000000-LGY9G:1:1119:23608:14913_CONS(2)... at 1:18:1:18/+/100.00%
+2 23nt, >M01687:460:000000000-LGY9G:1:1117:15349:3477_CONS(1)... *
+>Cluster 123
+0 52nt, >M01687:460:000000000-LGY9G:1:1101:25107:14608_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:2101:19280:5172_CONS(1)... at 1:52:1:52/+/98.08%
+2 50nt, >M01687:460:000000000-LGY9G:1:1111:25974:21302_CONS(1)... at 1:50:1:50/+/100.00%
+>Cluster 124
+0 31nt, >M01687:460:000000000-LGY9G:1:2107:9851:3043_CONS(1)... at 1:31:1:31/+/100.00%
+1 28nt, >M01687:460:000000000-LGY9G:1:2106:25881:12866_CONS(3)... at 1:28:1:28/+/100.00%
+2 32nt, >M01687:460:000000000-LGY9G:1:1118:25820:20256_CONS(1)... *
+>Cluster 125
+0 54nt, >M01687:460:000000000-LGY9G:1:2103:22619:8490_CONS(1)... at 2:54:4:56/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2103:13411:23725_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:1106:15979:4397_CONS(1)... at 4:56:4:56/+/100.00%
+>Cluster 126
+0 89nt, >M01687:460:000000000-LGY9G:1:1102:18126:9521_CONS(16)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2104:8188:7213_CONS(1)... at 1:89:1:89/+/98.88%
+2 89nt, >M01687:460:000000000-LGY9G:1:1105:7620:21971_CONS(1)... at 1:89:1:89/+/98.88%
+>Cluster 127
+0 58nt, >M01687:460:000000000-LGY9G:1:2106:13432:8855_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:23280:7487_CONS(1)... at 1:56:1:56/+/100.00%
+2 49nt, >M01687:460:000000000-LGY9G:1:1106:19338:14879_CONS(1)... at 1:49:1:49/+/100.00%
+>Cluster 128
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:9819:5544_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:23456:18998_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1104:15128:24698_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 129
+0 26nt, >M01687:460:000000000-LGY9G:1:2115:22603:9368_CONS(1)... at 1:26:1:26/+/100.00%
+1 34nt, >M01687:460:000000000-LGY9G:1:2112:8197:5045_CONS(1)... *
+2 30nt, >M01687:460:000000000-LGY9G:1:2110:14977:18259_CONS(1)... at 1:30:1:30/+/100.00%
+>Cluster 130
+0 73nt, >M01687:460:000000000-LGY9G:1:2114:4388:8769_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1116:5746:10391_CONS(1)... at 1:73:1:73/+/98.63%
+2 73nt, >M01687:460:000000000-LGY9G:1:1118:18217:23820_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 131
+0 93nt, >M01687:460:000000000-LGY9G:1:2114:14706:7799_CONS(1)... at 12:93:16:97/+/100.00%
+1 93nt, >M01687:460:000000000-LGY9G:1:2115:4119:7843_CONS(1)... at 9:93:13:97/+/98.82%
+2 97nt, >M01687:460:000000000-LGY9G:1:1105:6263:3552_CONS(1)... *
+>Cluster 132
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:25235:8248_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1115:14997:12170_CONS(3)... at 1:55:1:55/+/98.18%
+2 55nt, >M01687:460:000000000-LGY9G:1:1109:19153:18891_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 133
+0 100nt, >M01687:460:000000000-LGY9G:1:2115:26436:14846_CONS(1)... *
+1 100nt, >M01687:460:000000000-LGY9G:1:2107:28487:18084_CONS(13)... at 1:100:1:100/+/99.00%
+2 100nt, >M01687:460:000000000-LGY9G:1:2106:12900:23348_CONS(1)... at 1:100:1:100/+/98.00%
+>Cluster 134
+0 156nt, >M01687:460:000000000-LGY9G:1:1102:5156:8097_CONS(27)... *
+1 156nt, >M01687:460:000000000-LGY9G:1:2101:13447:9390_CONS(1)... at 1:156:1:156/+/99.36%
+2 156nt, >M01687:460:000000000-LGY9G:1:1107:11716:11624_CONS(1)... at 1:156:1:156/+/99.36%
+>Cluster 135
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:21514:17879_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:16326:4935_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:1103:11722:11379_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 136
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:6288:7421_CONS(1)... *
+1 62nt, >M01687:460:000000000-LGY9G:1:2114:13919:21417_CONS(1)... at 1:62:1:62/+/98.39%
+2 62nt, >M01687:460:000000000-LGY9G:1:2109:25727:8904_CONS(1)... at 1:62:1:62/+/98.39%
+>Cluster 137
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:12576:4060_CONS(30)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:12253:22048_CONS(2)... at 1:56:1:56/+/98.21%
+2 55nt, >M01687:460:000000000-LGY9G:1:1106:18445:9240_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 138
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:10721:3819_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2113:21871:15694_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:2117:22328:12395_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 139
+0 28nt, >M01687:460:000000000-LGY9G:1:2108:15266:9181_CONS(5)... at 5:28:4:27/+/100.00%
+1 32nt, >M01687:460:000000000-LGY9G:1:2116:9778:2927_CONS(1)... *
+2 29nt, >M01687:460:000000000-LGY9G:1:1115:12883:19091_CONS(2)... at 5:29:4:28/+/100.00%
+>Cluster 140
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18305:7150_CONS(29)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2117:7841:16188_CONS(1)... at 1:56:1:56/+/98.21%
+2 56nt, >M01687:460:000000000-LGY9G:1:1109:22529:20188_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 141
+0 39nt, >M01687:460:000000000-LGY9G:1:2104:24285:6560_CONS(1)... at 1:39:1:39/+/97.44%
+1 40nt, >M01687:460:000000000-LGY9G:1:1119:4779:8391_CONS(1)... *
+2 30nt, >M01687:460:000000000-LGY9G:1:1113:14000:16565_CONS(3)... at 1:30:1:30/+/100.00%
+>Cluster 142
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:23742:11308_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2106:21610:20109_CONS(1)... *
+2 56nt, >M01687:460:000000000-LGY9G:1:2116:5751:8095_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 143
+0 72nt, >M01687:460:000000000-LGY9G:1:2101:14999:22219_CONS(1)... *
+1 72nt, >M01687:460:000000000-LGY9G:1:1117:6773:7311_CONS(1)... at 1:72:1:72/+/97.22%
+2 72nt, >M01687:460:000000000-LGY9G:1:1118:22047:2921_CONS(1)... at 1:72:1:72/+/97.22%
+>Cluster 144
+0 47nt, >M01687:460:000000000-LGY9G:1:1102:26457:16868_CONS(1)... *
+1 40nt, >M01687:460:000000000-LGY9G:1:1119:23090:5031_CONS(1)... at 1:40:1:40/+/97.50%
+2 37nt, >M01687:460:000000000-LGY9G:1:1118:4782:8381_CONS(1)... at 1:37:1:37/+/97.30%
+>Cluster 145
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:14464:8486_CONS(327)... at 1:56:1:57/+/98.25%
+1 57nt, >M01687:460:000000000-LGY9G:1:1108:21534:16417_CONS(1)... *
+2 57nt, >M01687:460:000000000-LGY9G:1:1108:19408:17065_CONS(1)... at 5:57:4:57/+/98.15%
+>Cluster 146
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:8716:19434_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2114:16175:24349_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 147
+0 39nt, >M01687:460:000000000-LGY9G:1:2116:28268:19349_CONS(1)... at 1:39:1:39/+/100.00%
+1 51nt, >M01687:460:000000000-LGY9G:1:1113:16722:22389_CONS(1)... *
+>Cluster 148
+0 87nt, >M01687:460:000000000-LGY9G:1:2109:5572:21701_CONS(1)... at 1:87:1:87/+/98.85%
+1 88nt, >M01687:460:000000000-LGY9G:1:2109:5838:22456_CONS(1)... *
+>Cluster 149
+0 101nt, >M01687:460:000000000-LGY9G:1:2107:17928:13206_CONS(1)... at 1:101:2:102/+/99.01%
+1 102nt, >M01687:460:000000000-LGY9G:1:2107:16060:24773_CONS(5)... *
+>Cluster 150
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:19699:14980_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:4078:18425_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 151
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:12720:23903_CONS(8)... at 1:61:1:62/+/98.39%
+1 62nt, >M01687:460:000000000-LGY9G:1:2106:8735:14849_CONS(1)... *
+>Cluster 152
+0 56nt, >M01687:460:000000000-LGY9G:1:2112:24135:22056_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:23816:17435_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 153
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:13758:8616_CONS(7)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:1109:17881:19127_CONS(1)... at 1:60:1:61/+/98.36%
+>Cluster 154
+0 55nt, >M01687:460:000000000-LGY9G:1:1102:19992:12732_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:23977:8828_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 155
+0 55nt, >M01687:460:000000000-LGY9G:1:1106:9010:18636_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2119:22691:13484_CONS(1)... *
+>Cluster 156
+0 61nt, >M01687:460:000000000-LGY9G:1:1112:21836:24379_CONS(1)... at 4:61:5:62/+/98.28%
+1 62nt, >M01687:460:000000000-LGY9G:1:1105:16307:20339_CONS(1)... *
+>Cluster 157
+0 43nt, >M01687:460:000000000-LGY9G:1:1114:19624:7686_CONS(1)... at 1:43:1:43/+/97.67%
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:13416:2202_CONS(1)... *
+>Cluster 158
+0 58nt, >M01687:460:000000000-LGY9G:1:1101:25428:6898_CONS(163)... at 1:58:1:59/+/98.31%
+1 59nt, >M01687:460:000000000-LGY9G:1:2108:11634:9742_CONS(1)... *
+>Cluster 159
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:28307:14720_CONS(1)... *
+1 54nt, >M01687:460:000000000-LGY9G:1:2107:15176:11581_CONS(7)... at 1:54:1:54/+/98.15%
+>Cluster 160
+0 59nt, >M01687:460:000000000-LGY9G:1:2117:22954:10550_CONS(1)... *
+1 58nt, >M01687:460:000000000-LGY9G:1:1105:10193:5601_CONS(1)... at 1:58:1:58/+/98.28%
+>Cluster 161
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:21440:13756_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:2107:25758:7173_CONS(1)... at 1:55:1:55/+/98.18%
+>Cluster 162
+0 31nt, >M01687:460:000000000-LGY9G:1:2113:24003:6235_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:1111:5680:21082_CONS(2)... at 1:23:1:23/+/100.00%
+>Cluster 163
+0 54nt, >M01687:460:000000000-LGY9G:1:2103:15075:1732_CONS(1)... *
+1 46nt, >M01687:460:000000000-LGY9G:1:2118:23684:11325_CONS(1)... at 1:46:1:46/+/100.00%
+>Cluster 164
+0 141nt, >M01687:460:000000000-LGY9G:1:2109:10123:20542_CONS(1)... *
+1 126nt, >M01687:460:000000000-LGY9G:1:1117:14692:23420_CONS(1)... at 1:126:15:141/+/98.43%
+>Cluster 165
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:18238:7054_CONS(47)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:6349:4478_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 166
+0 86nt, >M01687:460:000000000-LGY9G:1:2117:16978:4436_CONS(1)... *
+1 86nt, >M01687:460:000000000-LGY9G:1:1116:7961:13880_CONS(1)... at 1:86:1:86/+/98.84%
+>Cluster 167
+0 58nt, >M01687:460:000000000-LGY9G:1:2104:27506:7744_CONS(1)... *
+1 44nt, >M01687:460:000000000-LGY9G:1:2117:23559:10924_CONS(1)... at 1:44:1:45/+/97.78%
+>Cluster 168
+0 27nt, >M01687:460:000000000-LGY9G:1:2106:19474:19302_CONS(1)... at 1:23:1:23/+/100.00%
+1 31nt, >M01687:460:000000000-LGY9G:1:1117:9586:18774_CONS(1)... *
+>Cluster 169
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:7735:4189_CONS(3)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:1103:9985:10752_CONS(1)... *
+>Cluster 170
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:22409:2720_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2115:7736:17693_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 171
+0 45nt, >M01687:460:000000000-LGY9G:1:1115:29257:15750_CONS(1)... at 1:45:1:45/+/100.00%
+1 59nt, >M01687:460:000000000-LGY9G:1:1107:26757:12563_CONS(1)... *
+>Cluster 172
+0 53nt, >M01687:460:000000000-LGY9G:1:1107:12126:2018_CONS(1)... at 1:53:1:53/+/100.00%
+1 55nt, >M01687:460:000000000-LGY9G:1:1108:25755:16032_CONS(1)... *
+>Cluster 173
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:14170:12553_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2111:6182:5678_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 174
+0 82nt, >M01687:460:000000000-LGY9G:1:2106:14601:18029_CONS(1)... at 5:82:11:88/+/100.00%
+1 103nt, >M01687:460:000000000-LGY9G:1:2119:23459:5171_CONS(1)... *
+>Cluster 175
+0 88nt, >M01687:460:000000000-LGY9G:1:2109:26901:6182_CONS(1)... *
+1 83nt, >M01687:460:000000000-LGY9G:1:1104:14053:8672_CONS(1)... at 11:83:16:88/+/97.26%
+>Cluster 176
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:29110:16993_CONS(1)... *
+1 52nt, >M01687:460:000000000-LGY9G:1:1110:29100:16442_CONS(1)... at 1:52:1:52/+/98.08%
+>Cluster 177
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:18458:21417_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1115:17769:13990_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 178
+0 51nt, >M01687:460:000000000-LGY9G:1:1102:25435:12355_CONS(1)... *
+1 51nt, >M01687:460:000000000-LGY9G:1:2112:19212:10474_CONS(18)... at 1:51:1:51/+/98.04%
+>Cluster 179
+0 61nt, >M01687:460:000000000-LGY9G:1:2112:14026:17180_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:1112:22226:20887_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 180
+0 61nt, >M01687:460:000000000-LGY9G:1:2110:16158:15092_CONS(1)... *
+1 61nt, >M01687:460:000000000-LGY9G:1:2109:23623:19396_CONS(1)... at 1:61:1:61/+/98.36%
+>Cluster 181
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:12583:7147_CONS(2)... *
+1 47nt, >M01687:460:000000000-LGY9G:1:1103:25059:20442_CONS(1)... at 1:47:1:47/+/100.00%
+>Cluster 182
+0 53nt, >M01687:460:000000000-LGY9G:1:1101:15735:8184_CONS(8)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:2104:12664:19264_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 183
+0 60nt, >M01687:460:000000000-LGY9G:1:2108:8442:5596_CONS(1)... *
+1 60nt, >M01687:460:000000000-LGY9G:1:2117:27654:15183_CONS(1)... at 1:60:1:60/+/98.33%
+>Cluster 184
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:7877:14899_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2112:6630:20713_CONS(3)... at 1:56:1:56/+/98.21%
+>Cluster 185
+0 53nt, >M01687:460:000000000-LGY9G:1:2114:27532:18576_CONS(18)... *
+1 53nt, >M01687:460:000000000-LGY9G:1:1107:22475:2101_CONS(1)... at 1:53:1:53/+/98.11%
+>Cluster 186
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:9452:24832_CONS(4)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2108:12815:19729_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 187
+0 49nt, >M01687:460:000000000-LGY9G:1:2102:11035:21986_CONS(1)... at 1:49:1:49/+/100.00%
+1 58nt, >M01687:460:000000000-LGY9G:1:1103:27921:6733_CONS(1)... *
+>Cluster 188
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:21685:4874_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2104:20534:3304_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 189
+0 67nt, >M01687:460:000000000-LGY9G:1:1102:26178:20098_CONS(1)... *
+1 67nt, >M01687:460:000000000-LGY9G:1:1113:22822:12343_CONS(1)... at 1:67:1:67/+/98.51%
+>Cluster 190
+0 66nt, >M01687:460:000000000-LGY9G:1:1101:3898:14199_CONS(3)... at 1:66:1:66/+/98.48%
+1 67nt, >M01687:460:000000000-LGY9G:1:2109:9868:8542_CONS(1)... *
+>Cluster 191
+0 36nt, >M01687:460:000000000-LGY9G:1:2102:16074:17531_CONS(2)... at 1:36:1:36/+/100.00%
+1 37nt, >M01687:460:000000000-LGY9G:1:1109:8562:18295_CONS(1)... *
+>Cluster 192
+0 35nt, >M01687:460:000000000-LGY9G:1:1102:18971:19722_CONS(1)... *
+1 35nt, >M01687:460:000000000-LGY9G:1:2115:14872:19121_CONS(6)... at 1:35:1:35/+/97.14%
+>Cluster 193
+0 55nt, >M01687:460:000000000-LGY9G:1:2113:4708:4844_CONS(1)... at 1:55:1:55/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:2109:16016:9281_CONS(1)... *
+>Cluster 194
+0 94nt, >M01687:460:000000000-LGY9G:1:1106:22210:19402_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:2119:26995:13794_CONS(1)... at 1:94:1:94/+/97.87%
+>Cluster 195
+0 75nt, >M01687:460:000000000-LGY9G:1:2115:11474:15764_CONS(1)... *
+1 75nt, >M01687:460:000000000-LGY9G:1:1117:21703:12630_CONS(1)... at 1:75:1:75/+/98.67%
+>Cluster 196
+0 56nt, >M01687:460:000000000-LGY9G:1:1119:4709:17965_CONS(1)... *
+1 55nt, >M01687:460:000000000-LGY9G:1:1110:6058:5647_CONS(1)... at 1:55:1:56/+/98.21%
+>Cluster 197
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:18367:2399_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:2108:9773:10433_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 198
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:4563:8305_CONS(1)... at 1:61:1:61/+/100.00%
+1 66nt, >M01687:460:000000000-LGY9G:1:1105:15564:13788_CONS(1)... *
+>Cluster 199
+0 94nt, >M01687:460:000000000-LGY9G:1:1119:18476:7350_CONS(1)... *
+1 94nt, >M01687:460:000000000-LGY9G:1:1115:16008:19409_CONS(2)... at 1:94:1:94/+/98.94%
+>Cluster 200
+0 94nt, >M01687:460:000000000-LGY9G:1:1105:6119:9423_CONS(1)... *
+1 93nt, >M01687:460:000000000-LGY9G:1:2119:26109:10590_CONS(1)... at 1:93:1:94/+/97.87%
+>Cluster 201
+0 56nt, >M01687:460:000000000-LGY9G:1:2109:23337:4245_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1116:20594:12265_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 202
+0 66nt, >M01687:460:000000000-LGY9G:1:2109:4292:17921_CONS(1)... *
+1 66nt, >M01687:460:000000000-LGY9G:1:2118:8581:6622_CONS(1)... at 1:66:1:66/+/98.48%
+>Cluster 203
+0 68nt, >M01687:460:000000000-LGY9G:1:1101:20878:16317_CONS(18)... *
+1 68nt, >M01687:460:000000000-LGY9G:1:1115:21366:11742_CONS(1)... at 1:68:1:68/+/98.53%
+>Cluster 204
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:14073:22122_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1108:22065:21606_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 205
+0 57nt, >M01687:460:000000000-LGY9G:1:2103:13079:2296_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1106:17081:11031_CONS(1)... at 1:56:1:57/+/98.25%
+>Cluster 206
+0 73nt, >M01687:460:000000000-LGY9G:1:1101:20222:10269_CONS(24)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2104:9738:14141_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 207
+0 73nt, >M01687:460:000000000-LGY9G:1:2111:17446:14288_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:2103:4545:12192_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 208
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:3996:5780_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1119:20932:18370_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 209
+0 33nt, >M01687:460:000000000-LGY9G:1:2111:16184:4360_CONS(1)... *
+1 33nt, >M01687:460:000000000-LGY9G:1:1116:2211:13484_CONS(1)... at 1:25:1:25/+/100.00%
+>Cluster 210
+0 73nt, >M01687:460:000000000-LGY9G:1:2112:22596:12410_CONS(1)... *
+1 73nt, >M01687:460:000000000-LGY9G:1:1113:23435:15391_CONS(1)... at 1:73:1:73/+/98.63%
+>Cluster 211
+0 69nt, >M01687:460:000000000-LGY9G:1:2103:13969:14972_CONS(1)... *
+1 69nt, >M01687:460:000000000-LGY9G:1:1109:16042:7482_CONS(1)... at 1:69:1:69/+/98.55%
+>Cluster 212
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:13454:5710_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1103:14185:12677_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 213
+0 24nt, >M01687:460:000000000-LGY9G:1:2106:16596:3935_CONS(1)... at 1:24:1:24/+/100.00%
+1 27nt, >M01687:460:000000000-LGY9G:1:1111:28830:8418_CONS(1)... *
+>Cluster 214
+0 56nt, >M01687:460:000000000-LGY9G:1:2117:4818:5950_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1104:26205:12309_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 215
+0 31nt, >M01687:460:000000000-LGY9G:1:2106:22603:12388_CONS(1)... *
+1 24nt, >M01687:460:000000000-LGY9G:1:2103:5714:15599_CONS(1)... at 1:23:1:23/+/100.00%
+>Cluster 216
+0 71nt, >M01687:460:000000000-LGY9G:1:2110:8097:15626_CONS(1)... *
+1 71nt, >M01687:460:000000000-LGY9G:1:2103:19201:19319_CONS(1)... at 1:71:1:71/+/98.59%
+>Cluster 217
+0 70nt, >M01687:460:000000000-LGY9G:1:1101:11495:11627_CONS(31)... *
+1 70nt, >M01687:460:000000000-LGY9G:1:1103:20579:16852_CONS(1)... at 1:70:1:70/+/98.57%
+>Cluster 218
+0 55nt, >M01687:460:000000000-LGY9G:1:2108:12114:21952_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:19455:15994_CONS(1)... *
+>Cluster 219
+0 63nt, >M01687:460:000000000-LGY9G:1:1102:23220:13135_CONS(3)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1106:9954:17224_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 220
+0 63nt, >M01687:460:000000000-LGY9G:1:2116:27574:11854_CONS(1)... *
+1 63nt, >M01687:460:000000000-LGY9G:1:1118:11839:22604_CONS(1)... at 1:63:1:63/+/98.41%
+>Cluster 221
+0 44nt, >M01687:460:000000000-LGY9G:1:1106:13873:23796_CONS(1)... *
+1 34nt, >M01687:460:000000000-LGY9G:1:1117:1973:15601_CONS(1)... at 1:34:1:34/+/100.00%
+>Cluster 222
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:9853:5962_CONS(90)... *
+1 88nt, >M01687:460:000000000-LGY9G:1:1118:26664:8268_CONS(1)... at 1:88:1:89/+/98.88%
+>Cluster 223
+0 43nt, >M01687:460:000000000-LGY9G:1:1119:23643:21854_CONS(1)... *
+1 36nt, >M01687:460:000000000-LGY9G:1:1118:1915:12722_CONS(1)... at 1:36:1:35/+/97.22%
+>Cluster 224
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:6297:3883_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:28896:17002_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 225
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:9497:20852_CONS(1)... *
+1 57nt, >M01687:460:000000000-LGY9G:1:2102:19972:23632_CONS(1)... at 1:57:1:57/+/98.25%
+>Cluster 226
+0 89nt, >M01687:460:000000000-LGY9G:1:1101:4534:17631_CONS(1)... *
+1 89nt, >M01687:460:000000000-LGY9G:1:2115:4495:10310_CONS(23)... at 1:89:1:89/+/98.88%
+>Cluster 227
+0 98nt, >M01687:460:000000000-LGY9G:1:2114:6548:22701_CONS(1)... *
+1 98nt, >M01687:460:000000000-LGY9G:1:2118:13356:12548_CONS(1)... at 1:98:1:98/+/98.98%
+>Cluster 228
+0 47nt, >M01687:460:000000000-LGY9G:1:2110:25905:5056_CONS(2)... *
+1 44nt, >M01687:460:000000000-LGY9G:1:1106:16134:4759_CONS(1)... at 1:44:1:44/+/100.00%
+>Cluster 229
+0 55nt, >M01687:460:000000000-LGY9G:1:2107:18920:9147_CONS(1)... at 1:51:1:51/+/100.00%
+1 56nt, >M01687:460:000000000-LGY9G:1:1111:20560:21026_CONS(1)... *
+>Cluster 230
+0 18nt, >M01687:460:000000000-LGY9G:1:2111:25408:4625_CONS(1)... at 1:18:1:18/+/100.00%
+1 20nt, >M01687:460:000000000-LGY9G:1:1109:6649:21355_CONS(1)... *
+>Cluster 231
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:17761:6644_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1118:10006:20728_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 232
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:18897:11602_CONS(1)... at 1:55:1:56/+/98.21%
+1 56nt, >M01687:460:000000000-LGY9G:1:2110:12698:22837_CONS(9)... *
+>Cluster 233
+0 65nt, >M01687:460:000000000-LGY9G:1:1102:13862:12593_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1103:26588:14415_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 234
+0 56nt, >M01687:460:000000000-LGY9G:1:2101:12965:21711_CONS(1)... *
+1 56nt, >M01687:460:000000000-LGY9G:1:1114:14157:20209_CONS(1)... at 1:56:1:56/+/98.21%
+>Cluster 235
+0 65nt, >M01687:460:000000000-LGY9G:1:1119:10388:15563_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1117:3008:16162_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 236
+0 31nt, >M01687:460:000000000-LGY9G:1:1116:18866:12828_CONS(1)... at 1:31:1:31/+/100.00%
+1 39nt, >M01687:460:000000000-LGY9G:1:1105:6663:4445_CONS(1)... *
+>Cluster 237
+0 65nt, >M01687:460:000000000-LGY9G:1:2115:24488:3472_CONS(7)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:2103:23471:18442_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 238
+0 78nt, >M01687:460:000000000-LGY9G:1:2106:17529:7002_CONS(1)... *
+1 78nt, >M01687:460:000000000-LGY9G:1:1119:14210:17670_CONS(1)... at 1:78:1:78/+/98.72%
+>Cluster 239
+0 64nt, >M01687:460:000000000-LGY9G:1:1102:23344:4361_CONS(10)... *
+1 64nt, >M01687:460:000000000-LGY9G:1:1118:25353:14355_CONS(1)... at 1:64:1:64/+/98.44%
+>Cluster 240
+0 34nt, >M01687:460:000000000-LGY9G:1:2104:26666:11258_CONS(1)... at 1:34:1:34/+/97.06%
+1 42nt, >M01687:460:000000000-LGY9G:1:1105:3357:8401_CONS(1)... *
+>Cluster 241
+0 18nt, >M01687:460:000000000-LGY9G:1:2112:26536:21939_CONS(1)... *
+1 17nt, >M01687:460:000000000-LGY9G:1:1103:15061:23134_CONS(1)... at 4:16:6:18/+/100.00%
+>Cluster 242
+0 95nt, >M01687:460:000000000-LGY9G:1:2113:25753:6818_CONS(1)... *
+1 95nt, >M01687:460:000000000-LGY9G:1:2118:18481:19564_CONS(1)... at 1:95:1:95/+/97.89%
+>Cluster 243
+0 65nt, >M01687:460:000000000-LGY9G:1:1101:7851:22923_CONS(1)... *
+1 65nt, >M01687:460:000000000-LGY9G:1:1111:13212:14224_CONS(1)... at 1:65:1:65/+/98.46%
+>Cluster 244
+0 26nt, >M01687:460:000000000-LGY9G:1:2113:25964:4485_CONS(1)... at 3:26:3:26/+/100.00%
+1 33nt, >M01687:460:000000000-LGY9G:1:1109:23440:23409_CONS(1)... *
+>Cluster 245
+0 31nt, >M01687:460:000000000-LGY9G:1:1103:22330:24617_CONS(1)... *
+>Cluster 246
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:22401:16079_CONS(1)... *
+>Cluster 247
+0 56nt, >M01687:460:000000000-LGY9G:1:1104:9923:5870_CONS(1)... *
+>Cluster 248
+0 56nt, >M01687:460:000000000-LGY9G:1:1117:7954:12946_CONS(1)... *
+>Cluster 249
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:26119:17747_CONS(1)... *
+>Cluster 250
+0 56nt, >M01687:460:000000000-LGY9G:1:1115:2192:11769_CONS(1)... *
+>Cluster 251
+0 56nt, >M01687:460:000000000-LGY9G:1:1114:15993:19211_CONS(1)... *
+>Cluster 252
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:19091:8610_CONS(1)... *
+>Cluster 253
+0 56nt, >M01687:460:000000000-LGY9G:1:1109:23228:16591_CONS(2)... *
+>Cluster 254
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:16383:14010_CONS(1)... *
+>Cluster 255
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:4919:5287_CONS(1)... *
+>Cluster 256
+0 56nt, >M01687:460:000000000-LGY9G:1:2102:14287:16880_CONS(1)... *
+>Cluster 257
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:10659:16906_CONS(1)... *
+>Cluster 258
+0 56nt, >M01687:460:000000000-LGY9G:1:2116:28261:13302_CONS(1)... *
+>Cluster 259
+0 30nt, >M01687:460:000000000-LGY9G:1:2103:23865:2671_CONS(1)... *
+>Cluster 260
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:18735:13931_CONS(1)... *
+>Cluster 261
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:14869:14162_CONS(1)... *
+>Cluster 262
+0 56nt, >M01687:460:000000000-LGY9G:1:1103:28642:12296_CONS(1)... *
+>Cluster 263
+0 56nt, >M01687:460:000000000-LGY9G:1:1106:20523:18914_CONS(1)... *
+>Cluster 264
+0 56nt, >M01687:460:000000000-LGY9G:1:1107:4950:10701_CONS(1)... *
+>Cluster 265
+0 56nt, >M01687:460:000000000-LGY9G:1:1110:3460:19949_CONS(1)... *
+>Cluster 266
+0 56nt, >M01687:460:000000000-LGY9G:1:1108:13288:14571_CONS(1)... *
+>Cluster 267
+0 56nt, >M01687:460:000000000-LGY9G:1:1105:9414:19705_CONS(1)... *
+>Cluster 268
+0 30nt, >M01687:460:000000000-LGY9G:1:2109:14593:4435_CONS(1)... *
+>Cluster 269
+0 25nt, >M01687:460:000000000-LGY9G:1:1103:24123:10697_CONS(1)... *
+>Cluster 270
+0 43nt, >M01687:460:000000000-LGY9G:1:2105:18144:17749_CONS(1)... *
+>Cluster 271
+0 29nt, >M01687:460:000000000-LGY9G:1:1105:19044:22836_CONS(1)... *
+>Cluster 272
+0 47nt, >M01687:460:000000000-LGY9G:1:1117:11011:14091_CONS(1)... *
+>Cluster 273
+0 42nt, >M01687:460:000000000-LGY9G:1:1108:8489:6770_CONS(1)... *
+>Cluster 274
+0 40nt, >M01687:460:000000000-LGY9G:1:2107:22364:10510_CONS(1)... *
+>Cluster 275
+0 43nt, >M01687:460:000000000-LGY9G:1:1106:14763:17417_CONS(1)... *
+>Cluster 276
+0 43nt, >M01687:460:000000000-LGY9G:1:1103:21557:3513_CONS(1)... *
+>Cluster 277
+0 23nt, >M01687:460:000000000-LGY9G:1:1112:23062:22357_CONS(1)... *
+>Cluster 278
+0 48nt, >M01687:460:000000000-LGY9G:1:1115:23623:17752_CONS(1)... *
+>Cluster 279
+0 48nt, >M01687:460:000000000-LGY9G:1:1113:3850:10688_CONS(1)... *
+>Cluster 280
+0 49nt, >M01687:460:000000000-LGY9G:1:2101:9171:7962_CONS(1)... *
+>Cluster 281
+0 48nt, >M01687:460:000000000-LGY9G:1:2102:19837:19314_CONS(1)... *
+>Cluster 282
+0 48nt, >M01687:460:000000000-LGY9G:1:1104:23093:8720_CONS(1)... *
+>Cluster 283
+0 47nt, >M01687:460:000000000-LGY9G:1:2108:15866:9844_CONS(1)... *
+>Cluster 284
+0 48nt, >M01687:460:000000000-LGY9G:1:1110:20615:12273_CONS(1)... *
+>Cluster 285
+0 48nt, >M01687:460:000000000-LGY9G:1:1106:4221:16636_CONS(1)... *
+>Cluster 286
+0 32nt, >M01687:460:000000000-LGY9G:1:2102:14446:9316_CONS(1)... *
+>Cluster 287
+0 35nt, >M01687:460:000000000-LGY9G:1:1106:2176:16664_CONS(1)... *
+>Cluster 288
+0 28nt, >M01687:460:000000000-LGY9G:1:1112:23584:14956_CONS(1)... *
+>Cluster 289
+0 35nt, >M01687:460:000000000-LGY9G:1:2110:11912:9030_CONS(1)... *
+>Cluster 290
+0 35nt, >M01687:460:000000000-LGY9G:1:2106:3544:10726_CONS(1)... *
+>Cluster 291
+0 34nt, >M01687:460:000000000-LGY9G:1:1103:15021:18413_CONS(1)... *
+>Cluster 292
+0 33nt, >M01687:460:000000000-LGY9G:1:2106:17967:18298_CONS(1)... *
+>Cluster 293
+0 34nt, >M01687:460:000000000-LGY9G:1:2109:16942:7063_CONS(1)... *
+>Cluster 294
+0 34nt, >M01687:460:000000000-LGY9G:1:2109:6093:23099_CONS(1)... *
+>Cluster 295
+0 33nt, >M01687:460:000000000-LGY9G:1:2117:21720:23553_CONS(1)... *
+>Cluster 296
+0 38nt, >M01687:460:000000000-LGY9G:1:1112:14239:8297_CONS(1)... *
+>Cluster 297
+0 38nt, >M01687:460:000000000-LGY9G:1:1110:3480:8226_CONS(1)... *
+>Cluster 298
+0 39nt, >M01687:460:000000000-LGY9G:1:2117:2591:14363_CONS(1)... *
+>Cluster 299
+0 33nt, >M01687:460:000000000-LGY9G:1:2119:24195:17211_CONS(1)... *
+>Cluster 300
+0 26nt, >M01687:460:000000000-LGY9G:1:2106:7393:7287_CONS(1)... *
+>Cluster 301
+0 27nt, >M01687:460:000000000-LGY9G:1:2114:16580:2650_CONS(1)... *
+>Cluster 302
+0 37nt, >M01687:460:000000000-LGY9G:1:2106:20124:9502_CONS(1)... *
+>Cluster 303
+0 33nt, >M01687:460:000000000-LGY9G:1:1109:29097:16980_CONS(1)... *
+>Cluster 304
+0 55nt, >M01687:460:000000000-LGY9G:1:2117:23256:16226_CONS(1)... *
+>Cluster 305
+0 55nt, >M01687:460:000000000-LGY9G:1:2116:7776:3975_CONS(1)... *
+>Cluster 306
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:14155:11820_CONS(1)... *
+>Cluster 307
+0 55nt, >M01687:460:000000000-LGY9G:1:2110:11684:18812_CONS(1)... *
+>Cluster 308
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:27797:7143_CONS(1)... *
+>Cluster 309
+0 55nt, >M01687:460:000000000-LGY9G:1:1107:15132:23935_CONS(1)... *
+>Cluster 310
+0 55nt, >M01687:460:000000000-LGY9G:1:2116:13636:10431_CONS(1)... *
+>Cluster 311
+0 55nt, >M01687:460:000000000-LGY9G:1:1119:10779:18126_CONS(1)... *
+>Cluster 312
+0 55nt, >M01687:460:000000000-LGY9G:1:2112:12212:10623_CONS(1)... *
+>Cluster 313
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:5640:8431_CONS(1)... *
+>Cluster 314
+0 17nt, >M01687:460:000000000-LGY9G:1:1103:12771:20553_CONS(1)... *
+>Cluster 315
+0 56nt, >M01687:460:000000000-LGY9G:1:1117:22330:15933_CONS(1)... *
+>Cluster 316
+0 56nt, >M01687:460:000000000-LGY9G:1:1118:12061:2975_CONS(1)... *
+>Cluster 317
+0 56nt, >M01687:460:000000000-LGY9G:1:2118:18596:6676_CONS(1)... *
+>Cluster 318
+0 55nt, >M01687:460:000000000-LGY9G:1:2114:27176:15204_CONS(1)... *
+>Cluster 319
+0 19nt, >M01687:460:000000000-LGY9G:1:1104:22920:25068_CONS(1)... *
+>Cluster 320
+0 22nt, >M01687:460:000000000-LGY9G:1:1114:4139:19709_CONS(1)... *
+>Cluster 321
+0 55nt, >M01687:460:000000000-LGY9G:1:1118:24440:15770_CONS(1)... *
+>Cluster 322
+0 52nt, >M01687:460:000000000-LGY9G:1:1108:10003:16798_CONS(1)... *
+>Cluster 323
+0 51nt, >M01687:460:000000000-LGY9G:1:2109:23970:7783_CONS(1)... *
+>Cluster 324
+0 52nt, >M01687:460:000000000-LGY9G:1:2107:11788:11495_CONS(1)... *
+>Cluster 325
+0 52nt, >M01687:460:000000000-LGY9G:1:1112:9484:11562_CONS(1)... *
+>Cluster 326
+0 50nt, >M01687:460:000000000-LGY9G:1:2114:7865:24068_CONS(1)... *
+>Cluster 327
+0 50nt, >M01687:460:000000000-LGY9G:1:2101:17054:13622_CONS(1)... *
+>Cluster 328
+0 51nt, >M01687:460:000000000-LGY9G:1:1103:14814:8824_CONS(1)... *
+>Cluster 329
+0 50nt, >M01687:460:000000000-LGY9G:1:2114:9634:14523_CONS(1)... *
+>Cluster 330
+0 53nt, >M01687:460:000000000-LGY9G:1:2102:5667:6716_CONS(1)... *
+>Cluster 331
+0 54nt, >M01687:460:000000000-LGY9G:1:2110:9129:21124_CONS(1)... *
+>Cluster 332
+0 54nt, >M01687:460:000000000-LGY9G:1:2107:24792:23683_CONS(1)... *
+>Cluster 333
+0 55nt, >M01687:460:000000000-LGY9G:1:2118:11881:7283_CONS(1)... *
+>Cluster 334
+0 54nt, >M01687:460:000000000-LGY9G:1:2112:23271:7740_CONS(2)... *
+>Cluster 335
+0 54nt, >M01687:460:000000000-LGY9G:1:1118:3774:20145_CONS(1)... *
+>Cluster 336
+0 53nt, >M01687:460:000000000-LGY9G:1:2106:7733:8129_CONS(13)... *
+>Cluster 337
+0 54nt, >M01687:460:000000000-LGY9G:1:2105:20598:19610_CONS(1)... *
+>Cluster 338
+0 54nt, >M01687:460:000000000-LGY9G:1:1109:16720:12675_CONS(1)... *
+>Cluster 339
+0 56nt, >M01687:460:000000000-LGY9G:1:2103:20375:15480_CONS(1)... *
+>Cluster 340
+0 66nt, >M01687:460:000000000-LGY9G:1:1105:21456:3264_CONS(1)... *
+>Cluster 341
+0 66nt, >M01687:460:000000000-LGY9G:1:1118:14782:6738_CONS(2)... *
+>Cluster 342
+0 66nt, >M01687:460:000000000-LGY9G:1:2102:8760:20808_CONS(1)... *
+>Cluster 343
+0 66nt, >M01687:460:000000000-LGY9G:1:2111:13317:19420_CONS(1)... *
+>Cluster 344
+0 66nt, >M01687:460:000000000-LGY9G:1:2102:26306:16873_CONS(1)... *
+>Cluster 345
+0 65nt, >M01687:460:000000000-LGY9G:1:2116:12020:15884_CONS(1)... *
+>Cluster 346
+0 65nt, >M01687:460:000000000-LGY9G:1:1115:23784:4238_CONS(1)... *
+>Cluster 347
+0 65nt, >M01687:460:000000000-LGY9G:1:2110:29350:14876_CONS(1)... *
+>Cluster 348
+0 65nt, >M01687:460:000000000-LGY9G:1:2114:12903:14230_CONS(1)... *
+>Cluster 349
+0 65nt, >M01687:460:000000000-LGY9G:1:2113:20346:11090_CONS(1)... *
+>Cluster 350
+0 66nt, >M01687:460:000000000-LGY9G:1:1102:16889:3394_CONS(1)... *
+>Cluster 351
+0 72nt, >M01687:460:000000000-LGY9G:1:2110:11429:16706_CONS(7)... *
+>Cluster 352
+0 71nt, >M01687:460:000000000-LGY9G:1:2113:14681:23251_CONS(1)... *
+>Cluster 353
+0 72nt, >M01687:460:000000000-LGY9G:1:2110:25816:9463_CONS(1)... *
+>Cluster 354
+0 73nt, >M01687:460:000000000-LGY9G:1:2103:10345:11117_CONS(1)... *
+>Cluster 355
+0 72nt, >M01687:460:000000000-LGY9G:1:2112:10488:13452_CONS(1)... *
+>Cluster 356
+0 67nt, >M01687:460:000000000-LGY9G:1:2115:21095:1888_CONS(1)... *
+>Cluster 357
+0 67nt, >M01687:460:000000000-LGY9G:1:2103:11635:6367_CONS(1)... *
+>Cluster 358
+0 67nt, >M01687:460:000000000-LGY9G:1:1101:14105:22266_CONS(1)... *
+>Cluster 359
+0 70nt, >M01687:460:000000000-LGY9G:1:1102:27995:10070_CONS(1)... *
+>Cluster 360
+0 69nt, >M01687:460:000000000-LGY9G:1:1111:17603:20442_CONS(1)... *
+>Cluster 361
+0 65nt, >M01687:460:000000000-LGY9G:1:1113:9332:10769_CONS(1)... *
+>Cluster 362
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:10438:11288_CONS(1)... *
+>Cluster 363
+0 62nt, >M01687:460:000000000-LGY9G:1:2114:10798:7876_CONS(1)... *
+>Cluster 364
+0 62nt, >M01687:460:000000000-LGY9G:1:1102:25371:4721_CONS(19)... *
+>Cluster 365
+0 63nt, >M01687:460:000000000-LGY9G:1:2108:19144:2903_CONS(1)... *
+>Cluster 366
+0 62nt, >M01687:460:000000000-LGY9G:1:1101:19711:21900_CONS(1)... *
+>Cluster 367
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:14625:24808_CONS(1)... *
+>Cluster 368
+0 62nt, >M01687:460:000000000-LGY9G:1:2111:21396:10840_CONS(1)... *
+>Cluster 369
+0 62nt, >M01687:460:000000000-LGY9G:1:2110:23512:7259_CONS(1)... *
+>Cluster 370
+0 62nt, >M01687:460:000000000-LGY9G:1:2115:15736:9321_CONS(2)... *
+>Cluster 371
+0 62nt, >M01687:460:000000000-LGY9G:1:2115:18139:11297_CONS(5)... *
+>Cluster 372
+0 63nt, >M01687:460:000000000-LGY9G:1:2111:20145:20329_CONS(1)... *
+>Cluster 373
+0 64nt, >M01687:460:000000000-LGY9G:1:2113:14033:9423_CONS(1)... *
+>Cluster 374
+0 64nt, >M01687:460:000000000-LGY9G:1:2111:26535:20579_CONS(1)... *
+>Cluster 375
+0 64nt, >M01687:460:000000000-LGY9G:1:1101:16392:13073_CONS(1)... *
+>Cluster 376
+0 65nt, >M01687:460:000000000-LGY9G:1:1117:23191:2539_CONS(1)... *
+>Cluster 377
+0 65nt, >M01687:460:000000000-LGY9G:1:2118:7116:21531_CONS(1)... *
+>Cluster 378
+0 64nt, >M01687:460:000000000-LGY9G:1:2116:9427:18294_CONS(1)... *
+>Cluster 379
+0 64nt, >M01687:460:000000000-LGY9G:1:1107:10659:7299_CONS(1)... *
+>Cluster 380
+0 64nt, >M01687:460:000000000-LGY9G:1:2102:22272:6604_CONS(1)... *
+>Cluster 381
+0 64nt, >M01687:460:000000000-LGY9G:1:2107:18714:10098_CONS(1)... *
+>Cluster 382
+0 64nt, >M01687:460:000000000-LGY9G:1:2106:6301:5352_CONS(1)... *
+>Cluster 383
+0 73nt, >M01687:460:000000000-LGY9G:1:2103:24150:10604_CONS(1)... *
+>Cluster 384
+0 92nt, >M01687:460:000000000-LGY9G:1:2103:19008:11814_CONS(1)... *
+>Cluster 385
+0 90nt, >M01687:460:000000000-LGY9G:1:2103:26278:12505_CONS(1)... *
+>Cluster 386
+0 93nt, >M01687:460:000000000-LGY9G:1:2104:7261:10036_CONS(1)... *
+>Cluster 387
+0 93nt, >M01687:460:000000000-LGY9G:1:1101:11564:11468_CONS(1)... *
+>Cluster 388
+0 93nt, >M01687:460:000000000-LGY9G:1:1102:16411:17215_CONS(1)... *
+>Cluster 389
+0 88nt, >M01687:460:000000000-LGY9G:1:1111:28102:13012_CONS(1)... *
+>Cluster 390
+0 87nt, >M01687:460:000000000-LGY9G:1:1105:11558:4433_CONS(1)... *
+>Cluster 391
+0 88nt, >M01687:460:000000000-LGY9G:1:2104:27133:5788_CONS(1)... *
+>Cluster 392
+0 89nt, >M01687:460:000000000-LGY9G:1:2107:14838:16984_CONS(3)... *
+>Cluster 393
+0 88nt, >M01687:460:000000000-LGY9G:1:2112:29109:11178_CONS(1)... *
+>Cluster 394
+0 94nt, >M01687:460:000000000-LGY9G:1:1117:26867:7734_CONS(1)... *
+>Cluster 395
+0 124nt, >M01687:460:000000000-LGY9G:1:1116:9389:21238_CONS(1)... *
+>Cluster 396
+0 118nt, >M01687:460:000000000-LGY9G:1:1117:9656:11300_CONS(1)... *
+>Cluster 397
+0 125nt, >M01687:460:000000000-LGY9G:1:1116:15156:21710_CONS(1)... *
+>Cluster 398
+0 128nt, >M01687:460:000000000-LGY9G:1:2103:17109:4730_CONS(1)... *
+>Cluster 399
+0 126nt, >M01687:460:000000000-LGY9G:1:2116:7816:3172_CONS(1)... *
+>Cluster 400
+0 97nt, >M01687:460:000000000-LGY9G:1:2107:22006:12770_CONS(1)... *
+>Cluster 401
+0 97nt, >M01687:460:000000000-LGY9G:1:1108:9733:8243_CONS(1)... *
+>Cluster 402
+0 98nt, >M01687:460:000000000-LGY9G:1:1109:28405:14714_CONS(1)... *
+>Cluster 403
+0 110nt, >M01687:460:000000000-LGY9G:1:2105:23715:4592_CONS(1)... *
+>Cluster 404
+0 103nt, >M01687:460:000000000-LGY9G:1:2114:7472:19038_CONS(1)... *
+>Cluster 405
+0 86nt, >M01687:460:000000000-LGY9G:1:1114:10704:23716_CONS(1)... *
+>Cluster 406
+0 76nt, >M01687:460:000000000-LGY9G:1:1106:10151:7982_CONS(1)... *
+>Cluster 407
+0 74nt, >M01687:460:000000000-LGY9G:1:2114:16833:5771_CONS(1)... *
+>Cluster 408
+0 76nt, >M01687:460:000000000-LGY9G:1:1112:3687:19315_CONS(1)... *
+>Cluster 409
+0 78nt, >M01687:460:000000000-LGY9G:1:1108:11769:5508_CONS(1)... *
+>Cluster 410
+0 77nt, >M01687:460:000000000-LGY9G:1:1118:14169:8538_CONS(1)... *
+>Cluster 411
+0 73nt, >M01687:460:000000000-LGY9G:1:2109:19333:8481_CONS(5)... *
+>Cluster 412
+0 73nt, >M01687:460:000000000-LGY9G:1:2106:6759:17170_CONS(1)... *
+>Cluster 413
+0 73nt, >M01687:460:000000000-LGY9G:1:2115:16298:9802_CONS(1)... *
+>Cluster 414
+0 74nt, >M01687:460:000000000-LGY9G:1:2104:9982:25032_CONS(1)... *
+>Cluster 415
+0 73nt, >M01687:460:000000000-LGY9G:1:1102:9443:12638_CONS(26)... *
+>Cluster 416
+0 79nt, >M01687:460:000000000-LGY9G:1:2106:15650:17901_CONS(1)... *
+>Cluster 417
+0 83nt, >M01687:460:000000000-LGY9G:1:2114:25862:11633_CONS(1)... *
+>Cluster 418
+0 83nt, >M01687:460:000000000-LGY9G:1:1119:10164:17491_CONS(1)... *
+>Cluster 419
+0 85nt, >M01687:460:000000000-LGY9G:1:1118:26871:6047_CONS(1)... *
+>Cluster 420
+0 86nt, >M01687:460:000000000-LGY9G:1:1108:20005:9574_CONS(1)... *
+>Cluster 421
+0 85nt, >M01687:460:000000000-LGY9G:1:2115:27343:6403_CONS(1)... *
+>Cluster 422
+0 82nt, >M01687:460:000000000-LGY9G:1:2117:8193:5165_CONS(1)... *
+>Cluster 423
+0 79nt, >M01687:460:000000000-LGY9G:1:2108:10550:11651_CONS(4)... *
+>Cluster 424
+0 82nt, >M01687:460:000000000-LGY9G:1:2112:24819:15572_CONS(1)... *
+>Cluster 425
+0 83nt, >M01687:460:000000000-LGY9G:1:1113:8443:9198_CONS(1)... *
+>Cluster 426
+0 83nt, >M01687:460:000000000-LGY9G:1:1106:8202:13203_CONS(1)... *
+>Cluster 427
+0 57nt, >M01687:460:000000000-LGY9G:1:1113:23226:10164_CONS(1)... *
+>Cluster 428
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:9086:13269_CONS(15)... *
+>Cluster 429
+0 57nt, >M01687:460:000000000-LGY9G:1:1114:10421:11696_CONS(1)... *
+>Cluster 430
+0 57nt, >M01687:460:000000000-LGY9G:1:2104:6595:7192_CONS(1)... *
+>Cluster 431
+0 57nt, >M01687:460:000000000-LGY9G:1:1116:10799:20270_CONS(1)... *
+>Cluster 432
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:5591:20648_CONS(1)... *
+>Cluster 433
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:2811:18022_CONS(1)... *
+>Cluster 434
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:4118:12518_CONS(18)... *
+>Cluster 435
+0 56nt, >M01687:460:000000000-LGY9G:1:1101:10775:23836_CONS(1)... *
+>Cluster 436
+0 56nt, >M01687:460:000000000-LGY9G:1:1102:8776:10355_CONS(1)... *
+>Cluster 437
+0 57nt, >M01687:460:000000000-LGY9G:1:2106:25304:20679_CONS(1)... *
+>Cluster 438
+0 58nt, >M01687:460:000000000-LGY9G:1:1108:23732:16632_CONS(1)... *
+>Cluster 439
+0 58nt, >M01687:460:000000000-LGY9G:1:1108:15027:19595_CONS(1)... *
+>Cluster 440
+0 58nt, >M01687:460:000000000-LGY9G:1:1107:11545:19616_CONS(1)... *
+>Cluster 441
+0 58nt, >M01687:460:000000000-LGY9G:1:1113:21880:11589_CONS(1)... *
+>Cluster 442
+0 58nt, >M01687:460:000000000-LGY9G:1:1113:3576:18452_CONS(1)... *
+>Cluster 443
+0 57nt, >M01687:460:000000000-LGY9G:1:2115:5180:12320_CONS(1)... *
+>Cluster 444
+0 57nt, >M01687:460:000000000-LGY9G:1:2107:19926:7748_CONS(1)... *
+>Cluster 445
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:5583:12372_CONS(1)... *
+>Cluster 446
+0 58nt, >M01687:460:000000000-LGY9G:1:1117:6452:7378_CONS(1)... *
+>Cluster 447
+0 58nt, >M01687:460:000000000-LGY9G:1:2119:9451:5408_CONS(1)... *
+>Cluster 448
+0 56nt, >M01687:460:000000000-LGY9G:1:2114:13025:22577_CONS(1)... *
+>Cluster 449
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:16746:19827_CONS(1)... *
+>Cluster 450
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:16948:6744_CONS(1)... *
+>Cluster 451
+0 56nt, >M01687:460:000000000-LGY9G:1:2108:24654:12755_CONS(1)... *
+>Cluster 452
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:10269:12392_CONS(13)... *
+>Cluster 453
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:17277:24331_CONS(1)... *
+>Cluster 454
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:6883:18873_CONS(1)... *
+>Cluster 455
+0 56nt, >M01687:460:000000000-LGY9G:1:2104:10866:3239_CONS(1)... *
+>Cluster 456
+0 56nt, >M01687:460:000000000-LGY9G:1:2105:8025:6504_CONS(1)... *
+>Cluster 457
+0 56nt, >M01687:460:000000000-LGY9G:1:2107:4945:10640_CONS(3)... *
+>Cluster 458
+0 56nt, >M01687:460:000000000-LGY9G:1:2106:11566:22154_CONS(1)... *
+>Cluster 459
+0 56nt, >M01687:460:000000000-LGY9G:1:2111:26598:4930_CONS(1)... *
+>Cluster 460
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:16071:7420_CONS(1)... *
+>Cluster 461
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:17674:12183_CONS(1)... *
+>Cluster 462
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:25370:5230_CONS(4)... *
+>Cluster 463
+0 56nt, >M01687:460:000000000-LGY9G:1:2115:11959:6273_CONS(1)... *
+>Cluster 464
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:20607:4553_CONS(1)... *
+>Cluster 465
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:9939:23862_CONS(1)... *
+>Cluster 466
+0 56nt, >M01687:460:000000000-LGY9G:1:2110:24753:4115_CONS(13)... *
+>Cluster 467
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:11097:22335_CONS(1)... *
+>Cluster 468
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:4834:13223_CONS(1)... *
+>Cluster 469
+0 56nt, >M01687:460:000000000-LGY9G:1:2113:13929:22173_CONS(3)... *
+>Cluster 470
+0 58nt, >M01687:460:000000000-LGY9G:1:1119:20437:9754_CONS(1)... *
+>Cluster 471
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:20829:19152_CONS(1)... *
+>Cluster 472
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:22204:22996_CONS(1)... *
+>Cluster 473
+0 61nt, >M01687:460:000000000-LGY9G:1:2114:8982:8783_CONS(1)... *
+>Cluster 474
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:16930:15649_CONS(1)... *
+>Cluster 475
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:18783:20152_CONS(12)... *
+>Cluster 476
+0 61nt, >M01687:460:000000000-LGY9G:1:2105:10469:12864_CONS(1)... *
+>Cluster 477
+0 61nt, >M01687:460:000000000-LGY9G:1:2103:27608:20321_CONS(1)... *
+>Cluster 478
+0 61nt, >M01687:460:000000000-LGY9G:1:2107:8004:10605_CONS(1)... *
+>Cluster 479
+0 61nt, >M01687:460:000000000-LGY9G:1:2108:16420:23634_CONS(4)... *
+>Cluster 480
+0 61nt, >M01687:460:000000000-LGY9G:1:2109:12318:22909_CONS(1)... *
+>Cluster 481
+0 61nt, >M01687:460:000000000-LGY9G:1:1101:12996:3690_CONS(1)... *
+>Cluster 482
+0 62nt, >M01687:460:000000000-LGY9G:1:2117:7003:2734_CONS(1)... *
+>Cluster 483
+0 62nt, >M01687:460:000000000-LGY9G:1:2116:7909:20857_CONS(1)... *
+>Cluster 484
+0 62nt, >M01687:460:000000000-LGY9G:1:2104:21093:3519_CONS(1)... *
+>Cluster 485
+0 62nt, >M01687:460:000000000-LGY9G:1:2111:19681:14444_CONS(1)... *
+>Cluster 486
+0 62nt, >M01687:460:000000000-LGY9G:1:2109:6618:11677_CONS(1)... *
+>Cluster 487
+0 62nt, >M01687:460:000000000-LGY9G:1:1112:14099:14742_CONS(1)... *
+>Cluster 488
+0 62nt, >M01687:460:000000000-LGY9G:1:1103:15446:21466_CONS(1)... *
+>Cluster 489
+0 62nt, >M01687:460:000000000-LGY9G:1:1114:21508:23215_CONS(1)... *
+>Cluster 490
+0 62nt, >M01687:460:000000000-LGY9G:1:1119:19977:13270_CONS(1)... *
+>Cluster 491
+0 62nt, >M01687:460:000000000-LGY9G:1:1115:10976:6252_CONS(4)... *
+>Cluster 492
+0 61nt, >M01687:460:000000000-LGY9G:1:2117:10709:18505_CONS(1)... *
+>Cluster 493
+0 59nt, >M01687:460:000000000-LGY9G:1:1112:6961:3174_CONS(1)... *
+>Cluster 494
+0 59nt, >M01687:460:000000000-LGY9G:1:1105:12126:7292_CONS(1)... *
+>Cluster 495
+0 59nt, >M01687:460:000000000-LGY9G:1:1113:8921:5599_CONS(1)... *
+>Cluster 496
+0 59nt, >M01687:460:000000000-LGY9G:1:2106:8570:22911_CONS(1)... *
+>Cluster 497
+0 59nt, >M01687:460:000000000-LGY9G:1:2116:11488:4310_CONS(1)... *
+>Cluster 498
+0 58nt, >M01687:460:000000000-LGY9G:1:2105:7047:9777_CONS(1)... *
+>Cluster 499
+0 58nt, >M01687:460:000000000-LGY9G:1:2116:8285:23159_CONS(1)... *
+>Cluster 500
+0 58nt, >M01687:460:000000000-LGY9G:1:2113:7490:24221_CONS(1)... *
+>Cluster 501
+0 58nt, >M01687:460:000000000-LGY9G:1:2114:22166:2007_CONS(1)... *
+>Cluster 502
+0 58nt, >M01687:460:000000000-LGY9G:1:2115:26062:4625_CONS(4)... *
+>Cluster 503
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:27562:16877_CONS(1)... *
+>Cluster 504
+0 60nt, >M01687:460:000000000-LGY9G:1:2113:15789:17082_CONS(1)... *
+>Cluster 505
+0 60nt, >M01687:460:000000000-LGY9G:1:2111:7124:12779_CONS(1)... *
+>Cluster 506
+0 60nt, >M01687:460:000000000-LGY9G:1:2112:18225:3328_CONS(1)... *
+>Cluster 507
+0 61nt, >M01687:460:000000000-LGY9G:1:1113:3790:15145_CONS(1)... *
+>Cluster 508
+0 61nt, >M01687:460:000000000-LGY9G:1:1103:4192:7833_CONS(1)... *
+>Cluster 509
+0 59nt, >M01687:460:000000000-LGY9G:1:2110:23307:21937_CONS(1)... *
+>Cluster 510
+0 59nt, >M01687:460:000000000-LGY9G:1:2108:23428:5929_CONS(1)... *
+>Cluster 511
+0 59nt, >M01687:460:000000000-LGY9G:1:1102:11606:24404_CONS(11)... *
+>Cluster 512
+0 60nt, >M01687:460:000000000-LGY9G:1:1112:23304:13067_CONS(2)... *
+>Cluster 513
+0 60nt, >M01687:460:000000000-LGY9G:1:1117:10981:11318_CONS(1)... *
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_processed_taxa.xlsx
Binary file test-data/test_processed_taxa.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_similarity.txt
--- a/test-data/test_similarity.txt Fri Oct 24 09:38:24 2025 +0000
+++ b/test-data/test_similarity.txt Mon Dec 15 16:44:40 2025 +0000
@@ -1,14 +1,14 @@
-# Average similarity: 99.35
-# Standard deviation: 0.65
-similarity count
-100.0 383
-98.89 368
-98.88 18
-98.86 1
-98.73 7
-98.28 1
-98.21 8
-97.8 2
-97.78 29
-97.75 2
-97.73 1
+# Average similarity: 99.35
+# Standard deviation: 0.65
+similarity count
+100.0 383
+98.89 368
+98.88 18
+98.86 1
+98.73 7
+98.28 1
+98.21 8
+97.8 2
+97.78 29
+97.75 2
+97.73 1
diff -r c6981ea453ae -r e64af72e1b8f test-data/test_taxa_clusters.xlsx
Binary file test-data/test_taxa_clusters.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$header_anno_excel.xlsx
Binary file test-data/~$header_anno_excel.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$new_un_report.xlsx
Binary file test-data/~$new_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$prev4.xlsx
Binary file test-data/~$prev4.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$test2_un_report.xlsx
Binary file test-data/~$test2_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$test3_un_report.xlsx
Binary file test-data/~$test3_un_report.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$test_2processed.xlsx
Binary file test-data/~$test_2processed.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f test-data/~$test_2taxa_out.xlsx
Binary file test-data/~$test_2taxa_out.xlsx has changed
diff -r c6981ea453ae -r e64af72e1b8f tests/__pycache__/test_cdhit_analysis.cpython-312-pytest-8.4.2.pyc
Binary file tests/__pycache__/test_cdhit_analysis.cpython-312-pytest-8.4.2.pyc has changed
diff -r c6981ea453ae -r e64af72e1b8f tests/__pycache__/test_cdhit_analysis.cpython-313-pytest-8.4.2.pyc
Binary file tests/__pycache__/test_cdhit_analysis.cpython-313-pytest-8.4.2.pyc has changed
diff -r c6981ea453ae -r e64af72e1b8f tests/__pycache__/test_cdhit_analysis2.cpython-313-pytest-8.4.2.pyc
Binary file tests/__pycache__/test_cdhit_analysis2.cpython-313-pytest-8.4.2.pyc has changed
diff -r c6981ea453ae -r e64af72e1b8f tests/test_cdhit_analysis.py
--- a/tests/test_cdhit_analysis.py Fri Oct 24 09:38:24 2025 +0000
+++ b/tests/test_cdhit_analysis.py Mon Dec 15 16:44:40 2025 +0000
@@ -1,626 +1,303 @@
"""
Test suite for CD-HIT cluster analysis processor.
"""
-
import pytest
from pathlib import Path
import pandas as pd
import os
import sys
-# Add module path
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from Stage_1_translated.NLOOR_scripts.process_clusters_tool.cdhit_analysis import (
parse_cluster_file,
process_cluster_data,
calculate_cluster_taxa,
write_similarity_output,
- write_evalue_output,
write_count_output,
- write_taxa_clusters_output,
- write_taxa_processed_output,
+ write_taxa_excel,
)
+
class TestCDHitAnalysis:
- """Test class for CD-HIT cluster analysis processor using real XLSX test data."""
@pytest.fixture(scope="class")
def test_data_dir(self):
- """Return path to the test-data directory with real XLSX files."""
- base_dir = Path("Stage_1_translated/NLOOR_scripts/process_clusters_tool/test-data")
- assert base_dir.exists(), f"Test data directory does not exist: {base_dir}"
- return base_dir
+ base = Path("Stage_1_translated/NLOOR_scripts/process_clusters_tool/test-data")
+ assert base.exists()
+ return base
@pytest.fixture(scope="class")
def sample_cluster_file(self, test_data_dir):
- """Return path to the sample cluster XLSX file."""
- cluster_file = test_data_dir / "29-test.clstr.txt"
- assert cluster_file.exists(), f"Sample cluster file not found: {cluster_file}"
- return str(cluster_file)
+ f = test_data_dir / "prev_anno.txt"
+ assert f.exists()
+ return str(f)
@pytest.fixture(scope="class")
def sample_annotation_file(self, test_data_dir):
- """Return path to the sample annotation XLSX file."""
- annotation_file = test_data_dir / "header_anno_29_test.xlsx"
- assert annotation_file.exists(), f"Sample annotation file not found: {annotation_file}"
- return str(annotation_file)
+ f = test_data_dir / "prev4.xlsx"
+ assert f.exists()
+ return str(f)
@pytest.fixture(scope="class")
def parsed_clusters(self, sample_cluster_file, sample_annotation_file):
- """Parse the sample cluster file with annotations."""
return parse_cluster_file(sample_cluster_file, sample_annotation_file)
+
def test_cluster_parsing_structure(self, parsed_clusters):
- """
- Test 1: Cluster File Parsing Structure
-
- Verifies that cluster files are correctly parsed into the expected data structure
- with proper extraction of headers, counts, similarities, and cluster groupings.
- """
- # Should have 4 clusters based on sample data
- # for x in parsed_clusters: print(x);
- assert len(parsed_clusters) == 24, f"Expected 24 clusters, got {len(parsed_clusters)}"
-
- # Test Cluster 0 structure (3 members)
+ assert len(parsed_clusters) == 514
cluster_0 = parsed_clusters[0]
- assert len(cluster_0) == 41, "Cluster 0 should have 41 members"
- cluster_3 = parsed_clusters[3]
- assert len(cluster_3) == 4, "Cluster 3 should have 4 members"
-
- # Check specific member data
- assert 'M01687:476:000000000-LL5F5:1:2119:23468:21624_CONS' in cluster_0, "this read should be in cluster 0"
- read1_data = cluster_0['M01687:476:000000000-LL5F5:1:2119:23468:21624_CONS']
- assert read1_data['count'] == 1, "read1 count should be 1"
- assert read1_data['similarity'] == 97.78, "read1 should be representative (100% similarity)"
- assert 'Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Actinidiaceae / Uncertain taxa / Uncertain taxa' in read1_data['taxa'], "read1 should have this taxa"
+ assert len(cluster_0) == 430
- # Check non-representative member
- assert 'M01687:476:000000000-LL5F5:1:1107:11168:7701_CONS' in cluster_0, "this read should be in cluster 0"
- read2_data = cluster_0['M01687:476:000000000-LL5F5:1:1107:11168:7701_CONS']
- assert read2_data['count'] == 1, "read2 count should be 50"
- assert read2_data['similarity'] == 100, "read2 similarity should be 100%"
- assert read2_data['taxa'] == "Unannotated read"
+ read = cluster_0["M01687:460:000000000-LGY9G:1:1101:8356:6156_CONS"]
+ assert read["count"] == 19
+ assert isinstance(read["similarity"], float)
- # Test single-member cluster (Cluster 2)
- cluster_2 = parsed_clusters[2]
- assert len(cluster_2) == 1, "Cluster 2 should have 1 member"
- assert 'M01687:476:000000000-LL5F5:1:2108:17627:10678_CONS' in cluster_2, "this read should be in cluster 2"
-
- print("✓ Test 1 PASSED: Cluster file parsing structure correct")
-
- def test_annotation_integration(self, parsed_clusters):
- """
- Test 2: Annotation Integration
-
- Verifies that annotations from the separate annotation file are correctly
- matched to cluster members based on header names.
- """
- # Check that annotations were properly integrated
+ def test_annotation_integration_basic(self, parsed_clusters):
cluster_0 = parsed_clusters[0]
- # Verify e-values are correctly assigned
- assert cluster_0['M01687:476:000000000-LL5F5:1:1102:8813:1648_CONS']['evalue'] == 1.41e-39, "read1 e-value incorrect"
- assert cluster_0['M01687:476:000000000-LL5F5:1:1102:23329:6743_CONS']['evalue'] == 2.32e-37, "read2 e-value incorrect"
- assert cluster_0['M01687:476:000000000-LL5F5:1:1102:22397:8283_CONS']['evalue'] == 2.32e-37, "read3 e-value incorrect"
-
- # Verify taxa assignments
- assert 'Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Actinidiaceae / Uncertain taxa / Uncertain taxa' in cluster_0['M01687:476:000000000-LL5F5:1:1102:8813:1648_CONS']['taxa'], "read1 taxa incorrect"
- assert 'Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Actinidiaceae / Uncertain taxa / Uncertain taxa' in cluster_0['M01687:476:000000000-LL5F5:1:1102:23329:6743_CONS']['taxa'], "read2 taxa incorrect"
- assert 'Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Actinidiaceae / Uncertain taxa / Uncertain taxa' in cluster_0['M01687:476:000000000-LL5F5:1:1102:22397:8283_CONS']['taxa'], "read3 taxa incorrect"
+ annotated_found = any(
+ data["taxa"] != "Unannotated read" for data in cluster_0.values()
+ )
+ assert annotated_found, "At least one annotated read expected"
- # Test missing annotation handling (if any reads lack annotations)
- # All our test reads have annotations, so this tests the default case
- for cluster in parsed_clusters:
- for header, data in cluster.items():
- if data['evalue'] == 'Unannotated read':
- assert data['taxa'] == 'Unannotated read', "Unannotated handling incorrect"
- print("✓ Test 2 PASSED: Annotations correctly integrated with cluster data")
-
- def test_cluster_data_processing(self, parsed_clusters):
- """
- Test 3: Cluster Data Processing
-
- Tests the processing of individual clusters to extract evaluation lists,
- similarity lists, and taxa dictionaries with correct count aggregation.
- """
- # Test processing of Cluster 0 (mixed taxa)
- cluster_0 = parsed_clusters[0]
- eval_list, simi_list, taxa_dict = process_cluster_data(cluster_0)
+ def test_process_cluster_data_counts_and_taxa_map(self, parsed_clusters):
+ sim, taxa_map, annotated, unannotated = process_cluster_data(parsed_clusters[0])
- # Check eval_list structure
- # for x in eval_list: print(x)
- assert eval_list[0] == 2, "Two unannotated reads in this cluster, should be 2"
- assert len(eval_list) == 409, "Should have 409 annotated reads + 2 unnanotated reads (counted as 1)"
+ assert isinstance(sim, list)
+ assert annotated + unannotated == sum(d["count"] for d in parsed_clusters[0].values())
+ assert isinstance(taxa_map, dict)
+ assert annotated == 47004 and unannotated == 9
- # Check that e-values are correctly converted and repeated by count
- eval_values = eval_list[1:] # Skip unannotated count
- read1_evals = [e for e in eval_values if e == 1.41e-39]
- assert len(read1_evals) == 365, "Should have 100 instances of read1's e-value"
-
- # # Check similarity list
- # for x in simi_list: print(x)
- assert len(simi_list) == 410, "Should have 410 similarity values"
- read1_similarities = [s for s in simi_list if s == 100.0]
- assert len(read1_similarities) == 2, "Should have 2 instances of 100% similarity"
- assert taxa_dict['Unannotated read'] == 2, "Unannotated reads should be 2"
- assert taxa_dict['Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Actinidiaceae / Uncertain taxa / Uncertain taxa'] == 406, "taxa should be 406"
- assert taxa_dict['Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Uncertain taxa / Uncertain taxa / Uncertain taxa'] == 1, "taxa should be 1"
- assert taxa_dict['Viridiplantae / Streptophyta / Magnoliopsida / Ericales / Actinidiaceae / Actinidia / Actinidia kolomikta'] == 1, "taxa should be 1"
- print("✓ Test 3 PASSED: Cluster data processing produces correct aggregated data")
+ def test_weighted_lca_splitting_on_uncertain_taxa(self):
+ taxa_dict = {
+ "K / P / C / O / F / G1 / S1": 60,
+ "K / P / C / O / F / Uncertain taxa / Uncertain taxa": 60,
+ }
- def test_taxa_calculation_simple_case(self, parsed_clusters):
- """
- Test 4: Taxa Calculation - Simple Case
-
- Tests taxonomic resolution for clusters with clear dominant taxa
- (single taxa or overwhelming majority).
- """
-
- # Create test arguments
- class TestArgs:
+ class ArgsLow:
uncertain_taxa_use_ratio = 0.5
min_to_split = 0.45
min_count_to_split = 10
- args = TestArgs()
-
- # Test Cluster 1 (should be clear Archaea)
- cluster_5 = parsed_clusters[5]
- _, _, taxa_dict_5 = process_cluster_data(cluster_5)
-
- result_5 = calculate_cluster_taxa(taxa_dict_5, args)
- # Should return single taxa group for Archaea
- assert len(result_5) == 1, "Single dominant taxa should not split"
- dominant_taxa = list(result_5[0].keys())[0]
- assert 'Viridiplantae / Streptophyta / Magnoliopsida / Fagales / Juglandaceae / ' \
- 'Uncertain taxa / Uncertain taxa' in dominant_taxa, "Should identify Juglandaceae as dominant"
+ class ArgsHigh:
+ uncertain_taxa_use_ratio = 1.0
+ min_to_split = 0.45
+ min_count_to_split = 10
- # Test single-member cluster (Cluster 2)
- cluster_2 = parsed_clusters[2]
- _, _, taxa_dict_2 = process_cluster_data(cluster_2)
-
- result_2 = calculate_cluster_taxa(taxa_dict_2, args)
- total = sum(value for d in result_2 for value in d.values())
- assert total == 1, "Single member cluster should not split"
-
- print("✓ Test 4 PASSED: Simple taxa calculation cases work correctly")
-
- def test_taxa_calculation_complex_splitting(self, parsed_clusters):
- """
- Test 5: Taxa Calculation - Complex Splitting
-
- Tests the recursive taxonomic resolution algorithm for clusters with
- multiple competing taxa that should be split based on thresholds.
- """
+ # LOW weight → uncertain counts half → G1 wins → no split
+ res_low = calculate_cluster_taxa(taxa_dict, ArgsLow())
+ assert len(res_low) == 1
+ assert sum(res_low[0].values()) == 60 # total preserved
- class TestArgs:
- uncertain_taxa_use_ratio = 0.5
- min_to_split = 0.30 # Lower threshold to encourage splitting
- min_count_to_split = 5 # Lower threshold to encourage splitting
-
- args = TestArgs()
-
- # Test Cluster 3 (mixed Firmicutes and Proteobacteria)
- cluster_3 = parsed_clusters[3]
- _, _, taxa_dict_3 = process_cluster_data(cluster_3)
-
- # Manual check of expected taxa distribution
- expected_taxa = {}
- for header, data in cluster_3.items():
- taxa = data['taxa']
- count = data['count']
- expected_taxa[taxa] = expected_taxa.get(taxa, 0) + count
+ # HIGH weight → uncertain = full weight → equal → split
+ res_high = calculate_cluster_taxa(taxa_dict, ArgsHigh())
+ assert len(res_high) == 2
+ total = sum(sum(g.values()) for g in res_high)
+ assert total == 120
- result_3 = calculate_cluster_taxa(taxa_dict_3, args)
-
- # With mixed taxa and low thresholds, should potentially split
- # The exact behavior depends on the algorithm implementation
- total_result_count = sum(sum(group.values()) for group in result_3)
- expected_total = sum(expected_taxa.values())
-
- assert total_result_count == expected_total, "Total counts should be preserved after splitting"
- print("✓ Test 5 PASSED: Complex taxa splitting preserves counts and follows thresholds")
+ def test_calculate_cluster_taxa_preserves_counts_real_cluster(self, parsed_clusters):
+ sim, taxa_map, annotated, unannotated = process_cluster_data(parsed_clusters[3])
- def test_statistical_calculations(self, parsed_clusters):
- """
- Test 6: Statistical Calculations
-
- Verifies that similarity and e-value statistics are calculated correctly
- including averages, standard deviations, and distributions.
- """
- # Process all clusters to get combined data
- eval_list, simi_list, _ = process_cluster_data(parsed_clusters[5])
- # Test similarity statistics
- if eval_list:
- expected_avg = sum(simi_list) / len(simi_list)
-
- # Manual verification of a few key values
- # From our test data: read1=100% (100 times), read2=96.67% (50 times), etc.
- total_similarity_sum = (100.0 * 166) + (98.88 * 9) + 98.86
- total_count = 176
- manual_avg = total_similarity_sum / total_count
-
- assert abs(
- expected_avg - manual_avg) < 0.01, f"Similarity average mismatch: expected ~{manual_avg}, got {expected_avg}"
+ raw_total = annotated + unannotated
+ taxa_map_total = sum(info["count"] for info in taxa_map.values())
+ assert raw_total == taxa_map_total
- # Test e-value data structure
- annotated_evals = eval_list[1:]
- assert all(isinstance(e, (int, float)) for e in annotated_evals), "All e-values should be numeric"
- assert all(e > 0 for e in annotated_evals), "All e-values should be positive"
-
- print("✓ Test 6 PASSED: Statistical calculations are mathematically correct")
+ class Args:
+ uncertain_taxa_use_ratio = 0.5
+ min_to_split = 0.3
+ min_count_to_split = 5
- def test_output_file_formats(self, test_data_dir, sample_cluster_file, sample_annotation_file):
- """
- Test 7: Output File Formats
- Tests that all output files are created with correct structure and content,
- including text files, Excel files with multiple sheets, and plot files.
- """
- output_dir = test_data_dir
-
- # Parse data
- clusters = parse_cluster_file(sample_cluster_file, sample_annotation_file)
+ results = calculate_cluster_taxa({t: i["count"] for t, i in taxa_map.items()}, Args())
- # Process all clusters
- cluster_data_list = []
- all_eval_data = [0]
- all_simi_data = []
- for cluster in clusters:
- eval_list, simi_list, taxa_dict = process_cluster_data(cluster)
- cluster_data_list.append((eval_list, simi_list, taxa_dict))
- all_eval_data[0] += eval_list[0]
- all_eval_data.extend(eval_list[1:])
- all_simi_data.extend(simi_list)
+ resolved_total = sum(sum(group.values()) for group in results)
+ assert resolved_total <= raw_total
+ assert resolved_total > 0
- # Test similarity output
- simi_output = output_dir / "test_similarity.txt"
- write_similarity_output(all_simi_data, str(simi_output))
- assert simi_output.exists(), "Similarity output file not created"
- with open(simi_output, 'r') as f:
- content = f.read()
- assert "# Average similarity:" in content, "Missing average similarity in output"
- assert "# Standard deviation:" in content, "Missing standard deviation in output"
- assert "similarity\tcount" in content, "Missing header in similarity output"
+ def test_write_similarity_and_count_outputs(self, tmp_path, parsed_clusters):
+ out_simi = tmp_path / "simi.txt"
+ out_count = tmp_path / "count.txt"
- # Test e-value output
- eval_output = output_dir / "test_evalue.txt"
- write_evalue_output(all_eval_data, str(eval_output))
-
- assert eval_output.exists(), "E-value output file not created"
- with open(eval_output, 'r') as f:
- content = f.read()
- assert "evalue\tcount" in content, "Missing header in e-value output"
-
- # Test count output
- count_output = output_dir / "test_count.txt"
- write_count_output(all_eval_data, cluster_data_list, str(count_output))
+ cluster_data_list = []
+ all_simi = []
- assert count_output.exists(), "Count output file not created"
- with open(count_output, 'r') as f:
- content = f.read()
- assert "cluster\tunannotated\tannotated" in content, "Missing header in count output"
- assert "TOTAL\t" in content, "Missing total row in count output"
-
- # Test taxa clusters Excel output
- taxa_clusters_output = output_dir / "test_taxa_clusters.xlsx"
- write_taxa_clusters_output(cluster_data_list, str(taxa_clusters_output))
-
- assert taxa_clusters_output.exists(), "Taxa clusters Excel file not created"
- df = pd.read_excel(taxa_clusters_output, sheet_name='Raw_Taxa_Clusters')
- expected_columns = ['cluster', 'count', 'taxa_full', 'kingdom', 'phylum', 'class', 'order', 'family', 'genus',
- 'species']
- assert all(col in df.columns for col in expected_columns), "Missing columns in taxa clusters output"
-
- print("✓ Test 7 PASSED: All output file formats are correct and complete")
-
- def test_taxa_processed_output_structure(self, test_data_dir, sample_cluster_file, sample_annotation_file):
- """
- Test 8: Processed Taxa Output Structure
-
- Tests the complex processed taxa Excel output with multiple sheets
- and parameter tracking.
- """
- output_dir = test_data_dir
+ for c in parsed_clusters:
+ sim, taxa_map, annotated, unannotated = process_cluster_data(c)
+ cluster_data_list.append(
+ {
+ "similarities": sim,
+ "taxa_map": taxa_map,
+ "annotated": annotated,
+ "unannotated": unannotated,
+ }
+ )
+ all_simi.extend(sim)
- class TestArgs:
- uncertain_taxa_use_ratio = 0.6
- min_to_split = 0.35
- min_count_to_split = 15
- show_unannotated_clusters = True
-
- args = TestArgs()
-
- # Parse and process data
- clusters = parse_cluster_file(sample_cluster_file, sample_annotation_file)
- cluster_data_list = []
-
- for cluster in clusters:
- eval_list, simi_list, taxa_dict = process_cluster_data(cluster)
- cluster_data_list.append((eval_list, simi_list, taxa_dict))
+ write_similarity_output(cluster_data_list, str(out_simi))
+ assert out_simi.exists()
- # Test processed taxa output
- processed_output = output_dir / "test_processed_taxa.xlsx"
- write_taxa_processed_output(cluster_data_list, args, str(processed_output))
-
- assert processed_output.exists(), "Processed taxa Excel file not created"
-
- # Check multiple sheets exist
- xl_file = pd.ExcelFile(processed_output)
- expected_sheets = ['Processed_Taxa_Clusters', 'Settings']
- assert all(sheet in xl_file.sheet_names for sheet in expected_sheets), "Missing sheets in processed taxa output"
+ write_count_output(cluster_data_list, str(out_count))
+ assert out_count.exists()
- # Check main data sheet
- df_main = pd.read_excel(processed_output, sheet_name='Processed_Taxa_Clusters')
- expected_columns = ['cluster', 'count', 'taxa_full', 'kingdom', 'phylum', 'class', 'order', 'family', 'genus',
- 'species']
- assert all(col in df_main.columns for col in expected_columns), "Missing columns in processed taxa sheet"
- # Check settings sheet
- df_settings = pd.read_excel(processed_output, sheet_name='Settings')
- assert 'Parameter' in df_settings.columns, "Missing Parameter column in settings"
- assert 'Value' in df_settings.columns, "Missing Value column in settings"
+ def test_write_taxa_excel_raw_and_processed(self, tmp_path, parsed_clusters):
- # Verify settings values are recorded
- settings_dict = dict(zip(df_settings['Parameter'], df_settings['Value']))
- assert settings_dict['uncertain_taxa_use_ratio'] == 0.6, "Settings not correctly recorded"
- assert settings_dict['min_to_split'] == 0.35, "Settings not correctly recorded"
-
- print("✓ Test 8 PASSED: Processed taxa output has correct structure and settings tracking")
-
- def test_edge_cases(self, test_data_dir):
- """
- Test 9: Edge Cases and Error Handling
-
- Tests handling of edge cases like empty files, missing annotations,
- single-member clusters, and malformed input data.
- """
- input_dir = test_data_dir
-
- # Test empty cluster file
- empty_cluster = input_dir / "empty_cluster.clstr"
- with open(empty_cluster, 'w') as f:
- f.write("")
-
- clusters_empty = parse_cluster_file(str(empty_cluster))
- assert len(clusters_empty) == 0, "Empty cluster file should produce no clusters"
-
- # Test cluster file with no annotations
- simple_cluster = input_dir / "simple_cluster.clstr"
- simple_cluster_content = """>Cluster 0
-0 100nt, >read_no_anno:50... *
-"""
- with open(simple_cluster, 'w') as f:
- f.write(simple_cluster_content)
-
- with pytest.raises(UnboundLocalError):
- parse_cluster_file(str(simple_cluster), raise_on_error=True)
+ class Args:
+ uncertain_taxa_use_ratio = 0.5
+ min_to_split = 0.45
+ min_count_to_split = 10
+ min_cluster_support = 1
+ make_taxa_in_cluster_split = False
- # Test malformed cluster entries (missing parts)
- malformed_cluster = input_dir / "malformed_cluster.clstr"
- malformed_content = """>Cluster 0
-0 100nt, >read1:50..._CONS(50) *
-invalid_line_without_proper_format
-1 90nt, >read2:25..._CONS(25) at /+/95%
-"""
- annotations_malformed = input_dir / "test_pytest.xlsx"
- with open(malformed_cluster, 'w') as f:
- f.write(malformed_content)
-
- clusters_malformed = parse_cluster_file(str(malformed_cluster), str(annotations_malformed))
- # Should still parse valid entries and skip invalid ones
- assert len(clusters_malformed) == 1, "Should parse valid entries from malformed file"
- assert len(clusters_malformed[0]) == 2, "Should have 2 valid read"
- assert clusters_malformed[0]['read1:50..._CONS']['evalue'] == 1.0e-50
- assert clusters_malformed[0]['read2:25..._CONS']['count'] == 25
+ cluster_data_list = []
+ for c in parsed_clusters:
+ sim, taxa_map, annotated, unannotated = process_cluster_data(c)
+ cluster_data_list.append(
+ {
+ "similarities": sim,
+ "taxa_map": taxa_map,
+ "annotated": annotated,
+ "unannotated": unannotated,
+ }
+ )
- print("✓ Test 9 PASSED: Edge cases handled gracefully without crashes")
-
- def test_count_preservation_across_processing(self, parsed_clusters):
- """
- Test 10: Count Preservation Across Processing Pipeline
+ out = tmp_path / "taxa.xlsx"
+ write_taxa_excel(
+ cluster_data_list, Args(), str(out), write_raw=True, write_processed=True
+ )
- Verifies that read counts are preserved throughout the entire processing
- pipeline from cluster parsing through taxa calculation to final output.
- """
- # Calculate expected total counts from original data
- expected_total = 0
- for cluster in parsed_clusters:
- for header, data in cluster.items():
- expected_total += data['count']
+ xl = pd.ExcelFile(out)
+ assert "Raw_Taxa_Clusters" in xl.sheet_names
+ assert "Processed_Taxa_Clusters" in xl.sheet_names
+ assert "Settings" in xl.sheet_names
- # Process through pipeline and verify counts at each stage
- total_from_processing = 0
- taxa_processing_totals = []
+ def test_write_taxa_excel_only_raw_or_only_processed(self, tmp_path, parsed_clusters):
- class TestArgs:
+ class Args:
uncertain_taxa_use_ratio = 0.5
min_to_split = 0.45
min_count_to_split = 10
-
- args = TestArgs()
-
- for cluster in parsed_clusters:
- eval_list, simi_list, taxa_dict = process_cluster_data(cluster)
+ min_cluster_support = 1
+ make_taxa_in_cluster_split = False
- # Check that cluster processing preserves counts
- cluster_total = eval_list[0] + len(eval_list[1:]) # unannotated + annotated
- cluster_expected = sum(data['count'] for data in cluster.values())
- assert cluster_total == cluster_expected, f"Count mismatch in cluster processing: expected {cluster_expected}, got {cluster_total}"
-
- total_from_processing += cluster_total
-
- # Check taxa calculation preserves counts
- taxa_results = calculate_cluster_taxa(taxa_dict, args)
- taxa_total = sum(sum(group.values()) for group in taxa_results)
- taxa_processing_totals.append(taxa_total)
+ cluster_data_list = []
+ for c in parsed_clusters:
+ sim, taxa_map, annotated, unannotated = process_cluster_data(c)
+ cluster_data_list.append(
+ {
+ "similarities": sim,
+ "taxa_map": taxa_map,
+ "annotated": annotated,
+ "unannotated": unannotated,
+ }
+ )
- # Verify taxa dict total matches
- taxa_dict_total = sum(taxa_dict.values())
- assert taxa_total <= taxa_dict_total, f"Count mismatch in taxa calculation: expected {taxa_dict_total}, got {taxa_total}"
- # Final verification
- assert total_from_processing == expected_total, f"Total count preservation failed: expected {expected_total}, got {total_from_processing}"
+ out_raw = tmp_path / "raw.xlsx"
+ write_taxa_excel(cluster_data_list, Args(), str(out_raw), write_raw=True, write_processed=False)
+ xl_raw = pd.ExcelFile(out_raw)
+ assert "Raw_Taxa_Clusters" in xl_raw.sheet_names
+ assert "Processed_Taxa_Clusters" not in xl_raw.sheet_names
+
- # Verify sum of all taxa processing equals original
- total_taxa_processed = sum(taxa_processing_totals)
- assert total_taxa_processed <= expected_total, f"Taxa processing total mismatch: expected {expected_total}, got {total_taxa_processed}"
-
- print("✓ Test 10 PASSED: Read counts preserved throughout entire processing pipeline")
+ out_proc = tmp_path / "proc.xlsx"
+ write_taxa_excel(cluster_data_list, Args(), str(out_proc), write_raw=False, write_processed=True)
+ xl_proc = pd.ExcelFile(out_proc)
+ assert "Processed_Taxa_Clusters" in xl_proc.sheet_names
- def test_11_parse_arguments_all_flags(self, tmp_path):
- """
- Test 11: Argument Parsing with All Flags
- Ensures parse_arguments correctly handles all optional flags and values.
- """
+ def test_parse_arguments_all_flags(self, tmp_path):
from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
args = ca.parse_arguments([
- '--input_cluster', str(tmp_path / "dummy.clstr"),
- '--simi_plot_y_min', '90',
- '--simi_plot_y_max', '99',
- '--uncertain_taxa_use_ratio', '0.3',
- '--min_to_split', '0.2',
- '--min_count_to_split', '5',
- '--show_unannotated_clusters',
- '--make_taxa_in_cluster_split',
- '--print_empty_files'
+ "--input_cluster", str(tmp_path / "dummy.clstr"),
+ "--simi_plot_y_min", "90",
+ "--simi_plot_y_max", "99",
+ "--uncertain_taxa_use_ratio", "0.3",
+ "--min_to_split", "0.2",
+ "--min_count_to_split", "5",
+ "--output_excel", str(tmp_path / "report.xlsx"),
])
assert args.simi_plot_y_min == 90
- assert args.print_empty_files is True
+ assert args.simi_plot_y_max == 99
- def test_12_process_cluster_data_valueerror(self):
- """
- Test 12: Process Cluster Data with Bad E-value
-
- Ensures ValueError branches are handled and unannotated counts increase.
- """
+ def test_main_runs_and_creates_outputs(self, tmp_path):
from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- cluster = {
- "seq1": {"count": 1, "similarity": 95.0, "taxa": "taxonA", "evalue": "not_a_number"}
- }
- eval_list, simi_list, taxa_dict = ca.process_cluster_data(cluster)
- assert eval_list[0] == 1 # unannotated read
+
+ clstr = tmp_path / "simple.clstr"
+ clstr.write_text(">Cluster 0\n0\t88nt, >read1_CONS(3)... *\n")
- def test_13_write_similarity_and_evalue_empty(self, tmp_path):
- """
- Test 13: Output Writers with Empty Data
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- sim_file = tmp_path / "sim.txt"
- eval_file = tmp_path / "eval.txt"
+ anno = tmp_path / "anno.xlsx"
+ df = pd.DataFrame([
+ {
+ "header": "read1_CONS",
+ "seq_id": "SEQ001",
+ "source": "Genbank",
+ "taxa": "K / P / C / O / F / G / S",
+ }
+ ])
+ with pd.ExcelWriter(anno) as w:
+ df.to_excel(w, sheet_name="Individual_Reads", index=False)
- ca.write_similarity_output([], str(sim_file))
- assert not sim_file.exists() or sim_file.read_text() == ""
+ sim_file = tmp_path / "sim.txt"
+ excel_file = tmp_path / "taxa.xlsx"
+ args = [
+ "--input_cluster", str(clstr),
+ "--input_annotation", str(anno),
+ "--output_similarity_txt", str(sim_file),
+ "--output_excel", str(excel_file),
+ '--output_taxa_clusters',
+ '--output_taxa_processed',
+ '--log_file', 'test-data/new_logs.txt',
+ '--simi_plot_y_min', '95',
+ '--simi_plot_y_max', '100',
+ '--uncertain_taxa_use_ratio', '0.5',
+ '--min_to_split', '0.45',
+ '--min_count_to_split', '10',
+ '--min_cluster_support', '1'
+ ]
- ca.write_evalue_output([5], str(eval_file))
- assert "unannotated" in eval_file.read_text()
+ ca.main(args)
+ assert sim_file.exists()
+ assert excel_file.exists()
- def test_14_write_count_zero_and_taxa_clusters_incomplete(self, tmp_path):
- """
- Test 14: Count Writer with Zero Data and Taxa Clusters with Incomplete Taxa
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- count_file = tmp_path / "count.txt"
- taxa_file = tmp_path / "taxa.xlsx"
+ def test_parse_cluster_file_empty_and_no_annotation(self, tmp_path):
+ from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis2 as ca
+
+ empty = tmp_path / "empty.clstr"
+ empty.write_text("")
+
+ clusters = ca.parse_cluster_file(str(empty), annotation_file=None, log_messages=[])
+ assert clusters == []
+
+ def test_create_similarity_plot_creates_file(self, tmp_path, parsed_clusters):
+ from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis2 as ca
+
- ca.write_count_output([0], [], str(count_file))
- assert "TOTAL" in count_file.read_text()
+ cluster_data_list = []
+ all_simi = []
+ lengths = []
- cluster_data = [([0], [], {"bad": 1})]
- ca.write_taxa_clusters_output(cluster_data, str(taxa_file))
- assert taxa_file.exists()
-
- def test_15_write_taxa_processed_uncertain_and_settings(self, tmp_path):
- """
- Test 15: Processed Taxa Output with Settings
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
+ for c in parsed_clusters[:5]:
+ sim, taxa_map, annotated, unannotated = process_cluster_data(c)
+ cluster_data_list.append(
+ {"similarities": sim, "taxa_map": taxa_map,
+ "annotated": annotated, "unannotated": unannotated}
+ )
+ if sim:
+ all_simi.extend(sim)
+ lengths.append(len(sim))
class Args:
- uncertain_taxa_use_ratio = 0.5
- min_to_split = 0.2
- min_count_to_split = 2
- show_unannotated_clusters = True
-
- out_file = tmp_path / "processed.xlsx"
- cluster_data = [([0], [], {"Unannotated read": 2})]
- ca.write_taxa_processed_output(cluster_data, Args(), str(out_file))
- assert out_file.exists()
-
- def test_16_create_evalue_plot_edge_cases(self, tmp_path):
- """
- Test 16: E-value Plot Edge Cases
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- out = tmp_path / "plot.png"
-
- # Only unannotated
- ca.create_evalue_plot([0], [0], str(out))
- assert not out.exists() or out.stat().st_size == 0
-
- # Empty after filtering
- ca.create_evalue_plot([0, ], [], str(out))
- assert not out.exists() or out.stat().st_size == 0
-
- # With valid values
- ca.create_evalue_plot([0, 1e-5, 1e-3], [2], str(out))
- assert out.exists()
-
- def test_17_main_runs_and_prints(self, tmp_path, capsys):
- """
- Test 17: Main Entry Point
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- clstr = tmp_path / "simple.clstr"
- clstr.write_text(">Cluster 0\n0 100nt, >seq1... *\n")
+ simi_plot_y_min = 95.0
+ simi_plot_y_max = 100.0
- out = tmp_path / "sim.txt"
- args = [
- '--input_cluster', str(clstr),
- '--output_similarity_txt', str(out)
- ]
- ca.main(args)
- captured = capsys.readouterr()
- assert "Processing complete" in captured.out
-
-
- def test_18a_prepare_evalue_histogram_valid_data(self):
- """
- Test 18a: prepare_evalue_histogram returns correct counts/bins.
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- counts, bins = ca.prepare_evalue_histogram([1e-5, 1e-3, 0.5], [])
- assert counts.sum() == 3 # 3 entries counted
- assert len(bins) == 51 # 50 bins => 51 edges
-
- def test_18b_prepare_evalue_histogram_empty(self):
- """
- Test 18b: prepare_evalue_histogram with empty/invalid data returns (None, None).
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- counts, bins = ca.prepare_evalue_histogram([0, None, "bad"], [])
- assert counts is None
- assert bins is None
-
- def test_18c_create_evalue_plot_creates_file_and_returns_data(self, tmp_path):
- """
- Test 18c: create_evalue_plot saves a PNG and returns numeric data.
- """
- from Stage_1_translated.NLOOR_scripts.process_clusters_tool import cdhit_analysis as ca
- out = tmp_path / "eval.png"
- counts, bins = ca.create_evalue_plot_test([1e-5, 1e-3, 0.5], [], str(out))
- assert out.exists()
- assert counts.sum() == 3
- assert len(bins) == 51
-
-
-if __name__ == "__main__":
- # Run all tests in this file
- pytest.main([__file__])
\ No newline at end of file
+ out_png = tmp_path / "sim.png"
+ ca.create_similarity_plot(all_simi, lengths, Args(), str(out_png))
+ if all_simi:
+ assert out_png.exists()
\ No newline at end of file