diff --git a/src/Patchwork.jl b/src/Patchwork.jl index c167d4d..186b87e 100644 --- a/src/Patchwork.jl +++ b/src/Patchwork.jl @@ -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)