-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different results between NameChecker und PositionConverter #471
Comments
Dear Daniela, as far as we know at the moment NCBI did not release any new annotation set. So we cannot retrieve any information about For Please note that, even with a new NCBI annotation release, there will be some delay until Mutalyzer will be aware of this. |
Thank you for you explanation. Sadly this makes the usage very hard for my purpose. |
Could you please provide an example where such a difference occurs? |
If I put NM_024408.4(NOTCH2):c.545A>T in the position convert on the website, it get notified, that it doesn't know version 4, but version 2 and 3. With this information I can then of course change my input. Using the SOAP client in python, I only get [None] back for this input using the following code: import zeep
client = zeep.Client('https://mutalyzer.nl/services/?wsdl')
var_g = client.service.numberConversion('hg19', 'NM_024408.4(NOTCH2):c.545A>T')
print(var_g) |
Indeed, the webservice "equivalent" of the Position Converter does not provide the same feedback as the browser version. We will take this into consideration for future releases. The |
Thank you, getting a proper error message would make it a lot easier to handle problems. |
There are two problems here that exist on both the website and the SOAP:
1: Using the NameChecker without a NM-number version number tells me the newest version number, which I then use to convert to a genomic reference. Here the newest version number can sometimes not be found when using the PositionConverter. Example: NM_024408.4(NOTCH2):c.545A>T
The text was updated successfully, but these errors were encountered: