-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bbd167
commit 247a8fe
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# TrueConsense | ||
|
||
### Coming Soon(tm) | ||
TrueConsense is a nucleotide consensus caller capable of creating a biologically valid consensus-sequence in reference-based virus sequencing experiments. | ||
|
||
TrueConsense is, in contrast to more common consensus-sequence methodology, not using VCF files. Instead, a consensus-sequence is made directly from a BAM-file in order to get a proper view of positional context. | ||
|
||
TrueConsense compensates for common sequencing and/or alignment artefacts, keeps track of open reading frames, and is able to generate consensus-sequences on multiple coverage-thresholds at the same time. | ||
|
||
TrueConsense is available under the [AGPLv3 licence](https://www.gnu.org/licenses/agpl-3.0.en.html) |