From 85399d38238df56b3e898ab0495352d94b5b4b8b Mon Sep 17 00:00:00 2001 From: Annick Renevey <47788523+rannick@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:32:06 +0100 Subject: [PATCH] prettier --- docs/output.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/output.md b/docs/output.md index 1049c089..07c26090 100644 --- a/docs/output.md +++ b/docs/output.md @@ -144,16 +144,16 @@ In general, annotated variant calls are output per family while unannotated call [Paraphase](https://github.com/PacificBiosciences/paraphase) is used to call paralogous genes. -| Path | Description | -| ----------------------------------------------------------------------- | --------------------------------------------------------- | -| `paraphase/sample/{sample}/*.bam` | BAM file with reads from analysed regions | -| `paraphase/sample/{sample}/*.bai` | Index of the BAM file | -| `paraphase/sample/{sample}/*.json` | Summary of haplotypes and variant calls | -| `paraphase/sample/{sample}_paraphase_vcfs/{sample}_{gene}_vcf.gz` | VCF file per gene | -| `paraphase/sample/{sample}_paraphase_vcfs/{sample}_{gene}_vcf.gz.tbi` | Index of the VCF file | -| `paraphase/family/{family_id}/{family_id}_paraphase_merged.vcf.gz` | VCF file from paraphase, merged by family | -| `paraphase/family/{family_id}/{family_id}_paraphase_merged.vcf.gz.tbi` | Index of the VCF file merged by family | -| `paraphase/family/{family_id}/{family_id}_merged.json` | Summary of haplotypes and variant calls, merged by family | +| Path | Description | +| ---------------------------------------------------------------------- | --------------------------------------------------------- | +| `paraphase/sample/{sample}/*.bam` | BAM file with reads from analysed regions | +| `paraphase/sample/{sample}/*.bai` | Index of the BAM file | +| `paraphase/sample/{sample}/*.json` | Summary of haplotypes and variant calls | +| `paraphase/sample/{sample}_paraphase_vcfs/{sample}_{gene}_vcf.gz` | VCF file per gene | +| `paraphase/sample/{sample}_paraphase_vcfs/{sample}_{gene}_vcf.gz.tbi` | Index of the VCF file | +| `paraphase/family/{family_id}/{family_id}_paraphase_merged.vcf.gz` | VCF file from paraphase, merged by family | +| `paraphase/family/{family_id}/{family_id}_paraphase_merged.vcf.gz.tbi` | Index of the VCF file merged by family | +| `paraphase/family/{family_id}/{family_id}_merged.json` | Summary of haplotypes and variant calls, merged by family | ### Repeats