Skip to content

Commit

Permalink
version bump for block size option
Browse files Browse the repository at this point in the history
  • Loading branch information
fethalen committed Apr 22, 2024
1 parent e4b2a5d commit 207f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Patchwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const DIAMONDOUTPUT = "diamond_out"
const STATSOUTPUT = "sequence_stats"
const PLOTSOUTPUT = "plots"
const RULER = repeat('', 74)
const VERSION = "0.6.3"
const VERSION = "0.6.4"
# Default scoremodel taken from DIAMOND's defaults for BLOSUM62
const DEFAULT_SCOREMODEL = BioAlignments.AffineGapScoreModel(BioAlignments.BLOSUM62,
gap_open = -11, gap_extend = -1)
Expand Down

0 comments on commit 207f037

Please sign in to comment.