Mercurial > repos > lecorguille > xcms_xcmsset
diff README.rst @ 26:626d3db664ef draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf
author | lecorguille |
---|---|
date | Wed, 22 Mar 2017 16:04:45 -0400 |
parents | d7971ea3ad1d |
children | 5dba1c94fb94 |
line wrap: on
line diff
--- a/README.rst Thu Mar 02 08:20:04 2017 -0500 +++ b/README.rst Wed Mar 22 16:04:45 2017 -0400 @@ -1,11 +1,33 @@ +Job Dynamic Destination Mapping +------------------------------- + +**Why** + +xcmsSet wrapper allow both individual file and zip file which can contain several samples. +Thus, it can be interesting to adjust the number of thread according to the input type. +For example: 1 thread for a single mzXML or NetCDF file and 8 threads for a zip file. + +**What** + +The [Dynamic Destination Mapping](https://galaxyproject.org/admin/config/jobs/#dynamic-destination-mapping) allow Galaxy to choose a destination at runtime based on factors such as the job inputs, user submitting the job, cluster status, etc... + +**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 + Changelog/News -------------- -**Version 2.1.0 - 03/02/2017** +**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". +- BUGFIX: the default value of "matchedFilter" -> "Step size to use for profile generation" which was of 0.01 have been changed to fix with the XMCS default values to 0.1 + **Version 2.0.11 - 22/12/2016** - BUGFIX: propose scanrange for all methods @@ -53,4 +75,3 @@ - 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. - IMPROVEMENT: parameter labels have changed to facilitate their reading. -