comparison mothur/tools/mothur/list.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 49058b1f8d3f
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_list_seqs" name="List.seqs" version="1.16.0"> 1 <tool id="mothur_list_seqs" name="List.seqs" version="1.19.0">
2 <description>Lists the names of the sequences</description> 2 <description>Lists the names (accnos) of the sequences</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='list.seqs' 5 --cmd='list.seqs'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.accnos$:'$out_file 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.accnos$:'$out_file
7 --outputdir='$logfile.extra_files_path' 7 --outputdir='$logfile.extra_files_path'
8 #if $search.type == "fasta": 8 #if $search.type == "fasta":
9 --fasta=$search.input 9 --fasta=$search.input
10 #elif $search.type == "name": 10 #elif $search.type == "name":
11 --name=$search.input 11 --name=$search.input
12 #else if search.type == "group": 12 #else if $search.type == "group":
13 --group=$search.input 13 --group=$search.input
14 #elif $search.type == "alignreport": 14 #elif $search.type == "alignreport":
15 --alignreport=$search.input 15 --alignreport=$search.input
16 #elif $search.type == "list": 16 #elif $search.type == "list":
17 --list=$search.input 17 --list=$search.input
43 </when> 43 </when>
44 <when value="list"> 44 <when value="list">
45 <param name="input" type="data" format="list" label="list - OTU List"/> 45 <param name="input" type="data" format="list" label="list - OTU List"/>
46 </when> 46 </when>
47 <when value="taxonomy"> 47 <when value="taxonomy">
48 <param name="input" type="data" format="taxonomy" label="taxonomy - Sequence Taxonomy"/> 48 <param name="input" type="data" format="seq.taxonomy" label="taxonomy - Sequence Taxonomy"/>
49 </when> 49 </when>
50 </conditional> 50 </conditional>
51 </inputs> 51 </inputs>
52 <outputs> 52 <outputs>
53 <!-- fix format --> 53 <!-- fix format -->
68 68
69 .. _Mothur: http://www.mothur.org/wiki/Main_Page 69 .. _Mothur: http://www.mothur.org/wiki/Main_Page
70 70
71 **Command Documenation** 71 **Command Documenation**
72 72
73 The list.seqs_ command writes out the names of the sequences found within a fasta, name, group, list, or align.report file. 73 The list.seqs_ command writes out the names of the sequences found within a fasta, name_, group_, list_, align.report_ or taxonomy_ file.
74 74
75 .. _name: http://www.mothur.org/wiki/Name_file
76 .. _group: http://www.mothur.org/wiki/Group_file
77 .. _list: http://www.mothur.org/wiki/List_file
78 .. _align.report: http://www.mothur.org/wiki/Align.seqs
79 .. _taxonomy: http://www.mothur.org/wiki/Taxonomy_outline
75 .. _list.seqs: http://www.mothur.org/wiki/list.seqs 80 .. _list.seqs: http://www.mothur.org/wiki/list.seqs
76 81
77 82
78 </help> 83 </help>
79 </tool> 84 </tool>