Mercurial > repos > onnodg > cdhit_analysis
diff README.md @ 2:706b7acdb230 draft
planemo upload for repository https://github.com/Onnodg/Naturalis_NLOOR/tree/main/NLOOR_scripts/process_clusters_tool commit c2020ecc91cea0c8cf7439180cf796743c838b4d-dirty
| author | onnodg |
|---|---|
| date | Tue, 21 Oct 2025 07:54:21 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Oct 21 07:54:21 2025 +0000 @@ -0,0 +1,14 @@ +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. + + +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. + + +Note: Uses a non-interactive matplotlib backend (Agg) for compatibility with Galaxy.
