Skip to content

Commit

Permalink
Merge pull request #8 from BonsonW/dev
Browse files Browse the repository at this point in the history
update params for RNA004
  • Loading branch information
hasindu2008 authored Feb 16, 2024
2 parents 2c63816 + 2177b47 commit 6c7affd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ typedef struct {
} \

#define JNNV2_RNA_RNA004_ADAPTOR { \
.std_scale = 0.5, \
.std_scale = 0.7, \
.seg_dist = 1500, \
.window = 2000, \
.hi_thresh = 200000, \
.lo_thresh = 2000, \
.lo_thresh = 500, \
} \

#define SIGTK_SIZE 1000
Expand Down

0 comments on commit 6c7affd

Please sign in to comment.