Mercurial > repos > lecorguille > xcms_retcor
annotate README.rst @ 8:4bfef820569b draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
author | lecorguille |
---|---|
date | Fri, 07 Apr 2017 07:36:24 -0400 |
parents | bb602a5b8819 |
children | e4e0254a3c0a |
rev | line source |
---|---|
1 | 1 |
2 Changelog/News | |
3 -------------- | |
4 | |
8
4bfef820569b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
7
diff
changeset
|
5 **Version 2.1.0 - 03/02/2017** |
4bfef820569b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
7
diff
changeset
|
6 |
4bfef820569b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
7
diff
changeset
|
7 - IMPROVEMENT: xcms.retcor can deal with merged individual data |
4bfef820569b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
7
diff
changeset
|
8 |
7
bb602a5b8819
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
6
diff
changeset
|
9 **Version 2.0.8 - 22/12/2016** |
bb602a5b8819
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
6
diff
changeset
|
10 |
bb602a5b8819
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
6
diff
changeset
|
11 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph |
bb602a5b8819
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
6
diff
changeset
|
12 |
6
123824c7eaa8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
2
diff
changeset
|
13 **Version 2.0.7 - 06/07/2016** |
123824c7eaa8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
2
diff
changeset
|
14 |
123824c7eaa8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
2
diff
changeset
|
15 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0 |
123824c7eaa8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
2
diff
changeset
|
16 |
2
54cc3edfe35c
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
1
diff
changeset
|
17 **Version 2.0.6 - 04/04/2016** |
54cc3edfe35c
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
1
diff
changeset
|
18 |
54cc3edfe35c
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
1
diff
changeset
|
19 - TEST: refactoring to pass planemo test using conda dependencies |
54cc3edfe35c
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
1
diff
changeset
|
20 |
1 | 21 **Version 2.0.5 - 10/02/2016** |
22 | |
23 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
24 | |
25 - BUGFIX: some pdf remained empty even when the process succeed | |
26 | |
27 - UPDATE: refactoring of internal management of inputs/outputs | |
28 | |
29 - UPDATE: refactoring to feed the new report tool | |
30 | |
31 | |
32 **Version 2.0.2 - 02/06/2015** | |
33 | |
34 - IMPROVEMENT: new datatype/dataset formats (rdata.xcms.raw, rdata.xcms.group, rdata.xcms.retcor ...) will facilitate the sequence of tools and so avoid incompatibility errors. | |
35 | |
36 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
37 |