Mercurial > repos > iuc > vsearch
comparison clustering.xml @ 4:576963db5f1b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
author | iuc |
---|---|
date | Fri, 20 Jan 2017 03:39:22 -0500 |
parents | 4258854759ba |
children |
comparison
equal
deleted
inserted
replaced
3:4258854759ba | 4:576963db5f1b |
---|---|
68 </command> | 68 </command> |
69 <inputs> | 69 <inputs> |
70 <param name="infile" type="data" format="fasta" label="Select your input FASTA file" help="" /> | 70 <param name="infile" type="data" format="fasta" label="Select your input FASTA file" help="" /> |
71 <conditional name="clustering_mode"> | 71 <conditional name="clustering_mode"> |
72 <param name="clustering_mode_select" type="select" label="Choose sorting method to use before clustering" help=""> | 72 <param name="clustering_mode_select" type="select" label="Choose sorting method to use before clustering" help=""> |
73 <option value="cluster_fast" default="True">Cluster sequences after sorting by length (--cluster-fast)</option> | 73 <option value="cluster_fast" selected="True">Cluster sequences after sorting by length (--cluster-fast)</option> |
74 <option value="cluster_smallmem">Cluster already sorted sequences (--cluster-smallmem)</option> | 74 <option value="cluster_smallmem">Cluster already sorted sequences (--cluster-smallmem)</option> |
75 </param> | 75 </param> |
76 <when value="cluster_fast"> | 76 <when value="cluster_fast"> |
77 </when> | 77 </when> |
78 <when value="cluster_smallmem"> | 78 <when value="cluster_smallmem"> |