Skip to content
Snippets Groups Projects
Commit 669e6993 authored by nicolas.fernandez_ird.fr's avatar nicolas.fernandez_ird.fr :shinto_shrine:
Browse files

Doc: Add french results

parent da08ac95
No related branches found
No related tags found
No related merge requests found
Pipeline #66031 passed
# Features and tools
## Workflow management
- Workflow ......................... Snakemake
- Environments ..................... Miniforge _(Conda)_
- Workflow _ _ _ _ _ _ _ _ _ _ _ _ _ Snakemake
- Environments _ _ _ _ _ _ _ _ _ _ _ Miniforge _(Conda)_
## Reads quality control
- Contamination checking ........... Fastq-Screen
- Reads qualities metrics .......... FastQC
- HTML reporting ................... MultiQC
- Contamination checking _ _ _ _ _ _ Fastq-Screen
- Reads qualities metrics _ _ _ _ _ FastQC
- HTML reporting _ _ _ _ _ _ _ _ _ _ MultiQC
## Reads cleaning
- Illumina adpters trimming ........ Cutadapt
- Amplicon primers trimming ........ Cutadapt _('hard-clipping')_
- Reads quality trimming ........... Sickle-trim
- Illumina adpters trimming _ _ _ _ Cutadapt
- Amplicon primers trimming _ _ _ _ Cutadapt _('hard-clipping')_
- Reads quality trimming _ _ _ _ _ _ Sickle-trim
## Reads mapping
- Indexing genomes ................. BWA _(or minimap2, or bowtie2)_
......
......@@ -3,18 +3,16 @@
Results are available in **./results/** directry.
!!! tip
Files tagged as [temp] are removed by default, to save disk usage.
If you want to keep it, please edit configuration file.
Files tagged as **[temp]** are removed by default, to save disk usage.
If you want to keep them, please edit the **configuration** file.
!!! note
Files tree:
```shell
🧩 GeVarLi/
└── 📂 results/
├── 🧬 All_{REFERENCE}_consensus_sequences.fasta
├── 📊 All_{REFERENCE}_genome_coverages.tsv
├── 📊 All_{REFERENCE}_nextclade_lineages.tsv
**Files tree**
🧩 GeVarLi/
└── 📂 results/
├── 🧬 All_{REFERENCE}_consensus_sequences.fasta
├── 📊 All_{REFERENCE}_genome_coverages.tsv
├── 📊 All_{REFERENCE}_nextclade_lineages.tsv
├── 📊 All_{REFERENCE}_pangolin_lineages.tsv
├── 🌐 All_readsQC_reports.html
├── 📂 00_Quality_Control/
......@@ -92,4 +90,3 @@ Results are available in **./results/** directry.
└── 📂 tools-log/
├── 📂 awk/
├── 📂 {TOOL}/
```
......@@ -3,15 +3,13 @@
Les résultats sont disponible dans le répertoire **./results/** , organisés comme ceci
!!! note
Les fichiers étiqueté comme [temp] sont supprimés par défaut, afin de préserver l'espace disque.
Si vous souhaiter les conserver, veuiller éditer le fichier de configuration.
Les fichiers étiqueté comme **[temp]** sont supprimés par défaut, afin de préserver l'espace disque.
Si vous souhaiter les conserver, veuiller éditer le fichier de **configuration**.
!!! note
Arborescence des fichiers:
```shell
**Arborescence des fichiers**
🧩 GeVarLi/
└── 📂 results/
├── 🧬 All_{REFERENCE}_consensus_sequences.fasta
......
......@@ -121,9 +121,9 @@ nav:
- Acknowledgements: en/pages/acknowledgements.md
- Accueil (fr):
- À propos: fr/index.md
- Caractéristiques: fr/pages/features.md
- Fonctionnalités: fr/pages/features.md
- Installations: fr/pages/installations.md
- Configuration: fr/pages/setup.md
- Configuration: fr/pages/configuration.md
- Utilisation: fr/pages/usage.md
- Résultats: fr/pages/results.md
- Glossaire: fr/pages/glossary.md
......
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