annotate rawtools.xml @ 0:51e4aa55ea04 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
author galaxyp
date Fri, 05 Apr 2019 04:16:26 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
1 <tool id="rawtools" name="Raw Tools" version="@RAWTOOLS_VERSION@.@TOOL_SUBVERSION@" profile="16.04">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
2 <description>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
3 Perform scan data parsing, quantification and quality control analysis of Thermo Orbitrap raw mass spectrometer files.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
4 </description>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
5 <macros>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
6 <token name="@RAWTOOLS_VERSION@">1.4.2</token>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
7 <token name="@TOOL_SUBVERSION@">0</token>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
8 <xml name="input_fasta">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
9 <param format="fasta" name="input_database" type="data" label="Protein Database"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
10 help="Select FASTA database from history"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
11 </xml>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
12 </macros>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
13 <requirements>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
14 <requirement type="package" version="@RAWTOOLS_VERSION@">rawtools</requirement>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
15 </requirements>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
16 <command detect_errors="exit_code">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
17 <![CDATA[
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
18 #from datetime import datetime
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
19 #import json
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
20 #import os
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
21 #import re
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
22 #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
23 #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
24 #set $temp_stderr = "rawtools_stderr"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
25 #set $bin_dir = "bin"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
26
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
27 mkdir output &&
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
28 cwd=`pwd` &&
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
29 ## TODO: To remove this patch when dropping support for Galaxy 17_09, adding profile="18.01" to the tool.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
30 export HOME=\$cwd &&
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
31
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
32 mkdir raws_folder &&
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
33 #for $input_raw in $input_raws:
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
34 #set $input_name = re.sub('[^\w\-\.]', '_',$input_raw.element_identifier.split('/')[-1].replace(".raw", "") + ".raw")
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
35 ln -s -f '${input_raw}' './raws_folder/${input_name}' &&
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
36 #end for
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
37
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
38 #####################
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
39 ## Raw Tools ##
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
40 #####################
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
41 (rawtools.sh
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
42
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
43 ## PARSING AND QUANTIFICATION OPTIONS
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
44
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
45 ## If any processing option is enabled in parsing & quantification, "parse" command is mandatory
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
46 #if $pq_options.pq_conditional.matrix_select == "yes" or $pq_options.chromatogram_conditional.chromatogram_select == "yes" or $pq_options.mgf_conditional.mgf_select == "yes" or $pq_options.metrics_boolean == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
47 parse
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
48 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
49 --directory ./raws_folder
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
50
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
51 ## Generates Matrix file
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
52 #if $pq_options.pq_conditional.matrix_select == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
53 --parse
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
54 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
55
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
56 ## Generates quantification information
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
57 #if $pq_options.pq_conditional.matrix_select == "yes" and $pq_options.pq_conditional.q_conditional.q_select == "yes" :
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
58 --quant
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
59 --labelingreagent ${pq_options.pq_conditional.q_conditional.q_labeling_reagent}
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
60 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
61
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
62 ## Unlabeled quant
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
63 #if $pq_options.pq_conditional.matrix_select == "yes" and $pq_options.pq_conditional.unlabeledquant_boolean == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
64 --unlabeledquant
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
65 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
66
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
67 ## Generates Mgf file
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
68 #if $pq_options.mgf_conditional.mgf_select == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
69 --writemgf
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
70 --masscutoff ${pq_options.mgf_conditional.mgf_masscutoff}
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
71 ## DEPRECATED --intensitycutoff ${pq_options.mgf_conditional.mgf_intensitycutoff}
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
72 #if $pq_options.mgf_conditional.mgf_refinement == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
73 -R
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
74 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
75 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
76
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
77 ## Generates chromatogram file
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
78 #if $pq_options.chromatogram_conditional.chromatogram_select == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
79 --chro ${pq_options.chromatogram_conditional.chromatogram_type}${pq_options.chromatogram_conditional.chromatogram_order}
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
80 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
81
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
82 ## Generates metrics file
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
83 #if $pq_options.metrics_boolean == "yes":
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
84 --metrics
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
85 #end if
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
86
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
87 --out \$cwd/output
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
88
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
89 2>> $temp_stderr) &&
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
90
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
91 cat $temp_stderr 2>&1;
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
92 ]]>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
93 </command>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
94 <inputs>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
95 <param format="thermo.raw" name="input_raws" type="data" label="Raw file" multiple="true"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
96 help="Select the raw file from history"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
97 <param name="license_agreement" type="boolean" label="Do you agree to the vendor licenses?" help="This tool uses a proprietary vendor library; to run it you must agree to the vendor license. Read it at https://github.com/kevinkovalchik/RawTools/blob/master/RawFileReaderLicense">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
98 <validator type="expression" message="You must agree to the vendor license to run RawTools.">True == value</validator>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
99 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
100 <section name="pq_options" expanded="true" title="Parsing and Quantification">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
101 <conditional name="pq_conditional">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
102 <param name="matrix_select" type="select"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
103 label="Create Matrix file"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
104 help="Parses raw file meta and scan data and creates a tab-delimited text file.">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
105 <option value="yes" selected="True">Yes</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
106 <option value="no" >No</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
107 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
108 <when value="yes">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
109 <conditional name="q_conditional">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
110 <param name="q_select" type="select"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
111 label="Quantification"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
112 help="Also quantifies reporter ions and write results to output matrix.">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
113 <option value="yes" >Yes</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
114 <option value="no" selected="True">No</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
115 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
116 <when value="yes">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
117 <param name="q_labeling_reagent" label="Labeling reagent" type="select"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
118 help="Reagents used to label peptides.">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
119 <option value="TMT0" selected="True">TMT0</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
120 <option value="TMT2" >TMT2</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
121 <option value="TMT6" >TMT6</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
122 <option value="TMT10" >TMT10</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
123 <option value="TMT11" >TMT11</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
124 <option value="iTRAQ4" >iTRAQ4</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
125 <option value="iTRAQ8" >iTRAQ8</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
126 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
127 </when>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
128 <when value="no" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
129 </conditional>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
130 <param name="unlabeledquant_boolean" label="Unlabeled quant" type="boolean" truevalue="yes" falsevalue="no"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
131 help="Calculate areas of precursor peaks and writes them to the matrix file as ParentPeakArea column."/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
132 </when>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
133 <when value="no" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
134 </conditional>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
135
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
136 <conditional name="mgf_conditional">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
137 <param name="mgf_select" type="select" label="Creates a mgf file"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
138 help="Creates a standard MGF file.">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
139 <option value="yes" >Yes</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
140 <option value="no" selected="True">No</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
141 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
142 <when value="yes">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
143 <param name="mgf_masscutoff" label="Mass cutoff" value="0" type="float"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
144 help="Specify a mass cutoff to be applied when generating MGF files. May be of use if removal of reporter ions is desired prior to searching of MS2 spectra."/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
145 <!--<param name="mgf_intensitycutoff" label="Intensity cutoff" value="0" type="float"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
146 help="Relative intensity cutoff for ions included in a MGF file. The value is relative to the highest intensity ion found in a given scan."/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
147 -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
148 <param name="mgf_refinement" label="Precursor mass and charge refinement" type="boolean" truevalue="yes" falsevalue="no" checked="false"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
149 help="Refine precursor charge and monoisotopic mass assignments. Highly recommended if monoisotopic precursor selection was turned off in the instrument method (or peptide match on a QE instrument)."/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
150
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
151 </when>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
152 <when value="no" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
153 </conditional>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
154 <conditional name="chromatogram_conditional">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
155 <param name="chromatogram_select" type="select"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
156 label="Create chromatogram"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
157 help="Creates a text file of chromatographic data for investigation or plotting.">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
158 <option value="yes" >Yes</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
159 <option value="no" selected="True">No</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
160 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
161 <when value="yes">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
162 <param name="chromatogram_type" label="Chromatogram type" type="select" help="MS Level">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
163 <option value="1" selected="True">MS1</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
164 <option value="2" >MS2</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
165 <option value="3" >MS3</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
166 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
167 <param name="chromatogram_order" label="Chromatogram order" type="select" help="MS Order">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
168 <option value="T" >TIC</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
169 <option value="B" >Base peak</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
170 <option value="TB" selected="True">TIC and base peak</option>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
171 </param>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
172 </when>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
173 <when value="no" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
174 </conditional>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
175 <param name="metrics_boolean" label="Create metrics" type="boolean" truevalue="yes" falsevalue="no"
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
176 help="Creates a text file containing general metrics about the Ms run." />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
177
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
178 </section>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
179
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
180 <!-- TODO: QUALITY CONTROL
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
181 <section name="quality_control_options" expanded="false" title="Quality control">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
182
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
183 </section>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
184 -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
185
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
186 </inputs>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
187 <outputs>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
188 <!-- Matrix -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
189
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
190 <collection name="output_matrix" type="list" label="${tool.name} - ${on_string}: Matrix">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
191 <filter>pq_options['pq_conditional']['matrix_select'] == "yes"</filter>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
192 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.raw_Matrix.txt" ext="txt" directory="output"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
193 </collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
194
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
195 <!-- MGF file -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
196
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
197 <collection name="output_mgf" type="list" label="${tool.name} - ${on_string}: MGF">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
198 <filter>pq_options['mgf_conditional']['mgf_select'] == "yes"</filter>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
199 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.mgf" ext="mgf" directory="output"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
200 </collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
201
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
202 <!-- Chromatogram file -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
203
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
204 <collection name="output_chromatogram" type="list" label="${tool.name} - ${on_string}: Chromatogram" >
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
205 <filter>pq_options['chromatogram_conditional']['chromatogram_select'] == "yes"</filter>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
206 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.raw_Ms_BP_chromatogram.txt" ext="txt" directory="output"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
207 </collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
208
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
209 <!-- Metrics file -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
210
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
211 <collection name="output_metrics" type="list" label="${tool.name} - ${on_string}: Metrics" >
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
212 <filter>pq_options['metrics_boolean'] is True</filter>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
213 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.raw_Metrics.txt" ext="txt" directory="output"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
214 </collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
215 </outputs>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
216 <tests>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
217
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
218 <!-- Test Matrix -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
219 <test>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
220 <param name="input_raws" value="really_small.raw" ftype="thermo.raw"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
221 <param name="license_agreement" value="true" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
222 <param name="pq_conditional|matrix_select" value="yes"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
223 <output_collection name="output_matrix" type="list">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
224 <element name="really_small" file="really_small.raw_Matrix.txt" ftype="txt" compare="sim_size" delta="3000"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
225 </output_collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
226 </test>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
227
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
228 <!-- Test mgf conversion -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
229 <test>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
230 <param name="input_raws" value="really_small.raw" ftype="thermo.raw"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
231 <param name="license_agreement" value="true" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
232 <param name="pq_conditional|matrix_select" value="no"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
233 <param name="mgf_conditional|mgf_select" value="yes"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
234 <param name="mgf_conditional|mgf_refinement" value="yes"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
235 <output_collection name="output_mgf" type="list">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
236 <element name="really_small.raw" ftype="mgf">
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
237 <assert_contents>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
238 <has_text text="PEPMASS=675.248779296875"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
239 <has_text text="RTINSECONDS=73.863181104"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
240 <has_text text="SCANS=36"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
241 <has_text text="121.31165 920.2368"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
242 </assert_contents>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
243 </element>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
244 </output_collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
245 </test>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
246 <!-- Test chromatogram -->
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
247 <test>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
248 <param name="input_raws" value="really_small.raw" ftype="thermo.raw"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
249 <param name="license_agreement" value="true" />
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
250 <param name="pq_conditional|matrix_select" value="no"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
251 <param name="chromatogram_conditional|chromatogram_select" value="yes"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
252 <output_collection name="output_chromatogram" type="list" >
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
253 <element name="really_small" file="really_small.raw_Ms_BP_chromatogram.txt" ftype="txt" compare="sim_size" delta="3000"/>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
254 </output_collection>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
255 </test>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
256
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
257
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
258 </tests>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
259 <help>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
260 **What it does**
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
261
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
262 RawTools is an open-source and freely available package designed to perform scan data parsing and quantification, and quality control analysis (to be developed in further versions) of Thermo Orbitrap raw mass spectrometer files.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
263
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
264 RawTools is written in C# and uses the Thermo RawFileReader library. RawTools is the replacement for RawQuant Python package.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
265
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
266 https://github.com/kevinkovalchik/RawTools
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
267
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
268 **License**
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
269
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
270 Raw Tools is a free open-source project, following an Apache License 2.0.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
271
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
272 RawFileReader reading tool. Copyright © 2016 by Thermo Fisher Scientific, Inc. All rights reserved.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
273 Using this software implies the acceptance of RawFileReader license terms.
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
274
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
275 </help>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
276 <citations>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
277 <citation type="doi">doi:10.1021/acs.jproteome.8b00721</citation>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
278 </citations>
51e4aa55ea04 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
279 </tool>