Mercurial > repos > galaxyp > feature_alignment
annotate feature_alignment.xml @ 0:7ac5166f8bbc draft default tip
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
author | galaxyp |
---|---|
date | Fri, 10 Dec 2021 00:30:05 +0000 |
parents | |
children |
rev | line source |
---|---|
0
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
1 <tool id="feature_alignment" name="TRIC" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
2 <description>integrates information from all available runs via a graph-based alignment strategy</description> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
3 <macros> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">0.11.0</token> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
5 <token name="@GALAXY_VERSION@">0</token> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
6 <import>macros.xml</import> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
7 </macros> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
8 <requirements> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
9 <requirement type="package" version="@TOOL_VERSION@">msproteomicstools</requirement> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
10 <requirement type="package" version="2.8.6">rpy2</requirement> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
11 </requirements> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
12 <version_command>feature_alignment.py --version</version_command> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
13 <command detect_errors="exit_code"><![CDATA[ |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
14 feature_alignment.py |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
15 --in #echo '' ''.join([ str($file) for $file in $inputs ]) |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
16 --out out.tsv |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
17 --out_matrix out_matrix.tsv |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
18 --out_ids out_ids.tsv |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
19 --file_format '$iformat' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
20 --method '$method_sel.method' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
21 --matrix_output_method '$matrix_output_method' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
22 --realign_method '$realign_method' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
23 #if $max_rt_diff_cond.max_rt_diff_sel == 'opt_max_rt_diff_enabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
24 --max_rt_diff '$max_rt_diff_cond.max_rt_diff' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
25 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
26 #if $iso_max_rt_diff_cond.iso_max_rt_diff_sel == 'opt_iso_max_rt_diff_enabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
27 --iso_max_rt_diff '$iso_max_rt_diff_cond.iso_max_rt_diff' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
28 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
29 #if $frac_selected_cond.frac_selected_sel == 'opt_frac_selected_enabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
30 --frac_selected '$frac_selected_cond.frac_selected' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
31 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
32 #if $fdr_cond.fdr_sel == 'opt_target_fdr': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
33 --target_fdr '$fdr_cond.target_fdr' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
34 #elif $fdr_cond.fdr_sel == 'opt_fdr_cutoff': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
35 --fdr_cutoff '$fdr_cond.fdr_cutoff' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
36 #else: |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
37 --target_fdr '0' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
38 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
39 --max_fdr_quality '$max_fdr_quality' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
40 #if $method_sel.method == 'LocalMST' or $method_sel.method == 'LocalMSTAllCluster': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
41 --mst:useRTCorrection '$method_sel.mst_useRTCorrection' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
42 --mst:Stdev_multiplier '$method_sel.mst_Stdev_multiplier' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
43 --mst:useLocalStdev '$method_sel.mst_useLocalStdev' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
44 --mst:useReference '$method_sel.mst_useReference' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
45 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
46 #if $further_params.disable_isotopic_grouping: |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
47 --disable_isotopic_grouping |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
48 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
49 #if $further_params.dscore_cond.dscore_sel == 'opt_dscore_enabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
50 --use_dscore_filter |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
51 --dscore_cutoff '$further_params.dscore_cond.dscore_cutoff' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
52 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
53 #if $further_params.nr_high_conf_exp_cond.nr_high_conf_exp_sel == 'opt_nr_high_conf_exp_enabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
54 --nr_high_conf_exp '$further_params.nr_high_conf_exp_cond.nr_high_conf_exp' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
55 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
56 #if $further_params.readmethod != 'disabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
57 --readmethod '$further_params.readmethod' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
58 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
59 #if $further_params.alignment_score_cond.alignment_score_sel == 'opt_alignment_score_enabled': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
60 --alignment_score '$further_params.alignment_score_cond.alignment_score' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
61 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
62 |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
63 #if $iformat == 'openswath': |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
64 && cat out.tsv > '$out' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
65 #end if |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
66 && cat out_matrix.tsv > '$out_matrix' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
67 && cat out_ids.tsv > '$out_ids' |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
68 ]]></command> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
69 <inputs> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
70 <param name="inputs" type="data" multiple="True" format="txt" label="Output files containing all peakgroups from OpenSWATH (using either mProphet or pyProphet) or Peakview." help="(--in)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
71 <param name="iformat" type="select" label="Which input file format is used" help="(--file_format)"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
72 <option value="openswath" selected="True">OpenSwath</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
73 <option value="mprophet">mProphet (mQuest)</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
74 <option value="peakview">PeakView</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
75 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
76 <conditional name="method_sel"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
77 <param name="method" type="select" label="Which method to use for the clustering" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
78 help="Note that the MST options will perform a local, MST guided alignment while the other options will use a reference-guided alignment. The global option will also move peaks which are below the selected FDR threshold. (--method)" > |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
79 <option value="best_overall" selected="True">best overall</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
80 <option value="best_cluster_score">best cluster score</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
81 <option value="global_best_cluster_score">global best cluster score</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
82 <option value="global_best_overall">global best overall</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
83 <option value="LocalMST">LocalMST</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
84 <option value="LocalMSTAllCluster">LocalMSTAllCluster</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
85 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
86 <when value="best_overall"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
87 <when value="best_cluster_score"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
88 <when value="global_best_cluster_score"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
89 <when value="global_best_overall"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
90 <when value="LocalMST"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
91 <expand macro="mst_params"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
92 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
93 <when value="LocalMSTAllCluster"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
94 <expand macro="mst_params"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
95 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
96 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
97 <param name="matrix_output_method" type="select" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
98 label="Which columns are written besides Intensity" help="(--matrix_output_method)"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
99 <option value="none" selected="True">None</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
100 <option value="RT">RT</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
101 <option value="score">Score</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
102 <option value="source">Source</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
103 <option value="full">Full</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
104 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
105 <param name="realign_method" type="select" label="How to re-align runs in retention time" help="(--realign_method)"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
106 <option value="diRT" selected="True">Use only deltaiRT (diRT) from the input file</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
107 <option value="linear">Perform a linear regression using best peakgroups</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
108 <option value="lowess">Use Robust locally weighted regression (lowess smoother)</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
109 <option value="splinePy">Use Python native spline from scikits.datasmooth (slow!)</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
110 <option value="CVSpline">Splines with cross-validation</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
111 <option value="nonCVSpline">Splines without cross-validation</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
112 <option value="WeightedNearestNeighbour">WeightedNearestNeighbour</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
113 <option value="SmoothLLDMedian">SmoothLLDMedian</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
114 <option value="splineR">Perform a spline fit using R</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
115 <option value="splineR_external">Perform a spline fit using R (external)</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
116 <option value="Earth">Use Multivariate Adaptive Regression Splines using py-earth</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
117 <option value="lowess_cython">lowess_cython</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
118 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
119 <conditional name="max_rt_diff_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
120 <param name="max_rt_diff_sel" type="select" label="Enable difference in RT for two aligned features" help="Maximal difference in RT for two aligned features"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
121 <option value="opt_max_rt_diff_disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
122 <option value="opt_max_rt_diff_enabled">set difference in RT</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
123 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
124 <when value="opt_max_rt_diff_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
125 <when value="opt_max_rt_diff_enabled"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
126 <param name="max_rt_diff" type="integer" value="30" label="Difference in RT (in seconds) for two aligned features" help="(--max_rt_diff)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
127 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
128 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
129 <conditional name="iso_max_rt_diff_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
130 <param name="iso_max_rt_diff_sel" type="select" label="Enable difference in RT for two isotopic channels" help="Maximal difference in RT (in seconds) for two isotopic channels in the same run"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
131 <option value="opt_iso_max_rt_diff_disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
132 <option value="opt_iso_max_rt_diff_enabled">set difference in RT</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
133 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
134 <when value="opt_iso_max_rt_diff_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
135 <when value="opt_iso_max_rt_diff_enabled"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
136 <param name="iso_max_rt_diff" type="integer" value="30" label="Difference in RT (in seconds) for two isotopic channels." help="(--iso_max_rt_diff)" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
137 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
138 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
139 <conditional name="frac_selected_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
140 <param name="frac_selected_sel" type="select" label="Enable fraction of runs" help="Do not write peakgroup if selected in less than this fraction of runs"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
141 <option value="opt_frac_selected_disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
142 <option value="opt_frac_selected_enabled">set fraction of runs</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
143 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
144 <when value="opt_frac_selected_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
145 <when value="opt_frac_selected_enabled"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
146 <param name="frac_selected" type="float" value="0.0" min="0" max="1" label="Fraction of runs" help="(--frac_selected)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
147 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
148 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
149 <conditional name="fdr_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
150 <param name="fdr_sel" type="select" label="Choose FDR method" help=""> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
151 <option value="opt_fdr_disabled">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
152 <option value="opt_target_fdr" selected="True">Target FDR</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
153 <option value="opt_fdr_cutoff">FDR cutoff</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
154 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
155 <when value="opt_fdr_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
156 <when value="opt_target_fdr"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
157 <param name="target_fdr" type="float" value="0.01" label="Target FDR" help="Refers to the desired FDR on assay level. (--target_fdr)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
158 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
159 <when value="opt_fdr_cutoff"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
160 <param name="fdr_cutoff" type="float" value="0.01" label="Seeding score cutoff" help="A fixed m-score cutoff which does not take into account the number of runs (use target_fdr instead). (--fdr_cutoff)" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
161 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
162 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
163 <param name="max_fdr_quality" type="float" value="0.05" min="0" label="Extension score cutoff" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
164 help="During the extension phase of the algorithm, peakgroups of this quality will still be considered for alignment (in FDR) - it is possible to give a range in the format lower,higher+stepsize,stepsize - e.g. 0,0.31,0.01 (-1 will set it to fdr_cutoff) (--max_fdr_quality)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
165 <section name="further_params" title="Further parameters" expanded="False"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
166 <param name="disable_isotopic_grouping" type="boolean" truevalue="True" falsevalue="False" checked="false" label="Disable grouping of isotopic variants" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
167 help="Disable grouping of isotopic variants by peptide_group_label, thus disabling matching of isotopic variants of the same peptide across channels. If turned off, each isotopic channel will be matched independently of the other. If enabled, the more certain identification will be used to infer the location of the peak in the other channel. (--disable_isotopic_grouping)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
168 <conditional name="dscore_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
169 <param name="dscore_sel" type="select" label="Enable the filter by d score (this is mainly for speedup)" help=""> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
170 <option value="opt_dscore_disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
171 <option value="opt_dscore_enabled">Use d score filter</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
172 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
173 <when value="opt_dscore_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
174 <when value="opt_dscore_enabled"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
175 <param name="dscore_cutoff" type="float" value="1.96" label="d score cut-off" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
176 help="Quality cutoff to still consider a feature for alignment using the d_score: everything below this d-score is discarded (this is mainly for speedup). (--dscore_cutoff)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
177 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
178 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
179 <conditional name="nr_high_conf_exp_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
180 <param name="nr_high_conf_exp_sel" type="select" label="Enable the filter by d score (this is mainly for speedup)" help=""> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
181 <option value="opt_nr_high_conf_exp_disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
182 <option value="opt_nr_high_conf_exp_enabled">Use number of experiments</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
183 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
184 <when value="opt_nr_high_conf_exp_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
185 <when value="opt_nr_high_conf_exp_enabled"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
186 <param name="nr_high_conf_exp" type="integer" value="1" optional="True" label="Number of experiments with high confidence" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
187 help="Number of experiments in which the peptide needs to be identified with high confidence (e.g. above fdr_curoff). (--nr_high_conf_exp)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
188 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
189 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
190 <param name="readmethod" type="select" label="Read full or minimal transition groups" optional="True" help="(--readmethod)"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
191 <option value="disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
192 <option value="minimal">minimal</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
193 <option value="full">full</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
194 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
195 <conditional name="alignment_score_cond"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
196 <param name="alignment_score_sel" type="select" label="Enable the filter by d score (this is mainly for speedup)" help=""> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
197 <option value="opt_alignment_score_disabled" selected="True">disabled</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
198 <option value="opt_alignment_score_enabled">Use number of experiments</option> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
199 </param> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
200 <when value="opt_alignment_score_disabled"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
201 <when value="opt_alignment_score_enabled"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
202 <param name="alignment_score" type="float" value="0.0001" optional="True" label="Alignment score" |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
203 help="Minimal score needed for a feature to be considered for alignment between runs (e.g. score needed to be considered an 'anchor point' for pairwise alignment). (--alignment_score)"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
204 </when> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
205 </conditional> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
206 </section> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
207 </inputs> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
208 <outputs> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
209 <!-- Matrix containing one peak group per row --> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
210 <data format="tabular" name="out_matrix"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
211 <!-- Id file only containing the ids --> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
212 <data format="tabular" name="out_ids"/> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
213 <!-- Output file with filtered peakgroups for quantification --> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
214 <data format="tabular" name="out"> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
215 <filter>iformat == 'openswath'</filter> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
216 </data> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
217 </outputs> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
218 <tests> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
219 <test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
220 <param name="inputs" value="feature_alignment_openswath_input_1.csv" ftype="txt" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
221 <param name="iformat" value="openswath" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
222 <param name="method" value="best_cluster_score" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
223 <param name="fdr_sel" value="opt_fdr_disabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
224 <param name="max_fdr_quality" value="0.4" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
225 <param name="matrix_output_method" value="RT" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
226 <output name="out_matrix" file="feature_alignment_1_openswath_output_matrix.csv" lines_diff="2" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
227 <output name="out_ids" file="feature_alignment_1_openswath_output_cluster_ids.csv" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
228 </test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
229 <test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
230 <param name="inputs" value="feature_alignment_openswath_input_1.csv" ftype="txt" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
231 <param name="iformat" value="openswath" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
232 <param name="method" value="best_overall" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
233 <param name="fdr_sel" value="opt_fdr_disabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
234 <param name="max_fdr_quality" value="0.4" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
235 <param name="matrix_output_method" value="RT" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
236 <output name="out_matrix" file="feature_alignment_2_output_2_matrix.csv" lines_diff="2" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
237 <output name="out_ids" file="feature_alignment_2_output_1_ids.csv" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
238 </test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
239 <test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
240 <param name="inputs" value="feature_alignment_3_openswath_input.csv" ftype="txt" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
241 <param name="iformat" value="openswath" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
242 <param name="realign_method" value="splineR" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
243 <param name="method" value="best_cluster_score" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
244 <param name="fdr_sel" value="opt_fdr_disabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
245 <param name="max_fdr_quality" value="0.4" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
246 <param name="matrix_output_method" value="RT" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
247 <output name="out_ids" file="feature_alignment_3_openswath_output_splineR_cluster_ids.csv" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
248 </test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
249 <test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
250 <param name="inputs" value="feature_alignment_3_openswath_input.csv" ftype="txt" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
251 <param name="iformat" value="openswath" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
252 <param name="realign_method" value="splinePy" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
253 <param name="method" value="best_cluster_score" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
254 <param name="fdr_sel" value="opt_fdr_disabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
255 <param name="max_fdr_quality" value="0.4" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
256 <param name="matrix_output_method" value="RT" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
257 <output name="out_ids" file="feature_alignment_3_openswath_output_splinePy_cluster_ids.csv" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
258 </test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
259 <test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
260 <param name="inputs" value="feature_alignment_peakview_input_2.csv" ftype="txt" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
261 <param name="iformat" value="peakview" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
262 <param name="method" value="best_cluster_score" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
263 <param name="max_rt_diff_sel" value="opt_max_rt_diff_enabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
264 <param name="iso_max_rt_diff_sel" value="opt_iso_max_rt_diff_enabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
265 <param name="frac_selected_sel" value="opt_frac_selected_enabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
266 <param name="disable_isotopic_grouping" value="True" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
267 <param name="nr_high_conf_exp_sel" value="opt_nr_high_conf_exp_enabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
268 <param name="alignment_score_sel" value="opt_alignment_score_enabled" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
269 <param name="max_fdr_quality" value="0.0001" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
270 <param name="fdr_sel" value="opt_fdr_cutoff" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
271 <param name="fdr_cutoff" value="0.000000001" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
272 <param name="matrix_output_method" value="RT" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
273 <output name="out_matrix" file="feature_alignment_5_peakview_output_matrix.csv" lines_diff="2" ftype="tabular" /> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
274 </test> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
275 </tests> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
276 <help> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
277 <![CDATA[ |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
278 |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
279 **What it does** |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
280 |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
281 TRIC uses a graph-based alignment strategy based on non-linear retention time correction to integrate information from all available runs. The input consists of a set of csv files derived from a targeted proteomics experiment generated by OpenSWATH (using either mProphet or pyProphet) or generated by Peakview. |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
282 |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
283 There are two basic running modes available. The first one uses a reference-based alignment where a single run is chosen as a reference and all other runs are aligned to it. This is a useful choice for a small number of runs that are chromatographically similar. The second mode generates a guidance tree based on chromatographic similarity of the input runs and uses this tree to align the targeted proteomics runs (the nodes in the tree are runs and the edges are pairwise alignments). Generally this mode is better for a large number of runs or for chromatographically dissimilar samples. |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
284 |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
285 TRIC is part of msproteomicstools. For additional help please visit the `TRIC documentation <https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md>`_ |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
286 |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
287 ]]> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
288 </help> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
289 <citations> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
290 </citations> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
291 </tool> |
7ac5166f8bbc
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
galaxyp
parents:
diff
changeset
|
292 |