commit/galaxy-central: dan: Fix for viewport generation in display_applications/ucsc/interval_as_bed.xml.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7b85f800362c/ changeset: 7b85f800362c user: dan date: 2012-03-20 18:10:21 summary: Fix for viewport generation in display_applications/ucsc/interval_as_bed.xml. affected #: 1 file diff -r e8e36170786518dc8d31ba3d6758e08d345875b5 -r 7b85f800362c738f7296f5d09f71fbe100a52d58 display_applications/ucsc/interval_as_bed.xml --- a/display_applications/ucsc/interval_as_bed.xml +++ b/display_applications/ucsc/interval_as_bed.xml @@ -14,7 +14,7 @@ <param type="template" name="position" strip="True" > #set chrom, start, end = $bed_file.datatype.get_estimated_display_viewport( $bed_file ) #if $chrom is not None: -${chrom}:${start}-${end + 1} +${chrom}:${start}-${int( end ) + 1} #else: :- #end if 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