annotate graphclust.xml @ 0:a81b012ef352 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
author bgruening
date Thu, 22 Dec 2016 08:40:17 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
1 <tool id="graphclust" name="graphclust" version="0.1">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
2 <description>alignment-free structural clustering of local RNA secondary structures</description>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
3 <requirements>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
4 <requirement type="package">GraphClust</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
5 <requirement type="package">locarna</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
6 <requirement type="package">RNAShapes</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
7 <requirement type="package">cmfinder</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
8 <requirement type="package">infernal</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
9 <requirement type="package">rnaz</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
10 <requirement type="package">vienna_rna</requirement>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
11 </requirements>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
12 <command>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
13 <![CDATA[
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
14 MASTER_GraphClust.pl
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
15 --fasta $input_fasta
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
16 --config $graphclust_config
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
17 --root $output.files_path
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
18 --threads "\${GALAXY_SLOTS:-12}";
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
19
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
20 python dir2html.py $output.files_path/RESULTS > $output
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
21 ]]>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
22 </command>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
23 <configfiles>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
24 <configfile name="graphclust_config">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
25 GLOBAL_group_size $GLOBAL_group_size
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
26 GLOBAL_hit_blacklist_overlap $GLOBAL_hit_blacklist_overlap
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
27 GLOBAL_iterations $GLOBAL_iterations
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
28 GLOBAL_num_clusters $GLOBAL_num_clusters
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
29 GLOBAL_plfold_minlen $GLOBAL_plfold_minlen
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
30
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
31 OPTS_RNAfold --noLP
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
32 OPTS_RNAplfold --noLP -c $RNAplfold_c -L $RNAplfold_L -W $RNAplfold_W
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
33 OPTS_fasta2shrep_gspan -t "3=0,5=80" -M 5 -c 20 -win 40,150 -shift 30 --cue -u --stack --seq-graph-t --seq-graph-alph
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
34 OPTS_locarna_maligs -p $locarna_p --max-diff-am $locarna_max_diff_am --tau $locarna_tau --max-diff $locarna_max_diff --alifold-consensus-dp
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
35 OPTS_locarna_model -p $locarna_p --max-diff-am $locarna_max_diff_am --tau $locarna_tau --max-diff $locarna_max_diff --alifold-consensus-dp
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
36 OPTS_locarna_p_model -p $locarna_p --max-diff-am $locarna_max_diff_am --tau 100 --max-diff $locarna_max_diff --struct-weight $locarna_struct_weight --plfold-span 150 --plfold-winsize 200 --temperature $locarna_temperature --mea-beta 400 --consistency-transformation
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
37 OPTS_locarna_paligs -p $locarna_p --max-diff-am $locarna_max_diff_am --tau $locarna_tau --max-diff $locarna_max_diff --indel-open $locarna_indel_open --indel $locarna_indel --struct-weight $locarna_struct_weight
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
38 OPTS_nspdk -R $nspdk_R -D $nspdk_R -gt $nspdk_gt
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
39 OPTS_nspdk_centers -ensf 5 -oc -usn
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
40
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
41 center_model_type 5
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
42 center_subtree_max 7
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
43 center_subtree_min 3
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
44 center_tree_aligs 2
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
45 center_tree_type 3
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
46 cm_bitscore_sig 1
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
47 cm_calibrate 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
48 cm_max_eval 0.001
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
49 cm_min_bitscore 15
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
50 cm_top_only 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
51 evaluate 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
52 evaluate_class0_as_fp 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
53 evaluate_min_overlap 0.51
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
54 input_add_revcompl 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
55 input_blastclust 1
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
56 input_blastclust_id 90
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
57 input_blastclust_len 0.90
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
58 input_seq_min_length $other_input_seq_min_length
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
59 input_win_shift $other_input_win_shift
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
60 input_win_size 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
61 nspdk_fcs 1
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
62 nspdk_greylist_num 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
63 nspdk_knn_center 10
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
64 nspdk_nhf 500
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
65 nspdk_nhf_max 1000
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
66 nspdk_nhf_step 50
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
67 results_merge_cluster_ol 0.66
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
68 results_merge_overlap 0.51
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
69 results_min_cluster_size $other_results_min_cluster_size
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
70 results_partition_type soft
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
71 results_top_num 10
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
72 </configfile>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
73 </configfiles>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
74 <inputs>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
75
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
76 <param name="input_fasta" type="data" format="fasta" label="Fasta file containing sequeces you want to cluster" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
77
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
78 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
79 <conditional name="OPTS_GLOBAL">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
80 <param name="OPTS_GLOBAL_selector" type="select" label="Global advanced options">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
81 <option value="basic" selected="True">Hide Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
82 <option value="advanced">Show Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
83 </param>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
84 <when value="basic">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
85 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
86 <when value="advanced">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
87 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
88 <param name="GLOBAL_group_size" type="integer" value="50" label="GLOBAL_group_size" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
89 <param name="GLOBAL_hit_blacklist_overlap" type="float" value="0.2" label="GLOBAL_hit_blacklist_overlap" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
90 <param name="GLOBAL_iterations" type="integer" value="5" label="GLOBAL_iterations" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
91 <param name="GLOBAL_num_clusters" type="integer" value="3" label="GLOBAL_num_clusters" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
92 <param name="GLOBAL_plfold_minlen" type="integer" value="150" label="GLOBAL_plfold_minlen" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
93 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
94 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
95 </conditional>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
96 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
97
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
98 ## OPTS_RNAfold --noLP
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
99 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
100 <conditional name="OPTS_RNAplfold">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
101 <param name="OPTS_RNAplfold_selector" type="select" label="RNAplfold advanced options">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
102 <option value="basic" selected="True">Hide Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
103 <option value="advanced">Show Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
104 </param>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
105 <when value="basic">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
106 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
107 <when value="advanced">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
108 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
109 <param name="RNAplfold_c" type="float" value="0.0005" label="Report only base pairs with an average probability greater than this value in the dot plot" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
110 <param name="RNAplfold_L" type="integer" value="200" label="Set the maximum allowed separation of a base pair to span" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
111 <param name="RNAplfold_W" type="integer" value="300" label="Average the pair probabilities over windows of given size" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
112 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
113 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
114 </conditional>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
115 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
116 ##OPTS_RNAplfold --noLP
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
117
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
118 ##OPTS_fasta2shrep_gspan -t "3=0,5=80" -M 5 -c 20 -win 40,150 -shift 30 --cue -u --stack --seq-graph-t --seq-graph-alph
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
119
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
120 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
121 <conditional name="OPTS_locarna">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
122 <param name="OPTS_locarna_selector" type="select" label="LocaRNA advanced options">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
123 <option value="basic" selected="True">Hide Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
124 <option value="advanced">Show Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
125 </param>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
126 <when value="basic">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
127 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
128 <when value="advanced">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
129 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
130 <param name="locarna_p" type="float" value="0.001" label="Minimal probability" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
131 <param name="locarna_max_diff_am" type="integer" value="50" label="Maximal difference for sizes of matched arcs" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
132 <param name="locarna_tau" type="integer" value="50" label="Tau factor in percent" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
133 <param name="locarna_max_diff" type="integer" value="100" label="Maximal difference for alignment traces" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
134 <param name="locarna_struct_weight" type="integer" value="180" label="Maximal weight of 1/2 arc match" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
135 <param name="locarna_temperature" type="integer" value="180" label="Temperature for PF-computation" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
136 <param name="locarna_indel_open" type="integer" value="-400" label="Indel opening score" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
137 <param name="locarna_indel" type="integer" value="-200" label="Indel score" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
138 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
139 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
140 </conditional>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
141 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
142 ##OPTS_locarna_maligs -p 0.001 --max-diff-am 50 --tau 50 --max-diff 100 --alifold-consensus-dp
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
143 ##OPTS_locarna_model -p 0.001 --max-diff-am 50 --tau 50 --max-diff 100 --alifold-consensus-dp
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
144 ##OPTS_locarna_p_model -p 0.001 --max-diff-am 50 --tau 100 --max-diff 100 --struct-weight 180 --plfold-span 150 --plfold-winsize 200 --temperature 180 --mea-beta 400 --consistency-transformation
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
145 ##OPTS_locarna_paligs -p 0.001 --max-diff-am 50 --tau 50 --max-diff 100 --indel-open -400 --indel -200 --struct-weight 180
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
146
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
147 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
148 <conditional name="OPTS_nspdk">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
149 <param name="OPTS_nspdk_selector" type="select" label="NSPDK advanced options">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
150 <option value="basic" selected="True">Hide Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
151 <option value="advanced">Show Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
152 </param>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
153 <when value="basic">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
154 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
155 <when value="advanced">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
156 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
157 <param name="nspdk_R" type="integer" value="3" label="Radius" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
158 <param name="nspdk_D" type="integer" value="3" label="Distance" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
159 <param name="nspdk_gt" type="select" label="graph type" >
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
160 <option value="DIRECTED" selected="True">DIRECTED</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
161 <option value="UNDIRECTED">UNDIRECTED</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
162 </param>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
163 <param name="nspdk_ensf" type="integer" value="5" label="eccess neighbour size factor" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
164 <param name="nspdk_knn_center" type="integer" value="10" label="number of nearest neighbors" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
165 <param name="nspdk_ensf" type="integer" value="5" label="eccess neighbour size factor" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
166 <param name="nspdk_ensf" type="integer" value="5" label="eccess neighbour size factor" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
167 <param name="nspdk_ensf" type="integer" value="5" label="eccess neighbour size factor" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
168 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
169 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
170 </conditional>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
171 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
172 #OPTS_nspdk -R 3 -D 3 -gt DIRECTED
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
173 #OPTS_nspdk_centers -ensf 5 -oc -usn
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
174
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
175 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
176 <conditional name="OPTS_other">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
177 <param name="OPTS_other_selector" type="select" label="Other advanced options">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
178 <option value="basic" selected="True">Hide Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
179 <option value="advanced">Show Advanced Options</option>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
180 </param>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
181 <when value="basic">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
182 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
183 <when value="advanced">
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
184 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
185 <param name="other_input_seq_min_length" type="integer" value="50" label="input_seq_min_length" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
186 <param name="other_input_win_shift" type="integer" value="33" label="input_win_shift" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
187 <param name="other_results_min_cluster_size" type="integer" value="5" label="results_min_cluster_size" />
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
188 <!--
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
189 </when>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
190 </conditional>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
191 -->
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
192 ##center_model_type 5
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
193 ##center_subtree_max 7
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
194 ##center_subtree_min 3
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
195 ##center_tree_aligs 2
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
196 ##center_tree_type 3
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
197 ##cm_bitscore_sig 1
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
198 ##cm_calibrate 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
199 ##cm_max_eval 0.001
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
200 ##cm_min_bitscore 15
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
201 ##cm_top_only 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
202 ##evaluate 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
203 ##evaluate_class0_as_fp 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
204 ##evaluate_min_overlap 0.51
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
205 ##input_add_revcompl 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
206 ##input_blastclust 1
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
207 ##input_blastclust_id 90
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
208 ##input_blastclust_len 0.90
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
209 ##input_seq_min_length 50
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
210 ##input_win_shift 33
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
211 ##input_win_size 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
212 ##nspdk_fcs 1
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
213 ##nspdk_greylist_num 0
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
214 ##nspdk_knn_center 10
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
215 ##nspdk_nhf 500
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
216 ##nspdk_nhf_max 1000
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
217 ##nspdk_nhf_step 50
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
218 ##results_merge_cluster_ol 0.66
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
219 ##results_merge_overlap 0.51
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
220 ##results_min_cluster_size 5
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
221 ##results_partition_type soft
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
222 ##results_top_num 10
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
223
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
224 </inputs>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
225 <outputs>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
226 <data name="output" format="html" label="GraphClust on ${on_string}"/>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
227 </outputs>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
228 <help>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
229 <![CDATA[
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
230
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
231 .. class:: infomark
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
232
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
233 **What it does**
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
234
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
235 GraphClust
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
236
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
237 TODO
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
238
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
239 ]]>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
240 </help>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
241 <citations>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
242 <citation type="doi">10.1093/bioinformatics/bts224</citation>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
243 </citations>
a81b012ef352 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphclust commit 11e50007837b1efa01a3039c92df0ebf63f0f7e9
bgruening
parents:
diff changeset
244 </tool>