bokulich-lab / mishmash

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

scrape get_metadata rewrites existing files #2

Closed lina-kim closed 3 months ago

lina-kim commented 6 months ago

scrape get_metadata takes a parameter --output_file as the name of the output to which the scraped data are printed. However, this function rewrites existing output files of the same name. This is not desired behavior; we should at least warn the user.