ClasPar: the friendly classification parser that parses, filters and publishes analysis tables using various microbial classifier results. This tool is specifically developed for mSCAPE.

1 Open Issue Need Help Last updated: Jan 27, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests a minor code change in `handle_tables.py` at line 75. The goal is to modify the function responsible for saving CSV files to prevent the DataFrame index from being written into the CSV output, likely by adding `index=False` to a `to_csv` call.

Complexity: 1/5
enhancement good first issue

ClasPar: the friendly classification parser that parses, filters and publishes analysis tables using various microbial classifier results. This tool is specifically developed for mSCAPE.

Python