Mercurial > repos > iuc > vsearch
diff clustering.xml @ 8:49daa1e5faf4 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:38:56 -0500 |
| parents | 50cc0d99b800 |
| children |
line wrap: on
line diff
--- a/clustering.xml Thu Apr 14 01:23:59 2016 -0400 +++ b/clustering.xml Fri Jan 20 03:38:56 2017 -0500 @@ -70,7 +70,7 @@ <param name="infile" type="data" format="fasta" label="Select your input FASTA file" help="" /> <conditional name="clustering_mode"> <param name="clustering_mode_select" type="select" label="Choose sorting method to use before clustering" help=""> - <option value="cluster_fast" default="True">Cluster sequences after sorting by length (--cluster-fast)</option> + <option value="cluster_fast" selected="True">Cluster sequences after sorting by length (--cluster-fast)</option> <option value="cluster_smallmem">Cluster already sorted sequences (--cluster-smallmem)</option> </param> <when value="cluster_fast">
