From 9564e29f7123608d7b3c39d57b4473dd65a3bd1a Mon Sep 17 00:00:00 2001 From: Sehi L'Yi Date: Tue, 3 Oct 2023 17:11:28 -0400 Subject: [PATCH] Update through-data-config.md --- docs/docs/loading-data/through-data-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/loading-data/through-data-config.md b/docs/docs/loading-data/through-data-config.md index 38695d3d..d4a0eace 100644 --- a/docs/docs/loading-data/through-data-config.md +++ b/docs/docs/loading-data/through-data-config.md @@ -30,7 +30,7 @@ For each sample, you need to prepare the following information in a JSON object. | `vcf2` | `string` | Optional. An URL of the the indel file (`.vcf`). | | `vcf2Index` | `string` | Optional. An URL of the indel index file (`.tbi`). | | `bam` | `string` | Optional. An URL of the BAM file (`.bam`). | -| `bamIndex` | `string` | Optional. An URL of the BAM index file (`.bai`). | +| `bai` | `string` | Optional. An URL of the BAM index file (`.bai`). | | `note` | `string` | Optional. A textual annotation. | A single-sample example: @@ -71,4 +71,4 @@ A multi-sample example: "note": "This is a test note" } ] -``` \ No newline at end of file +```