Mercurial > repos > bebatut > cdhit
annotate cdhit_macros.xml @ 2:aa923171e225 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
author | bebatut |
---|---|
date | Thu, 14 Apr 2016 09:24:49 -0400 |
parents | 617a5f3baf7f |
children | 626cd6334dbc |
rev | line source |
---|---|
0
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
1 <macros> |
2
aa923171e225
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
bebatut
parents:
0
diff
changeset
|
2 <xml name="requirements"> |
aa923171e225
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
bebatut
parents:
0
diff
changeset
|
3 <requirements> |
aa923171e225
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
bebatut
parents:
0
diff
changeset
|
4 <requirement type="package" version="4.6.4">cd-hit</requirement> |
aa923171e225
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
bebatut
parents:
0
diff
changeset
|
5 </requirements> |
aa923171e225
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
bebatut
parents:
0
diff
changeset
|
6 </xml> |
aa923171e225
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 8b1037213553ecffa32f15a499407cba816ab62b-dirty
bebatut
parents:
0
diff
changeset
|
7 |
0
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
8 <template name="common_cdhit_options"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
9 <!-- start common cdhit options --> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
10 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
11 <!-- start adv. settings --> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
12 #if $advanced.settings == 'yes': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
13 #if str($advanced.band_width) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
14 -b $advanced.band_width |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
15 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
16 #if str($advanced.throw_away_len) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
17 -l $advanced.throw_away_len |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
18 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
19 #if str($advanced.description_len) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
20 -d $advanced.description_len |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
21 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
22 #if str($advanced.cutoff_diff_len) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
23 -s $advanced.cutoff_diff_len |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
24 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
25 #if str($advanced.aa_cutoff_diff_len) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
26 -S $advanced.aa_cutoff_diff_len |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
27 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
28 #if $advanced.align.style == 'local': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
29 -G 0 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
30 #if str($advance.align.align_coverage_long) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
31 -aL $advance.align.align_coverage_long |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
32 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
33 #if str($advance.align.aa_align_coverage_long) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
34 -AL $advance.align.aa_align_coverage_long |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
35 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
36 #if str($advance.aling.align_coverage_short) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
37 -aS $advance.align.align_coverage_short |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
38 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
39 #if str($advance.aling.aa_align_coverage_short) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
40 -AS $advance.align.aa_align_coverage_short |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
41 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
42 #if str($advance.align.align_coverage_min) != 'None': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
43 -A $advance.align.aling_coverage_min |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
44 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
45 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
46 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
47 <!-- end adv. settings --> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
48 #if $print_alignment: |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
49 $print_alignment |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
50 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
51 #if $cluster_type: |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
52 $cluster_type |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
53 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
54 </template> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
55 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
56 <template name="runtime_tuning"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
57 #if $runtime.tuning == 'tune': |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
58 #if $runtime.threads_num: |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
59 -T $runtime.threads_num |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
60 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
61 #if $runtime.memory_limit: |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
62 -M $runtime.memory_limit |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
63 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
64 $runtime.in_ram |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
65 #else |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
66 \$CDHIT_SITE_OPTIONS |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
67 #end if |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
68 <!-- end runtime tuning options --> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
69 </template> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
70 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
71 <macro name="common_cdhit_options"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
72 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
73 <conditional name="advanced"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
74 <param name="settings" type="select" label="Use adavanced settings"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
75 <option value="no" selected="true">No</option> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
76 <option value="yes">Yes</option> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
77 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
78 <when value="no"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
79 <when value="yes"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
80 <param name="band_width" type="integer" value="" optional="true" label="band_width of alignment (default 20)"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
81 <validator type="in_range" message="alignment band_width must be greater than 0" min="1"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
82 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
83 <param name="throw_away_len" type="integer" value="" optional="true" label="length of throw_away_sequences (default 10)"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
84 <validator type="in_range" message="throw_away_sequences length must be greater than 0" min="1"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
85 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
86 <param name="description_len" type="integer" value="" optional="true" label="length of description in .clstr file (default 20)"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
87 <help>if set to 0, it takes the fasta defline and stops at first space</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
88 <validator type="in_range" message="description length cannot be negative" min="0"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
89 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
90 <param name="cutoff_diff_len" type="float" value="" optional="true" label="length difference cutoff (default 0.0)"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
91 <help>if set to 0.9, the shorter sequences need to be at least 90% length of the representative of the cluster</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
92 <validator type="in_range" message="length difference cutoff must be between 0.0 and 1.0" min="0.0" max="1.0"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
93 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
94 <param name="aa_cutoff_diff_len" type="integer" value="" optional="true" label="length difference cutoff in amino acid (default 999999)"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
95 <help>if set to 60, the length difference between the shorter sequences and the representative of the cluster can not be bigger than 60</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
96 <validator type="in_range" message="length difference cutoff in amino acid be greater than 0" min="0"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
97 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
98 <conditional name="align"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
99 <param name="style" type="select" label="global or local alignments"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
100 <help>local sequence identity, calculated as : number of identical amino acids in alignment divided by the length of the alignment |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
101 You must set alignment coverage by length or fraction. |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
102 </help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
103 <option value="global" selected="true">Global</option> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
104 <option value="local" >Local</option> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
105 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
106 <when value="global"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
107 <when value="local"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
108 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
109 <param name="align_coverage_long" type="float" value="" optional="true" label="alignment coverage for the longer sequence (default 0.0)"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
110 <help>if set to 0.9, the alignment must covers 90% of the sequence</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
111 <validator type="in_range" message="input must be between 0.0 and 1.0." min="0.0" max="1.0" /> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
112 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
113 <param name="aa_align_coverage_long" type="integer" value="" optional="true" label="alignment coverage control for the longer sequence (default 99999999)" > |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
114 <help>if set to 60, and the length of the sequence is 400,then the alignment must be at least 340 (400-60) residues</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
115 <validator type="in_range" message="input cannot be negative." min="0" /> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
116 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
117 <param name="align_coverage_short" type="float" value="" optional="true" label="alignment coverage for the shorter sequence (default 0.0)" > |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
118 <help>if set to 0.9, the alignment must covers 90% of the sequence</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
119 <validator type="in_range" message="input must be between 0.0 and 1.0." min="0.0" max="1.0" /> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
120 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
121 <param name="aa_align_coverage_short" type="integer" value="" optional="true" label="alignment coverage control for the shorter sequence (default 99999999)" > |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
122 <help>if set to 60, and the length of the sequence is 400, then the alignment must be at least 340 (400-60) residues</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
123 <validator type="in_range" message="input cannot be negative." min="0" /> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
124 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
125 <param name="align_coverage_min" type="integer" value="" optional="true" label="minimal alignment coverage control for the both sequences (default 0)" > |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
126 <help>alignment must cover at least this value for both sequences</help> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
127 <validator type="in_range" message="coverage must be at least 0." min="0"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
128 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
129 </when> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
130 </conditional> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
131 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
132 </when> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
133 </conditional> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
134 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
135 <param name="print_alignment" type="boolean" truevalue="-p 1" falsevalue="" checked="false" label="Print alignment overlap in .clstr file"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
136 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
137 <param name="cluster_type" type="boolean" truevalue="-g 1" falsevalue="" checked="false" label="Slow Cluster" |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
138 help="by cd-hit's default algorithm, a sequence is clustered to the first |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
139 cluster that meet the threshold (fast cluster). If set the program |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
140 will cluster it into the most similar cluster that meet the threshold |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
141 (accurate but slow mode). This won't change the representatives of final clusters"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
142 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
143 </macro> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
144 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
145 <macro name="runtime_tuning"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
146 <conditional name="runtime"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
147 <param name="tuning" type="select" label="Runtime Memory and Threads"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
148 <option value="default" selected="true">Use Default settings</option> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
149 <option value="tune" >Set Runtime options</option> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
150 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
151 <when value="default"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
152 <when value="tune"> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
153 <param name="threads_num" type="integer" value="1" optional="true" label="number of threads; with 0, all CPUs will be used. (default 1)" > |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
154 <validator type="in_range" message="input cannot be negative." min="0" /> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
155 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
156 <param name="memory_limit" type="integer" value="800" optional="true" label="memory limit (in MB) for the program; 0 for unlimitted. (default 800)" > |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
157 <validator type="in_range" message="input cannot be negative." min="0" /> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
158 </param> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
159 <param name="in_ram" type="boolean" truevalue="-B 1" falsevalue="" checked="false" label="Too big for in Memory calculation" |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
160 help="Use for huge databases"/> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
161 </when> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
162 </conditional> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
163 </macro> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
164 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
165 <token name="@CITATION_SECTION@">------ |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
166 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
167 **Citation** |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
168 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
169 For the underlying tool, please cite `DePristo MA, Banks E, Poplin R, Garimella KV, Maguire JR, Hartl C, Philippakis AA, del Angel G, Rivas MA, Hanna M, McKenna A, Fennell TJ, Kernytsky AM, Sivachenko AY, Cibulskis K, Gabriel SB, Altshuler D, Daly MJ. A framework for variation discovery and genotyping using next-generation DNA sequencing data. Nat Genet. 2011 May;43(5):491-8. <http://www.ncbi.nlm.nih.gov/pubmed/21478889>`_ |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
170 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
171 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.* |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
172 |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
173 </token> |
617a5f3baf7f
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/cdhit/ commit 822c081d971c1fa6eef307936fb07dcf9d5db1c5-dirty
bebatut
parents:
diff
changeset
|
174 </macros> |