Skip to content

Commit

Permalink
got rid of warning messages during compilation step
Browse files Browse the repository at this point in the history
  • Loading branch information
fethalen committed Apr 24, 2024
1 parent c2d138d commit eb72fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Patchwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ include("alignedregion.jl")
include("alignedregioncollection.jl")
include("alignment.jl")
include("filtering.jl")
include("alignment.jl")
include("alignmentconcatenation.jl")
include("checkinput.jl")
include("output.jl")
include("plotting.jl")
include("sliding.jl")
include("clustering.jl")

# This list of exports lists the API
export
# types
SequenceIdentifier,
Expand Down 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.7"
const VERSION = "0.6.8"
# 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 eb72fd0

Please sign in to comment.