Mercurial > repos > fgiacomoni > hmdb_ms_search
comparison t/lib/hmdbTest.pm @ 4:6091a80df951 draft
planemo upload commit e2dfb6f7afeeb7767ef83e9e2c3a2d3e6a94ae98
author | fgiacomoni |
---|---|
date | Fri, 19 Jan 2018 09:38:17 -0500 |
parents | 6d0a0f8f672a |
children | c32280662103 |
comparison
equal
deleted
inserted
replaced
3:505956db90c5 | 4:6091a80df951 |
---|---|
69 | 69 |
70 | 70 |
71 | 71 |
72 ## sub | 72 ## sub |
73 sub parse_hmdb_csv_resultsTest { | 73 sub parse_hmdb_csv_resultsTest { |
74 my ($hmdb_pages, $mzs ) = @_ ; | 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) ; ## hash format result | 77 my $result = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max) ; ## hash format result |
78 | 78 |
79 return($result) ; | 79 return($result) ; |
80 } | 80 } |
81 | 81 |
82 | 82 |