Skip to content

Commit

Permalink
Update through-data-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi authored Oct 3, 2023
1 parent 43c9611 commit 9564e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/loading-data/through-data-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -71,4 +71,4 @@ A multi-sample example:
"note": "This is a test note"
}
]
```
```

0 comments on commit 9564e29

Please sign in to comment.