ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

Don't overwrite a custom config with default during install #25

Closed ressy closed 5 years ago

ressy commented 5 years ago

Now an existing config file will not be overwritten with the package default config. (An explicitly-provided config file would still be copied over, but this behavior is currently blocked in the command-line interface.) A warning is logged and displayed when the copy operation is skipped.