Skip to content

Commit

Permalink
Merge pull request #593 from tseemann/add-core.txt-docs
Browse files Browse the repository at this point in the history
Add core.txt format
  • Loading branch information
Wytamma authored Jul 19, 2024
2 parents e0ac8fc + 6c1092f commit 3362a59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@ GENE | The `/gene` tag of the feature (if it existed)
PRODUCT | The `/product` tag of the feature (if it existed)
EFFECT | The `snpEff` annotated consequence of this variant (ANN tag in .vcf)

## Columns in TXT format

Name | Description
-----|------------
ID | Reference + Sample
LENGTH | Length of the reference
ALIGNED | Number of sites aligned to
UNALIGNED | Number of sites unaligned
VARIANT | Number of sites different from the reference
HET | Number of sites heterozygous or poor quality genotype represented with an n (`--minqual`)
MASKED | Number of sites masked in reference represented with an X (`--mask`)
LOWCOV | Number of sites low coverage in this sample represented with an N (`--mincov`)

## Variant Types

Type | Name | Example
Expand Down

0 comments on commit 3362a59

Please sign in to comment.