Mercurial > repos > fgiacomoni > hmdb_ms_search
comparison t/lib/hmdbTest.pm @ 9:c32280662103 draft
Master branch Updating - - Fxx
author | fgiacomoni |
---|---|
date | Wed, 19 Sep 2018 11:09:30 -0400 |
parents | 6091a80df951 |
children | 4eb2de7c24d1 |
comparison
equal
deleted
inserted
replaced
8:97788e4bf3fc | 9:c32280662103 |
---|---|
73 sub parse_hmdb_csv_resultsTest { | 73 sub parse_hmdb_csv_resultsTest { |
74 my ($hmdb_pages, $mzs, $max ) = @_ ; | 74 my ($hmdb_pages, $mzs, $max ) = @_ ; |
75 | 75 |
76 my $oHmdb = lib::hmdb->new() ; | 76 my $oHmdb = lib::hmdb->new() ; |
77 my $result = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max) ; ## hash format result | 77 my $result = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max) ; ## hash format result |
78 | 78 print Dumper $result ; |
79 return($result) ; | 79 return($result) ; |
80 } | 80 } |
81 | 81 |
82 | 82 |
83 1 ; | 83 1 ; |