annotate align_samples.xml @ 1:a941ec0fd2a4 draft default tip

planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
author rjmw
date Wed, 30 May 2018 09:16:29 -0400
parents 50a090761d51
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
1 <tool id="dimspy_align_samples" name="Align Samples" version="1.0.0">
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
2 <description> - Align peaks across Peaklists</description>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
3 <macros>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
4 <import>macros.xml</import>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
5 </macros>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
6 <expand macro="requirements" />
1
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
7 <command detect_errors="exit_code">
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
8 <![CDATA[
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
9 dimspy align-samples
1
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
10 --input '$hdf5_file_in'
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
11 --output '$hdf5_file_out'
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
12 #if $filelist
1
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
13 --filelist '$filelist'
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
14 #end if
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
15 --ppm $ppm
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
16 #if $hdf5_to_txt.standard
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
17 &&
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
18 @HDF5_PM_TO_TXT@
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
19 #end if
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
20 #if $hdf5_to_txt.comprehensive
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
21 &&
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
22 @HDF5_PM_TO_TXT_COMPREHENSIVE@
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
23 #end if
1
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
24 ]]>
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
25 </command>
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
26 <inputs>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
27 <param name="hdf5_file_in" type="data" format="h5" label="Peaklists (HDF5 file)" help="" argument="--input"/>
1
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
28 <param name="filelist" type="data" optional="true" format="tsv,tabular" label="Filelist / Samplelist" help="Only provide a filelist if you like to exclude Peaklists, update the metadata (e.g. classLabel), or if you have not provided a filelist for Process Scans or Replicate Filter." argument="--filelist"/>
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
29 <param name="ppm" type="float" value="2.0" label="Ppm error tolerance" help="Maximum tolerated m/z deviation across samples in parts per million (ppm)." argument="--ppm"/>
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
30 <param name="delimiter" type="hidden" value="tab" argument="--delimiter"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
31 <expand macro="hdf5_pm_to_txt" />
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
32 </inputs>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
33 <outputs>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
34 <expand macro="outputs_peak_intensity_matrix" />
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
35 </outputs>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
36 <tests>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
37 <test>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
38 <param name="hdf5_file_in" value="pls_rf.h5" ftype="h5"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
39 <param name="ppm" value="2.0"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
40 <param name="delimiter" value="tab"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
41 <param name="hdf5_to_txt|standard" value="True"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
42 <param name="hdf5_to_txt|comprehensive" value="False"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
43 <param name="hdf5_to_txt|samples_representations" value="rows"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
44 <param name="hdf5_to_txt|matrix_attr" value="intensity"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
45 <output name="hdf5_file_out" file="pm_as.h5" ftype="h5" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
46 <output name="matrix_file_out" file="peak_matrix_as.txt" ftype="tsv" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
47 </test>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
48 <test>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
49 <param name="hdf5_file_in" value="pls_rf.h5" ftype="h5"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
50 <param name="ppm" value="2.0"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
51 <param name="delimiter" value="tab"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
52 <param name="hdf5_to_txt|standard" value="True"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
53 <param name="hdf5_to_txt|comprehensive" value="False"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
54 <param name="hdf5_to_txt|representation_samples" value="columns"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
55 <param name="hdf5_to_txt|matrix_attr" value="intensity"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
56 <output name="hdf5_file_out" file="pm_as.h5" ftype="h5" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
57 <output name="matrix_file_out" file="peak_matrix_as_t.txt" ftype="tsv" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
58 </test>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
59 <test>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
60 <param name="hdf5_file_in" value="pls_rf.h5" ftype="h5"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
61 <param name="ppm" value="2.0"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
62 <param name="delimiter" value="tab"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
63 <param name="hdf5_to_txt|standard" value="True"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
64 <param name="hdf5_to_txt|comprehensive" value="True"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
65 <param name="hdf5_to_txt|samples_representations" value="rows"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
66 <param name="hdf5_to_txt|matrix_attr" value="mz"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
67 <output name="hdf5_file_out" file="pm_as.h5" ftype="h5" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
68 <output name="matrix_file_out" file="peak_matrix_as_mz.txt" ftype="tsv" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
69 <output name="matrix_comprehensive_file_out" file="peak_matrix_as_mz_compr.txt" ftype="tsv" compare="sim_size"/>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
70 </test>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
71 </tests>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
72 <help>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
73 -------------
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
74 Align Samples
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
75 -------------
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
76
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
77 Description
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
78 -----------
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
79
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
80 | Use this tool to align Peaklists according to their constituent mass spectral peaks.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
81 | In the DIMS analysis workflow, align samples typically follows 'Replicate Filter'.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
82 | This tool may, however, be used to align any Peaklists (e.g. aligning individual Peaklists for each replicate of a sample).
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
83
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
84 Parameters
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
85 ----------
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
86
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
87 **\1. Set of Peaklists (HDF5 file)** (REQUIRED)
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
88
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
89 For the default DIMS analysis workflow, this comprises a set of Peaklists output from the sequential application of the 'process_scans' tools, followed by the 'replicate_filter' tool.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
90
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
91
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
92 **\2. Filelist / Samplelist** (OPTIONAL)
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
93
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
94 | A tabular-formatted .txt file with columns: filename, batch, classLabel, injectionOrder.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
95 | Additional collumns are allowed but are not used during processing.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
96 | This file must be uploaded in to (or available from) the current history in order to allow for it to be selected from the drop-down menu.
1
a941ec0fd2a4 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit 42331bc61ea07d75f88007e5a2c65eaf9e811f06
rjmw
parents: 0
diff changeset
97 | **NOTE:** Only provide a filelist if you like to exclude Peaklist, update the metadata (e.g. classLabel), or if you have not provided a filelist for 'Process Scans' or Replicate Filter'.
0
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
98 |
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
99
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
100 <![CDATA[
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
101
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
102 +-------------------------------+-------+------------+----------------+
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
103 | filename | batch | classLabel | injectionOrder |
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
104 +-------------------------------+-------+------------+----------------+
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
105 | sample_rep1_rep3_rep4 | 1 | sample | 1 |
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
106 +-------------------------------+-------+------------+----------------+
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
107 | blank_rep1_rep2_rep3 | 1 | sample | 2 |
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
108 +-------------------------------+-------+------------+----------------+
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
109 | ... | ... | ... | ... |
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
110 +-------------------------------+-------+------------+----------------+
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
111
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
112 ]]>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
113
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
114 **\3. ppm** (REQUIRED; default = 2.0)
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
115
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
116 | A numeric value from 0 upwards.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
117 | Peaks with m/z differences (measured in parts-per-million) below this value are clustered together as a single feature.
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
118 |
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
119
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
120 @help_options_addtional_output@
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
121
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
122 @github_developers_contributors@
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
123
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
124 </help>
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
125 <expand macro="citations" />
50a090761d51 planemo upload for repository https://github.com/computational-metabolomics/dimspy-galaxy commit d30de6d202e1b97aaca189acc612ae87e95d033f
rjmw
parents:
diff changeset
126 </tool>