Skip to content

Commit

Permalink
ext/VisualizationExt.jl: Forgot to extend plot_diagnostics.
Browse files Browse the repository at this point in the history
  • Loading branch information
mashu committed Oct 13, 2024
1 parent a57c1d8 commit 464fac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/VisualizationExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module VisualizationExt
using LineageCollapse
using CairoMakie
using DataFrames
export plot_diagnostics
import LineageCollapse: plot_diagnostics

"""
plot_diagnostics(df::DataFrame)
Expand Down
2 changes: 1 addition & 1 deletion src/LineageCollapse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module LineageCollapse
using BioSequences

export load_data, preprocess_data, process_lineages, plot_diagnostics
function plot_diagnostics(df::DataFrame) end
function plot_diagnostics end

include("data_loading.jl")
include("preprocessing.jl")
Expand Down

0 comments on commit 464fac7

Please sign in to comment.