annotate graphprot_predict_profile.xml @ 0:0bc573ec2010 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
author bgruening
date Fri, 25 May 2018 11:48:57 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
1 <tool id="graphprot_predict_profile" name="GraphProt predict profile" version="1.1.7">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
2 <description>- Predict RBP binding profiles</description>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
3 <requirements>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
4 <requirement type="package" version="1.1.7">graphprot</requirement>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
5 </requirements>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
6 <command><![CDATA[
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
7 #if $select_model.model_selector == 'select_model_from_repo':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
8 mkdir -p ./model &&
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
9 tar -zxvf '$__tool_directory__/data/${select_model.repo_model}.tar.gz' -C ./model &&
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
10 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
11 perl '$__tool_directory__/graphprot_predict_profile_wrapper.pl'
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
12 -fasta '$fasta_file'
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
13 #if $select_model.model_selector == 'select_model_from_history':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
14 -model '$select_model.model_file'
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
15 #if $select_model.set_params.set_params_selector == 'supply_params_file':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
16 -params '$select_model.set_params.params_file'
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
17 #elif $select_model.set_params.set_params_selector == 'manual_params_setting':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
18 #if $select_model.set_params.model_type.model_type_selector == 'sequence':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
19 -onlyseq
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
20 #elif $select_model.set_params.model_type.model_type_selector == 'structure':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
21 -abstraction $select_model.set_params.model_type.gp_abstraction
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
22 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
23 -R $select_model.set_params.gp_r
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
24 -D $select_model.set_params.gp_d
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
25 -bitsize $select_model.set_params.gp_bitsize
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
26 -lambda $select_model.set_params.gp_lambda
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
27 -epochs $select_model.set_params.gp_epochs
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
28 #if $select_model.set_params.gev_options.distr_my
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
29 -distr-my $select_model.set_params.gev_options.distr_my
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
30 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
31 #if $select_model.set_params.gev_options.distr_sigma
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
32 -distr-sigma $select_model.set_params.gev_options.distr_sigma
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
33 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
34 #if $select_model.set_params.gev_options.distr_xi
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
35 -distr-xi $select_model.set_params.gev_options.distr_xi
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
36 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
37 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
38 #elif $select_model.model_selector == 'select_model_from_repo':
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
39 -model './model/${select_model.repo_model}.model'
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
40 -params './model/${select_model.repo_model}.params'
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
41 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
42 $peak_region_options.p50_output
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
43 #if $peak_region_options.merge_dist
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
44 -merge-dist $peak_region_options.merge_dist
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
45 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
46 #if $peak_region_options.p_val_thr
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
47 -thr-p $peak_region_options.p_val_thr
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
48 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
49 #if $peak_region_options.score_thr
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
50 -thr-sc $peak_region_options.score_thr
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
51 #end if
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
52 ]]></command>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
53 <inputs>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
54 <param name="fasta_file" type="data" format="fasta" label="Input FASTA file" argument="-fasta"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
55 help="FASTA file containing sequences to predict binding profiles on"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
56
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
57 <conditional name="select_model">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
58 <param name="model_selector" type="select" label="Select GraphProt model"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
59 help="Select GraphProt model for binding profile prediction">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
60 <option value="select_model_from_history" selected="true">Select model from history</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
61 <option value="select_model_from_repo">Select model from repository</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
62 </param>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
63 <when value="select_model_from_history">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
64 <param name="model_file" type="data" format="data" label="GraphProt model file" argument="-model"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
65 help="Predict binding profile for the given GraphProt RBP model"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
66 <conditional name="set_params">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
67 <param name="set_params_selector" type="select" label="Set model parameters">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
68 <option value="supply_params_file" selected="true">Select parameter file from history</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
69 <option value="manual_params_setting">Manually set model parameters</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
70 </param>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
71 <when value="supply_params_file">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
72 <param name="params_file" type="data" format="txt"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
73 label="Model parameter file" argument="-params"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
74 help="Parameter file containing model parameters"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
75 </when>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
76 <when value="manual_params_setting">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
77 <conditional name="model_type">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
78 <param name="model_type_selector" type="select" label="Select model type">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
79 <option value="sequence" selected="true">Supplied model is a sequence model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
80 <option value="structure">Supplied model is a structure model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
81 </param>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
82 <when value="sequence"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
83 <when value="structure">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
84 <param name="gp_abstraction" type="integer" value="3" argument="-abstraction"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
85 label="RNAshapes abstraction level for RNA structure graphs"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
86 </when>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
87 </conditional>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
88 <param name="gp_r" type="integer" value="1" min="0" max="4"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
89 label="GraphProt radius" argument="-R"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
90 <param name="gp_d" type="integer" value="4" min="0" max="6"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
91 label="GraphProt distance" argument="-D"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
92 <param name="gp_bitsize" type="integer" value="14"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
93 label="GraphProt bitsize used for feature encoding" argument="-bitsize"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
94 <param name="gp_lambda" type="float" value="10e-6"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
95 label="SGD parameter lambda for classification" argument="-lambda"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
96 <param name="gp_epochs" type="integer" value="10"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
97 label="SGD parameter epochs for classification" argument="-epochs"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
98 <section name="gev_options" title="GEV distribution parameters for signifying GraphProt scores">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
99 <param name="distr_my" type="float" optional="True"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
100 label="GEV distribution parameter my" argument="-distr-my"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
101 <param name="distr_sigma" type="float" optional="True"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
102 label="GEV distribution parameter sigma" argument="-distr-sigma"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
103 <param name="distr_xi" type="float" optional="True"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
104 label="GEV distribution parameter xi" argument="-distr-xi"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
105 </section>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
106 </when>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
107 </conditional>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
108 </when>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
109 <when value="select_model_from_repo">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
110 <param name="repo_model" type="select" label="Select model" help="Select model from a list of pre-trained GraphProt models">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
111 <option value="EWSR1_eCLIP_K562_ENCSR887LPK" selected="true">EWSR1_eCLIP_K562_ENCSR887LPK.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
112 <option value="FMR1_eCLIP_K562_ENCSR331VNX">FMR1_eCLIP_K562_ENCSR331VNX.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
113 <option value="HNRNPC_eCLIP_HepG2_ENCSR550DVK">HNRNPC_eCLIP_HepG2_ENCSR550DVK.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
114 <option value="HUR_PAR-CLIP_HEK293_Mukherjee">HUR_PAR-CLIP_HEK293_Mukherjee.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
115 <option value="IGF2BP1-3_PAR-CLIP_HEK293_Hafner">IGF2BP1-3_PAR-CLIP_HEK293_Hafner.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
116 <option value="IGF2BP1-3_PAR-CLIP_HEK293_Hafner_structure">IGF2BP1-3_PAR-CLIP_HEK293_Hafner_structure.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
117 <option value="KHDRBS1_eCLIP_K562_ENCSR628IDK">KHDRBS1_eCLIP_K562_ENCSR628IDK.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
118 <option value="KHDRBS1_eCLIP_K562_ENCSR628IDK_structure">KHDRBS1_eCLIP_K562_ENCSR628IDK_structure.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
119 <option value="PUM2_PAR-CLIP_HEK293_Hafner">PUM2_PAR-CLIP_HEK293_Hafner.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
120 <option value="PUM2_eCLIP_K562_exonized_3utr">PUM2_eCLIP_K562_exonized_3utr.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
121 <option value="QKI_PAR-CLIP_HEK293_Hafner">QKI_PAR-CLIP_HEK293_Hafner.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
122 <option value="QKI_eCLIP_HepG2_ENCSR570WLM">EWSR1_eCLIP_K562_ENCSR887LPK.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
123 <option value="QKI_eCLIP_HepG2_ENCSR570WLM_structure">QKI_eCLIP_HepG2_ENCSR570WLM_structure.model</option>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
124 </param>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
125 </when>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
126 </conditional>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
127 <section name="peak_region_options" title="Peak region options">
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
128 <param name="merge_dist" type="integer" optional="True"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
129 label="Maximum distance between two peak regions for merging" argument="-merge-dist"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
130 help="By default all non-overlapping regions will be reported. E.g. a distance of 1 means that two regions above the set threshold (score or p-value) will be merged if they is 1 nucleotide that separates the two regions"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
131 <param name="p_val_thr" type="float" optional="True"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
132 label="Set p-value threshold for reporting peak regions"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
133 help="Regions with p-value lower or equal the given value are reported. If no distribution parameters are given (either manually or in .params file), no p-values will be calculated and peak regions will be filtered by their peak scores instead (default: 0.05)"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
134 <param name="score_thr" type="float" optional="True"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
135 label="Set GraphProt peak score threshold for reporting peak regions"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
136 help="Regions with peak score higher or equal the given value are reported. If distribution parameters are given (either manually or in .params file), p-value threshold will be used instead of the peak score threshold for filtering (default: 0)"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
137 <param name="p50_output" label="Also output p50 score filtered peak regions file" type="boolean"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
138 truevalue="-p50-out" falsevalue="" checked="False"
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
139 help="Output is a peak regions BED file using the best average score found in at least 50 % of the positive training sites (p50) as threshold for defining peak regions. NOTE that if the score is not given in .params file, an empty file will be output if selected."/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
140 </section>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
141 </inputs>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
142 <outputs>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
143 <data format="txt" name="average_profile_outfile" label="${tool.name} on ${on_string} (average profile)" from_work_dir="GraphProt.average_profile"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
144 <data format="bed" name="peak_regions_outfile" label="${tool.name} on ${on_string} (peak regions)" from_work_dir="GraphProt.peak_regions.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
145 <data format="bed" name="peak_regions_p50_outfile" label="${tool.name} on ${on_string} (peak regions p50)" from_work_dir="GraphProt.peak_regions_p50.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
146 </outputs>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
147 <tests>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
148 <test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
149 <param name="fasta_file" value="test.fa" ftype="fasta"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
150 <param name="model_selector" value="select_model_from_history"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
151 <param name="model_file" value="test.model"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
152 <param name="set_params_selector" value="supply_params_file"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
153 <param name="params_file" value="test.params"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
154 <param name="p50_output" value="True"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
155 <output name="average_profile_outfile" file="GraphProt_predict_profile_test_out1.average_profile"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
156 <output name="peak_regions_outfile" file="GraphProt_predict_profile_test_out1.peak_regions.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
157 <output name="peak_regions_p50_outfile" file="GraphProt_predict_profile_test_out1.peak_regions_p50.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
158 </test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
159 <test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
160 <param name="fasta_file" value="test.fa" ftype="fasta"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
161 <param name="model_selector" value="select_model_from_history"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
162 <param name="model_file" value="test.model"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
163 <param name="set_params_selector" value="manual_params_setting"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
164 <param name="model_type_selector" value="sequence"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
165 <param name="gp_r" value="1"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
166 <param name="gp_d" value="4"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
167 <param name="gp_epochs" value="20"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
168 <param name="gp_lambda" value="0.001"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
169 <param name="gp_bitsize" value="14"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
170 <param name="merge_dist" value="1"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
171 <param name="score_thr" value="1"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
172 <output name="average_profile_outfile" file="GraphProt_predict_profile_test_out2.average_profile"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
173 <output name="peak_regions_outfile" file="GraphProt_predict_profile_test_out2.peak_regions.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
174 </test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
175 <test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
176 <param name="fasta_file" value="test.fa" ftype="fasta"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
177 <param name="model_selector" value="select_model_from_history"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
178 <param name="model_file" value="structure_test.model"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
179 <param name="set_params_selector" value="supply_params_file"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
180 <param name="params_file" value="structure_test.params"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
181 <param name="model_type_selector" value="structure"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
182 <param name="gp_abstraction" value="3"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
183 <param name="score_thr" value="2"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
184 <output name="average_profile_outfile" file="GraphProt_predict_profile_test_out3.average_profile"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
185 <output name="peak_regions_outfile" file="GraphProt_predict_profile_test_out3.peak_regions.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
186 </test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
187 <test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
188 <param name="fasta_file" value="test.fa" ftype="fasta"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
189 <param name="model_selector" value="select_model_from_repo"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
190 <param name="repo_model" value="FMR1_eCLIP_K562_ENCSR331VNX"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
191 <param name="p50_output" value="True"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
192 <output name="average_profile_outfile" file="GraphProt_predict_profile_test_out4.average_profile"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
193 <output name="peak_regions_outfile" file="GraphProt_predict_profile_test_out4.peak_regions.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
194 <output name="peak_regions_p50_outfile" file="GraphProt_predict_profile_test_out4.peak_regions_p50.bed"/>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
195 </test>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
196
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
197 </tests>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
198 <help>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
199
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
200 Use GraphProt (-action predict_profile) to predict binding profiles for a given RBP model (supplied as .model and .params file) on a given set of FASTA sequences. After predicting position-wise scores, the scores are averaged over small windows (11 nt with averaged score position in center) to smooth out the profiles and peak regions are extracted based on the set thresholds (p-value or score) and merge distance.
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
201
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
202 **Output files**
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
203
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
204 The procedure has three output files (third is optional):
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
205
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
206 1) An average_profile file containing averaged position-scores over all supplied sequences
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
207
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
208 2) A peak regions BED file which contains peak-scoring regions above the supplied threshold (p-value default: 0.05, score default: 0)
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
209
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
210 3) A peak regions BED file using the best average score found in at least 50 % of the positive training sites (p50). NOTE that this requires the p50 score to be given in the .params file, otherwise if set an empty file will be output.
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
211
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
212 **Model selection**
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
213
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
214 The GraphProt model used for profile prediction can either be uploaded to history or chosen from an example collection of models (Select model from repository). For the repository models, the corresponding parameter file is selected automatically, providing all model parameters necessary for prediction and p-value calculation. If you choose to upload a model to the history, it is recommended to use the corresponding .params file for automatically setting the model parameters. Otherwise the model parameters have to be entered manually.
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
215
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
216 **p-value calculation**
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
217
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
218 Signifying the GraphProt scores is done by fitting a generalized extreme value (GEV) distribution on a set of scores derived from 10000 transcript sequences for each GraphProt model. The GEV distribution has three parameters: my (location), sigma (scale), and xi (shape). The fitted parameter values usually are read in from the .params file, but can also be entered manually. Parameter fitting was done in R using the minpack.lm_ package, using the probability density function (PDF) described here_. If no GEV parameter values are specified (either in .params file or manually), p-value calculation for the scores will be skipped and the peak regions will be extracted based on the set threshold score.
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
219
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
220 .. _here: https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
221 .. _minpack.lm: https://cran.r-project.org/web/packages/minpack.lm
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
222
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
223 </help>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
224 <citations>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
225 <citation type="doi">10.1186/gb-2014-15-1-r17</citation>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
226 </citations>
0bc573ec2010 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 9bb5f3c8ed8e87ec5652b5bc8bf9c774d5534a1a
bgruening
parents:
diff changeset
227 </tool>