Mercurial > repos > lecorguille > camera_annotate
annotate README.rst @ 32:23e33e354bb7 draft
planemo upload commit 964980509aaa30c196b7ff20dbb78293f8286f06
author | lecorguille |
---|---|
date | Wed, 05 Apr 2017 07:36:44 -0400 |
parents | 591d26b9027e |
children | 34d89b4ad869 |
rev | line source |
---|---|
7 | 1 |
2 Changelog/News | |
3 -------------- | |
4 | |
25
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
5 **Version 2.2.0 - 03/02/2017** |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
6 |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
7 - BUGFIX: the diffreport ids didn't convert the rt in minute as the other export |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
8 |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
9 - UPDATE: the settings (digits, convertion in minutes) of the identifiants will no longer modify the native one. Because we want to be conservative and because it can be dangerous for the data integrity during a futur merge of the table, we decide to put those customization in a new column namecustom within the variableMetadata. |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
10 |
28
591d26b9027e
planemo upload commit d708b85fc764e790fac071552d19cd7a89d02d31
lecorguille
parents:
25
diff
changeset
|
11 - IMPROVEMENT: add some sections within the form to separate the different parts of the process |
25
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
12 |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
13 - IMPROVEMENT: add the possibility to use defined ruleset |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
14 |
28
591d26b9027e
planemo upload commit d708b85fc764e790fac071552d19cd7a89d02d31
lecorguille
parents:
25
diff
changeset
|
15 - IMPROVEMENT: add the possibility to set the MZ digit within the identifiants |
591d26b9027e
planemo upload commit d708b85fc764e790fac071552d19cd7a89d02d31
lecorguille
parents:
25
diff
changeset
|
16 |
25
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
17 - IMPROVEMENT: CAMERA.annotate is now compatible with merged individual data from xcms.xcmsSet |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
18 |
230f0bc9e792
planemo upload commit a634879c0e651eb0eb7b435a107ee40cf30524fa
lecorguille
parents:
23
diff
changeset
|
19 |
14
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
20 **Version 2.1.5 - 21/04/2016** |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
21 |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
22 - UPGRADE: upgrate the CAMERA version from 1.22.0 to 1.26.0 |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
23 |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
24 |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
25 **Version 2.1.4 - 18/04/2016** |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
26 |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
27 - TEST: refactoring to pass planemo test using conda dependencies |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
28 |
e98ca7f0dcbd
planemo upload commit 2761472c8afc41d54cecd54cabd1c5a5713514a3-dirty
lecorguille
parents:
7
diff
changeset
|
29 **Version 2.1.3 - 10/02/2016** |
7 | 30 |
31 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
32 | |
33 - BUGFIX: the conversion into minutes of the retention time was applied to the diffreport outputs (several conditions) | |
34 | |
35 - IMPROVEMENT: when there are several conditions, the tool will generate individual datasets (tsv, pdf) instead of a zip file. The usual png (eic, boxplot) will from now be integrated in two pdf. | |
36 | |
37 - UPDATE: refactoring of internal management of inputs/outputs | |
38 | |
39 | |
28
591d26b9027e
planemo upload commit d708b85fc764e790fac071552d19cd7a89d02d31
lecorguille
parents:
25
diff
changeset
|
40 **VERSION 2.1.0 - 09/10/2015** |
7 | 41 |
42 - BUGFIX: There was a bug with the CAMERA.annotate (generating a bad dataMatrix (intensities which don't match with the metabolites)) | |
43 | |
44 | |
28
591d26b9027e
planemo upload commit d708b85fc764e790fac071552d19cd7a89d02d31
lecorguille
parents:
25
diff
changeset
|
45 **VERSION 2.1.0 - 07/06/2015** |
7 | 46 |
47 - IMPROVEMENT: new datatype/dataset formats (rdata.camera.positive, rdata.camera.negative, rdata.camera.quick ...) will facilitate the sequence of tools and so avoid incompatibility errors. | |
48 | |
49 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
50 | |
51 - UPDATE: merged with annotateDiffreport. Some parameters are dedicated to experiences with several conditions |