Mercurial > repos > lecorguille > xcms_xcmsset
comparison abims_xcms_xcmsSet.xml @ 4:4509e9dd03e4 draft
planemo upload
author | lecorguille |
---|---|
date | Mon, 22 Feb 2016 16:59:10 -0500 |
parents | 7366edf1b2cf |
children | b9a87af62223 |
comparison
equal
deleted
inserted
replaced
3:7366edf1b2cf | 4:4509e9dd03e4 |
---|---|
1 <tool id="abims_xcms_xcmsSet" name="xcms.xcmsSet" version="2.0.6"> | 1 <tool id="abims_xcms_xcmsSet" name="xcms.xcmsSet" version="2.0.7"> |
2 | 2 |
3 <description>Filtration and Peak Identification using xcmsSet function from xcms R package to preprocess LC/MS data for relative quantification and statistical analysis </description> | 3 <description>Filtration and Peak Identification using xcmsSet function from xcms R package to preprocess LC/MS data for relative quantification and statistical analysis </description> |
4 | 4 |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="3.1.2">R</requirement> | 6 <requirement type="package" version="3.1.2">R</requirement> |
75 <param name="input" type="select" label="Choose your inputs method" > | 75 <param name="input" type="select" label="Choose your inputs method" > |
76 <option value="zip_file" selected="true">Zip file from your history containing your chromatograms</option> | 76 <option value="zip_file" selected="true">Zip file from your history containing your chromatograms</option> |
77 <option value="lib" >Library directory name</option> | 77 <option value="lib" >Library directory name</option> |
78 </param> | 78 </param> |
79 <when value="zip_file"> | 79 <when value="zip_file"> |
80 <param name="zip_file" type="data" format="no_unzip.zip" label="Zip file" /> | 80 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" /> |
81 </when> | 81 </when> |
82 <when value="lib"> | 82 <when value="lib"> |
83 <param name="library" type="text" size="40" label="Library directory name" help="The name of your directory containing all your data" > | 83 <param name="library" type="text" size="40" label="Library directory name" help="The name of your directory containing all your data" > |
84 <validator type="empty_field"/> | 84 <validator type="empty_field"/> |
85 </param> | 85 </param> |
302 You have two methods for your inputs: | 302 You have two methods for your inputs: |
303 | 303 |
304 | Zip file (recommended): You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories). | 304 | Zip file (recommended): You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories). |
305 | library folder: You must specify the name of your "library" (folder) created within your space project (for example: /projet/externe/institut/login/galaxylibrary/yourlibrary). Your library must contain all your conditions as sub-directories. | 305 | library folder: You must specify the name of your "library" (folder) created within your space project (for example: /projet/externe/institut/login/galaxylibrary/yourlibrary). Your library must contain all your conditions as sub-directories. |
306 | 306 |
307 Steps for creating the zip file | |
308 ------------------------------- | |
309 | |
310 **Step1: Creating your directory and hierarchize the subdirectories** | |
311 | |
312 | |
313 VERY IMPORTANT: If you zip your files under Windows, you must use the 7Zip software (http://www.7-zip.org/), otherwise your zip will not be well unzipped on the platform W4M (zip corrupted bug). | |
314 | |
315 Your zip should contain all your conditions as sub-directories. For example, two conditions (mutant and wild): | |
316 arabidopsis/wild/01.raw | |
317 arabidopsis/mutant/01.raw | |
318 | |
319 **Step2: Creating a zip file** | |
320 | |
321 Create your zip file (e.g.: arabidopsis.zip). | |
322 | |
323 **Step 3 : Uploading it to our Galaxy server** | |
324 | |
325 If your zip file is less than 2Gb, you get use the Get Data tool to upload it. | |
326 | |
327 Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO on workflow4metabolomics.org (http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf). | |
328 | |
329 For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). | |
330 | |
331 Advices for converting your files for the XCMS input | |
332 ---------------------------------------------------- | |
333 | |
334 We recommend you to convert your raw files to **mzXML** in centroid mode (smaller files) and the files will be compatible with the xmcs centWave method. | |
335 | |
336 **We recommend you the following parameters:** | |
337 | |
338 Use Filtering: **True** | |
339 | |
340 Use Peak Picking: **True** | |
341 | |
342 Peak Peaking -Apply to MS Levels: **All Levels (1-)** : Centroid Mode | |
343 | |
344 Use zlib: **64** | |
345 | |
346 Binary Encoding: **64** | |
347 | |
348 m/z Encoding: **64** | |
349 | |
350 Intensity Encoding: **64** | |
351 | |
352 | |
307 ---------- | 353 ---------- |
308 Parameters | 354 Parameters |
309 ---------- | 355 ---------- |
310 | 356 |
311 Extraction method for peaks detection | 357 Extraction method for peaks detection |
410 | **3) Example of xset.TICs_raw.pdf (Total Ion Chromatograms) :** | 456 | **3) Example of xset.TICs_raw.pdf (Total Ion Chromatograms) :** |
411 | 457 |
412 .. image:: xcms_tics.png | 458 .. image:: xcms_tics.png |
413 | 459 |
414 | 460 |
461 --------------------------------------------------- | |
462 | |
463 Changelog/News | |
464 -------------- | |
465 | |
466 | |
467 **Version 2.0.7 - 10/02/2016** | |
468 | |
469 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
470 | |
471 - BUGFIX/IMPROVEMENT: New checking steps around the imported data in order to raise explicte error message before or after launch XCMS: checking of bad characters in the filenames, checking of the XML integrity and checking of duplicates which can appear in the sample names during the XCMS process because of bad characters | |
472 | |
473 - BUGFIX/IMPROVEMENT: New step to check and delete bad characters in the XML: accented characters in the storage path of the mass spectrometer | |
474 | |
475 - UPDATE: refactoring of internal management of inputs/outputs | |
476 | |
477 - UPDATE: refactoring to feed the new report tool | |
478 | |
479 | |
480 **Version 2.0.2 - 18/01/2016 | |
481 | |
482 - BUGFIX: Some zip files were tag as "corrupt" by R. We have changed the extraction mode to deal with thoses cases. | |
483 | |
484 | |
485 **Version 2.0.2 - 09/10/2015** | |
486 | |
487 - BUGFIX: Some users reported a bug in xcms.xcmsSet. The preprocessing stops itself and doesn't import the whole dataset contained in the zip file without warning. But meanwhile, please check your samplemetadata dataset and the number of rows. | |
488 | |
489 | |
490 **Version 2.0.2 - 02/06/2015** | |
491 | |
492 - NEW: The W4M workflows will now take as input a zip file to ease the transfer and to improve dataset exchange between tools and users. (See How_to_upload). The previous "Library directory name" is still available but we invite user to switch on the new zip system as soon as possible. | |
493 | |
494 - 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. | |
495 | |
496 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
497 | |
415 ]]></help> | 498 ]]></help> |
416 | 499 |
417 | 500 |
418 <citations> | 501 <citations> |
419 <citation type="doi">10.1021/ac051437y</citation> | 502 <citation type="doi">10.1021/ac051437y</citation> |