Mercurial > repos > fgiacomoni > hmdb_ms_search
comparison wsdl_hmdb.pl @ 16:8b2fbd449ffd draft
Master branch Updating - - Fxx
author | fgiacomoni |
---|---|
date | Wed, 16 Jan 2019 10:56:59 -0500 |
parents | beb9619263b0 |
children | 49f87ddb2c78 |
comparison
equal
deleted
inserted
replaced
15:beb9619263b0 | 16:8b2fbd449ffd |
---|---|
143 print "\t Submission of m/z cluster ".sprintf '%04s',$cluster."" if ($VERBOSE>1) ; | 143 print "\t Submission of m/z cluster ".sprintf '%04s',$cluster."" if ($VERBOSE>1) ; |
144 | 144 |
145 ($hmdb_pages, $status) = $oHmdb->get_matches_from_hmdb_ua($hmdb_masses, $delta, $molecular_species) ; | 145 ($hmdb_pages, $status) = $oHmdb->get_matches_from_hmdb_ua($hmdb_masses, $delta, $molecular_species) ; |
146 print "...HMDB reply results with status: $status\n" if ($VERBOSE>1) ; | 146 print "...HMDB reply results with status: $status\n" if ($VERBOSE>1) ; |
147 | 147 |
148 print Dumper $hmdb_pages ; | 148 # print Dumper $hmdb_pages ; |
149 | 149 |
150 sleep(1) ; | 150 sleep(1) ; |
151 | 151 |
152 ($result) = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max_query) ; ## hash format result | 152 ($result) = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max_query) ; ## hash format result |
153 ## This previous step return results with cutoff on the number of entries returned ! | 153 ## This previous step return results with cutoff on the number of entries returned ! |