Mercurial > repos > fgiacomoni > hmdb_ms_search
diff wsdl_hmdb.pl @ 10:4eb2de7c24d1 draft
Master branch Updating - - Fxx
author | fgiacomoni |
---|---|
date | Mon, 01 Oct 2018 10:36:30 -0400 |
parents | 97788e4bf3fc |
children | 625fa968d99a |
line wrap: on
line diff
--- a/wsdl_hmdb.pl Wed Sep 19 11:09:30 2018 -0400 +++ b/wsdl_hmdb.pl Mon Oct 01 10:36:30 2018 -0400 @@ -123,7 +123,7 @@ $oHmdb->check_state_from_hmdb_ua($status) ; ## can kill the script execution foreach my $mzs ( @{$submasses} ) { - print Dumper $mzs ; +# print Dumper $mzs ; my $result = undef ; my ( $hmdb_masses, $nb_masses_to_submit ) = $oHmdb->prepare_multi_masses_query($mzs) ; $hmdb_pages = $oHmdb->get_matches_from_hmdb_ua($hmdb_masses, $delta, $molecular_species) ; @@ -139,9 +139,9 @@ ## Map metabocards with results (add supplementary data) - print Dumper $results ; - print Dumper $hmdb_ids ; - print Dumper $metabocard_features ; +# print Dumper $results ; +# print Dumper $hmdb_ids ; +# print Dumper $metabocard_features ; if ( ( defined $results ) and ( defined $metabocard_features ) ) { $results = $oHmdb->map_suppl_data_on_hmdb_results($results, $metabocard_features) ;