diff t/lib/hmdbTest.pm @ 10:4eb2de7c24d1 draft

Master branch Updating - - Fxx
author fgiacomoni
date Mon, 01 Oct 2018 10:36:30 -0400
parents c32280662103
children 2d8a310e86ce
line wrap: on
line diff
--- a/t/lib/hmdbTest.pm	Wed Sep 19 11:09:30 2018 -0400
+++ b/t/lib/hmdbTest.pm	Mon Oct 01 10:36:30 2018 -0400
@@ -45,6 +45,7 @@
 	
 	my $oHmdb = lib::hmdb->new() ;
 	my $hmdb_pages = $oHmdb->get_matches_from_hmdb_ua($hmdb_masses, $delta, $molecular_species) ;
+	print Dumper $hmdb_pages ;
 	return ($hmdb_pages) ;
 }