commit/galaxy-central: dan: Tweak validator for input bed file in SICER tool to work around workflow editor issue.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/61c45145fce6/ changeset: 61c45145fce6 user: dan date: 2011-10-03 17:11:16 summary: Tweak validator for input bed file in SICER tool to work around workflow editor issue. affected #: 1 file (-1 bytes) --- a/tools/peak_calling/sicer_wrapper.xml Mon Oct 03 10:52:19 2011 -0400 +++ b/tools/peak_calling/sicer_wrapper.xml Mon Oct 03 11:11:16 2011 -0400 @@ -31,7 +31,7 @@ </requirements><inputs><param name="input_bed_file" type="data" format="bed" label="ChIP-Seq Tag File" > - <validator type="expression" message="SICER is not available for the genome.">value.dbkey in [ 'mm8', 'mm9', 'hg18', 'hg19', 'dm2', 'dm3', 'sacCer1', 'pombe', 'rn4', 'tair8' ]</validator> + <validator type="expression" message="SICER is not available for the genome.">value is not None and value.dbkey in [ 'mm8', 'mm9', 'hg18', 'hg19', 'dm2', 'dm3', 'sacCer1', 'pombe', 'rn4', 'tair8' ]</validator></param><param name="input_control_file" type="data" format="bed" label="ChIP-Seq Control File" optional="True"><!-- fix me, add filter to match dbkeys --><options> 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