comparison cd_hit_est.xml @ 6:f0c20796d33a

Update tool_dependencies, reinstate test
author Jim Johnson <jj@umn.edu>
date Tue, 11 Sep 2012 08:55:27 -0500
parents 22b6a4412ea6
children 75fde37f69e5
comparison
equal deleted inserted replaced
5:22b6a4412ea6 6:f0c20796d33a
26 <outputs> 26 <outputs>
27 <data format="txt" name="clusters_out" label="${tool.name} on ${on_string}: clusters" from_work_dir="rep_seq.clstr"/> 27 <data format="txt" name="clusters_out" label="${tool.name} on ${on_string}: clusters" from_work_dir="rep_seq.clstr"/>
28 <data format="fasta" name="fasta_out" label="${tool.name} on ${on_string}: representatives.fasta" from_work_dir="rep_seq"/> 28 <data format="fasta" name="fasta_out" label="${tool.name} on ${on_string}: representatives.fasta" from_work_dir="rep_seq"/>
29 </outputs> 29 </outputs>
30 <tests> 30 <tests>
31 <!--
32 <test> 31 <test>
33 <param name="fasta_in" value="cd_hit_est_in.fa" /> 32 <param name="fasta_in" value="cd_hit_est_in.fa" />
34 <param name="similarity" value="0.9"/> 33 <param name="similarity" value="0.9"/>
35 <param name="wordsize" value="8"/> 34 <param name="wordsize" value="8"/>
36 <output name="clusters_out"> 35 <output name="clusters_out">
43 <assert_contents> 42 <assert_contents>
44 <has_text_matching expression="^>[MF]\d\dFcsw_\d*" /> 43 <has_text_matching expression="^>[MF]\d\dFcsw_\d*" />
45 </assert_contents> 44 </assert_contents>
46 </output> 45 </output>
47 </test> 46 </test>
48 -->
49 </tests> 47 </tests>
50 <help> 48 <help>
51 **CD-HIT-EST** 49 **CD-HIT-EST**
52 50
53 CD-HIT_ stands for Cluster Database at High Identity with Tolerance. The program (cd-hit) takes a fasta format 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 sequence 'groupies' 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 produces a set of closely related protein families from a given fasta sequence database. 51 CD-HIT_ stands for Cluster Database at High Identity with Tolerance. The program (cd-hit) takes a fasta format 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 sequence 'groupies' 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 produces a set of closely related protein families from a given fasta sequence database.