comparison mothur/tools/mothur/dist.seqs.xml @ 2:e990ac8a0f58

Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:39:06 -0400
parents fcc0778f6987
children 4f797d3eee3a
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_dist_seqs" name="Dist.seqs" version="1.16.0"> 1 <tool id="mothur_dist_seqs" name="Dist.seqs" version="1.19.0">
2 <description>calculate uncorrected pairwise distances between aligned sequences</description> 2 <description>calculate uncorrected pairwise distances between aligned sequences</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='dist.seqs' 5 --cmd='dist.seqs'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.dist$:'$out_dist 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.dist$:'$out_dist
62 62
63 .. _Mothur: http://www.mothur.org/wiki/Main_Page 63 .. _Mothur: http://www.mothur.org/wiki/Main_Page
64 64
65 **Command Documenation** 65 **Command Documenation**
66 66
67 The dist.seqs_ command will calculate uncorrected pairwise distances between aligned sequences. 67 The dist.seqs_ command will calculate uncorrected pairwise distances between aligned sequences. The command will generate a column-formatted_distance_matrix_ that is compatible with the column option in the read.dist command. The command is also able to generate a phylip-formatted_distance_matrix_. There are several options for how to handle gap comparisons and terminal gaps.
68 68
69 .. _column-formatted_distance_matrix: http://www.mothur.org/wiki/Column-formatted_distance_matrix
70 .. _phylip-formatted_distance_matrix: http://www.mothur.org/wiki/Phylip-formatted_distance_matrix
69 .. _dist.seqs: http://www.mothur.org/wiki/Dist.seqs 71 .. _dist.seqs: http://www.mothur.org/wiki/Dist.seqs
70 72
71 73
72 </help> 74 </help>
73 </tool> 75 </tool>