diff --git a/docs/htdocs/info/docs/tools/vep/script/index.html b/docs/htdocs/info/docs/tools/vep/script/index.html index 3ff40c28d..589251956 100644 --- a/docs/htdocs/info/docs/tools/vep/script/index.html +++ b/docs/htdocs/info/docs/tools/vep/script/index.html @@ -94,8 +94,10 @@

Documentation contentsDownload
  • What's new in release [[SPECIESDEFS::ENSEMBL_VERSION]]
  • Installation
  • +
  • Using VEP in macOS
  • Using VEP in Windows
  • Docker
  • +
  • Singularity

  • @@ -148,7 +150,10 @@

    Documentation contents Examples & use cases @@ -162,6 +167,8 @@

    Documentation contentsSummarising annotation
  • HGVS notations
  • RefSeq transcripts
  • +
  • Colocated variants
  • +
  • Normalising consequences

  • diff --git a/docs/htdocs/info/docs/tools/vep/script/vep_example.html b/docs/htdocs/info/docs/tools/vep/script/vep_example.html index a325aacf2..402740ebe 100644 --- a/docs/htdocs/info/docs/tools/vep/script/vep_example.html +++ b/docs/htdocs/info/docs/tools/vep/script/vep_example.html @@ -272,11 +272,69 @@

    Structural Variants

    Prediction process

    + +
    Insertions and deletions
    + + + +
    Breakpoint variants
    + +

    Reported overlaps

    @@ -284,13 +342,27 @@

    Reported overlaps

  • VEP calculates the length and proportion of each genomic feature overlapped by a structural variant
  • Use the --overlaps option to enable this when using VCF or tab format. (This is reported by default in standard VEP and JSON format.) -
  • The keys bp_overlap and percentage_overlap are used in JSON format and OverlapBP and OverlapPC in other formats. +
  • The keys bp_overlap and percentage_overlap are used in JSON format and OverlapBP and OverlapPC in other formats. + + +

    Plugin support

    + +

    Changing memory requirements