comparison README.md @ 8:0f079ad77bdf draft

planemo upload commit b90b06e871eca4f3413216a3812be97668a18f76-dirty
author prog
date Fri, 25 Jan 2019 04:06:12 -0500
parents 882f2f20028b
children 51b9d4a05d11
comparison
equal deleted inserted replaced
7:882f2f20028b 8:0f079ad77bdf
7 7
8 The two matching algorithms used in this tool have been imported from developments made at [CEA](http://www.cea.fr/english) Saclay, inside the *DSV/IBITEC-S/SPI*. They have been translated from C# to R. 8 The two matching algorithms used in this tool have been imported from developments made at [CEA](http://www.cea.fr/english) Saclay, inside the *DSV/IBITEC-S/SPI*. They have been translated from C# to R.
9 9
10 For more information, see the galaxy tool page, help section, available inside `galaxy/lcmsmatching.xml`. 10 For more information, see the galaxy tool page, help section, available inside `galaxy/lcmsmatching.xml`.
11 11
12 ## search-mz 12 ## lcmsmatching script
13 13
14 This is the script, included in this repository, that allows run on command line an MZ matching on one of the available database types. 14 This is the script, included in this repository, that allows to run on command line an MZ matching on one of the available database types.
15 15
16 Please run `search-mz -h` for a help page listing all options and presenting some examples. 16 Please run `lcmsmatching -h` for a help page listing all options and presenting some examples.
17 17
18 ## Dependencies 18 ## Dependencies
19 19
20 * `libssl-dev`. 20 * `R` version `3.5.1`.
21 * `libcurl4-openssl-dev`.
22 * `libxml2-dev`.
23 * `R` version `3.2.2`.
24 * `R` packages: 21 * `R` packages:
25 - `getopt` >= `1.20.0`. 22 - `getopt` >= `1.20.0`.
26 - `stringr` >= `1.0.0`. 23 - `biodb` >= `1.2.0rc2`.
27 - `plyr` >= `1.8.3`.
28 - `XML` >= `3.98`.
29 - `bitops` >= `1.0_6`.
30 - `RCurl` >= `1.95`.
31 - `jsonlite` >= `1.1`.
32 24
33 ## Updates 25 ## Changelog
26
27 ### 4.0.0
28
29 * Switch to biodb R library (<http://github.com/pkrog/biodb>).
30 * Remove Excel and 4TabSql databases from script.
31 * Remove all dynamic fields in XML (i.e.: fields computed using python scripts, like the list of chromatogaphic columns).
32 * Use now a single field for in-house file databases column names, whose value is a comma separated list of key/value pairs.
33 * Update Peakforest URL.
34
35 ### 3.4.3
36
37 * Returns empty match in case of NA values in mz.low and mz.high.
38 * Speed up HTML output writing.
34 39
35 ### 3.3.1 40 ### 3.3.1
36 41
37 * Correct a bug while trying to connect to Peakforest for getting the list of chromatographic columns. 42 * Correct a bug while trying to connect to Peakforest for getting the list of chromatographic columns.
38 43