diff wsdl_hmdb.pl @ 25:8f7546d0b925 draft

master branch Updating with tag :CI_COMMIT_TAG - - Fxx
author fgiacomoni
date Tue, 05 Jul 2022 12:39:15 +0000
parents d8e2ede293a6
children
line wrap: on
line diff
--- a/wsdl_hmdb.pl	Thu May 19 14:41:34 2022 +0000
+++ b/wsdl_hmdb.pl	Tue Jul 05 12:39:15 2022 +0000
@@ -162,6 +162,8 @@
 		## Cutof will be done in next method after URI check
 		($result) = $oHmdb->parseHmdb5CSVResults($hmdb_pages, $mzs, 1000) ; ## hash format result
 		
+#		print Dumper $result ;
+		
 		## This previous step return results with cutoff on the number of entries returned !
 		
 		## clean/max result by testing each HMDB_ID page in HMDB
@@ -275,7 +277,7 @@
 # Email : fgiacomoni\@inra.fr
 # Version : 1.6
 # Created : 08/07/2012
-# Updated : 23/01/2019 - 1.6
+# Updated : 22/06/2022 - 1.7.2
 USAGE :		 
 		wsdl_hmdb.pl 	-mass [one mass or a string list of exact masses] -delta [mz delta] -mode [molecular species: positive|negative|neutral] -output [output tabular file] -view [output html file] 
 		
@@ -349,4 +351,6 @@
 
 version 1.7.0 : 19/ 05 / 2022 - Update HMDB API client - compliant with HMDB 5.0 web portal
 
+version 1.7.2 : 22/ 06 / 2022 - Fix issue with neg result parsing
+
 =cut
\ No newline at end of file