annotate rawtools.xml @ 0:bd5fa695b5fa 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:00 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bd5fa695b5fa 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">
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
2 <description>
bd5fa695b5fa 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.
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
4 </description>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
5 <macros>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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">
bd5fa695b5fa 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"
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
11 </xml>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
12 </macros>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
13 <requirements>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
15 </requirements>
bd5fa695b5fa 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">
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
17 <![CDATA[
bd5fa695b5fa 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
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
19 #import json
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
20 #import os
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
21 #import re
bd5fa695b5fa 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")
bd5fa695b5fa 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")
bd5fa695b5fa 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"
bd5fa695b5fa 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"
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
26
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
27 mkdir output &&
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
28 cwd=`pwd` &&
bd5fa695b5fa 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.
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
30 export HOME=\$cwd &&
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
31
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
32 mkdir raws_folder &&
bd5fa695b5fa 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:
bd5fa695b5fa 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")
bd5fa695b5fa 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}' &&
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
36 #end for
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
37
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
38 #####################
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
39 ## Raw Tools ##
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
40 #####################
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
41 (rawtools.sh
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
42
bd5fa695b5fa 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
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
44
bd5fa695b5fa 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
bd5fa695b5fa 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":
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
47 parse
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
48 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
49 --directory ./raws_folder
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
50
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
51 ## Generates Matrix file
bd5fa695b5fa 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":
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
53 --parse
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
54 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
55
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
56 ## Generates quantification information
bd5fa695b5fa 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" :
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
58 --quant
bd5fa695b5fa 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}
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
60 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
61
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
62 ## Unlabeled quant
bd5fa695b5fa 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":
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
64 --unlabeledquant
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
65 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
66
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
67 ## Generates Mgf file
bd5fa695b5fa 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":
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
69 --writemgf
bd5fa695b5fa 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}
bd5fa695b5fa 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}
bd5fa695b5fa 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":
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
73 -R
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
74 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
75 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
76
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
77 ## Generates chromatogram file
bd5fa695b5fa 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":
bd5fa695b5fa 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}
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
80 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
81
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
82 ## Generates metrics file
bd5fa695b5fa 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":
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
84 --metrics
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
85 #end if
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
86
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
87 --out \$cwd/output
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
88
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
89 2>> $temp_stderr) &&
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
90
bd5fa695b5fa 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;
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
92 ]]>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
93 </command>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
94 <inputs>
bd5fa695b5fa 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"
bd5fa695b5fa 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"/>
bd5fa695b5fa 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">
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
99 </param>
bd5fa695b5fa 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">
bd5fa695b5fa 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">
bd5fa695b5fa 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"
bd5fa695b5fa 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"
bd5fa695b5fa 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.">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
107 </param>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
108 <when value="yes">
bd5fa695b5fa 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">
bd5fa695b5fa 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"
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
111 label="Quantification"
bd5fa695b5fa 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.">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
115 </param>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
116 <when value="yes">
bd5fa695b5fa 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"
bd5fa695b5fa 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.">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
126 </param>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
127 </when>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
128 <when value="no" />
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
129 </conditional>
bd5fa695b5fa 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"
bd5fa695b5fa 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."/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
132 </when>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
133 <when value="no" />
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
134 </conditional>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
135
bd5fa695b5fa 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">
bd5fa695b5fa 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"
bd5fa695b5fa 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.">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
141 </param>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
142 <when value="yes">
bd5fa695b5fa 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"
bd5fa695b5fa 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."/>
bd5fa695b5fa 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"
bd5fa695b5fa 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."/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
147 -->
bd5fa695b5fa 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"
bd5fa695b5fa 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)."/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
150
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
151 </when>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
152 <when value="no" />
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
153 </conditional>
bd5fa695b5fa 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">
bd5fa695b5fa 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"
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
156 label="Create chromatogram"
bd5fa695b5fa 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.">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
160 </param>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
161 <when value="yes">
bd5fa695b5fa 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">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
166 </param>
bd5fa695b5fa 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">
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
171 </param>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
172 </when>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
173 <when value="no" />
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
174 </conditional>
bd5fa695b5fa 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"
bd5fa695b5fa 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." />
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
177
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
178 </section>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
179
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
180 <!-- TODO: QUALITY CONTROL
bd5fa695b5fa 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">
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
182
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
183 </section>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
184 -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
185
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
186 </inputs>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
187 <outputs>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
188 <!-- Matrix -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
189
bd5fa695b5fa 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">
bd5fa695b5fa 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>
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
193 </collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
194
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
195 <!-- MGF file -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
196
bd5fa695b5fa 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">
bd5fa695b5fa 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>
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
200 </collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
201
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
202 <!-- Chromatogram file -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
203
bd5fa695b5fa 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" >
bd5fa695b5fa 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>
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
207 </collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
208
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
209 <!-- Metrics file -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
210
bd5fa695b5fa 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" >
bd5fa695b5fa 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>
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
214 </collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
215 </outputs>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
216 <tests>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
217
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
218 <!-- Test Matrix -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
219 <test>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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" />
bd5fa695b5fa 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"/>
bd5fa695b5fa 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">
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
225 </output_collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
226 </test>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
227
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
228 <!-- Test mgf conversion -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
229 <test>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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" />
bd5fa695b5fa 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"/>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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">
bd5fa695b5fa 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">
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
237 <assert_contents>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
242 </assert_contents>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
243 </element>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
244 </output_collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
245 </test>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
246 <!-- Test chromatogram -->
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
247 <test>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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" />
bd5fa695b5fa 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"/>
bd5fa695b5fa 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"/>
bd5fa695b5fa 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" >
bd5fa695b5fa 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"/>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
254 </output_collection>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
255 </test>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
256
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
257
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
258 </tests>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
259 <help>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
260 **What it does**
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
261
bd5fa695b5fa 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.
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
263
bd5fa695b5fa 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.
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
265
bd5fa695b5fa 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
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
267
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
268 **License**
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
269
bd5fa695b5fa 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.
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
271
bd5fa695b5fa 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.
bd5fa695b5fa 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.
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
274
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
275 </help>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
276 <citations>
bd5fa695b5fa 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>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
278 </citations>
bd5fa695b5fa planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/rawtools commit f57f55a2cb399c5cc8fdd63128970e5f875ca48e
galaxyp
parents:
diff changeset
279 </tool>