Open Issues Need Help
View All on GitHub save csv files without index 10 days ago
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