Skip to content
Snippets Groups Projects
Commit f103ef85 authored by Jean c's avatar Jean c
Browse files

update doc

parent 5580a80c
No related branches found
No related tags found
1 merge request!159Refactor Help pages
Pipeline #118823 passed
...@@ -18,7 +18,7 @@ const props = withDefaults(defineProps<Props>(), { ...@@ -18,7 +18,7 @@ const props = withDefaults(defineProps<Props>(), {
density: "prominent", density: "prominent",
drawer: true, drawer: true,
drawerEnabled: true, drawerEnabled: true,
title: "Knowledge database of all known anti-phage systems" title: "Knowledge database of all known defense systems"
}); });
const emit = defineEmits(['update:drawer']) const emit = defineEmits(['update:drawer'])
function toggleTheme() { function toggleTheme() {
...@@ -38,7 +38,7 @@ const sections = ref([ ...@@ -38,7 +38,7 @@ const sections = ref([
{ id: "wiki", label: "Wiki", to: '/', }, { id: "wiki", label: "Wiki", to: '/', },
{ id: "refseq", label: "RefSeq DB", to: '/refseq/' }, { id: "refseq", label: "RefSeq DB", to: '/refseq/' },
{ id: "structure", label: "Structures DB", to: '/structure/' }, { id: "structure", label: "Structures DB", to: '/structure/' },
{ id: "help", label: "Help", to: '/help/' }, { id: "help", label: "Help", to: '/help/defensefinder' },
]); ]);
......
...@@ -17,9 +17,15 @@ Analyses are kept for 6 months, or with a maximum of 10 jobs. ...@@ -17,9 +17,15 @@ Analyses are kept for 6 months, or with a maximum of 10 jobs.
![webservice_interface](/help/webservice_interface.jpg){max-width=750px} ![webservice_interface](/help/webservice_interface.jpg){max-width=750px}
In the Analyses panel, each past job is kept for 6 months. Next to the name of the input file (1) there is a rolling circle until the job finishes to run, which become a number. One can edit the job name (by default it's the file's name) by clicking on the small pen (2), or can delete a job (3). To visualize the results, one can click on Results (4) or on the job's name.
![analyses_interface](/help/analyses_interface.jpg){max-width=750px}
The result consists in 3 tables : The result consists in 3 tables :
- Systems table : One system per line. On the column type, there is the name of the system, and one can click on it to be redirected to the corresponding wiki page. - Systems table : Shown by default. One system per line. On the column type, there is the name of the system, and one can click on it to be redirected to the corresponding wiki page (1).
- Genes table : One gene per line. Those are genes from the aforementioned system, with some addition information on the quality of the hit. The key between both table is `sys_id` - Genes table (2): One gene per line. Those are genes from the aforementioned system, with some addition information on the quality of the hit. The key between both table is `sys_id`
- HMMER table : One gene per line. Here it's all the genes hit by a hmm profile, even when the gene is not part of a defense system. - HMMER table (3): One gene per line. Here it's all the genes hit by a hmm profile, even when the gene is not part of a defense system.
![results_interface](/help/results_interface.jpg){max-width=750px}
public/help/analyses_interface.jpg

35.5 KiB

public/help/results_interface.jpg

124 KiB

public/help/webservice_interface.jpg

62.8 KiB | W: | H:

public/help/webservice_interface.jpg

61.6 KiB | W: | H:

public/help/webservice_interface.jpg
public/help/webservice_interface.jpg
public/help/webservice_interface.jpg
public/help/webservice_interface.jpg
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment