Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Sep 29, 2023
1 parent cf73e02 commit 8532637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ The alternative input to T1K is the alignment BAM file (-b), which requires -f a

T1K outputs several files. t1k_genotype.tsv is the main output file holding the genotyping result, where the allele for each gene is on its own line with format:

gene_name num_alleles allele_1 abundance_1 quality_1 allele_2 abundance_2 quality_2
gene_name num_diff_alleles allele_1 abundance_1 quality_1 allele_2 abundance_2 quality_2

In the case of missing allele, the triple (allele, abundance, quality) will be ". 0 -1". **We recommend to ignore alleles with quality less or equal to 0**.
In the case of missing alleles or homozygous alleles, the triple (allele, abundance, quality) will be ". 0 -1" as place holders. **We recommend to ignore alleles with quality less or equal to 0**.

The other outputs files are:

Expand Down

0 comments on commit 8532637

Please sign in to comment.