annotate cmFinder.xml @ 8:5a1dcc77b0ce draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CMFinder commit 4406735e44aba20859c252be39f4e99df28c7a92
author rnateam
date Sat, 27 Oct 2018 13:22:16 -0400
parents 68bfc8df36f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
5a1dcc77b0ce planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CMFinder commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents: 7
diff changeset
1 <tool id="cmFinder" name="cmfinder" version="0.4" >
4
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
2 <requirements>
8
5a1dcc77b0ce planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CMFinder commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents: 7
diff changeset
3 <requirement type="package" version="0.6.0">graphclust-wrappers</requirement>
4
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
4 <requirement type="package" version='0.2'>cmfinder</requirement>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
5 <requirement type="package" version='2.2.10'>viennarna</requirement>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
6 </requirements>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
7 <stdio>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
8 <exit_code range="1:" />
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
9 </stdio>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
10 <command>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
11 <![CDATA[
0
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
12
4
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
13 python '$__tool_directory__/cmFinder.py'
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
14 '$model_tree_stk'
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
15 '$cmfinder_fa'
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
16 ''
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
17 $gap_threshold_opts.gap_threshold_opts_selector
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
18 #if str($gap_threshold_opts.gap_threshold_opts_selector) == '--g':
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
19 $gap_threshold_opts.gap
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
20 #end if
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
21 ]]>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
22 </command>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
23 <inputs>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
24 <param name="model_tree_stk" type="data" format="stockholm" label="model_tree_stk" help="" />
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
25 <param name="cmfinder_fa" type="data" format="text" label="cmfinder_fa" help="" />
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
26 <conditional name="gap_threshold_opts">
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
27 <param name="gap_threshold_opts_selector" type="select" label="Use gap threshold" help="">
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
28 <option value="--g" selected="true">Yes (--g)</option>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
29 <option value="">No</option>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
30 </param>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
31 <when value="--g">
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
32 <param name="gap" type="float" value="1.0" size="5"
0
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
33 label="Define the gap threshold to determine the conserved column (--g)" help=""/>
4
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
34 </when>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
35 <when value=""/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
36 </conditional>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
37 </inputs>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
38 <outputs>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
39 <data name="model_cmfinder_stk" format="stockholm" label="model_cmfinder_stk" from_work_dir="model.cmfinder.stk"/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
40 </outputs>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
41 <tests>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
42 <test>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
43 <param name="model_tree_stk" value="in.model.tree.stk"/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
44 <param name="cmfinder_fa" value="cmfinder.fa"/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
45 <param name="gap_threshold_opts.gap_threshold_opts_selector" value="--g"/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
46 <param name="gap_threshold_opts.gap" value="1.0"/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
47 <output name="model_cmfinder_stk" file="model.cmfinder.stk"/>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
48 </test>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
49 </tests>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
50 <help>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
51 <![CDATA[
0
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
52 **What it does**
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
53
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
54 At first it converts CLUSTAL format files to STOCKHOLM format. Then using *CMFinder* determines consensus
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
55 motives for sequences.
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
56 ]]>
4
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
57 </help>
75c7279ef6f1 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents: 3
diff changeset
58 <citations>
0
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
59 <citation type="doi">10.1093/bioinformatics/btk008</citation>
8
5a1dcc77b0ce planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CMFinder commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents: 7
diff changeset
60 <citation type="doi">10.5281/zenodo.597695</citation>
0
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
61 </citations>
78772eedd780 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CMFinder commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
62 </tool>