[hg] galaxy 2832: small tweaks to bowtie & bwa interfaces
details: http://www.bx.psu.edu/hg/galaxy/rev/a7a7376cf8e9 changeset: 2832:a7a7376cf8e9 user: Anton Nekrutenko <anton@bx.psu.edu> date: Tue Oct 06 13:20:24 2009 -0400 description: small tweaks to bowtie & bwa interfaces 2 file(s) affected in this change: tools/sr_mapping/bowtie_wrapper.xml tools/sr_mapping/bwa_wrapper.xml diffs (28 lines): diff -r 8f87205219ef -r a7a7376cf8e9 tools/sr_mapping/bowtie_wrapper.xml --- a/tools/sr_mapping/bowtie_wrapper.xml Tue Oct 06 09:44:34 2009 -0400 +++ b/tools/sr_mapping/bowtie_wrapper.xml Tue Oct 06 13:20:24 2009 -0400 @@ -158,9 +158,9 @@ <when value="history"> <param name="ownFile" type="data" format="fasta" metadata_name="dbkey" label="Select a reference genome" /> <conditional name="indexParams"> - <param name="index_settings" type="select" label="Choose whether to use default options or to set your own"> - <option value="index_pre_set">Commonly Used</option> - <option value="index_full">Full Parameter List</option> + <param name="index_settings" type="select" label="Choose whether to use default options for building indices or to set your own"> + <option value="index_pre_set">Default</option> + <option value="index_full">Set your own</option> </param> <when value="index_pre_set" /> <when value="index_full"> diff -r 8f87205219ef -r a7a7376cf8e9 tools/sr_mapping/bwa_wrapper.xml --- a/tools/sr_mapping/bwa_wrapper.xml Tue Oct 06 09:44:34 2009 -0400 +++ b/tools/sr_mapping/bwa_wrapper.xml Tue Oct 06 13:20:24 2009 -0400 @@ -103,7 +103,7 @@ </param> </when> <when value="history"> - <param name="ownFile" type="data" format="fasta" metadata_name="dbkey" label="Select a reference genome" /> + <param name="ownFile" type="data" format="fasta" metadata_name="dbkey" label="Select a reference from history" /> </when> </conditional> </when>
participants (1)
-
Greg Von Kuster