bokulich-lab / q2-fondue

Functions for reproducibly Obtaining and Normalizing Data re-Used from Elsewhere
BSD 3-Clause "New" or "Revised" License
20 stars 6 forks source link

FIX: Error raising in get-sequences #44

Closed adamovanja closed 3 years ago

adamovanja commented 3 years ago

closes #43

Fix makes sure that get-sequences always raises error when one or more runIDs could not be fetched. Previous behaviour: ValueError was not raised if at least one runID succeeded (see #43)