Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Dolzhenko committed Mar 8, 2024
1 parent 18089fe commit 3987f61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
unsorted VCF file (`<OUTPUT_PREFIX>.vcf.gz`) and unsorted BAM file with pieces
of HiFi reads overlapping the repeats (`<OUTPUT_PREFIX>.spanning.bam`).
- `--threads <THREADS>` Number of threads. Set to 1 by default.
- `--karyotype <KARYOTYPE>` Sample karyotype (XX or XY). Set to XX by default.
- `--sample-name <SAMPLE_NAME>` Sample name. If it is not provided, the sample name is extracted from the input BAM or file stem.
- `--max-depth <MAX_DEPTH>` Maximum locus depth. Set to 250 by default.

## TRVZ command-line options

Expand Down
2 changes: 1 addition & 1 deletion docs/vcf_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ the VCF file.
|----------------|----------------------------------------------|---------------|
| GT | Genotype | 1/2 |
| AL | Allele length in bps | 84,105 |
| ALCI | Confidence interval for HL | 80-85,102-114 |
| ALLR | Length range for AL | 80-85,102-114 |
| SD | Number of reads spanning each allele | 28,18 |
| MC | Count of motifs of each TR on each allele | 17_9,24_9 |
| MS | Span of each TR on each allele | 0(0-51)_1(57-84),0(0-72)_1(78-105) |
Expand Down

0 comments on commit 3987f61

Please sign in to comment.