[ensembl-dev] TSSDistance.pm does not take input structural variants in VEP

Genomeo Dev genomeodev at gmail.com
Fri Jun 20 18:25:57 BST 2014


Hi Will/others,

TSSDistance.pm currently does not seem to consider structural variants.
Based on this doxygen documentation:

public Listref
Bio::EnsEMBL::Variation::Utils::BaseVepPlugin::variant_feature_types()

  Description: To indicate which types of variation features a plugin
is interested
               in, plugins should return a listref of the types of
variation feature
               they can deal with. Currently this list should include
one or more of:
               'VariationFeature' or 'StructuralVariationFeature'
  Returntype : listref
  Status     : Experimental


I tried adding the following code at the top of the plugin:

sub variant_feature_types {
    return ['Variation','StructuralVariation'];
}

but it does not work.  This is the input in VCF:
5 104269332 CNV7 G <DEL> . PASS SVTYPE=DEL;END=104278677

Any thoughts on that?

Thanks,

-- 
G.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20140620/18a7ac7a/attachment.html>


More information about the Dev mailing list