From b37fbb5d3085ee9c7a3bff88769a2483bc5a1202 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 3 Apr 2024 11:52:17 +0200 Subject: [PATCH] add btn for short sha --- components/Footer.vue | 6 ++++-- content/3.defense-systems/abia.md | 15 ++++----------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/components/Footer.vue b/components/Footer.vue index f8581c44..68c39303 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -4,8 +4,10 @@ const runtimeConfig = useRuntimeConfig(); <template> <v-footer app text-center d-flex flex-column> <div class="px-4 text-center w-100"> - <span>commit: {{ runtimeConfig.public.shortSha }} - </span> + <v-btn prepend-icon="mdi-source-commit" variant="plain"> + {{ runtimeConfig.public.shortSha }} + </v-btn> + </div> </v-footer> </template> \ No newline at end of file diff --git a/content/3.defense-systems/abia.md b/content/3.defense-systems/abia.md index 99de0efe..fcac9a83 100644 --- a/content/3.defense-systems/abia.md +++ b/content/3.defense-systems/abia.md @@ -48,17 +48,8 @@ The AbiA_large system in *Staphylococcus nepalensis* (GCF_002442935.1, NZ_CP0174 The AbiA_small system in *Alicyclobacillus sp. SO9* (GCF_016406125.1, NZ_CP066339) is composed of 2 proteins AbiA_small (WP_198850075.1) AbiA_SLATT (WP_198850076.1) -## Distribution of the system among prokaryotes - -Among the 22,803 complete genomes of RefSeq, the AbiA is detected in 50 genomes (0.22 %). - -The system was detected in 35 different species. - -{max-width=750px} - -Proportion of genome encoding the AbiA system for the 14 phyla with more than 50 genomes in the RefSeq database. - +## Distribution of the system among prokaryotes ::article-system-distribution-plot :: @@ -66,10 +57,12 @@ Proportion of genome encoding the AbiA system for the 14 phyla with more than 50 ## Structure +### pDockQ matrix + ::pdockq-matrix :: -### All predicted structures +### List predicted structures ::article-structure :: -- GitLab