Mercurial > repos > fgiacomoni > hmdb_ms_search
diff wsdl_hmdb.pl @ 8:97788e4bf3fc draft
planemo upload commit d1a5cd8f1baf00879ffa44649883f91c64f43392-dirty
author | fgiacomoni |
---|---|
date | Sat, 20 Jan 2018 17:36:51 -0500 |
parents | 6091a80df951 |
children | 4eb2de7c24d1 |
line wrap: on
line diff
--- a/wsdl_hmdb.pl Fri Jan 19 10:27:38 2018 -0500 +++ b/wsdl_hmdb.pl Sat Jan 20 17:36:51 2018 -0500 @@ -123,7 +123,7 @@ $oHmdb->check_state_from_hmdb_ua($status) ; ## can kill the script execution foreach my $mzs ( @{$submasses} ) { - + 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) ;