Mercurial > repos > iuc > cd_hit
annotate cd_hit.xml @ 0:e0da3400ac2f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
author | iuc |
---|---|
date | Mon, 15 Oct 2018 10:54:50 -0400 |
parents | |
children | 7807800a3d03 |
rev | line source |
---|---|
0
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
1 <tool id="cd_hit" name="cd-hit" version="4.6.8.1"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
2 <description>Cluster or compare biological sequence datasets</description> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
3 <requirements> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="4.6.8">cd-hit</requirement> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
5 </requirements> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
6 <version_command><![CDATA[ |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
7 cd-hit | grep "CD-HIT version" | cut -d" " -f 4 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
8 ]]></version_command> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
10 cd-hit$est.est_select$twod.twod_select |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
11 -i '$fasta_in' |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
12 -o rep_seq |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
13 -c $est.similarity |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
14 -n $est.wordsize |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
15 #if $est.est_select == '-est': |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
16 $est.strand |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
17 #if str($est.estadvalign.mask) != 'None': |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
18 -mask '$est.estadvalign.mask' |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
19 #end if |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
20 -match $est.estadvalign.match |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
21 -mismatch $est.estadvalign.mismatch |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
22 -gap $est.estadvalign.gap |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
23 -gap-ext $est.estadvalign.gapext |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
24 #else: |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
25 -t $est.redtol |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
26 #end if |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
27 #if $twod.twod_select == '-2d': |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
28 -i2 '$fasta_in2' |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
29 #if $advanced.advalign.style == 'local': |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
30 -s2 $advanced.advalign.advancedtwod.cutoff_diff_len2 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
31 -S2 $advanced.advalign.advancedtwod.aa_cutoff_diff_len2 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
32 #end if |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
33 #end if |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
34 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
35 -b $advanced.band_width |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
36 -l $advanced.throw_away_len |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
37 #if $advanced.advalign.style == 'local': |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
38 -G 0 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
39 -aL $advanced.advalign.align_coverage_long |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
40 -AL $advanced.advalign.align_coverage_long_control |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
41 -aS $advanced.advalign.align_coverage_short |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
42 -AS $advanced.advalign.align_coverage_short_control |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
43 -A $advanced.advalign.align_coverage_min |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
44 -s $advanced.advalign.cutoff_diff_len |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
45 -S $advanced.advalign.aa_cutoff_diff_len |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
46 #end if |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
47 -uL $advanced.max_unmatched_per_l |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
48 -uS $advanced.max_unmatched_per_s |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
49 -U $advanced.max_unmatched_len |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
50 $advanced.accurate |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
51 $advanced.inram |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
52 #if $print_alnovl.print_alnovl_select == "yes": |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
53 -p 1 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
54 -d $print_alnovl.desclen |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
55 #end if |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
56 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
57 ## instead of 800 (default) we use 0:unlimited |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
58 -M \${GALAXY_MEMORY_MB:-0} |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
59 -T \${GALAXY_SLOTS:-1} |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
60 ]]></command> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
61 <inputs> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
62 <param name="fasta_in" argument="-i" type="data" format="fasta" label="Sequences to cluster/compare"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
63 <conditional name="twod"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
64 <param name="twod_select" type="select" label="Cluster / Compare (i.e. call cd-hit[-est] / cd-hit[-est]-2d)?"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
65 <option value="" selected="true">Cluster sequences</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
66 <option value="-2d">Compare with 2nd sequence data set</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
67 </param> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
68 <when value=""/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
69 <when value="-2d"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
70 <param name="fasta_in2" argument="-i2" type="data" format="fasta" label="Other sequences to cluster/compare"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
71 </when> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
72 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
73 <conditional name="est"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
74 <param name="est_select" type="select" label="Sequence type?" help="For nucleotides the -est variant of cd-hit is called"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
75 <option value="" selected="true">Protein</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
76 <option value="-est">Nucleotides</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
77 </param> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
78 <when value=""> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
79 <param name="similarity" argument="-c" type="float" min="0.4" max="1.0" value="0.9" label="Sequence identity threshold" help="Global sequence identity: number of identical alignment positions divided by the full length of the shorter sequence"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
80 <param name="wordsize" argument="-n" type="integer" min="2" max="5" value="5" label="Word size"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
81 <help>Suggested word size: |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
82 5 for thresholds 0.7 ~ 1.0 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
83 4 for thresholds 0.6 ~ 0.7 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
84 3 for thresholds 0.5 ~ 0.6 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
85 2 for thresholds 0.4 ~ 0.5 (-n) |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
86 </help> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
87 </param> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
88 <param name="redtol" argument="-t" type="integer" value="2" label="Tolerance for redundance"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
89 </when> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
90 <when value="-est"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
91 <param name="similarity" argument="-c" type="float" min="0.8" max="1.0" value="0.9" label="Sequence identity threshold" help="Global sequence identity: number of identical alignment positions divided by the full length of the shorter sequence"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
92 <param name="wordsize" argument="-n" type="integer" min="4" max="11" value="10" label="Word size"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
93 <help>Suggested word size: |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
94 10,11 for threshold in 0.95 ~ 1.0 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
95 8,9 for threshold in 0.9 ~ 0,95 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
96 7 for threshold in 0.88 ~ 0.9 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
97 6 for threshold in 0.85 ~ 0.88 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
98 5 for threshold in 0.80 ~ 0.85 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
99 4 for threshold in 0.75 ~ 0.8 (-n) |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
100 </help> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
101 </param> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
102 <param name="strand" argument="-r" type="boolean" truevalue="-r 1" falsevalue="-r 0" checked="false" label="Compare both strands?"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
103 <section name="estadvalign" title="Advanced EST alignment options"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
104 <param argument="-mask" type="text" optional="true" label="Masking letters" help="NX, to mask out both 'N' and 'X'"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
105 <param argument="-match" type="integer" value="2" label="Match score" help="Default 2 (1 for T-U and N-N)"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
106 <param argument="-mismatch" type="integer" value="-2" label="Mismatch score"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
107 <param argument="-gap" type="integer" value="-6" label="Gap opening score"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
108 <param name="gapext" argument="-gap-ext" type="integer" value="-1" label="Gap extension score"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
109 </section> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
110 </when> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
111 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
112 <section name="advanced" title="Advanced options"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
113 <param name="band_width" argument="-b" type="integer" min="1" value="20" label="Alignment band width"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
114 <param name="throw_away_len" argument="-l" type="integer" min="1" value="10" label="Length of throw away sequences"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
115 <conditional name="advalign"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
116 <param name="style" type="select" label="Use local/global sequence identity" help="Local sequence identity: number of identical amino alignment positions divided by the length of the alignment. Note: in local mode one of -aL, aS, or A must be > 0!"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
117 <option value="global" selected="true">Global</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
118 <option value="local" >Local</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
119 </param> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
120 <when value="global"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
121 <when value="local"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
122 <param name="align_coverage_long" argument="-aL" type="float" min="0.0" max="1.0" value="0.0" label="Alignment coverage for the longer sequence" help="Fraction of the longer sequence that must be covered"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
123 <param name="align_coverage_long_control" argument="-AL" type="integer" min="0" value="99999999" label="Alignment coverage control for the longer sequence " help="Maximum number of residues uncovered residues of the longer sequence"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
124 <param name="align_coverage_short" argument="-aS" type="float" min="0.0" max="1.0" value="0.0" label="Alignment coverage for the shorter sequence" help="Fraction of the shorter sequence that must be covered"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
125 <param name="align_coverage_short_control" argument="-AS" type="integer" min="0" value="99999999" label="Alignment coverage control for the shorter sequence" help="Maximum number of residues uncovered residues of the shorter sequence"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
126 <param name="align_coverage_min" argument="-A" type="integer" min="0" value="0" label="Minimal alignment coverage control for the both sequences" help="Minimum number of residues of both sequences that must be covered"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
127 <param name="cutoff_diff_len" argument="-s" type="float" min="0.0" max="1.0" value="0.0" label="Length difference cutoff" help="If set to 0.9, the shorter sequences need to be at least 90% length of the representative of the cluster"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
128 <param name="aa_cutoff_diff_len" argument="-S" type="integer" min="0" value="999999" label="Length difference cutoff in residues" help="If set to 60, the length difference between the shorter sequences and the representative of the cluster can not be bigger than 60"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
129 <section name="advancedtwod" title="Advanced options for 2D local alignment"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
130 <param name="cutoff_diff_len2" argument="-s2" type="float" min="0.0" max="1.0" value="1.0" label="Length difference cutoff for other sequences" help="By default, seqs in db1 >= seqs in db2 in a same cluster if set to 0.9, seqs in db1 may just >= 90% seqs in db2. Only effective in local alignment mode"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
131 <param name="aa_cutoff_diff_len2" argument="-S2" type="integer" min="0" value="0" label="Length difference cutoff in residues for other sequences" help="by default, seqs in db1 >= seqs in db2 in a same cluster if set to 60, seqs in db2 may 60aa longer than seqs in db1. Only effective in local alignment mode"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
132 </section> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
133 </when> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
134 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
135 <param name="max_unmatched_per_l" argument="-uL" type="float" min="0.0" max="1.0" value="1.0" label="Maximum unmatched percentage for the shorter sequence" help="If set to 0.1, the unmatched region (excluding leading and tailing gaps) must not be more than 10% of the sequence"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
136 <param name="max_unmatched_per_s" argument="-uS" type="float" min="0.0" max="1.0" value="1.0" label="Maximum unmatched percentage for the shorter sequence" help="If set to 0.1, the unmatched region (excluding leading and tailing gaps) must not be more than 10% of the sequence"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
137 <param name="max_unmatched_len" argument="-U" type="integer" min="0" value="99999999" label="Maximum unmatched length" help="If set to 10, the unmatched region (excluding leading and tailing gaps) must not be more than 10 bases"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
138 <param name="inram" argument="-B" type="boolean" truevalue="-B 0" falsevalue="-B 1" checked="true" label="Sequences are stored in RAM" help="If false: sequence are stored on hard drive - use for huge data sets"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
139 <param name="accurate" argument="-g" type="boolean" truevalue="-g 1" falsevalue="-g 0" checked="false" label="Accurate but slow mode" help="By cd-hit's default algorithm, a sequence is clustered to the first cluster that meet the threshold (fast cluster). If set to true, the program will cluster it into the most similar cluster that meet the threshold (accurate but slow mode)"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
140 </section> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
141 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
142 <conditional name="print_alnovl"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
143 <param name="print_alnovl_select" type="select" label="Print alignment overlap in .clstr file?"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
144 <option value="no" selected="true">No</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
145 <option value="yes">Yes</option> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
146 </param> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
147 <when value="no"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
148 <when value="yes"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
149 <param name="desclen" argument="-d" type="integer" min="0" value="20" label="Length of description in .clstr file" help="If set to 0, it takes the fasta defline and stops at first space"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
150 </when> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
151 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
152 </inputs> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
153 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
154 <outputs> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
155 <data name="clusters_out" format="txt" label="${tool.name} on ${on_string}: Clusters" from_work_dir="rep_seq.clstr"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
156 <data name="fasta_out" format="fasta" label="${tool.name} on ${on_string}: Representative sequences" from_work_dir="rep_seq"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
157 </outputs> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
158 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
159 <tests> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
160 <!--cd-hit with default options --> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
161 <test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
162 <param name="fasta_in" value="cd_hit_protein_in.fasta" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
163 <conditional name="twod"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
164 <param name="twod_select" value="" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
165 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
166 <conditional name="est"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
167 <param name="est_select" value="" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
168 <param name="wordsize" value="5" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
169 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
170 <param name="similarity" value="0.9" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
171 <output name="clusters_out" file="protein_clusters_output.txt"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
172 <output name="fasta_out" file="protein_fasta_output.fasta"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
173 </test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
174 <!--cd-hit local (default options), changed similarity, and output string length --> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
175 <test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
176 <param name="fasta_in" value="cd_hit_protein_in.fasta" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
177 <conditional name="twod"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
178 <param name="twod_select" value="" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
179 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
180 <conditional name="est"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
181 <param name="est_select" value="" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
182 <param name="wordsize" value="5" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
183 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
184 <param name="similarity" value="0.8" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
185 <section name="advanced"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
186 <conditional name="advalign"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
187 <param name="style" value="local" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
188 <param name="align_coverage_short" value="0.9" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
189 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
190 </section> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
191 <conditional name="print_alnovl"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
192 <param name="print_alnovl_select" value="yes"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
193 <param name="desclen" value="40"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
194 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
195 <output name="clusters_out" file="protein_clusters_output_local.txt"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
196 <output name="fasta_out" file="protein_fasta_output_local.fasta"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
197 </test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
198 <!-- cd-hit-est --> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
199 <test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
200 <param name="fasta_in" value="cd_hit_est_in.fa" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
201 <conditional name="twod"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
202 <param name="twod_select" value="" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
203 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
204 <conditional name="est"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
205 <param name="est_select" value="-est" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
206 <param name="wordsize" value="8"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
207 <param name="strand" value="false"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
208 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
209 <param name="similarity" value="0.9"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
210 <output name="clusters_out" file="est_clusters_output.txt"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
211 <output name="fasta_out" file="est_fasta_output.fasta"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
212 </test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
213 <!-- cd-hit-est-2d (also changing strand param) --> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
214 <test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
215 <param name="fasta_in" value="db1.fasta" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
216 <conditional name="twod"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
217 <param name="twod_select" value="-2d" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
218 <param name="fasta_in2" value="db2.fasta" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
219 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
220 <conditional name="est"> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
221 <param name="est_select" value="-est" /> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
222 <param name="wordsize" value="8"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
223 <param name="strand" value="true"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
224 </conditional> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
225 <param name="similarity" value="0.9"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
226 <output name="clusters_out" file="est-2d.txt.clstr"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
227 <output name="fasta_out" file="est-2d.txt"/> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
228 </test> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
229 </tests> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
230 <help><![CDATA[ |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
231 **What it does** |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
232 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
233 cd-hit stands for Cluster Database at High Identity with Tolerance. The tool implements four variants: cd-hit, cd-hit-est, cd-hit-2d, and cd-hit-est-2d. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
234 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
235 The program cd-hit (resp. cd-hit-est) takes a FASTA format aminoacid (resp. nucleotide) sequence database as input and produces a set of 'non-redundant' (nr) representative sequences as output. In addition cd-hit outputs a cluster file, documenting the members of the sequence clusters for each nr sequence representative. The idea is to reduce the overall size of the database without removing any sequence information by only removing 'redundant' (or highly similar) sequences. This is why the resulting database is called non-redundant (nr). Essentially, cd-hit (resp. cd-hit-est) produces a set of closely related protein (resp. nucleotide sequence) families from a given FASTA sequence database. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
236 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
237 The program cd-hit-2d (resp. cd-hit-est-2d) compares two aminoacid (resp. nucleotide) sequence datasets (db1, db2) in FASTA format. It identifies the sequences in db2 that are similar to db1 at a certain threshold. It outputs two files: a FASTA file of sequences in db2 that are not similar to db1 and a text file that lists similar sequences between db1 & db2. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
238 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
239 .. _CD-HIT: http://weizhongli-lab.org/cd-hit/ |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
240 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
241 ------ |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
242 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
243 **Inputs** |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
244 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
245 cd-hit/cd-hit-2d requires a (two) protein FASTA file(s) as input. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
246 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
247 cd-hit-est/cd-hit-est-2d requires a (two) nucleotide FASTA file(s) as input. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
248 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
249 ------ |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
250 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
251 **Outputs** |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
252 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
253 For cd-hit and cd-hit-est: |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
254 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
255 1. The first output is a FASTA file containing representative sequences. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
256 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
257 2. The second output is a text file listing the mapping of sequences to the representative sequences: |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
258 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
259 >Cluster 0 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
260 0 2799aa, >PF04998.6|RPOC2_CHLRE/275-3073... * |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
261 >Cluster 1 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
262 0 2214aa, >PF06317.1|Q6Y625_9VIRU/1-2214... at 80% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
263 1 2215aa, >PF06317.1|O09705_9VIRU/1-2215... at 84% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
264 2 2217aa, >PF06317.1|Q6Y630_9VIRU/1-2217... * |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
265 3 2216aa, >PF06317.1|Q6GWS6_9VIRU/1-2216... at 84% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
266 4 527aa, >PF06317.1|Q67E14_9VIRU/6-532... at 63% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
267 >Cluster 2 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
268 0 2202aa, >PF06317.1|Q6UY61_9VIRU/8-2209... at 60% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
269 1 2208aa, >PF06317.1|Q6IVU4_JUNIN/1-2208... * |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
270 2 2207aa, >PF06317.1|Q6IVU0_MACHU/1-2207... at 73% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
271 3 2208aa, >PF06317.1|RRPO_TACV/1-2208... at 69% |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
272 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
273 For cd-hit-2d and cd-hit-est-2d: |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
274 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
275 1. The first output is a FASTA file of sequences in db2 that are not similar to db1. |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
276 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
277 2. The second output is a text file that lists similar sequences between db1 & db2 |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
278 ]]></help> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
279 <citations> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
280 <citation type="doi">10.1093/bioinformatics/btl158</citation> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
281 <citation type="doi">10.1093/bioinformatics/bts565</citation> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
282 </citations> |
e0da3400ac2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cdhit commit 8e14fc2573a53eaf8a538e018ae292f4c3134ec2
iuc
parents:
diff
changeset
|
283 </tool> |