Skip to content
Snippets Groups Projects
Commit 6b465b38 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

orphanet xml file has changed, updated parsing to cope with the change

parent d2f5a5eb
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ sub run {
my ($name_node) = $disorder->findnodes('./Name');
my $name = $name_node->to_literal;
my @genes = $disorder->findnodes('./GeneList/Gene');
my @genes = $disorder->findnodes('./DisorderGeneAssociationList/DisorderGeneAssociation/Gene');
if ( scalar(@genes) > 0) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment