Skip to content

Commit a3d1b69

Browse files
authored
turn off gencode comprehensive and enable gencode basic track (#833)
1 parent 1cb8390 commit a3d1b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genoverse/modules/EnsEMBL/Web/ImageConfig/Genoverse.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sub init_genoverse {
3232
$self->set_parameter('component', $vc->component) if $vc;
3333
$self->create_menus('options');
3434
$self->add_option('options', 'auto_height', undef, $hub->species_defs->GENOVERSE_TRACK_AUTO_HEIGHT ? 'normal' : 'off', undef, undef, {'menu' => 'no'});
35-
35+
3636
$self->modify_configs([$self->_transcript_types], { genoverse => { type => 'Gene' } });
3737
$self->modify_configs([ 'misc_feature' ], { genoverse => { type => 'Clone' } });
3838
$self->modify_configs([ 'marker' ], { genoverse => { type => 'Marker' } });
@@ -48,8 +48,8 @@ sub init_genoverse {
4848
$self->modify_configs([ 'variation_feature_structural_smaller' ], { genoverse => { type => 'StructuralVariation', bin_size => 1e6, threshold => 5e6 } });
4949
$self->modify_configs([ map "${_}structural_variation", '', 'somatic_' ], { genoverse => { type => 'StructuralVariation', threshold => 5e6 } });
5050
$self->modify_configs([ 'scalebar', 'ruler', 'draggable', 'info' ], { genoverse => { remove => 1 } });
51-
$self->modify_configs([ 'gencode' ], { genoverse => { type => 'Gene' } });
5251
$self->modify_configs([ 'mane_select' ], { display => 'off' });
52+
$self->modify_configs([ 'gencode' ], { display => 'gene_label', genoverse => { type => 'Gene' } });
5353

5454
my $info = $self->get_node('information');
5555

0 commit comments

Comments
 (0)