-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nov 15, 2024: Bug in densities fixed
- Loading branch information
1 parent
97dc44c
commit b1cdfbe
Showing
5 changed files
with
73 additions
and
26 deletions.
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
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
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
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
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,12 +1,22 @@ | ||
testFiles/random1.fasta -w 3 -s 1 -p TT | ||
testFiles/random1.fasta -w 3 -s 1 -c TT -p TT -k | ||
embedded | ||
/// Teloscope v0.0.1 | ||
/// Teloscope v0.0.2b | ||
Sliding windows with step size (1) and window size (3). | ||
Tip: A step value close the window size results in faster runs. | ||
Setting canonical pattern: TT and its reverse complement: AA | ||
Adding pattern: TT and its reverse complement: AA | ||
Hamming distances precomputed for all input patterns. | ||
Waiting for jobs to complete | ||
All jobs completed | ||
Reporting window matches and metrics in BED/BEDgraphs... | ||
|
||
+++Summary Report+++ | ||
Total windows analyzed: 40 | ||
Total input patterns found: | ||
Pattern: AA 2 | ||
Pattern: TT 4 | ||
Total windows analyzed: 48 | ||
Max Shannon Entropy: 1.58496 | ||
Mean Shannon Entropy: 0.770604 | ||
Median Shannon Entropy: 0.918296 | ||
Min Shannon Entropy: 0 | ||
Max GC Content: 100 | ||
Mean GC Content: 26.3889 | ||
Median GC Content: 16.6667 | ||
Min GC Content: 0 |