annotate pyprophet_merge.xml @ 0:73736112135d draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
author galaxyp
date Wed, 26 Feb 2020 04:16:39 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
1 <tool id="pyprophet_merge" name="PyProphet merge" version="@VERSION@.0">
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
2 <description>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
3 Merge multiple osw files
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
4 </description>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
5 <macros>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
6 <import>macros.xml</import>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
7 </macros>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
8 <expand macro="requirements"/>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
9 <command detect_errors="aggressive">
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
10 <![CDATA[
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
11 pyprophet merge
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
12 --template='$template'
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
13 $same_run
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
14 --out='./output.osw'
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
15
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
16 #echo ' '.join(["'%s'" % $input for $input in $inputs])#
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
17 ]]>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
18 </command>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
19 <inputs>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
20 <param name="inputs" type="data" format="osw" multiple="true" label="Input file" help="This file needs to be in OSW format, an SQLite variant." />
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
21 <param argument="--template" type="data" format="sqlite" label="Template osw file" />
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
22 <param name="same_run" type="boolean" truevalue="--same_run" falsevalue="--no-same_run"
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
23 label="Input files are from same run (deletes run information)" help="(--same_run/--no-same_run)"/>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
24 </inputs>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
25 <outputs>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
26 <data name="output" format="osw" label="${tool.name} on ${on_string}: merged.osw" from_work_dir="output.osw" />
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
27 </outputs>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
28 <tests>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
29 <test>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
30 <param name="inputs" value="open_swath_output1.osw,open_swath_output2.osw" ftype="osw"/>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
31 <param name="template_file" ftype="pqp" value="patient_specific_OSW_optimized_decoys.pqp"/>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
32 <param name="same_run" value="False"/>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
33 <output name="output" file="merged.osw" compare="sim_size" />
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
34 </test>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
35 </tests>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
36 <help>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
37 <![CDATA[
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
38 **What it does**
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
39
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
40 PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
41
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
42 Merge function of PyProphet: Takes several osw input files and merges them. For large experiments, it is recommended to subsample first.
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
43
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
44 PyProphet is a Python re-implementation of the mProphet algorithm (Reiter 2010 Nature Methods) optimized for SWATH-MS data acquired by data-independent acquisition (DIA). The algorithm was originally published in (Telemann 2014 Bioinformatics) and has since been extended to support new data types and analysis modes (Rosenberger 2017, Nature biotechnology and Nature methods).
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
45
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
46 For more information, visit @link@
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
47
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
48 ]]>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
49 </help>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
50 <expand macro="citations"/>
73736112135d "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
galaxyp
parents:
diff changeset
51 </tool>