RNAcentral / rnacentral-webcode

RNAcentral website source code
https://rnacentral.org
Apache License 2.0
32 stars 9 forks source link

If taxid is not found in EnsemblAssembly, return 404 and say "no genome locations" #387

Open BurkovBA opened 6 years ago

BurkovBA commented 6 years ago

On the backend we should expect that this is possible and return 404.

On frontend we should expect that an error here is possible and should return something.

BurkovBA commented 6 years ago

Update: don't return 404, it will scare Google off.

Instead, just return an empty list of locations.