Skip to content

Commit

Permalink
do not drop intermediate gates by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gszep committed Aug 24, 2021
1 parent 5c12456 commit d8fa79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FlowAtlas"
uuid = "ef7debb3-0d09-4604-8960-6109d4c5b3e0"
authors = ["gszep <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Expand Down
2 changes: 1 addition & 1 deletion src/FlowAtlas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const extensions = JSServe.Dependency( :extensions, map( extension -> joinpath(
))

function run( path::String; files::String=joinpath(dirname(path),"*.fcs"), transform::Function=x->asinh(x/250),
port::Int = 3141, url::String = "http://localhost:$port", cols::Symbol=:union, drop::Union{Vector{String},Nothing}=nothing,
port::Int = 3141, url::String = "http://localhost:$port", cols::Symbol=:union, drop::Union{Vector{String},Nothing}=String[],
nlevels::Int=10, channelRange = range(-3,7,length=50), channelScheme=reverse(ColorSchemes.matter), labelScheme=ColorSchemes.seaborn_colorblind,
perplexity=300, maxIter=10000 )

Expand Down

0 comments on commit d8fa79e

Please sign in to comment.