commit/galaxy-central: dan: Make setting read groups in BWA off by default.

1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/6bc991a9a86e/ changeset: 6bc991a9a86e user: dan date: 2011-08-04 19:30:01 summary: Make setting read groups in BWA off by default. affected #: 2 files (32 bytes) --- a/tools/sr_mapping/bwa_color_wrapper.xml Thu Aug 04 11:01:22 2011 -0400 +++ b/tools/sr_mapping/bwa_color_wrapper.xml Thu Aug 04 13:30:01 2011 -0400 @@ -134,7 +134,7 @@ <conditional name="readGroup"><param name="specReadGroup" type="select" label="Specify the read group for this file? (samse/sampe -r)"><option value="yes">Yes</option> - <option value="no">No</option> + <option value="no" selected="True">No</option></param><when value="yes"><param name="rgid" type="text" size="25" label="Read group identifier (ID). Each @RG line must have a unique ID. The value of ID is used in the RG --- a/tools/sr_mapping/bwa_wrapper.xml Thu Aug 04 11:01:22 2011 -0400 +++ b/tools/sr_mapping/bwa_wrapper.xml Thu Aug 04 13:30:01 2011 -0400 @@ -127,7 +127,7 @@ <conditional name="readGroup"><param name="specReadGroup" type="select" label="Specify the read group for this file? (samse/sampe -r)"><option value="yes">Yes</option> - <option value="no">No</option> + <option value="no" selected="True">No</option></param><when value="yes"><param name="rgid" type="text" size="25" label="Read group identifier (ID). Each @RG line must have a unique ID. The value of ID is used in the RG Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket