Skip to content
Snippets Groups Projects
Commit 6c3f6b79 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add contributors compo

parent 4ebf14a2
No related branches found
No related tags found
2 merge requests!22Resolve "footnote markdown",!20Add Rousset article of detocs
Pipeline #113546 passed
<script setup lang="ts">
const { page } = useContent();
const contributorsString = computed(() => {
if (page.value?.contributors) {
return page.value.contributors.join(', ')
} else { return null }
})
</script>
<template>
<div v-if="contributorsString" class="mt-n6 mb-6 text-subtitle-1 text-primary">Contributors: {{ contributorsString }}
</div>
</template>
\ No newline at end of file
......@@ -12,6 +12,8 @@ tableColumns:
---
# Abi2
:contributors
The Abi2 system is composed of one protein: Abi_2.
Here is an example found in the RefSeq database:
......
......@@ -6,11 +6,13 @@ tableColumns:
abstract: |
During viral infection, cells can deploy immune strategies that deprive viruses of molecules essential for their replication. Here, we report a family of immune effectors in bacteria that, upon phage infection, degrade cellular adenosine triphosphate (ATP) and deoxyadenosine triphosphate (dATP) by cleaving the N-glycosidic bond between the adenine and sugar moieties. These ATP nucleosidase effectors are widely distributed within multiple bacterial defense systems, including cyclic oligonucleotide-based antiviral signaling systems (CBASS), prokaryotic argonautes, and nucleotide-binding leucine-rich repeat (NLR)-like proteins, and we show that ATP and dATP degradation during infection halts phage propagation. By analyzing homologs of the immune ATP nucleosidase domain, we discover and characterize Detocs, a family of bacterial defense systems with a two-component phosphotransfer-signaling architecture. The immune ATP nucleosidase domain is also encoded within diverse eukaryotic proteins with immune-like architectures, and we show biochemically that eukaryotic homologs preserve the ATP nucleosidase activity. Our findings suggest that ATP and dATP degradation is a cell-autonomous innate immune strategy conserved across the tree of life.
PFAM: PF01048, PF18742
contributors: François Rousset
contributors:
- François Rousset
---
# Detocs
:contributors
## Description
Detocs (**De**fensive **T**w**o**-**C**omponent **S**ystem) is a family of 3-gene defense systems that mediate anti-phage activity by abortive infection.
......
......@@ -9,7 +9,7 @@ console.log("================================")
console.log(surround)
console.log(prev)
console.log(next)
console.log(page)
</script>
<template>
<VApp>
......
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