Skip to content

Commit

Permalink
fix dwell mean
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Feb 4, 2024
1 parent 8996294 commit 12ed39e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ profile_t prom_r10_dna_prof = {
.offset_std=19.377283387665,
.median_before_mean=189.87607393756,
.median_before_std=15.788097978713,
.dwell_mean=10.0, //this must be sample_rate/bps for now
.dwell_mean=13.0, //this must be sample_rate/bps for now
.dwell_std=4.0
};
profile_t minion_r10_dna_prof = {
Expand All @@ -84,7 +84,7 @@ profile_t minion_r10_dna_prof = {
.offset_std=16.311471649012,
.median_before_mean=202.15407438804,
.median_before_std=13.406139241768,
.dwell_mean=10.0, //this must be sample_rate/bps for now
.dwell_mean=13.0, //this must be sample_rate/bps for now
.dwell_std=4.0
};
profile_t prom_rna004_rna_prof = {
Expand Down
4 changes: 2 additions & 2 deletions test/dna_r10_paf-ref.exp

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/dna_r10_paf-ref.paf.exp
100755 → 100644

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/dna_r10_paf-ref.sam.exp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/dna_r10_paf.exp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/dna_r10_paf.paf.exp

Large diffs are not rendered by default.

0 comments on commit 12ed39e

Please sign in to comment.