Skip to content

Static_views

Tiago Jesu edited this page Oct 24, 2018 · 1 revision

Static views

/test

View where the file called import_to_vivagraph.json is served. This view will only be used by the front end in developer session.

Methods:

  • GET

/fullDS

View where the file called filtered.json is served. This view is used in production mode (i.e. when developer session is off). This file and view is responsible for the precomputed version of the nodes and links in pATLAS.

Methods:

  • GET

/taxa

This view serves the file taxa_tree.json. This file is responsible for the population of the taxa dropdowns.

Methods:

  • GET

/resistance

This view serves the file resistance.json. This file is responsible for the population of the resfinder and card dropdowns.

Methods:

  • GET

/plasmidfinder

This view serves the file plasmidfinder.json. This file is responsible for the population of the plasmidfinder dropdowns.

Methods:

  • GET

/virulence

This view serves the file virulence.json. This file is responsible for the population of the vfdb dropdowns.

Methods:

  • GET

/map_sample

This view serves a sample file for mapping imports.

Methods:

  • GET

/ass_sample1

This view serves a sample file for assembly imports.

Methods:

  • GET

/ass_sample2

This view serves another sample file for assembly imports.

Methods:

  • GET

/mash_sample

This view serves a sample file for mash imports.

Methods:

  • GET

/robots.txt

A file for bots to search the page.

Methods:

  • GET