[ensembl-dev] HGMD-PUBLIC variation set

cj5 at sanger.ac.uk cj5 at sanger.ac.uk
Tue Sep 13 15:24:08 BST 2011


Hi,

Could somebody please advise why the following code no longer picks up the
HGMD-PUBLIC Varation set when I change from Version 61 to 62?

            my $vf = $tv->variation_feature();   # $tv = Transcript Variant
            my $var = $vf->variation();
            my @vs = @{$vs_adaptor->fetch_all_by_Variation($var)};
            foreach my $vs (@vs) {

                if ($vs->name() =~ /HGMD-PUBLIC/) {
                    ....
                }
            }



Many Thanks
-- 
Chris Joyce
Wellcome Trust Sanger Institute








More information about the Dev mailing list