Mercurial > repos > fgiacomoni > hmdb_ms_search
changeset 19:f8c8a990688a draft
Master branch Updating - - Fxx
author | fgiacomoni |
---|---|
date | Wed, 23 Jan 2019 03:35:34 -0500 |
parents | ec7c05889e67 |
children | b5a1d5e43685 |
files | wsdl_hmdb.pl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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