Mercurial > repos > fgiacomoni > hmdb_ms_search
comparison wsdl_hmdb.pl @ 17:49f87ddb2c78 draft
Master branch Updating - - Fxx
author | fgiacomoni |
---|---|
date | Wed, 23 Jan 2019 02:57:07 -0500 |
parents | 8b2fbd449ffd |
children | f8c8a990688a |
comparison
equal
deleted
inserted
replaced
16:8b2fbd449ffd | 17:49f87ddb2c78 |
---|---|
253 | 253 |
254 # wsdl_hmdb is a script to query HMDB website using mz and return a list of candidates sent by HMDB based on the ms search tool. | 254 # wsdl_hmdb is a script to query HMDB website using mz and return a list of candidates sent by HMDB based on the ms search tool. |
255 # Input : accurate mz or list of accurate masses | 255 # Input : accurate mz or list of accurate masses |
256 # Author : Franck Giacomoni and Marion Landi | 256 # Author : Franck Giacomoni and Marion Landi |
257 # Email : fgiacomoni\@inra.fr | 257 # Email : fgiacomoni\@inra.fr |
258 # Version : 1.5 | 258 # Version : 1.6 |
259 # Created : 08/07/2012 | 259 # Created : 08/07/2012 |
260 # Updated : 19/01/2018 | 260 # Updated : 23/01/2019 - 1.6 |
261 USAGE : | 261 USAGE : |
262 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] | 262 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] |
263 | 263 |
264 or | 264 or |
265 wsdl_hmdb.pl -masses [an input file of mzs] -colfactor [col of mz] -header_choice [yes|no] -nblineheader [nb of lines containing file header : 0-n] | 265 wsdl_hmdb.pl -masses [an input file of mzs] -colfactor [col of mz] -header_choice [yes|no] -nblineheader [nb of lines containing file header : 0-n] |
266 -delta [mz delta] -mode [molecular species: positive|negative|neutral] -output [output tabular file] -view [output html file] | 266 -delta [mz delta] -mode [molecular species: positive|negative|neutral] -output [output tabular file] -view [output html file] |
267 -advancedFeatures [Default 0, set to 1 for advanced features as logp, inchi, ...] | |
267 | 268 |
268 or | 269 or |
269 wsdl_hmdb.pl -h for help | 270 wsdl_hmdb.pl -h for help |
270 | 271 |
271 "; | 272 "; |
320 | 321 |
321 version 1.3 : 19 / 11 / 2014 | 322 version 1.3 : 19 / 11 / 2014 |
322 | 323 |
323 version 1.4 : 21 / 01 / 2016 - a clean version for community | 324 version 1.4 : 21 / 01 / 2016 - a clean version for community |
324 | 325 |
325 version 1.5 : 19 / 01 / 2018 - modifiy parser to match HMDB V4.0 formats | 326 version 1.5 : 19 / 01 / 2018 - modify parser to match HMDB V4.0 formats |
327 | |
328 version 1.6 : 23 / 01 / 2019 - Manage UA http error and advanced feature from hmdb. | |
326 | 329 |
327 =cut | 330 =cut |