1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/891dd09be161/
changeset: 891dd09be161
user: jgoecks
date: 2012-07-18 23:52:54
summary: Reintroduce directionality indication to single-block features as it is again
compatible with current code.
affected #: 1 file
diff -r ec29ce8e27a1d0feaed049e43b91e1e898b42bf4 -r
891dd09be1614b2138f61d83b4d3feb86cc8f6c7 static/scripts/viz/trackster.js
--- a/static/scripts/viz/trackster.js
+++ b/static/scripts/viz/trackster.js
@@ -5642,10 +5642,6 @@
var block_thick_start = Math.max(block_start, thick_start),
block_thick_end = Math.min(block_end, thick_end);
ctx.fillRect(block_thick_start, y_center + 1, block_thick_end -
block_thick_start, thick_height);
- // FIXME: for GFF datasets, only one block of many may be
fetched, so it is not possible to
- // determine if feature has only one block. Hence, Ffr now, do
not use b/c color is used to encoding
- // strand.
- /*
if ( feature_blocks.length === 1 && mode ===
"Pack") {
// Exactly one block means we have no introns, but do have a
distinct "thick" region,
// draw arrows over it if in pack mode.
@@ -5661,7 +5657,6 @@
}
ctx.fillRect(block_thick_start, y_center + 1, block_thick_end
- block_thick_start, thick_height);
}
- */
}
// Draw individual connectors if required
if ( this.draw_individual_connectors && last_block_start ) {
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.