# HG changeset patch # User fgiacomoni # Date 1548232534 18000 # Node ID f8c8a990688a6ceb0d93f825003dc17c132d2324 # Parent ec7c05889e67148761e84813d49e7fbcda3a1223 Master branch Updating - - Fxx diff -r ec7c05889e67 -r f8c8a990688a wsdl_hmdb.pl --- a/wsdl_hmdb.pl Wed Jan 23 03:02:07 2019 -0500 +++ b/wsdl_hmdb.pl Wed Jan 23 03:35:34 2019 -0500 @@ -159,11 +159,11 @@ ## Add more information of each found metabolite (1 for extra or 0 by default) if ($advancedFeatures > 0) { - + ## foreach metabolite get its own metabocard $hmdb_ids = $oHmdb->get_unik_ids_from_results($results) ; - print "\tComplementary annotation: asking for ".scalar(@$hmdb_ids)."metabocards\n" if ($VERBOSE>1) ; + print "\tComplementary annotation: asking for ".scalar(@$results)." metabocards\n" if ($VERBOSE>1) ; # $hmdb_ids->{'HMDB03125'} = 1 , $metabocard_features = $oHmdb->get_hmdb_metabocard_from_id($hmdb_ids, $CONF->{'HMDB_METABOCARD_URL'}) ; ## Try to multithread the querying