angelolab / angelolab/maldi-tools

`peak_spectra` function should not save the computed peak after every iteration

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

Currently, the `peak_spectra` function saves the intermediate data frame after every peak computation. This clogs up the process during the later peaks, since CSV writing gets slower as the data frame grows.

**Describe the solution you'd like**

Save at the end. If the process crashes, it's not a lot of work to re-run from the beginning.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.