
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/4212f675f95b/ changeset: 4212f675f95b user: jgoecks date: 2011-08-03 17:39:23 summary: Remove unspecified build validators from Cuffdiff wrapper; fixes #631 affected #: 1 file (265 bytes) --- a/tools/ngs_rna/cuffdiff_wrapper.xml Wed Aug 03 10:13:01 2011 -0400 +++ b/tools/ngs_rna/cuffdiff_wrapper.xml Wed Aug 03 11:39:23 2011 -0400 @@ -78,19 +78,13 @@ <repeat name="groups" title="Group"><param name="group" title="Group name" type="text" label="Group name (no spaces or commas)"/><repeat name="files" title="Replicate"> - <param name="file" label="Add file" type="data" format="sam,bam"> - <validator type="unspecified_build" /> - </param> + <param name="file" label="Add file" type="data" format="sam,bam"/></repeat></repeat></when><when value="No"> - <param format="sam,bam" name="aligned_reads1" type="data" label="SAM or BAM file of aligned RNA-Seq reads" help=""> - <validator type="unspecified_build" /> - </param> - <param format="sam,bam" name="aligned_reads2" type="data" label="SAM or BAM file of aligned RNA-Seq reads" help=""> - <validator type="unspecified_build" /> - </param> + <param format="sam,bam" name="aligned_reads1" type="data" label="SAM or BAM file of aligned RNA-Seq reads" help=""/> + <param format="sam,bam" name="aligned_reads2" type="data" label="SAM or BAM file of aligned RNA-Seq reads" help=""/></when></conditional> 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.