# HG changeset patch # User onnodg # Date 1761298704 0 # Node ID c6981ea453aebecc86058cb3f2821c277b31fc32 # Parent 706b7acdb23078e366b5ff6475be8b3356bee5e4 planemo upload for repository https://github.com/Onnodg/Naturalis_NLOOR/tree/main/NLOOR_scripts/process_clusters_tool commit ef31054ae26e19eff2f1b1f6c7979e39c47c0d5b-dirty diff -r 706b7acdb230 -r c6981ea453ae cdhit_analysis.py --- a/cdhit_analysis.py Tue Oct 21 07:54:21 2025 +0000 +++ b/cdhit_analysis.py Fri Oct 24 09:38:24 2025 +0000 @@ -10,9 +10,6 @@ 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. """ import argparse diff -r 706b7acdb230 -r c6981ea453ae cdhit_analysis.xml --- a/cdhit_analysis.xml Tue Oct 21 07:54:21 2025 +0000 +++ b/cdhit_analysis.xml Fri Oct 24 09:38:24 2025 +0000 @@ -1,4 +1,4 @@ - + Analyze CD-HIT clustering results with taxonomic annotation diff -r 706b7acdb230 -r c6981ea453ae test-data/~$header_anno_excel.xlsx Binary file test-data/~$header_anno_excel.xlsx has changed diff -r 706b7acdb230 -r c6981ea453ae test-data/~$test_2processed.xlsx Binary file test-data/~$test_2processed.xlsx has changed diff -r 706b7acdb230 -r c6981ea453ae test-data/~$test_2taxa_out.xlsx Binary file test-data/~$test_2taxa_out.xlsx has changed