diff README.rst @ 13:c934dd5c49a9 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1
author lecorguille
date Wed, 29 Nov 2017 09:45:19 -0500
parents 15646e937936
children b62808a2a008
line wrap: on
line diff
--- a/README.rst	Fri Apr 07 07:35:01 2017 -0400
+++ b/README.rst	Wed Nov 29 09:45:19 2017 -0500
@@ -13,15 +13,19 @@
 
 **How**
 
- - The file `destinations_input_type.py` (shiped with this tool) must be place in `lib/galaxy/jobs/rules/`
- - The `job_conf.xml` must be inspired by the `job_conf.xml.sample` shiped with this tool
- - The final destination names must match between the `job_conf.xml` and the `destinations_input_type.py`
- - Restart Galaxy
+1. The file [`destinations_input_type.py`](https://raw.githubusercontent.com/workflow4metabolomics/xcms/master/galaxy/xcms_xcmsset/destinations_input_type.py) (shiped with this tool) must be place in `lib/galaxy/jobs/rules/`
+2. The `job_conf.xml` must be inspired by the [`job_conf.xml.sample`](https://github.com/workflow4metabolomics/xcms/blob/master/galaxy/xcms_xcmsset/job_conf.xml.sample) shiped with this tool
+3. The final destination names must match between the `job_conf.xml` and the `destinations_input_type.py`
+4. Restart Galaxy
 
 
 Changelog/News
 --------------
 
+**Version 2.1.1 - 29/11/2017**
+
+- BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
+
 **Version 2.1.0 - 22/02/2017**
 
 - NEW: The W4M tools will be able now to take as input a single file. It will allow to submit in parallel several files and merge them afterward using "xcms.xcmsSet Merger" before "xcms.group".