Skip to content
Snippets Groups Projects
Commit 9e604d97 authored by Vermaat's avatar Vermaat
Browse files

SOAP sliceChromosomeByGene throws exception if we cannot slice.

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@187 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 7e5f72f3
No related branches found
No related tags found
No related merge requests found
......@@ -842,6 +842,11 @@ class MutalyzerService(DefinitionBase) :
"Finished processing sliceChromosomeByGene(%s, %s, %s, %s)" % (
geneSymbol, organism, upStream, downStream))
if not UD:
error = 'The request could not be completed\n' \
+ '\n'.join(O.getMessages())
raise Exception(error)
return UD
#sliceChromosomeByGene
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment