Skip to content

Commit

Permalink
Merge pull request pcingola#404 from nh13/patch-2
Browse files Browse the repository at this point in the history
Fix typo in se_faq.md
  • Loading branch information
pcingola authored May 12, 2022
2 parents 070889b + ce8401e commit b179fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/se_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ $ zgrep NM_001135865.1 ~/snpEff/data/hg38/genes.refseq.gz
```

!!! warning
To make matters even worse, not only `NM_001135865.1` maps twice to regions in `chr16`, but also one is mapped in the forward strand and the other on the reverse strnad (notice the `+` and `-` signs)
To make matters even worse, not only `NM_001135865.1` maps twice to regions in `chr16`, but also one is mapped in the forward strand and the other on the reverse strand (notice the `+` and `-` signs)

How do you know which of the four `NM_001135865.1` version is SnpEff refering to?
When there are multiple mappings for a transcipt SnpEff will make sure each mapping is uniquely identified by appending a number to the original transcript ID.
Expand Down

0 comments on commit b179fe5

Please sign in to comment.