refgenie / refgenconf

A Python object for standardized reference genome assets.
http://refgenie.databio.org
BSD 2-Clause "Simplified" License
3 stars 6 forks source link

Refgenconf should give a more specific error when an non-existing asset is queried #139

Open nsheff opened 2 years ago

nsheff commented 2 years ago

See: https://github.com/databio/pepatac/issues/216#issuecomment-1176188781

If an asset is missing, it should be more specific than "TypeError: 'NoneType' object is not iterable"

nsheff commented 2 years ago

Update refgenconf so instead of "TypeError: 'NoneType' object is not iterable" at that line, we actually specify the seek_key_name that is being specified.

rafalstepien commented 2 years ago

https://github.com/refgenie/refgenconf/pull/140