Skip to content

Commit

Permalink
version bump to reflect latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fethalen committed Apr 18, 2024
1 parent d9e0163 commit 9ba4ad3
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.2"
const VERSION = "0.6.3"
# 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 9ba4ad3

Please sign in to comment.