ByrumLab / proteoDA

GNU General Public License v3.0
11 stars 11 forks source link

Limma report file checks 196 #204

Closed tjthurman closed 1 year ago

tjthurman commented 1 year ago

This PR adds in overwriting and file creation checks for write_limma_report, and also improves the overwriting checks in write_limma_tables so that all overwriting is done at a per-file rather than per-directory levels. This works better with the default output directory (current wd) and allows people to save reports and tables in the same directory if they want.

This PR fixes #196