annotate pathwaymatcher.xml @ 5:a2ab72e994dc draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit e86212821a8621c4e99150c6fd7e4c4a1437a110
author galaxyp
date Sun, 04 Aug 2019 15:52:53 -0400
parents 3e510701a712
children 622dd6d51032
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
1 <tool id="reactome_pathwaymatcher" name="Pathway Matcher" version="@PATHWAYMATCHER_VERSION@.@TOOL_SUBVERSION@">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
2 <description>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
3 PathwayMatcher is a software tool to search for pathways related to a list of proteins in Reactome.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
4 </description>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
5 <macros>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
6 <token name="@PATHWAYMATCHER_VERSION@">1.9.1</token>
5
a2ab72e994dc planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit e86212821a8621c4e99150c6fd7e4c4a1437a110
galaxyp
parents: 4
diff changeset
7 <token name="@TOOL_SUBVERSION@">3</token>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
8 <xml name="input_fasta">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
9 <param format="fasta" name="input_database" type="data" label="Protein Database"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
10 help="Select FASTA database from history"/>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
11 </xml>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
12 </macros>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
13 <requirements>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
14 <requirement type="package" version="@PATHWAYMATCHER_VERSION@">pathwaymatcher</requirement>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
15 <requirement type="package" version="3.0">zip</requirement>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
16 </requirements>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
17 <stdio>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
18 <exit_code range="1:" level="fatal" description="Job Failed" />
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
19 <regex match="java.*Exception" level="fatal" description="Java Exception"/>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
20 <regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/>
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
21 <regex match="filename not matched: reports/proteins_proteoforms.txt" level="fatal" description="PeptideShaker archive does not contain the proteoforms file. It may have been created by a 1.x PeptideShaker version."/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
22 </stdio>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
23 <command>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
24 <![CDATA[
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
25 #from datetime import datetime
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
26 #import json
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
27 #import os
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
28 #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
29 #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
30 #set $temp_stderr = "pathwaym_stderr"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
31 #set $bin_dir = "bin"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
32
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
33 mkdir output;
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
34 cwd=`pwd`;
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
35 export HOME=\$cwd;
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
36
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
37 ## If we use peptideshaker 2.x files as inputs, firstly we need to uncompress their proteoforms files.
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
38 #for $i, $s in enumerate($match_types)
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
39 #if $s.match_type.match_type_selector == "peptideshakerzip_proteoforms"
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
40 unzip -j '${$s.match_type.input_peptideshakerzip_proteoforms}' 'reports/proteins_proteoforms.txt' -d './';
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
41 mv proteins_proteoforms.txt ps_proteoforms_'${$i}'.txt;
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
42 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
43 #end for
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
44
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
45 #####################
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
46 ## Pathway Matcher ##
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
47 #####################
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
48 (pathwaymatcher
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
49
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
50 #for $i, $s in enumerate($match_types)
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
51
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
52 ## PROTEOFORMS
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
53
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
54 #if $s.match_type.match_type_selector == "proteoforms"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
55 #if $s.match_type.proteoform_match_criteria:
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
56 match-proteoforms -m '${s.match_type.proteoform_match_criteria}' -i '${s.match_type.input_proteoforms}' -r '${s.match_type.proteoform_range}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
57 #else:
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
58 match-proteoforms -i '${s.match_type.input_proteoforms}' -r '${s.match_type.proteoform_range}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
59 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
60 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
61
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
62 ## PROTEOFORMS FROM PEPTIDESHAKER FILE
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
63
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
64 #if $s.match_type.match_type_selector == "peptideshakerzip_proteoforms"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
65 #if $s.match_type.proteoform_peptideshakerzip_match_criteria:
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
66 match-proteoforms -m '${s.match_type.proteoform_peptideshakerzip_match_criteria}' -i ps_proteoforms_'${$i}'.txt -r '${s.match_type.proteoform_peptideshakerzip_range}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
67 #else:
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
68 match-proteoforms -i ps_proteoforms_'${$i}'.txt -r '${s.match_type.proteoform_peptideshakerzip_range}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
69 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
70 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
71
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
72
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
73 ## GENES
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
74
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
75 #if $s.match_type.match_type_selector == "gene"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
76 match-genes -i '${s.match_type.input_gene}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
77 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
78
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
79
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
80 ## PROTEINS
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
81
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
82 #if $s.match_type.match_type_selector == "uniprot"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
83 match-uniprot -i '${s.match_type.input_uniprot}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
84 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
85
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
86 #if $s.match_type.match_type_selector == "ensembl"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
87 match-ensembl -i '${s.match_type.input_ensembl}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
88 #end if
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
89
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
90
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
91 ## GENETIC VARIANTS
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
92
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
93 #if $s.match_type.match_type_selector == "vcf"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
94 match-vcf -i '${s.match_type.input_vcf}'
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
95 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
96
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
97 #if $s.match_type.match_type_selector == "chrbp"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
98 match-chrbp -i '${s.match_type.input_chrbp}'
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
99 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
100
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
101 #if $s.match_type.match_type_selector == "rsid"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
102 match-rsids -i '${s.match_type.input_rsid}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
103 #end if
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
104
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
105
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
106 ## PEPTIDES
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
107
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
108 #if $s.match_type.match_type_selector == "peptide"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
109 match-peptides -i '${s.match_type.input_peptide}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
110 -f '${s.match_type.input_database}'
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
111 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
112
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
113 #if $s.match_type.match_type_selector == "modifiedpeptide"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
114 match-modified-peptides -i '${s.match_type.input_modifiedpeptide}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
115 -f '${s.match_type.input_database}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
116 -m '${s.match_type.modifiedpeptide_match_criteria}'
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
117 -r '${s.match_type.modifiedpeptide_ptm_range}'
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
118 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
119
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
120
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
121 #end for
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
122
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
123 ## OUTPUT OPTIONS
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
124
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
125 #if $output_options.search_top_level_info:
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
126 -T
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
127 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
128
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
129 #set $output_graphs_list = str($output_options.output_graphs).split(',')
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
130
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
131 #if 'gg' in $output_graphs_list:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
132 -gg
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
133 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
134
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
135 #if 'gu' in $output_graphs_list:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
136 -gu
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
137 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
138
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
139 #if 'gp' in $output_graphs_list:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
140 -gp
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
141 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
142
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
143 2>> $temp_stderr);
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
144
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
145 ## We create a folder to contain graphs files.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
146 #if $output_options.output_graphs:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
147 mkdir "graphs";
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
148 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
149 #if 'gg' in $output_graphs_list:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
150 mv -t "graphs" "geneExternalEdges.tsv" "geneInternalEdges.tsv" "geneVertices.tsv" ;
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
151 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
152 #if 'gu' in $output_graphs_list:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
153 mv -t "graphs" "proteinExternalEdges.tsv" "proteinInternalEdges.tsv" "proteinVertices.tsv";
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
154 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
155 #if 'gp' in $output_graphs_list:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
156 mv -t "graphs" "proteoformExternalEdges.tsv" "proteoformInternalEdges.tsv" "proteoformVertices.tsv";
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
157 #end if
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
158
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
159 exit_code_for_galaxy=\$?;
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
160 cat $temp_stderr 2>&1;
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
161 (exit \$exit_code_for_galaxy)
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
162 ]]>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
163 </command>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
164 <inputs>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
165
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
166 <repeat name="match_types" title="Match" min="1">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
167 <conditional name="match_type">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
168 <param name="match_type_selector" type="select" label="Match type"
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
169 help="">
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
170 <option value="proteoforms">Proteoforms</option>
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
171 <option value="peptideshakerzip_proteoforms">Proteoforms from Peptideshaker 2.x Archive</option>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
172 <option value="gene">Genes</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
173 <option value="uniprot">Proteins - UniProt Accession list</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
174 <option value="ensembl">Proteins - Ensembl identifier list</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
175 <option value="vcf">Genetic variants - Variant Call Format Specification</option>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
176 <option value="chrbp">Genetic variants - Chromosomes and base pairs</option>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
177 <option value="rsid">Genetic variants - SNP rsId list</option>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
178 <option value="peptide">Peptides - Simple list</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
179 <option value="modifiedpeptide">Peptides - Peptide List with PTM types and sites</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
180 </param>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
181
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
182
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
183 <!-- Proteoforms -->
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
184 <when value="proteoforms">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
185 <param format="txt" name="input_proteoforms" type="data" label="Proteoforms"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
186 help="A proteoform defines a specific state of a protein.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
187 It is composed by the protein UniProt accession, isoform and set of post translational modifications.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
188 The input file contains one line for each proteoform. Each PTM is specified using a modification
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
189 identifier and a site, separated by ':'(semicolon). For example: '00046:133'.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
190 The identifier is a 5 digit id from the PSI-MOD Protein Modification Onthology [6]."/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
191
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
192 <param name="proteoform_match_criteria" type="select" label="Proteoform match criteria">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
193 <option value="STRICT">STRICT</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
194 <option value="SUPERSET">SUPERSET</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
195 <option value="SUPERSET_NO_TYPES">SUPERSET NO TYPES</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
196 <option value="SUBSET" selected="True">SUBSET</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
197 <option value="SUBSET_NO_TYPES">SUBSET NO TYPES</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
198 <option value="ONE">ONE</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
199 <option value="ONE_NO_TYPES">ONE_NO_TYPES</option>
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
200 <option value="ACCESSION">ACCESSION</option>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
201 </param>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
202
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
203 <param name="proteoform_range" type="integer" value="0" label="Integer range of error for PTM sites" optional="true"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
204 help="Plus minus positions for the same PTM site"/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
205 </when>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
206
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
207 <when value="peptideshakerzip_proteoforms">
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
208 <param format="zip" name="input_peptideshakerzip_proteoforms" type="data" label="Proteoforms from Peptideshaker 2.x Archive"
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
209 help="A proteoform defines a specific state of a protein.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
210 It is composed by the protein UniProt accession, isoform and set of post translational modifications.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
211 The input file contains one line for each proteoform. Each PTM is specified using a modification
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
212 identifier and a site, separated by ':'(semicolon). For example: '00046:133'.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
213 The identifier is a 5 digit id from the PSI-MOD Protein Modification Onthology [6]."/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
214
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
215 <param name="proteoform_peptideshakerzip_match_criteria" type="select" label="Proteoform match criteria">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
216 <option value="STRICT">STRICT</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
217 <option value="SUPERSET">SUPERSET</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
218 <option value="SUPERSET_NO_TYPES">SUPERSET NO TYPES</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
219 <option value="SUBSET" selected="True">SUBSET</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
220 <option value="SUBSET_NO_TYPES">SUBSET NO TYPES</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
221 <option value="ONE">ONE</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
222 <option value="ONE_NO_TYPES">ONE_NO_TYPES</option>
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
223 <option value="ACCESSION">ACCESSION</option>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
224 </param>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
225
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
226 <param name="proteoform_peptideshakerzip_range" type="integer" value="0" label="Integer range of error for PTM sites" optional="true"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
227 help="Plus minus positions for the same PTM site"/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
228 </when>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
229
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
230
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
231 <!-- Genes -->
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
232 <when value="gene">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
233 <param format="txt" name="input_gene" type="data" label="Genes"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
234 help="File with a one gene name in each line. Genes follow the HUGO gene nomenclature[3]."/>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
235 </when>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
236
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
237
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
238 <!-- Proteins -->
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
239 <when value="uniprot">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
240 <param format="txt" name="input_uniprot" type="data" label="UniProt Accession list"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
241 help="File with a one Uniprot Accession [4] in each line."/>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
242 </when>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
243
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
244 <when value="ensembl">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
245 <param format="txt" name="input_ensembl" type="data" label="Ensembl identifier list"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
246 help="File with a one Ensembl identifier [5] in each line."/>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
247 </when>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
248
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
249 <!-- Genetic variants -->
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
250
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
251 <when value="vcf">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
252 <param format="vcf" name="input_vcf" type="data" label="Variant Call Format Specification"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
253 help="The input follows the Variant Call Format Specification[2] v4.3.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
254 It also allows the possibility to specify only the first 4 columns in the data section of the file:
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
255 CHROM, POS, ID, REF. "/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
256 </when>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
257
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
258 <when value="chrbp">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
259 <param format="txt" name="input_chrbp" type="data" label="Chromosomes and base pairs"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
260 help="Genetic variants can also be represented using the chromosome and the base pair numbers.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
261 The input should be sorted by chromosome number and then by base pair. "/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
262 </when>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
263
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
264 <when value="rsid">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
265 <param format="txt" name="input_rsid" type="data" label="SNP rsId list"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
266 help="The file contains one rsid identifier as defined in dbSNP[1] on each row.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
267 The list must be ordered by chromosome and base pair (bp). The list must not have duplicates.
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
268 All rsids must appear in the human assembly GRCh37.p13. "/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
269 </when>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
270
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
271
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
272 <!-- Peptides -->
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
273 <when value="peptide">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
274 <param format="txt" name="input_peptide" type="data" label="Simple list"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
275 help="File with a one peptide sequence in each line."/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
276
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
277 <expand macro="input_fasta" />
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
278
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
279 </when>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
280
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
281 <when value="modifiedpeptide">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
282 <param format="txt" name="input_modifiedpeptide" type="data" label="Peptide List with PTM types and sites"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
283 help="Each line of the file corresponds to a single peptide with post-translational modifications."/>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
284
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
285 <expand macro="input_fasta" />
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
286
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
287 <param name="modifiedpeptide_match_criteria" type="select" label="Proteoform match criteria. Only modified peptides.">
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
288 <option value="STRICT">STRICT</option>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
289 <option value="SUPERSET">SUPERSET</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
290 <option value="SUPERSET_NO_TYPES">SUPERSET NO TYPES</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
291 <option value="SUBSET" selected="True">SUBSET</option>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
292 <option value="SUBSET_NO_TYPES">SUBSET NO TYPES</option>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
293 <option value="ONE">ONE</option>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
294 <option value="ONE_NO_TYPES">ONE_NO_TYPES</option>
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
295 <option value="ACCESSION">ACCESSION</option>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
296 </param>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
297
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
298 <param name="modifiedpeptide_ptm_range" type="integer" value="0" label="PTM position range" optional="true"
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
299 help="Integer number margin error for sites of PTMs. Only for modified peptides."/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
300 </when>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
301
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
302 </conditional>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
303
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
304 </repeat>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
305
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
306 <section name="output_options" expanded="true" title="Output options">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
307
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
308 <param name="search_top_level_info" type="select" label="Add Top Level Pathways in the search result.">
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
309 <option value="0" selected="True">False</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
310 <option value="1">True</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
311 </param>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
312
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
313 <param name="output_graphs" type="select" display="checkboxes" multiple="True" label="Connection graphs"
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
314 help="Generates a zipped file with connection graphs as an additional output when executing the pathway search and analysis.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
315 The graph can use genes, proteins or proteoforms as vertices.">
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
316 <option value="gg">Genes</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
317 <option value="gu">Proteins</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
318 <option value="gp">Proteoforms</option>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
319 </param>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
320
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
321 </section>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
322
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
323 </inputs>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
324 <outputs>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
325 <data name="search" format="tsv" from_work_dir="search.tsv" label="${tool.name} - search on ${on_string}" />
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
326 <data name="analysis" format="tsv" from_work_dir="analysis.tsv" label="${tool.name} - analysis on ${on_string}" />
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
327 <collection name="graphs_files" type="list" label="${tool.name} - graphs on ${on_string}" >
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
328 <filter>output_options['output_graphs'] != None</filter>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
329 <discover_datasets pattern="__name_and_ext__" directory="graphs" ext="tsv"/>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
330 </collection>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
331 </outputs>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
332
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
333
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
334 <tests>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
335
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
336 <!-- Test that genes search works -->
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
337 <test>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
338 <repeat name="match_types">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
339 <conditional name="match_type">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
340 <param name="match_type_selector" value="gene"/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
341 <param name="input_gene" value="genes.txt" ftype="txt" />
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
342 </conditional>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
343 </repeat>
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
344 <output name="search" ftype="tsv" >
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
345 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
346 <has_line_matching expression="CFTR\tP13569\tR-HSA-383190\tHCO3- transport through ion channel\tR-HSA-382556\tABC-family proteins mediated transport\tR-HSA-382551\tTransport of small molecules"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
347 <has_line_matching expression="TGFB1\tP01137\tR-HSA-170850\tPhosphorylated SMAD2/3 dissociates from TGFBR\tR-HSA-170834\tSignaling by TGF-beta Receptor Complex\tR-HSA-162582\tSignal Transduction"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
348 <has_line_matching expression="SCNN1B\tP51168\tR-HSA-2682349\tRAF1:SGK:TSC22D3:WPP ubiquitinates SCNN channels\tR-HSA-382551\tTransport of small molecules\tR-HSA-382551\tTransport of small molecules"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
349 <has_line_matching expression="TNFRSF1A\tP19438\tR-HSA-5626988\tTNF-alpha:TNFR1 binds NSMAF\tR-HSA-75893\tTNF signaling\tR-HSA-162582\tSignal Transduction"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
350 <has_n_columns n="8" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
351 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
352 </output>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
353 </test>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
354
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
355 <!-- Test graphs from proteoforms -->
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
356 <test>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
357 <repeat name="match_types">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
358 <conditional name="match_type">
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
359 <param name="match_type_selector" value="proteoforms"/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
360 <param name="input_proteoforms" value="proteoforms.txt" ftype="txt" />
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
361 <param name="proteoform_match_criteria" value="SUBSET"/>
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
362 </conditional>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
363 </repeat>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
364 <param name="output_graphs" value="gg,gu,gp" />
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
365 <output_collection name="graphs_files" type="list">
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
366 <element name="geneExternalEdges" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
367 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
368 <has_line_matching expression="ERBB4\tSRC\tReaction\tR-HSA-1963586\tcatalyst\tcatalyst"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
369 <has_line_matching expression="RNF85\tSRC1\tReaction\tR-HSA-2316434\tcatalyst\tcatalyst"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
370 <has_line_matching expression="CBL2\tUNQ2500/PRO5800\tReaction\tR-HSA-5654677\tinput\tinput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
371 <has_line_matching expression="FN1\tPRKM3\tReaction\tR-HSA-5672973\tcatalyst\toutput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
372 <has_line_matching expression="MAPK11\tMAPK12\tSet\tR-HSA-448855\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
373 <has_line_matching expression="SAPK2B\tSAPK3\tSet\tR-HSA-448855\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
374 <has_n_columns n="6" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
375 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
376 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
377 <element name="geneInternalEdges" ftype="tsv" file="proteoforms_graphs/geneInternalEdges.tsv" compare="sim_size" delta="10"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
378 <element name="geneVertices" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
379 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
380 <has_line_matching expression="ERK1\tMitogen-activated protein kinase 3 shortName:MAP kinase 3 shortName:MAPK 3 ecNumber2.7.11.24/ecNumber"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
381 <has_line_matching expression="CREB1\tCyclic AMP-responsive element-binding protein 1 shortName:CREB-1 shortName:cAMP-responsive element-binding protein 1 ]"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
382 <has_line_matching expression="SAPK2\tMitogen-activated protein kinase 11 shortName:MAP kinase 11 shortName:MAPK 11 ecNumber2.7.11.24/ecNumber"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
383 <has_line_matching expression="STAT5\tSignal transducer and activator of transcription 5A ]"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
384 <has_n_columns n="2" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
385 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
386 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
387 <element name="proteinExternalEdges" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
388 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
389 <has_line_matching expression="P12931\tP56975\tReaction\tR-HSA-1963586\tcatalyst\toutput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
390 <has_line_matching expression="P12931\tP51617\tReaction\tR-HSA-2316434\tcatalyst\tregulator"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
391 <has_line_matching expression="P12931\tQ8N302\tReaction\tR-HSA-6802933\tcatalyst\tinput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
392 <has_line_matching expression="O95352\tP12931\tComplex\tR-HSA-6802695\tcomponent\tcomponent"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
393 <has_line_matching expression="Q15759\tQ16539\tSet\tR-HSA-198703\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
394 <has_n_columns n="6" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
395 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
396 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
397 <element name="proteinInternalEdges" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
398 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
399 <has_line_matching expression="P00519\tP12931\tReaction\tR-HSA-8942607\tcatalyst\tcatalyst"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
400 <has_line_matching expression="P12931\tQ9UQC2\tReaction\tR-HSA-205234\toutput\toutput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
401 <has_line_matching expression="P12931\tP27361\tReaction\tR-HSA-6802933\tinput\toutput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
402 <has_line_matching expression="P12931\tP27361\tReaction\tR-HSA-6802910\tinput\tinput"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
403 <has_line_matching expression="P00519\tP12931\tSet\tR-HSA-8942611\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
404 <has_line_matching expression="P12931\tP42229\tComplex\tR-HSA-1469999\tcomponent\tcomponent"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
405 <has_n_columns n="6" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
406 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
407 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
408 <element name="proteinVertices" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
409 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
410 <has_line_matching expression="P16220\tCyclic AMP-responsive element-binding protein 1 shortName:CREB-1 shortName:cAMP-responsive element-binding protein 1 ]"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
411 <has_line_matching expression="P27361\tMitogen-activated protein kinase 3 shortName:MAP kinase 3 shortName:MAPK 3 ecNumber2.7.11.24/ecNumber"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
412 <has_line_matching expression="P42229\tSignal transducer and activator of transcription 5A ]"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
413 <has_n_columns n="2" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
414 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
415 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
416 <element name="proteoformExternalEdges" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
417 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
418 <has_line_matching expression="O43597;00048:55,00048:227\tP22681;\tComplex\tR-HSA-934576\tcomponent\tcomponent"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
419 <has_line_matching expression="P00533;00048:992,00048:1045,00048:1068,00048:1086,00048:1148,00048:1173\tP22681;\tComplex\tR-HSA-182935\tcomponent\tcomponent"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
420 <has_line_matching expression="P27361;00047:202,00048:204\tP28482;00047:185,00048:187\tSet\tR-HSA-450307\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
421 <has_line_matching expression="P12931;00048:419\tQ01196;\tComplex\tR-HSA-8937687\tcomponent\tcomponent"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
422 <has_line_matching expression="P15509;\tP42229;00048:694\tSet\tR-HSA-913465\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
423 <has_n_columns n="6" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
424 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
425 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
426 <element name="proteoformInternalEdges" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
427 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
428 <has_line_matching expression="P27361;00047:202,00048:204\tQ15759;00047:180,00048:182\tSet\tR-HSA-450307\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
429 <has_line_matching expression="P27361;00047:202,00048:204\tQ15759;00047:180,00048:182\tSet\tR-HSA-450307\tmember/candidate\tmember/candidate"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
430 <has_n_columns n="6" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
431 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
432 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
433 <element name="proteoformVertices" ftype="tsv">
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
434 <assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
435 <has_line_matching expression="P16220;00046:133\tCyclic AMP-responsive element-binding protein 1 shortName:CREB-1 shortName:cAMP-responsive element-binding protein 1 ]"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
436 <has_line_matching expression="Q15759;00047:180,00048:182\tMitogen-activated protein kinase 11 shortName:MAP kinase 11 shortName:MAPK 11 ecNumber2.7.11.24/ecNumber"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
437 <has_line_matching expression="P42229;00048:694\tSignal transducer and activator of transcription 5A ]"/>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
438 <has_n_columns n="2" />
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
439 </assert_contents>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
440 </element>
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
441
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
442 </output_collection>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
443 </test>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
444
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
445 </tests>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
446 <help>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
447
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
448 .. class:: infomark
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
449
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
450 **Introduction**
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
451
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
452 Biological pathways are an excellent resource to analyze the causes and consequences of certain phenotypes.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
453 Most of the components of the pathways are proteins. When searching for relevant pathways to perform analysis
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
454 of a patient sample proteins, it is very common to lose information due to lack of precision in the search.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
455
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
456 This leads to result sets with many extra selected pathways that are not really related to the input sample.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
457
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
458 .. class:: infomark
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
459
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
460 **What it does**
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
461
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
462 We present more fine grained approach to search, not only with the gene names, but also with post translational
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
463 modifications of the proteins, such as phosphorylation.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
464
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
465 Ultimately, any omics dataset with its mutations and
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
466 modifications will be mapped directly to the functional knowledgebases allowing the functional interpretation by
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
467 researchers and clinicians.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
468
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
469 The reference database used is Reactome, a free, open source, curated and peer reviewed database of biological reactions, that contains the quality data needed for this type of fine grained search. database of biological reactions. It can be readily queried with omics datasets, and we are improving its features by extending the matching the clinical data to the biological pathways. Not only will the gene names be used, but also mutations or post translational modifications such as phosphorylation.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
470
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
471
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
472 .. class:: infomark
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
473
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
474 **Inputs and outputs**
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
475
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
476 PathwayMatcher can search for reactions and pathways with various input types, and generates mapping files to the database.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
477
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
478 The input can be:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
479
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
480 - Genetic variants
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
481 - Genes
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
482 - Peptides
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
483 - Protein
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
484 - Proteoforms
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
485
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
486 The output of PathwayMatcher is composed of two files, the Reaction and Pathway mapping and the statistical analysis of the relevant pathways.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
487
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
488 .. class:: infomark
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
489
2
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
490 **Try it now**
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
491
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
492 You can easily test PathwayMatcher functionality creating text files with the example data we provide with proteoforms and proteins information of Cystic Fibrosis:
2
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
493
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
494 **Proteoforms**:
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
495
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
496 ::
2
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
497
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
498 P01137;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
499 P10145;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
500 P12318;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
501 P12318;00048:288,00048:304
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
502 P13569;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
503 P13569;01148:null
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
504 P19438;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
505 P37088;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
506 P37088;01148:null
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
507 P51168;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
508 P51170;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
509 P51170;01148:null
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
510 Q14CN2;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
511 Q16623;
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
512 Q9UJW0;
2
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
513
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
514 **Proteins**:
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
515 ::
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
516
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
517 P13569
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
518 P01137
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
519 P12318
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
520 Q9UJW0
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
521 P51168
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
522 P51170
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
523 P37088
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
524 P19438
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
525 Q14CN2
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
526 Q16623
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
527 P10145
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
528
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
529 After copying and pasting this data into new text files, you can upload them to Galaxy by directly using the Galaxy upload dialog (the button with the arrow pointing up in the top-left area, and then choosing *Choose local file*).
2
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
530
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
531 Once they appear in green in your history, they have been uploaded and you can use them as inputs in PathwayMatcher.
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
532
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
533 Now, select *Proteoforms* as input type and, in the next drop-down list, the entry of your history corresponding to the proteoforms file you uploaded.
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
534
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
535 Then, click on *insert input* to add a new PathwayMatcher input for the proteins. Select *Proteins - Uniprot accession list* as input type and, in the next drop-down list, the entry in your history corresponding to this proteins file.
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
536
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
537 **Everything is ready**. By clicking on *Execute* PathwayMatcher will run with your chosen inputs and, after a short time, it will show in your history two more files with the search results and its analysis.
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
538
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
539 .. class:: infomark
9a599f278852 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 069a6264f2c44e1374fdd9d2be0a41527ec5fed9
galaxyp
parents: 1
diff changeset
540
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
541 Information included with this tool is a brief summary of the main one included in PathwayMatcher_.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
542
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
543 Specific information about PathwayMatcher's Input_ and Output_ may also be found there.
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
544
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
545 .. class:: infomark
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
546
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
547 **References**
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
548
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
549 [1] dbSNP_
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
550
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
551 [2] VCF v4.3:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
552 http://samtools.github.io/hts-specs/VCFv4.3.pdf
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
553
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
554 [3] genenames.org: the HGNC resources in 2015. Nucleic Acids Res. 2015 Jan;43(Database issue):D1079-85. doi: 10.1093/nar/gku1071. :
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
555 https://www.ncbi.nlm.nih.gov/pubmed/25361968
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
556
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
557 [4] UniProt: the universal protein knowledgebase. Nucleic Acids Res. 45: D158-D169 (2017):
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
558 http://dx.doi.org/doi:10.1093/nar/gkw1099
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
559
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
560 [5] Ensembl:
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
561 https://www.ensembl.org/info/genome/stable_ids/index.html
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
562
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
563 [6] The PSI-MOD community standard for representation of protein modification data. Nature Biotechnology 26, 864 - 866 (2008):
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
564 http://www.nature.com/nbt/journal/v26/n8/full/nbt0808-864.html
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
565
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
566 .. _dbSNP: https://www.ncbi.nlm.nih.gov/projects/SNP/
4
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
567 .. _PathwayMatcher: https://github.com/PathwayAnalysisPlatform/PathwayMatcher
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
568 .. _Input: https://github.com/PathwayAnalysisPlatform/PathwayMatcher/wiki/Input
3e510701a712 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 1d08bec4a320f62652392f08c2481bbe215e37fa
galaxyp
parents: 3
diff changeset
569 .. _Output: https://github.com/PathwayAnalysisPlatform/PathwayMatcher/wiki/Output
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
570
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
571 </help>
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
572
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
573 <citations>
5
a2ab72e994dc planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit e86212821a8621c4e99150c6fd7e4c4a1437a110
galaxyp
parents: 4
diff changeset
574 <citation type="doi">doi:10.1093/gigascience/giz088</citation>
3
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
575 </citations>
2cd67294abbd planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 79d03b32b395b4c1385ff934251b17ea8950187b
galaxyp
parents: 2
diff changeset
576
0
f66af2b04a98 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit c12a99d3da62c83b779175b3c9022e7d5622053a
galaxyp
parents:
diff changeset
577 </tool>