Repository 'hmdb_ms_search'
hg clone https://toolshed.g2.bx.psu.edu/repos/fgiacomoni/hmdb_ms_search

Changeset 19:f8c8a990688a (2019-01-23)
Previous changeset 18:ec7c05889e67 (2019-01-23) Next changeset 20:b5a1d5e43685 (2019-01-23)
Commit message:
Master branch Updating - - Fxx
modified:
wsdl_hmdb.pl
b
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
b
@@ -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