From 04f7a107da16d80d7ab402c5168145533fecb69e Mon Sep 17 00:00:00 2001 From: Pixelguy14 Date: Sat, 11 Jan 2025 22:14:24 -0600 Subject: [PATCH] Quicker start for the app, better UI, More responsiveness, code cleaning, and more readability for the code --- .gitignore | 2 + .theme | 1 + Manifest.toml | 1093 ++++++++++++++++++++++++++++++---- Project.toml | 3 +- README.md | 38 +- app.jl | 199 ++++--- app.jl.html | 190 ++++-- log/dev-2024-07-31.log | 142 ----- log/dev-2024-08-03.log | 95 --- log/dev-2024-08-21.log | 947 ----------------------------- log/prod-2024-08-03.log | 10 - "ongoing_tasks.txt\n" | 18 + public/css/autogenerated.css | 2 +- start_MSI_GUI.jl | 23 + 14 files changed, 1288 insertions(+), 1475 deletions(-) create mode 100644 .theme delete mode 100644 log/dev-2024-07-31.log delete mode 100644 log/dev-2024-08-03.log delete mode 100644 log/dev-2024-08-21.log delete mode 100644 log/prod-2024-08-03.log create mode 100644 "ongoing_tasks.txt\n" create mode 100644 start_MSI_GUI.jl diff --git a/.gitignore b/.gitignore index 6e83d6c..7c86fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ public/* !public/css/biotech_100dp_1B1F3B.png !public/css/LABI_logo.png log/* +ongoing_tasks.txt +oldREADME.md diff --git a/.theme b/.theme new file mode 100644 index 0000000..331d858 --- /dev/null +++ b/.theme @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/Manifest.toml b/Manifest.toml index b2bfb11..b4685a3 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -1,8 +1,14 @@ # This file is machine-generated - editing it directly is not advised -julia_version = "1.10.4" +julia_version = "1.11.2" manifest_format = "2.0" -project_hash = "49392750aeb43599cd2d6b9c2e6f6cbff6f08de0" +project_hash = "c75d5f5467dc61917f29646feafeb45f39cc8de8" + +[[deps.AliasTables]] +deps = ["PtrArrays", "Random"] +git-tree-sha1 = "9876e1e164b144ca45e9e3198d0b689cadfed9ff" +uuid = "66dad0bd-aa9a-41b7-9441-69ab47430ed8" +version = "1.1.3" [[deps.ArgParse]] deps = ["Logging", "TextWrap"] @@ -12,36 +18,61 @@ version = "1.2.0" [[deps.ArgTools]] uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" -version = "1.1.1" +version = "1.1.2" [[deps.Artifacts]] uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" +version = "1.11.0" [[deps.Base64]] uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" +version = "1.11.0" [[deps.BitFlags]] git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d" uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35" version = "0.1.9" +[[deps.BufferedStreams]] +git-tree-sha1 = "6863c5b7fc997eadcabdbaf6c5f201dc30032643" +uuid = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d" +version = "1.2.2" + +[[deps.Bzip2_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "8873e196c2eb87962a2048b3b8e08946535864a1" +uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0" +version = "1.0.8+4" + [[deps.CSTParser]] deps = ["Tokenize"] git-tree-sha1 = "0157e592151e39fa570645e2b2debcdfb8a0f112" uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f" version = "3.4.3" +[[deps.Cairo_jll]] +deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"] +git-tree-sha1 = "009060c9a6168704143100f36ab08f06c2af4642" +uuid = "83423d85-b0ee-5818-9007-b63ccbeb887a" +version = "1.18.2+1" + [[deps.CodeTracking]] deps = ["InteractiveUtils", "UUIDs"] -git-tree-sha1 = "c0216e792f518b39b22212127d4a84dc31e4e386" +git-tree-sha1 = "7eee164f122511d3e4e1ebadb7956939ea7e1c77" uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2" -version = "1.3.5" +version = "1.3.6" [[deps.CodecZlib]] deps = ["TranscodingStreams", "Zlib_jll"] -git-tree-sha1 = "b8fe8546d52ca154ac556809e10c75e6e7430ac8" +git-tree-sha1 = "bce6804e5e6044c6daab27bb533d1295e4a2e759" uuid = "944b1d66-785c-5afd-91f1-9de20f533193" -version = "0.7.5" +version = "0.7.6" + +[[deps.ColorSchemes]] +deps = ["ColorTypes", "ColorVectorSpace", "Colors", "FixedPointNumbers", "PrecompileTools", "Random"] +git-tree-sha1 = "c785dfb1b3bfddd1da557e861b919819b82bbe5b" +uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4" +version = "3.27.1" [[deps.ColorTypes]] deps = ["FixedPointNumbers", "Random"] @@ -49,6 +80,18 @@ git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d" uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" version = "0.11.5" +[[deps.ColorVectorSpace]] +deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"] +git-tree-sha1 = "a1f44953f2382ebb937d60dafbe2deea4bd23249" +uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4" +version = "0.10.0" + + [deps.ColorVectorSpace.extensions] + SpecialFunctionsExt = "SpecialFunctions" + + [deps.ColorVectorSpace.weakdeps] + SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" + [[deps.Colors]] deps = ["ColorTypes", "FixedPointNumbers", "Reexport"] git-tree-sha1 = "362a287c3aa50601b0bc359053d5c2468f0e7ce0" @@ -56,16 +99,16 @@ uuid = "5ae59095-9a9b-59fe-a467-6f913c188581" version = "0.12.11" [[deps.CommonMark]] -deps = ["Crayons", "JSON", "PrecompileTools", "URIs"] -git-tree-sha1 = "532c4185d3c9037c0237546d817858b23cf9e071" +deps = ["Crayons", "PrecompileTools"] +git-tree-sha1 = "3faae67b8899797592335832fccf4b3c80bb04fa" uuid = "a80b9123-70ca-4bc0-993e-6e3bcb318db6" -version = "0.8.12" +version = "0.8.15" [[deps.Compat]] deps = ["TOML", "UUIDs"] -git-tree-sha1 = "b1c55339b7c6c350ee89f2c1604299660525b248" +git-tree-sha1 = "8ae8d32e09f0dcf42a36b90d4e17f5dd2e4c4215" uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "4.15.0" +version = "4.16.0" weakdeps = ["Dates", "LinearAlgebra"] [deps.Compat.extensions] @@ -78,9 +121,15 @@ version = "1.1.1+0" [[deps.ConcurrentUtilities]] deps = ["Serialization", "Sockets"] -git-tree-sha1 = "ea32b83ca4fefa1768dc84e504cc0a94fb1ab8d1" +git-tree-sha1 = "f36e5e8fdffcb5646ea5da81495a5a7566005127" uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb" -version = "2.4.2" +version = "2.4.3" + +[[deps.Conda]] +deps = ["Downloads", "JSON", "VersionParsing"] +git-tree-sha1 = "b19db3927f0db4151cb86d073689f2428e524576" +uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d" +version = "1.10.2" [[deps.Configurations]] deps = ["ExproniconLite", "OrderedCollections", "TOML"] @@ -88,6 +137,11 @@ git-tree-sha1 = "4358750bb58a3caefd5f37a4a0c5bfdbbf075252" uuid = "5218b696-f38b-4ac9-8b61-a12ec717816d" version = "0.17.6" +[[deps.Contour]] +git-tree-sha1 = "439e35b0b36e2e5881738abc8857bd92ad6ff9a8" +uuid = "d38c429a-6771-53c6-b99e-75d170b6e991" +version = "0.6.3" + [[deps.Crayons]] git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15" uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f" @@ -99,10 +153,10 @@ uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" version = "1.16.0" [[deps.DataFrames]] -deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "REPL", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"] -git-tree-sha1 = "04c738083f29f86e62c8afc341f0967d8717bdb8" +deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"] +git-tree-sha1 = "fb61b4812c49343d7ef0b533ba982c46021938a6" uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" -version = "1.6.1" +version = "1.7.0" [[deps.DataStructures]] deps = ["Compat", "InteractiveUtils", "OrderedCollections"] @@ -118,10 +172,30 @@ version = "1.0.0" [[deps.Dates]] deps = ["Printf"] uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" +version = "1.11.0" + +[[deps.Dbus_jll]] +deps = ["Artifacts", "Expat_jll", "JLLWrappers", "Libdl"] +git-tree-sha1 = "fc173b380865f70627d7dd1190dc2fce6cc105af" +uuid = "ee1fde0b-3d02-5ea6-8484-8dfef6360eab" +version = "1.14.10+0" + +[[deps.DelimitedFiles]] +deps = ["Mmap"] +git-tree-sha1 = "9e2f36d3c96a820c678f2f1f1782582fcf685bae" +uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" +version = "1.9.1" [[deps.Distributed]] deps = ["Random", "Serialization", "Sockets"] uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" +version = "1.11.0" + +[[deps.DocStringExtensions]] +deps = ["LibGit2"] +git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d" +uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" +version = "0.9.3" [[deps.DotEnv]] deps = ["PrecompileTools"] @@ -134,16 +208,33 @@ deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"] uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" version = "1.6.0" +[[deps.EpollShim_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "8a4be429317c42cfae6a7fc03c31bad1970c310d" +uuid = "2702e6a9-849d-5ed8-8c21-79e8b8f9ee43" +version = "0.0.20230411+1" + [[deps.ExceptionUnwrapping]] deps = ["Test"] -git-tree-sha1 = "dcb08a0d93ec0b1cdc4af184b26b591e9695423a" +git-tree-sha1 = "d36f682e590a83d63d1c7dbd287573764682d12a" uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4" -version = "0.1.10" +version = "0.1.11" + +[[deps.Expat_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99" +uuid = "2e619515-83b5-522b-bb60-26c02a35a201" +version = "2.6.4+3" + +[[deps.ExpressionExplorer]] +git-tree-sha1 = "71d0768dd78ad62d3582091bf338d98af8bbda67" +uuid = "21656369-7473-754a-2065-74616d696c43" +version = "1.1.1" [[deps.ExproniconLite]] -git-tree-sha1 = "4627945941758db441d197192f228cd854700ef9" +git-tree-sha1 = "4c9ed87a6b3cd90acf24c556f2119533435ded38" uuid = "55351af7-c7e9-48d6-89ff-24e801d99491" -version = "0.10.10" +version = "0.10.13" [[deps.EzXML]] deps = ["Printf", "XML2_jll"] @@ -151,14 +242,32 @@ git-tree-sha1 = "380053d61bb9064d6aa4a9777413b40429c79901" uuid = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" version = "1.2.0" +[[deps.FFMPEG]] +deps = ["FFMPEG_jll"] +git-tree-sha1 = "53ebe7511fa11d33bec688a9178fac4e49eeee00" +uuid = "c87230d0-a227-11e9-1b43-d7ebe4e7570a" +version = "0.4.2" + +[[deps.FFMPEG_jll]] +deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "JLLWrappers", "LAME_jll", "Libdl", "Ogg_jll", "OpenSSL_jll", "Opus_jll", "PCRE2_jll", "Pkg", "Zlib_jll", "libaom_jll", "libass_jll", "libfdk_aac_jll", "libvorbis_jll", "x264_jll", "x265_jll"] +git-tree-sha1 = "74faea50c1d007c85837327f6775bea60b5492dd" +uuid = "b22a6f82-2f65-5046-a5b2-351ab43fb4e5" +version = "4.4.2+2" + [[deps.FilePathsBase]] -deps = ["Compat", "Dates", "Mmap", "Printf", "Test", "UUIDs"] -git-tree-sha1 = "9f00e42f8d99fdde64d40c8ea5d14269a2e2c1aa" +deps = ["Compat", "Dates"] +git-tree-sha1 = "7878ff7172a8e6beedd1dea14bd27c3c6340d361" uuid = "48062228-2e41-5def-b9a4-89aafe57970f" -version = "0.9.21" +version = "0.9.22" +weakdeps = ["Mmap", "Test"] + + [deps.FilePathsBase.extensions] + FilePathsBaseMmapExt = "Mmap" + FilePathsBaseTestExt = "Test" [[deps.FileWatching]] uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" +version = "1.11.0" [[deps.FixedPointNumbers]] deps = ["Statistics"] @@ -166,14 +275,62 @@ git-tree-sha1 = "05882d6995ae5c12bb5f36dd2ed3f61c98cbb172" uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" version = "0.8.5" +[[deps.Fontconfig_jll]] +deps = ["Artifacts", "Bzip2_jll", "Expat_jll", "FreeType2_jll", "JLLWrappers", "Libdl", "Libuuid_jll", "Zlib_jll"] +git-tree-sha1 = "21fac3c77d7b5a9fc03b0ec503aa1a6392c34d2b" +uuid = "a3f928ae-7b40-5064-980b-68af3947d34b" +version = "2.15.0+0" + +[[deps.Format]] +git-tree-sha1 = "9c68794ef81b08086aeb32eeaf33531668d5f5fc" +uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" +version = "1.3.7" + +[[deps.FreeType2_jll]] +deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Zlib_jll"] +git-tree-sha1 = "786e968a8d2fb167f2e4880baba62e0e26bd8e4e" +uuid = "d7e528f0-a631-5988-bf34-fe36492bcfd7" +version = "2.13.3+1" + +[[deps.FriBidi_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "846f7026a9decf3679419122b49f8a1fdb48d2d5" +uuid = "559328eb-81f9-559d-9380-de523a88c83c" +version = "1.0.16+0" + [[deps.Future]] deps = ["Random"] uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820" +version = "1.11.0" + +[[deps.FuzzyCompletions]] +deps = ["REPL"] +git-tree-sha1 = "be713866335f48cfb1285bff2d0cbb8304c1701c" +uuid = "fb4132e2-a121-4a70-b8a1-d5b831dcdcc2" +version = "0.5.5" + +[[deps.GLFW_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll", "libdecor_jll", "xkbcommon_jll"] +git-tree-sha1 = "fcb0584ff34e25155876418979d4c8971243bb89" +uuid = "0656b61e-2033-5cc2-a64a-77c0f6c09b89" +version = "3.4.0+2" [[deps.GMP_jll]] deps = ["Artifacts", "Libdl"] uuid = "781609d7-10c4-51f6-84f2-b8444358ff6d" -version = "6.2.1+6" +version = "6.3.0+0" + +[[deps.GR]] +deps = ["Artifacts", "Base64", "DelimitedFiles", "Downloads", "GR_jll", "HTTP", "JSON", "Libdl", "LinearAlgebra", "Preferences", "Printf", "Random", "Serialization", "Sockets", "TOML", "Tar", "Test", "p7zip_jll"] +git-tree-sha1 = "ddda044ca260ee324c5fc07edb6d7cf3f0b9c350" +uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" +version = "0.73.5" + +[[deps.GR_jll]] +deps = ["Artifacts", "Bzip2_jll", "Cairo_jll", "FFMPEG_jll", "Fontconfig_jll", "FreeType2_jll", "GLFW_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pixman_jll", "Qt6Base_jll", "Zlib_jll", "libpng_jll"] +git-tree-sha1 = "278e5e0f820178e8a26df3184fcb2280717c79b1" +uuid = "d2c73de3-f751-5644-a686-071e5b155ba9" +version = "0.73.5+0" [[deps.GarishPrint]] deps = ["Configurations", "Preferences"] @@ -183,27 +340,27 @@ version = "0.5.1" [[deps.Genie]] deps = ["ArgParse", "Base64", "Dates", "Distributed", "DotEnv", "EzXML", "FilePathsBase", "HTTP", "HttpCommon", "Inflector", "JSON3", "JuliaFormatter", "Logging", "LoggingExtras", "LoweredCodeUtils", "MIMEs", "Markdown", "Millboard", "Nettle", "OrderedCollections", "Pkg", "REPL", "Random", "Reexport", "Revise", "SHA", "Serialization", "Sockets", "UUIDs", "Unicode", "XML2_jll", "YAML"] -git-tree-sha1 = "27931ed88fcbdaeeef8d0c0e490176da258019d4" +git-tree-sha1 = "6b1283b541f467ae6830d6066535bd6f73a3e808" uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e" -version = "5.30.3" +version = "5.31.1" [[deps.GenieAutoReload]] deps = ["Distributed", "Genie", "Logging", "Revise"] -git-tree-sha1 = "e8c1bdc953d1c2a50f9e24f086b863afac544e17" +git-tree-sha1 = "d2c018ae2b097631c09a09d9e88cf551e3a378fc" uuid = "c6228e60-a24f-11e9-1776-c313472ebacc" -version = "2.2.3" +version = "2.2.5" [[deps.GenieDevTools]] deps = ["Dates", "Genie", "RemoteREPL", "Revise", "Stipple", "StippleUI", "Tables"] -git-tree-sha1 = "882c2dc22470c5a3de29da63e7ddcc378ad96122" +git-tree-sha1 = "21ca67d9d8a9f5676c85be3cf16337b7dcdac2db" uuid = "4e5d9629-6565-4102-a9ff-45c707eb060e" -version = "2.9.6" +version = "2.12.0" [[deps.GenieFramework]] -deps = ["GarishPrint", "Genie", "GenieAutoReload", "GenieDevTools", "GeniePackageManager", "Reexport", "Revise", "Stipple", "StipplePlotly", "StippleUI"] -git-tree-sha1 = "ac19e91fc82cdcf1648d8d0a8e84a969eb364553" +deps = ["GarishPrint", "Genie", "GenieAutoReload", "GenieDevTools", "GeniePackageManager", "Reexport", "Revise", "Stipple", "StipplePlotly", "StippleTable", "StippleTabs", "StippleUI"] +git-tree-sha1 = "38a67cd15769d49c28acd2ae1dd2a229d0a24de1" uuid = "a59fdf5c-6bf0-4f5d-949c-a137c9e2f353" -version = "2.1.1" +version = "2.7.0" [[deps.GeniePackageManager]] deps = ["Base64", "Genie", "Pkg"] @@ -223,16 +380,45 @@ git-tree-sha1 = "5f5ffc33251d0d5f110072f7a0c07717c9453c97" uuid = "5c4fdc26-39e3-47cf-9034-e533e09961c2" version = "1.1.0" +[[deps.Gettext_jll]] +deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "XML2_jll"] +git-tree-sha1 = "9b02998aba7bf074d14de89f9d37ca24a1a0b046" +uuid = "78b55507-aeef-58d4-861c-77aaff3498b1" +version = "0.21.0+0" + +[[deps.Glib_jll]] +deps = ["Artifacts", "Gettext_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Zlib_jll"] +git-tree-sha1 = "b0036b392358c80d2d2124746c2bf3d48d457938" +uuid = "7746bdde-850d-59dc-9ae8-88ece973131d" +version = "2.82.4+0" + [[deps.Glob]] git-tree-sha1 = "97285bbd5230dd766e9ef6749b80fc617126d496" uuid = "c27321d9-0574-5035-807b-f59d2c89b15c" version = "1.3.1" +[[deps.Graphite2_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "01979f9b37367603e2848ea225918a3b3861b606" +uuid = "3b182d85-2403-5c21-9c21-1e1f0cc25472" +version = "1.3.14+1" + +[[deps.Grisu]] +git-tree-sha1 = "53bb909d1151e57e2484c3d1b53e19552b887fb2" +uuid = "42e2da0e-8278-4e71-bc24-59509adca0fe" +version = "1.0.2" + [[deps.HTTP]] -deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"] -git-tree-sha1 = "d1d712be3164d61d1fb98e7ce9bcbc6cc06b45ed" +deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "PrecompileTools", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"] +git-tree-sha1 = "c67b33b085f6e2faf8bf79a61962e7339a81129c" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" -version = "1.10.8" +version = "1.10.15" + +[[deps.HarfBuzz_jll]] +deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "Graphite2_jll", "JLLWrappers", "Libdl", "Libffi_jll"] +git-tree-sha1 = "55c53be97790242c29031e5cd45e8ac296dadda3" +uuid = "2e76f6c2-a576-52d4-95c1-20adfe4de566" +version = "8.5.0+0" [[deps.HttpCommon]] deps = ["Dates", "Nullables", "Test", "URIParser"] @@ -240,6 +426,12 @@ git-tree-sha1 = "46313284237aa6ca67a6bce6d6fbd323d19cff59" uuid = "77172c1b-203f-54ac-aa54-3f1198fe9f90" version = "0.5.0" +[[deps.HypertextLiteral]] +deps = ["Tricks"] +git-tree-sha1 = "7134810b1afce04bbc1045ca1985fbe81ce17653" +uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2" +version = "0.9.5" + [[deps.Inflector]] deps = ["Unicode"] git-tree-sha1 = "c82a172a07c94887709e613cc67cec0b472fb742" @@ -247,36 +439,49 @@ uuid = "6d011eab-0732-4556-8808-e463c76bf3b6" version = "1.1.0" [[deps.InlineStrings]] -deps = ["Parsers"] -git-tree-sha1 = "86356004f30f8e737eff143d57d41bd580e437aa" +git-tree-sha1 = "45521d31238e87ee9f9732561bfee12d4eebd52d" uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48" -version = "1.4.1" +version = "1.4.2" [deps.InlineStrings.extensions] ArrowTypesExt = "ArrowTypes" + ParsersExt = "Parsers" [deps.InlineStrings.weakdeps] ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" + Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" [[deps.InteractiveUtils]] deps = ["Markdown"] uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" +version = "1.11.0" [[deps.InvertedIndices]] -git-tree-sha1 = "0dc7b50b8d436461be01300fd8cd45aa0274b038" +git-tree-sha1 = "6da3c4316095de0f5ee2ebd875df8721e7e0bdbe" uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f" -version = "1.3.0" +version = "1.3.1" + +[[deps.IrrationalConstants]] +git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2" +uuid = "92d709cd-6900-40b7-9082-c6be49f344b6" +version = "0.2.2" [[deps.IteratorInterfaceExtensions]] git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856" uuid = "82899510-4779-5014-852e-03e436cf321d" version = "1.0.0" +[[deps.JLFzf]] +deps = ["Pipe", "REPL", "Random", "fzf_jll"] +git-tree-sha1 = "71b48d857e86bf7a1838c4736545699974ce79a2" +uuid = "1019f520-868f-41f5-a6de-eb00f4b6a39c" +version = "0.1.9" + [[deps.JLLWrappers]] deps = ["Artifacts", "Preferences"] -git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca" +git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6" uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" -version = "1.5.0" +version = "1.7.0" [[deps.JSON]] deps = ["Dates", "Mmap", "Parsers", "Unicode"] @@ -286,9 +491,9 @@ version = "0.21.4" [[deps.JSON3]] deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"] -git-tree-sha1 = "eb3edce0ed4fa32f75a0a11217433c31d56bd48b" +git-tree-sha1 = "1d322381ef7b087548321d3f878cb4c9bd8f8f9b" uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" -version = "1.14.0" +version = "1.14.1" [deps.JSON3.extensions] JSON3ArrowExt = ["ArrowTypes"] @@ -296,22 +501,73 @@ version = "1.14.0" [deps.JSON3.weakdeps] ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" +[[deps.JpegTurbo_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "eac1206917768cb54957c65a615460d87b455fc1" +uuid = "aacddb02-875f-59d6-b918-886e6ef4fbf8" +version = "3.1.1+0" + [[deps.JuliaFormatter]] -deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"] -git-tree-sha1 = "b101a476705594c2a8ba106d731497058874bcf4" +deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "PrecompileTools", "TOML", "Tokenize"] +git-tree-sha1 = "59cf7ad64f1b0708a4fa4369879d33bad3239b56" uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899" -version = "1.0.57" +version = "1.0.62" [[deps.JuliaInterpreter]] deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"] -git-tree-sha1 = "a6adc2dcfe4187c40dc7c2c9d2128e326360e90a" +git-tree-sha1 = "10da5154188682e5c0726823c2b5125957ec3778" uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a" -version = "0.9.32" +version = "0.9.38" + +[[deps.LAME_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "170b660facf5df5de098d866564877e119141cbd" +uuid = "c1c5ebd0-6772-5130-a774-d5fcae4a789d" +version = "3.100.2+0" + +[[deps.LERC_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "bf36f528eec6634efc60d7ec062008f171071434" +uuid = "88015f11-f218-50d7-93a8-a6af411a945d" +version = "3.0.0+1" + +[[deps.LLVMOpenMP_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "78211fb6cbc872f77cad3fc0b6cf647d923f4929" +uuid = "1d63c593-3942-5779-bab2-d838dc0a180e" +version = "18.1.7+0" + +[[deps.LZO_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "854a9c268c43b77b0a27f22d7fab8d33cdb3a731" +uuid = "dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac" +version = "2.10.2+3" [[deps.LaTeXStrings]] -git-tree-sha1 = "50901ebc375ed41dbf8058da26f9de442febbbec" +git-tree-sha1 = "dda21b8cbd6a6c40d9d02a73230f9d70fed6918c" uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" -version = "1.3.1" +version = "1.4.0" + +[[deps.Latexify]] +deps = ["Format", "InteractiveUtils", "LaTeXStrings", "MacroTools", "Markdown", "OrderedCollections", "Requires"] +git-tree-sha1 = "ce5f5621cac23a86011836badfedf664a612cee4" +uuid = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" +version = "0.16.5" + + [deps.Latexify.extensions] + DataFramesExt = "DataFrames" + SparseArraysExt = "SparseArrays" + SymEngineExt = "SymEngine" + + [deps.Latexify.weakdeps] + DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" + SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" + SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8" + +[[deps.LazilyInitializedFields]] +git-tree-sha1 = "0f2da712350b020bc3957f269c9caad516383ee0" +uuid = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf" +version = "1.3.0" [[deps.LibCURL]] deps = ["LibCURL_jll", "MozillaCACerts_jll"] @@ -321,16 +577,17 @@ version = "0.6.4" [[deps.LibCURL_jll]] deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" -version = "8.4.0+0" +version = "8.6.0+0" [[deps.LibGit2]] deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"] uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" +version = "1.11.0" [[deps.LibGit2_jll]] deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"] uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" -version = "1.6.4+0" +version = "1.7.2+0" [[deps.LibSSH2_jll]] deps = ["Artifacts", "Libdl", "MbedTLS_jll"] @@ -339,31 +596,98 @@ version = "1.11.0+1" [[deps.Libdl]] uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" +version = "1.11.0" + +[[deps.Libffi_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "27ecae93dd25ee0909666e6835051dd684cc035e" +uuid = "e9f186c6-92d2-5b65-8a66-fee21dc1b490" +version = "3.2.2+2" + +[[deps.Libgcrypt_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgpg_error_jll"] +git-tree-sha1 = "8be878062e0ffa2c3f67bb58a595375eda5de80b" +uuid = "d4300ac3-e22c-5743-9152-c294e39db1e4" +version = "1.11.0+0" + +[[deps.Libglvnd_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll", "Xorg_libXext_jll"] +git-tree-sha1 = "ff3b4b9d35de638936a525ecd36e86a8bb919d11" +uuid = "7e76a0d4-f3c7-5321-8279-8d96eeed0f29" +version = "1.7.0+0" + +[[deps.Libgpg_error_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "df37206100d39f79b3376afb6b9cee4970041c61" +uuid = "7add5ba3-2f88-524e-9cd5-f83b8a55f7b8" +version = "1.51.1+0" [[deps.Libiconv_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] -git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175" +git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269" uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531" -version = "1.17.0+0" +version = "1.17.0+1" + +[[deps.Libmount_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "84eef7acd508ee5b3e956a2ae51b05024181dee0" +uuid = "4b2f31a3-9ecc-558c-b454-b3730dcb73e9" +version = "2.40.2+2" + +[[deps.Libtiff_jll]] +deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "LERC_jll", "Libdl", "XZ_jll", "Zlib_jll", "Zstd_jll"] +git-tree-sha1 = "2da088d113af58221c52828a80378e16be7d037a" +uuid = "89763e89-9b03-5906-acba-b20f662cd828" +version = "4.5.1+1" + +[[deps.Libuuid_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "edbf5309f9ddf1cab25afc344b1e8150b7c832f9" +uuid = "38a345b3-de98-5d2b-a5d3-14cd9215e700" +version = "2.40.2+2" + +[[deps.Libz]] +deps = ["BufferedStreams", "Random", "Test"] +git-tree-sha1 = "bf1510e80f1e0dba2297b05b59a3a7c8175a9517" +uuid = "2ec943e9-cfe8-584d-b93d-64dcb6d567b7" +version = "1.0.1" [[deps.LinearAlgebra]] deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"] uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +version = "1.11.0" + +[[deps.LogExpFunctions]] +deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"] +git-tree-sha1 = "13ca9e2586b89836fd20cccf56e57e2b9ae7f38f" +uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688" +version = "0.3.29" + + [deps.LogExpFunctions.extensions] + LogExpFunctionsChainRulesCoreExt = "ChainRulesCore" + LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables" + LogExpFunctionsInverseFunctionsExt = "InverseFunctions" + + [deps.LogExpFunctions.weakdeps] + ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" + ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" + InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112" [[deps.Logging]] uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" +version = "1.11.0" [[deps.LoggingExtras]] deps = ["Dates", "Logging"] -git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075" +git-tree-sha1 = "f02b56007b064fbfddb4c9cd60161b6dd0f40df3" uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36" -version = "1.0.3" +version = "1.1.0" [[deps.LoweredCodeUtils]] deps = ["JuliaInterpreter"] -git-tree-sha1 = "eeaedcf337f33c039f9f3a209a8db992deefd7e9" +git-tree-sha1 = "688d6d9e098109051ae33d126fcfc88c4ce4a021" uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b" -version = "2.4.8" +version = "3.1.0" [[deps.MIMEs]] git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb" @@ -371,14 +695,20 @@ uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65" version = "0.1.4" [[deps.MacroTools]] -deps = ["Markdown", "Random"] -git-tree-sha1 = "2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df" +git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472" uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -version = "0.5.13" +version = "0.5.15" + +[[deps.Malt]] +deps = ["Distributed", "Logging", "RelocatableFolders", "Serialization", "Sockets"] +git-tree-sha1 = "02a728ada9d6caae583a0f87c1dd3844f99ec3fd" +uuid = "36869731-bdee-424d-aa32-cab38c994e3b" +version = "1.1.2" [[deps.Markdown]] deps = ["Base64"] uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" +version = "1.11.0" [[deps.MbedTLS]] deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"] @@ -389,7 +719,12 @@ version = "1.1.9" [[deps.MbedTLS_jll]] deps = ["Artifacts", "Libdl"] uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" -version = "2.28.2+1" +version = "2.28.6+0" + +[[deps.Measures]] +git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102" +uuid = "442fdcdd-2543-5da2-b0f3-8c86c306513e" +version = "0.3.2" [[deps.Millboard]] git-tree-sha1 = "ea6a5b7e56e76d8051023faaa11d91d1d881dac3" @@ -410,10 +745,23 @@ version = "0.1.2" [[deps.Mmap]] uuid = "a63ad114-7e13-5084-954f-fe012c677804" +version = "1.11.0" [[deps.MozillaCACerts_jll]] uuid = "14a3606d-f60d-562e-9121-12d972cd8159" -version = "2023.1.10" +version = "2023.12.12" + +[[deps.MsgPack]] +deps = ["Serialization"] +git-tree-sha1 = "f5db02ae992c260e4826fe78c942954b48e1d9c2" +uuid = "99f44e22-a591-53d1-9472-aa23ef4bd671" +version = "1.2.1" + +[[deps.NaNMath]] +deps = ["OpenLibm_jll"] +git-tree-sha1 = "030ea22804ef91648f29b7ad3fc15fa49d0e6e71" +uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" +version = "1.0.3" [[deps.Nettle]] deps = ["Libdl", "Nettle_jll"] @@ -423,9 +771,9 @@ version = "1.0.0" [[deps.Nettle_jll]] deps = ["Artifacts", "GMP_jll", "JLLWrappers", "Libdl"] -git-tree-sha1 = "d67b4fddbd1b07888ed2680646a44740f492f1ca" +git-tree-sha1 = "19961ade0a39b98575505bed6f842e8a0ec35af9" uuid = "4c82536e-c426-54e4-b420-14f461c4ed8b" -version = "3.9.1+0" +version = "3.10.0+2" [[deps.NetworkOptions]] uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" @@ -441,10 +789,21 @@ git-tree-sha1 = "7438a59546cf62428fc9d1bc94729146d37a7225" uuid = "510215fc-4207-5dde-b226-833fc4488ee2" version = "0.5.5" +[[deps.Ogg_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "887579a3eb005446d514ab7aeac5d1d027658b8f" +uuid = "e7412a2a-1a6e-54c0-be00-318e2571c051" +version = "1.3.5+1" + [[deps.OpenBLAS_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" -version = "0.3.23+4" +version = "0.3.27+1" + +[[deps.OpenLibm_jll]] +deps = ["Artifacts", "Libdl"] +uuid = "05823500-19ac-5b8b-9628-191a04bc5112" +version = "0.8.1+2" [[deps.OpenSSH_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "OpenSSL_jll", "Pkg", "Zlib_jll"] @@ -460,14 +819,31 @@ version = "1.4.3" [[deps.OpenSSL_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] -git-tree-sha1 = "a12e56c72edee3ce6b96667745e6cbbe5498f200" +git-tree-sha1 = "ad31332567b189f508a3ea8957a2640b1147ab00" uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" -version = "1.1.23+0" +version = "1.1.23+1" + +[[deps.Opus_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "6703a85cb3781bd5909d48730a67205f3f31a575" +uuid = "91d4177d-7536-5919-b921-800302f37372" +version = "1.3.3+0" [[deps.OrderedCollections]] -git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5" +git-tree-sha1 = "12f1439c4f986bb868acda6ea33ebc78e19b95ad" uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" -version = "1.6.3" +version = "1.7.0" + +[[deps.PCRE2_jll]] +deps = ["Artifacts", "Libdl"] +uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15" +version = "10.42.0+1" + +[[deps.Pango_jll]] +deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "FriBidi_jll", "Glib_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl"] +git-tree-sha1 = "ed6834e95bd326c52d5675b4181386dfbe885afb" +uuid = "36c8627f-9965-5494-a995-c6b170f724f3" +version = "1.55.5+0" [[deps.Parameters]] deps = ["OrderedCollections", "UnPack"] @@ -481,10 +857,69 @@ git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821" uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" version = "2.8.1" +[[deps.Pipe]] +git-tree-sha1 = "6842804e7867b115ca9de748a0cf6b364523c16d" +uuid = "b98c9c47-44ae-5843-9183-064241ee97a0" +version = "1.3.0" + +[[deps.Pixman_jll]] +deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "LLVMOpenMP_jll", "Libdl"] +git-tree-sha1 = "35621f10a7531bc8fa58f74610b1bfb70a3cfc6b" +uuid = "30392449-352a-5448-841d-b1acce4e97dc" +version = "0.43.4+0" + [[deps.Pkg]] -deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] +deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"] uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" -version = "1.10.0" +version = "1.11.0" +weakdeps = ["REPL"] + + [deps.Pkg.extensions] + REPLExt = "REPL" + +[[deps.PlotThemes]] +deps = ["PlotUtils", "Statistics"] +git-tree-sha1 = "41031ef3a1be6f5bbbf3e8073f210556daeae5ca" +uuid = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a" +version = "3.3.0" + +[[deps.PlotUtils]] +deps = ["ColorSchemes", "Colors", "Dates", "PrecompileTools", "Printf", "Random", "Reexport", "StableRNGs", "Statistics"] +git-tree-sha1 = "3ca9a356cd2e113c420f2c13bea19f8d3fb1cb18" +uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043" +version = "1.4.3" + +[[deps.Plots]] +deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "PrecompileTools", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "TOML", "UUIDs", "UnicodeFun", "UnitfulLatexify", "Unzip"] +git-tree-sha1 = "dae01f8c2e069a683d3a6e17bbae5070ab94786f" +uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +version = "1.40.9" + + [deps.Plots.extensions] + FileIOExt = "FileIO" + GeometryBasicsExt = "GeometryBasics" + IJuliaExt = "IJulia" + ImageInTerminalExt = "ImageInTerminal" + UnitfulExt = "Unitful" + + [deps.Plots.weakdeps] + FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" + GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" + IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" + ImageInTerminal = "d8c32880-2388-543b-8c61-d9f865259254" + Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" + +[[deps.Pluto]] +deps = ["Base64", "Configurations", "Dates", "Downloads", "ExpressionExplorer", "FileWatching", "FuzzyCompletions", "HTTP", "HypertextLiteral", "InteractiveUtils", "Logging", "LoggingExtras", "MIMEs", "Malt", "Markdown", "MsgPack", "Pkg", "PlutoDependencyExplorer", "PrecompileSignatures", "PrecompileTools", "REPL", "RegistryInstances", "RelocatableFolders", "Scratch", "Sockets", "TOML", "Tables", "URIs", "UUIDs"] +git-tree-sha1 = "b5509a2e4d4c189da505b780e3f447d1e38a0350" +uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781" +version = "0.20.4" + +[[deps.PlutoDependencyExplorer]] +deps = ["ExpressionExplorer", "InteractiveUtils", "Markdown"] +git-tree-sha1 = "e0864c15334d2c4bac8137ce3359f1174565e719" +uuid = "72656b73-756c-7461-726b-72656b6b696b" +version = "1.2.0" [[deps.PooledArrays]] deps = ["DataAPI", "Future"] @@ -492,6 +927,11 @@ git-tree-sha1 = "36d8b4b899628fb92c2749eb488d884a926614d3" uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720" version = "1.4.3" +[[deps.PrecompileSignatures]] +git-tree-sha1 = "18ef344185f25ee9d51d80e179f8dad33dc48eb1" +uuid = "91cefc8d-f054-46dc-8f8c-26e11d7c5411" +version = "3.0.3" + [[deps.PrecompileTools]] deps = ["Preferences"] git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f" @@ -506,27 +946,77 @@ version = "1.4.3" [[deps.PrettyTables]] deps = ["Crayons", "LaTeXStrings", "Markdown", "PrecompileTools", "Printf", "Reexport", "StringManipulation", "Tables"] -git-tree-sha1 = "66b20dd35966a748321d3b2537c4584cf40387c7" +git-tree-sha1 = "1101cd475833706e4d0e7b122218257178f48f34" uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" -version = "2.3.2" +version = "2.4.0" [[deps.Printf]] deps = ["Unicode"] uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" +version = "1.11.0" + +[[deps.PtrArrays]] +git-tree-sha1 = "77a42d78b6a92df47ab37e177b2deac405e1c88f" +uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d" +version = "1.2.1" + +[[deps.PyCall]] +deps = ["Conda", "Dates", "Libdl", "LinearAlgebra", "MacroTools", "Serialization", "VersionParsing"] +git-tree-sha1 = "9816a3826b0ebf49ab4926e2b18842ad8b5c8f04" +uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" +version = "1.96.4" + +[[deps.PyPlot]] +deps = ["Colors", "LaTeXStrings", "PyCall", "Sockets", "Test", "VersionParsing"] +git-tree-sha1 = "0371ca706e3f295481cbf94c8c36692b072285c2" +uuid = "d330b81b-6aea-500a-939a-2ce795aea3ee" +version = "2.11.5" + +[[deps.Qt6Base_jll]] +deps = ["Artifacts", "CompilerSupportLibraries_jll", "Fontconfig_jll", "Glib_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "OpenSSL_jll", "Vulkan_Loader_jll", "Xorg_libSM_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Xorg_libxcb_jll", "Xorg_xcb_util_cursor_jll", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_keysyms_jll", "Xorg_xcb_util_renderutil_jll", "Xorg_xcb_util_wm_jll", "Zlib_jll", "libinput_jll", "xkbcommon_jll"] +git-tree-sha1 = "7c29f0e8c575428bd84dc3c72ece5178caa67336" +uuid = "c0090381-4147-56d7-9ebc-da0b1113ec56" +version = "6.5.2+2" [[deps.REPL]] -deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] +deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"] uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" +version = "1.11.0" [[deps.Random]] deps = ["SHA"] uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +version = "1.11.0" + +[[deps.RecipesBase]] +deps = ["PrecompileTools"] +git-tree-sha1 = "5c3d09cc4f31f5fc6af001c250bf1278733100ff" +uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" +version = "1.3.4" + +[[deps.RecipesPipeline]] +deps = ["Dates", "NaNMath", "PlotUtils", "PrecompileTools", "RecipesBase"] +git-tree-sha1 = "45cf9fd0ca5839d06ef333c8201714e888486342" +uuid = "01d81517-befc-4cb6-b9ec-a95719d0359c" +version = "0.6.12" [[deps.Reexport]] git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b" uuid = "189a3867-3050-52da-a836-e630ba90ab69" version = "1.2.2" +[[deps.RegistryInstances]] +deps = ["LazilyInitializedFields", "Pkg", "TOML", "Tar"] +git-tree-sha1 = "ffd19052caf598b8653b99404058fce14828be51" +uuid = "2792f1a3-b283-48e8-9a74-f99dce5104f3" +version = "0.1.0" + +[[deps.RelocatableFolders]] +deps = ["SHA", "Scratch"] +git-tree-sha1 = "ffdaf70d81cf6ff22c2b6e733c900c3321cab864" +uuid = "05181044-ff0b-4ac5-8273-598c1e38db00" +version = "1.0.1" + [[deps.RemoteREPL]] deps = ["Logging", "OpenSSH_jll", "REPL", "ReplMaker", "Serialization", "Sockets"] git-tree-sha1 = "42618f51c9c813f0c665dc4fe56dc2d5d90baab9" @@ -546,31 +1036,49 @@ uuid = "ae029012-a4dd-5104-9daa-d747884805df" version = "1.3.0" [[deps.Revise]] -deps = ["CodeTracking", "Distributed", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "Pkg", "REPL", "Requires", "UUIDs", "Unicode"] -git-tree-sha1 = "85ddd93ea15dcd8493400600e09104a9e94bb18d" +deps = ["CodeTracking", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "REPL", "Requires", "UUIDs", "Unicode"] +git-tree-sha1 = "b5e7c125687aa818de948ef8a0b9dc59f043342c" uuid = "295af30f-e4ad-537b-8983-00126c2a3abe" -version = "3.5.15" +version = "3.7.1" +weakdeps = ["Distributed"] + + [deps.Revise.extensions] + DistributedExt = "Distributed" [[deps.SHA]] uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" version = "0.7.0" +[[deps.Scratch]] +deps = ["Dates"] +git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386" +uuid = "6c6a2e73-6563-6170-7368-637461726353" +version = "1.2.1" + [[deps.SentinelArrays]] deps = ["Dates", "Random"] -git-tree-sha1 = "ff11acffdb082493657550959d4feb4b6149e73a" +git-tree-sha1 = "712fb0231ee6f9120e005ccd56297abbc053e7e0" uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c" -version = "1.4.5" +version = "1.4.8" [[deps.Serialization]] uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" +version = "1.11.0" + +[[deps.Showoff]] +deps = ["Dates", "Grisu"] +git-tree-sha1 = "91eddf657aca81df9ae6ceb20b959ae5653ad1de" +uuid = "992d4aef-0814-514b-bc4d-f2e9a6c4116f" +version = "1.0.3" [[deps.SimpleBufferStream]] -git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1" +git-tree-sha1 = "f305871d2f381d21527c770d4788c06c097c9bc1" uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7" -version = "1.1.0" +version = "1.2.0" [[deps.Sockets]] uuid = "6462fe0b-24de-5631-8697-dd941f90decc" +version = "1.11.0" [[deps.SortingAlgorithms]] deps = ["DataStructures"] @@ -581,18 +1089,41 @@ version = "1.2.1" [[deps.SparseArrays]] deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"] uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" -version = "1.10.0" +version = "1.11.0" + +[[deps.StableRNGs]] +deps = ["Random"] +git-tree-sha1 = "83e6cce8324d49dfaf9ef059227f91ed4441a8e5" +uuid = "860ef19b-820b-49d6-a774-d7a799459cd3" +version = "1.0.2" [[deps.Statistics]] -deps = ["LinearAlgebra", "SparseArrays"] +deps = ["LinearAlgebra"] +git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0" uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" -version = "1.10.0" +version = "1.11.1" +weakdeps = ["SparseArrays"] + + [deps.Statistics.extensions] + SparseArraysExt = ["SparseArrays"] + +[[deps.StatsAPI]] +deps = ["LinearAlgebra"] +git-tree-sha1 = "1ff449ad350c9c4cbc756624d6f8a8c3ef56d3ed" +uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0" +version = "1.7.0" + +[[deps.StatsBase]] +deps = ["AliasTables", "DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"] +git-tree-sha1 = "29321314c920c26684834965ec2ce0dacc9cf8e5" +uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +version = "0.34.4" [[deps.Stipple]] deps = ["Dates", "FilePathsBase", "Genie", "GenieSession", "GenieSessionFileSession", "JSON3", "Logging", "MacroTools", "Mixers", "Observables", "OrderedCollections", "Parameters", "Pkg", "PrecompileTools", "Random", "Reexport", "Requires", "StructTypes", "Tables"] -git-tree-sha1 = "baa1fdbd8f2fe9f5f79c0181635b3e88aae81618" +git-tree-sha1 = "0a32740b08234a7876cdfdf1714673d64c9dd148" uuid = "4acbeb90-81a0-11ea-1966-bdaff8155998" -version = "0.28.12" +version = "0.28.22" [deps.Stipple.extensions] StippleDataFramesExt = "DataFrames" @@ -606,9 +1137,9 @@ version = "0.28.12" [[deps.StipplePlotly]] deps = ["DataFrames", "Genie", "Requires", "Stipple"] -git-tree-sha1 = "50c78fe3fd5222344270415e35d20dc69d26d911" +git-tree-sha1 = "05cc51d2268f430b0f8dada1ccc330d1a9d20c3f" uuid = "ec984513-233d-481d-95b0-a3b58b97af2b" -version = "0.13.15" +version = "0.13.16" [deps.StipplePlotly.extensions] StipplePlotlyPlotlyBaseExt = "PlotlyBase" @@ -616,11 +1147,23 @@ version = "0.13.15" [deps.StipplePlotly.weakdeps] PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5" +[[deps.StippleTable]] +deps = ["Stipple", "StippleUI"] +git-tree-sha1 = "c3a06836672a19fafdb8c600acc077746a4200b2" +uuid = "5bb4b094-0818-496d-ae94-fd777e10e8ba" +version = "1.0.1" + +[[deps.StippleTabs]] +deps = ["Stipple", "StippleUI"] +git-tree-sha1 = "f8721b7491bfd239c69eace4c4acb0e74962c28f" +uuid = "29f11006-3202-4091-a17b-0a26282d76dd" +version = "1.0.0" + [[deps.StippleUI]] deps = ["Colors", "Dates", "Genie", "OrderedCollections", "PrecompileTools", "Stipple", "Tables"] -git-tree-sha1 = "23a8f3d99a0d719635ced477310389b51c7a83e1" +git-tree-sha1 = "099e2678af62149317b0ae69874dd617924182bc" uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3" -version = "0.23.3" +version = "0.23.5" weakdeps = ["DataFrames"] [deps.StippleUI.extensions] @@ -634,20 +1177,24 @@ version = "0.3.7" [[deps.StringManipulation]] deps = ["PrecompileTools"] -git-tree-sha1 = "a04cabe79c5f01f4d723cc6704070ada0b9d46d5" +git-tree-sha1 = "a6b1675a536c5ad1a60e5a5153e1fee12eb146e3" uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e" -version = "0.3.4" +version = "0.4.0" [[deps.StructTypes]] deps = ["Dates", "UUIDs"] -git-tree-sha1 = "ca4bccb03acf9faaf4137a9abc1881ed1841aa70" +git-tree-sha1 = "159331b30e94d7b11379037feeb9b690950cace8" uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" -version = "1.10.0" +version = "1.11.0" + +[[deps.StyledStrings]] +uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b" +version = "1.11.0" [[deps.SuiteSparse_jll]] deps = ["Artifacts", "Libdl", "libblastrampoline_jll"] uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" -version = "7.2.1+1" +version = "7.7.0+0" [[deps.TOML]] deps = ["Dates"] @@ -661,19 +1208,26 @@ uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c" version = "1.0.1" [[deps.Tables]] -deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "OrderedCollections", "TableTraits"] -git-tree-sha1 = "cb76cf677714c095e535e3501ac7954732aeea2d" +deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "OrderedCollections", "TableTraits"] +git-tree-sha1 = "598cd7c1f68d1e205689b1c2fe65a9f85846f297" uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" -version = "1.11.1" +version = "1.12.0" [[deps.Tar]] deps = ["ArgTools", "SHA"] uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" version = "1.10.0" +[[deps.TensorCore]] +deps = ["LinearAlgebra"] +git-tree-sha1 = "1feb45f88d133a655e001435632f019a9a1bcdb6" +uuid = "62fd8b95-f654-4bbd-a8a5-9c27f68ccd50" +version = "0.1.1" + [[deps.Test]] deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +version = "1.11.0" [[deps.TextWrap]] git-tree-sha1 = "43044b737fa70bc12f6105061d3da38f881a3e3c" @@ -686,13 +1240,14 @@ uuid = "0796e94c-ce3b-5d07-9a54-7f471281c624" version = "0.5.29" [[deps.TranscodingStreams]] -git-tree-sha1 = "60df3f8126263c0d6b357b9a1017bb94f53e3582" +git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" -version = "0.11.0" -weakdeps = ["Random", "Test"] +version = "0.11.3" - [deps.TranscodingStreams.extensions] - TestExt = ["Test", "Random"] +[[deps.Tricks]] +git-tree-sha1 = "7822b97e99a1672bfb1b49b668a6d46d58d8cbcb" +uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775" +version = "0.1.9" [[deps.URIParser]] deps = ["Unicode"] @@ -708,6 +1263,7 @@ version = "1.5.1" [[deps.UUIDs]] deps = ["Random", "SHA"] uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" +version = "1.11.0" [[deps.UnPack]] git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b" @@ -716,6 +1272,61 @@ version = "1.0.2" [[deps.Unicode]] uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" +version = "1.11.0" + +[[deps.UnicodeFun]] +deps = ["REPL"] +git-tree-sha1 = "53915e50200959667e78a92a418594b428dffddf" +uuid = "1cfade01-22cf-5700-b092-accc4b62d6e1" +version = "0.4.1" + +[[deps.Unitful]] +deps = ["Dates", "LinearAlgebra", "Random"] +git-tree-sha1 = "c0667a8e676c53d390a09dc6870b3d8d6650e2bf" +uuid = "1986cc42-f94f-5a68-af5c-568840ba703d" +version = "1.22.0" + + [deps.Unitful.extensions] + ConstructionBaseUnitfulExt = "ConstructionBase" + InverseFunctionsUnitfulExt = "InverseFunctions" + + [deps.Unitful.weakdeps] + ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" + InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112" + +[[deps.UnitfulLatexify]] +deps = ["LaTeXStrings", "Latexify", "Unitful"] +git-tree-sha1 = "975c354fcd5f7e1ddcc1f1a23e6e091d99e99bc8" +uuid = "45397f5d-5981-4c77-b2b3-fc36d6e9b728" +version = "1.6.4" + +[[deps.Unzip]] +git-tree-sha1 = "ca0969166a028236229f63514992fc073799bb78" +uuid = "41fe7b60-77ed-43a1-b4f0-825fd5a5650d" +version = "0.2.0" + +[[deps.VersionParsing]] +git-tree-sha1 = "58d6e80b4ee071f5efd07fda82cb9fbe17200868" +uuid = "81def892-9a0e-5fdd-b105-ffc91e053289" +version = "1.3.0" + +[[deps.Vulkan_Loader_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Wayland_jll", "Xorg_libX11_jll", "Xorg_libXrandr_jll", "xkbcommon_jll"] +git-tree-sha1 = "2f0486047a07670caad3a81a075d2e518acc5c59" +uuid = "a44049a8-05dd-5a78-86c9-5fde0876e88c" +version = "1.3.243+0" + +[[deps.Wayland_jll]] +deps = ["Artifacts", "EpollShim_jll", "Expat_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Pkg", "XML2_jll"] +git-tree-sha1 = "85c7811eddec9e7f22615371c3cc81a504c508ee" +uuid = "a2964d1f-97da-50d4-b82a-358c7fce9d89" +version = "1.21.0+2" + +[[deps.Wayland_protocols_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "5db3e9d307d32baba7067b13fc7b5aa6edd4a19a" +uuid = "2381bf8a-dfd0-557d-9999-79630e7b1b91" +version = "1.36.0+0" [[deps.XML2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"] @@ -723,28 +1334,288 @@ git-tree-sha1 = "04a51d15436a572301b5abbb9d099713327e9fc4" uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" version = "2.10.4+0" +[[deps.XSLT_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgcrypt_jll", "Libgpg_error_jll", "Libiconv_jll", "XML2_jll", "Zlib_jll"] +git-tree-sha1 = "7d1671acbe47ac88e981868a078bd6b4e27c5191" +uuid = "aed1982a-8fda-507f-9586-7b0439959a61" +version = "1.1.42+0" + +[[deps.XZ_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "beef98d5aad604d9e7d60b2ece5181f7888e2fd6" +uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800" +version = "5.6.4+0" + +[[deps.Xorg_libICE_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "326b4fea307b0b39892b3e85fa451692eda8d46c" +uuid = "f67eecfb-183a-506d-b269-f58e52b52d7c" +version = "1.1.1+0" + +[[deps.Xorg_libSM_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libICE_jll"] +git-tree-sha1 = "3796722887072218eabafb494a13c963209754ce" +uuid = "c834827a-8449-5923-a945-d239c165b7dd" +version = "1.2.4+0" + +[[deps.Xorg_libX11_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xtrans_jll"] +git-tree-sha1 = "9dafcee1d24c4f024e7edc92603cedba72118283" +uuid = "4f6342f7-b3d2-589e-9d20-edeb45f2b2bc" +version = "1.8.6+3" + +[[deps.Xorg_libXau_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "2b0e27d52ec9d8d483e2ca0b72b3cb1a8df5c27a" +uuid = "0c0b7dd1-d40b-584c-a123-a41640f87eec" +version = "1.0.11+3" + +[[deps.Xorg_libXcursor_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libXfixes_jll", "Xorg_libXrender_jll"] +git-tree-sha1 = "807c226eaf3651e7b2c468f687ac788291f9a89b" +uuid = "935fb764-8cf2-53bf-bb30-45bb1f8bf724" +version = "1.2.3+0" + +[[deps.Xorg_libXdmcp_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "02054ee01980c90297412e4c809c8694d7323af3" +uuid = "a3789734-cfe1-5b06-b2d0-1dd0d9d62d05" +version = "1.1.4+3" + +[[deps.Xorg_libXext_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"] +git-tree-sha1 = "d7155fea91a4123ef59f42c4afb5ab3b4ca95058" +uuid = "1082639a-0dae-5f34-9b06-72781eeb8cb3" +version = "1.3.6+3" + +[[deps.Xorg_libXfixes_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"] +git-tree-sha1 = "6fcc21d5aea1a0b7cce6cab3e62246abd1949b86" +uuid = "d091e8ba-531a-589c-9de9-94069b037ed8" +version = "6.0.0+0" + +[[deps.Xorg_libXi_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libXext_jll", "Xorg_libXfixes_jll"] +git-tree-sha1 = "984b313b049c89739075b8e2a94407076de17449" +uuid = "a51aa0fd-4e3c-5386-b890-e753decda492" +version = "1.8.2+0" + +[[deps.Xorg_libXinerama_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libXext_jll"] +git-tree-sha1 = "a1a7eaf6c3b5b05cb903e35e8372049b107ac729" +uuid = "d1454406-59df-5ea1-beac-c340f2130bc3" +version = "1.1.5+0" + +[[deps.Xorg_libXrandr_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libXext_jll", "Xorg_libXrender_jll"] +git-tree-sha1 = "b6f664b7b2f6a39689d822a6300b14df4668f0f4" +uuid = "ec84b674-ba8e-5d96-8ba1-2a689ba10484" +version = "1.5.4+0" + +[[deps.Xorg_libXrender_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"] +git-tree-sha1 = "a490c6212a0e90d2d55111ac956f7c4fa9c277a6" +uuid = "ea2f1a96-1ddc-540d-b46f-429655e07cfa" +version = "0.9.11+1" + +[[deps.Xorg_libpthread_stubs_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "fee57a273563e273f0f53275101cd41a8153517a" +uuid = "14d82f49-176c-5ed1-bb49-ad3f5cbd8c74" +version = "0.1.1+3" + +[[deps.Xorg_libxcb_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "XSLT_jll", "Xorg_libXau_jll", "Xorg_libXdmcp_jll", "Xorg_libpthread_stubs_jll"] +git-tree-sha1 = "1a74296303b6524a0472a8cb12d3d87a78eb3612" +uuid = "c7cfdc94-dc32-55de-ac96-5a1b8d977c5b" +version = "1.17.0+3" + +[[deps.Xorg_libxkbfile_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"] +git-tree-sha1 = "dbc53e4cf7701c6c7047c51e17d6e64df55dca94" +uuid = "cc61e674-0454-545c-8b26-ed2c68acab7a" +version = "1.1.2+1" + +[[deps.Xorg_xcb_util_cursor_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_jll", "Xorg_xcb_util_renderutil_jll"] +git-tree-sha1 = "04341cb870f29dcd5e39055f895c39d016e18ccd" +uuid = "e920d4aa-a673-5f3a-b3d7-f755a4d47c43" +version = "0.1.4+0" + +[[deps.Xorg_xcb_util_image_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] +git-tree-sha1 = "0fab0a40349ba1cba2c1da699243396ff8e94b97" +uuid = "12413925-8142-5f55-bb0e-6d7ca50bb09b" +version = "0.4.0+1" + +[[deps.Xorg_xcb_util_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libxcb_jll"] +git-tree-sha1 = "e7fd7b2881fa2eaa72717420894d3938177862d1" +uuid = "2def613f-5ad1-5310-b15b-b15d46f528f5" +version = "0.4.0+1" + +[[deps.Xorg_xcb_util_keysyms_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] +git-tree-sha1 = "d1151e2c45a544f32441a567d1690e701ec89b00" +uuid = "975044d2-76e6-5fbe-bf08-97ce7c6574c7" +version = "0.4.0+1" + +[[deps.Xorg_xcb_util_renderutil_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] +git-tree-sha1 = "dfd7a8f38d4613b6a575253b3174dd991ca6183e" +uuid = "0d47668e-0667-5a69-a72c-f761630bfb7e" +version = "0.3.9+1" + +[[deps.Xorg_xcb_util_wm_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_xcb_util_jll"] +git-tree-sha1 = "e78d10aab01a4a154142c5006ed44fd9e8e31b67" +uuid = "c22f9ab0-d5fe-5066-847c-f4bb1cd4e361" +version = "0.4.1+1" + +[[deps.Xorg_xkbcomp_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxkbfile_jll"] +git-tree-sha1 = "ab2221d309eda71020cdda67a973aa582aa85d69" +uuid = "35661453-b289-5fab-8a00-3d9160c6a3a4" +version = "1.4.6+1" + +[[deps.Xorg_xkeyboard_config_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_xkbcomp_jll"] +git-tree-sha1 = "691634e5453ad362044e2ad653e79f3ee3bb98c3" +uuid = "33bec58e-1273-512f-9401-5d533626f822" +version = "2.39.0+0" + +[[deps.Xorg_xtrans_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "b9ead2d2bdb27330545eb14234a2e300da61232e" +uuid = "c5fb5394-a638-5e4d-96e5-b29de1b5cf10" +version = "1.5.0+3" + [[deps.YAML]] deps = ["Base64", "Dates", "Printf", "StringEncodings"] -git-tree-sha1 = "80c3218f29cbc47111ac87e7be5e69cc05c6dd36" +git-tree-sha1 = "dea63ff72079443240fbd013ba006bcbc8a9ac00" uuid = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" -version = "0.4.11" +version = "0.4.12" [[deps.Zlib_jll]] deps = ["Libdl"] uuid = "83775a58-1f1d-513f-b197-d71354ab007a" version = "1.2.13+1" +[[deps.Zstd_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "622cf78670d067c738667aaa96c553430b65e269" +uuid = "3161d3a3-bdf6-5164-811a-617609db77b4" +version = "1.5.7+0" + +[[deps.eudev_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "gperf_jll"] +git-tree-sha1 = "431b678a28ebb559d224c0b6b6d01afce87c51ba" +uuid = "35ca27e7-8b34-5b7f-bca9-bdc33f59eb06" +version = "3.2.9+0" + +[[deps.fzf_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "6e50f145003024df4f5cb96c7fce79466741d601" +uuid = "214eeab7-80f7-51ab-84ad-2988db7cef09" +version = "0.56.3+0" + +[[deps.gperf_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "0ba42241cb6809f1a278d0bcb976e0483c3f1f2d" +uuid = "1a1c6b14-54f6-533d-8383-74cd7377aa70" +version = "3.1.1+1" + +[[deps.julia_mzML_imzML]] +deps = ["Compat", "Libz", "Plots", "Pluto", "PyPlot"] +git-tree-sha1 = "e1aceca0a4b5fad50f5947d3dd5b22a759ff86f3" +repo-rev = "master" +repo-url = "https://github.com/CINVESTAV-LABI/julia_mzML_imzML" +uuid = "38eb50d3-2fb6-4afa-992a-964ed8562ed9" +version = "0.0.1-DEV" + +[[deps.libaom_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "522c1df09d05a71785765d19c9524661234738e9" +uuid = "a4ae2306-e953-59d6-aa16-d00cac43593b" +version = "3.11.0+0" + +[[deps.libass_jll]] +deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl", "Zlib_jll"] +git-tree-sha1 = "e17c115d55c5fbb7e52ebedb427a0dca79d4484e" +uuid = "0ac62f75-1d6f-5e53-bd7c-93b484bb37c0" +version = "0.15.2+0" + [[deps.libblastrampoline_jll]] deps = ["Artifacts", "Libdl"] uuid = "8e850b90-86db-534c-a0d3-1478176c7d93" -version = "5.8.0+1" +version = "5.11.0+0" + +[[deps.libdecor_jll]] +deps = ["Artifacts", "Dbus_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "Pango_jll", "Wayland_jll", "xkbcommon_jll"] +git-tree-sha1 = "9bf7903af251d2050b467f76bdbe57ce541f7f4f" +uuid = "1183f4f0-6f2a-5f1a-908b-139f9cdfea6f" +version = "0.2.2+0" + +[[deps.libevdev_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "141fe65dc3efabb0b1d5ba74e91f6ad26f84cc22" +uuid = "2db6ffa8-e38f-5e21-84af-90c45d0032cc" +version = "1.11.0+0" + +[[deps.libfdk_aac_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl"] +git-tree-sha1 = "8a22cf860a7d27e4f3498a0fe0811a7957badb38" +uuid = "f638f0a6-7fb0-5443-88ba-1cc74229b280" +version = "2.0.3+0" + +[[deps.libinput_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "eudev_jll", "libevdev_jll", "mtdev_jll"] +git-tree-sha1 = "ad50e5b90f222cfe78aa3d5183a20a12de1322ce" +uuid = "36db933b-70db-51c0-b978-0f229ee0e533" +version = "1.18.0+0" + +[[deps.libpng_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"] +git-tree-sha1 = "d7b5bbf1efbafb5eca466700949625e07533aff2" +uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f" +version = "1.6.45+1" + +[[deps.libvorbis_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Ogg_jll", "Pkg"] +git-tree-sha1 = "490376214c4721cdaca654041f635213c6165cb3" +uuid = "f27f6e37-5d2b-51aa-960f-b287f2bc3b7a" +version = "1.3.7+2" + +[[deps.mtdev_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "814e154bdb7be91d78b6802843f76b6ece642f11" +uuid = "009596ad-96f7-51b1-9f1b-5ce2d5e8a71e" +version = "1.1.6+0" [[deps.nghttp2_jll]] deps = ["Artifacts", "Libdl"] uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" -version = "1.52.0+1" +version = "1.59.0+0" [[deps.p7zip_jll]] deps = ["Artifacts", "Libdl"] uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" version = "17.4.0+2" + +[[deps.x264_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "4fea590b89e6ec504593146bf8b988b2c00922b2" +uuid = "1270edf5-f2f9-52d2-97e9-ab00b5d0237a" +version = "2021.5.5+0" + +[[deps.x265_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "ee567a171cce03570d77ad3a43e90218e38937a9" +uuid = "dfaa095f-4041-5dcd-9319-2fabd8486b76" +version = "3.5.0+0" + +[[deps.xkbcommon_jll]] +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"] +git-tree-sha1 = "63406453ed9b33a0df95d570816d5366c92b7809" +uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd" +version = "1.4.1+2" diff --git a/Project.toml b/Project.toml index 9568e97..5fc5b8f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,7 @@ [deps] Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e" GenieFramework = "a59fdf5c-6bf0-4f5d-949c-a137c9e2f353" +julia_mzML_imzML = "38eb50d3-2fb6-4afa-992a-964ed8562ed9" [Genie] -instantiated_pwd = "/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI" +instantiated_pwd = "/var/home/pixelguy14/Documentos/CINVESTAV_2025/Julia_msi_GUI" diff --git a/README.md b/README.md index 1e3f510..656cf02 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,28 @@ # Julia_msi_GUI
A Graphical User Interface for IMS in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML -## Local installation -1. Launch Julia +## Local Installation +1. Make sure you have Julia installed, if not, follow the next installation guide for [juliaup](https://github.com/JuliaLang/juliaup) (recommended) or [julia] (https://julialang.org/downloads/platform/) +2. Access the repository using this link:
+ https://github.com/Pixelguy14/Julia_msi_GUI
+ click "<> Code" button then hit "Download ZIP"
+ unzip the file in your desired location
+ +## Load User Interface +1. Launch Julia in your terminal using: ``` julia ``` -2. set working directory to Julia_msi_GUI (this repository) code using +2. Set working directory to Julia_msi_GUI (this repository) code using: ``` cd("PathToRepository/Julia_msi_GUI-main") ``` -3. Enter Pkg mode by pressing the close square bracket once Julia has been loaded: ** Mostrar imagen del modo pkg** +3. With the active directory being Julia_msi_GUI run the next script: ``` -] +include("start_MSI_GUI.jl") ``` -3. Install the following libraries +4. Alternatively, you can open a terminal in the path of the repository and run the command and skip the next step: ``` -add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add Genie +julia start_MSI_GUI.jl ``` - -## Load user interface -1. set working directory to Julia_msi_GUI (this repository) code using -``` -cd("PathToRepository/Julia_msi_GUI-main") -``` -2. In the Pkg mode (enter by pressing "]" once Julia is rining) enter: -``` -activate . -``` -3. Get out from Pkg mode by pressing the backspace key and enter next line: -``` -using Genie ; Genie.loadapp() ; up() -``` -6. After the package is loaded, open the port generated by Genie to access the GUI by pressing cmd (macOS) or ctrl (Linux/Windows) in the http:// direction, as shown in the figure. -![Open Julia](https://github.com/user-attachments/assets/37e191d7-635d-458f-a1cd-719e2964594f) +5. After the script has finished loading, it should open a page in your browser with the web app running. \ No newline at end of file diff --git a/app.jl b/app.jl index eb91416..06e1a89 100644 --- a/app.jl +++ b/app.jl @@ -1,6 +1,6 @@ module App # == Packages == -using GenieFramework # set up Genie development environment. +using GenieFramework # Set up Genie development environment. using Pkg using Libz using PlotlyBase @@ -24,34 +24,57 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) # @in variables can be modified by both the backend and the browser # variables must be initialized with constant values, or variables defined outside of the @app block #@out test = "/test.bmp" #slash means it's getting the info from 'public' folder + + # Interface non Variables + @out warning_fr = "" + @out btnStartDisable = false + @out btnPlotDisable = true + @in warning_msg = false + + # Interface Variables @in file_route = "" @in file_name = "" - @out warning_fr = "" @in Nmass = 0.0 @in Tol = 0.0 - @in triqEnabled = false - @out Disab_btn = false @in triqProb = 0.0 @in triqColor = 0 - @in Main_Process = false - @out indeximg = 0 - @out indeximgTriq = 0 - @out lastimg = 0 - @out lastimgTriq = 0 + + # Interface Buttons + @in Main_Process = false # To generate images + @in Generate_Plot = false # To generate plot + @in progress = false + @in progressPlot = false + @in triqEnabled = false @in ImgPlus = false @in ImgMinus = false - @out test = "/.bmp" @in ImgPlusT = false @in ImgMinusT = false - @out testT = "/.bmp" + + @out indeximg = 0 + @out indeximgTriq = 0 + + @out lastimg = 0 + @out lastimgTriq = 0 + + # Interface Images + @out imgInt = "/.bmp" # image Interface + @out imgIntT = "/.bmp" # image Interface TrIQ + @out colorbar = "/.png" + @out colorbarT = "/.png" + @out msg = "" @out msgimg = "" @out msgtriq = "" + @out full_route = "" @out full_routeMz = "" @out full_routeMz2 = "" - @out colorbar = "/.png" - @out colorbarT = "/.png" + + # WIP + @out int_nmass = 0 + @out dec_nmass = 0.0 + + # Interface Plot layoutSpectra = PlotlyBase.Layout( title = "SUM Spectrum plot", xaxis = PlotlyBase.attr( @@ -61,71 +84,42 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) yaxis = PlotlyBase.attr( title = "Intensity", showgrid = true - ), - width = 900, - height = 500 ) + ) + traceSpectra = PlotlyBase.scatter(x=[], y=[], mode="lines") @out plotdata = [traceSpectra] @out plotlayout = layoutSpectra # == Reactive handlers == - # reactive handlers watch a variable and execute a block of code when - # its value changes + # Reactive handlers watch a variable and execute a block of code when its value changes + # The onbutton handler will set the variable to false after the block is executed + """ @onchange triqEnabled begin if !triqEnabled #triqProb = 0.0 #triqColor = 0 end end + """ + @onchange file_name begin msg = "" + progress = false + progressPlot = false try if contains(file_name,".imzML") warning_fr = "" full_route = joinpath( file_route, file_name ) - if isfile(full_route) # check if the file exists - full_routeMz = split( full_route, "." )[1] * ".mzML" # Splitting the route from imzml to mzml so the plotting can work - if isfile(full_routeMz) && (full_routeMz2 == "" || full_routeMz2 != full_routeMz) # check if there is an mzML file around - Disab_btn = true - warning_fr = "Loading plot..." - spectraMz = LoadMzml(full_routeMz) - # dims = size(spectraMz) - # scansMax = dims[2] # we get the total of scansMax - # traceSpectra = PlotlyBase.scatter(x = spectraMz[1, 1], y = spectraMz[2, 1], mode="lines") - traceSpectra = PlotlyBase.scatter(x = mean(spectraMz[1,:]), y = mean(spectraMz[2,:]), mode="lines") - plotdata = [traceSpectra] # we add the data of spectra to the plot - spectraMz = nothing # Important for memory cleaning - GC.gc() # Trigger garbage collection - if Sys.islinux() - ccall(:malloc_trim, Int32, (Int32,), 0) # Ensure julia returns the freed memory to OS - end - warning_fr = "Plot loaded." - Disab_btn = false - full_routeMz2 = full_routeMz # to avoid creating the plot if its the same file read as before - end + if isfile(full_route) # Check if the file exists + btnPlotDisable = false + btnStartDisable = false else warning_fr = "is not an imzML file" end - elseif contains(file_name,".mzML") - full_routeMz = joinpath( file_route, file_name ) - warning_fr = "$(full_routeMz)" - if isfile(full_routeMz) && (full_routeMz2 == "" || full_routeMz2 != full_routeMz) # check if there is an mzML file around # check if the file exists - Disab_btn = true - warning_fr = "Loading plot..." - spectraMz = LoadMzml(full_routeMz) - traceSpectra = PlotlyBase.scatter(x = mean(spectraMz[1,:]), y = mean(spectraMz[2,:]), mode="lines") - plotdata = [traceSpectra] # we add the data of spectra to the plot - spectraMz = nothing # Important for memory cleaning - GC.gc() # Trigger garbage collection - if Sys.islinux() - ccall(:malloc_trim, Int32, (Int32,), 0) # Ensure julia returns the freed memory to OS - end - warning_fr = "Plot loaded." - Disab_btn = false - full_routeMz2 = full_routeMz # to avoid creating the plot if its the same file read as before - end else + btnPlotDisable = true + btnStartDisable = true full_route = "/" warning_fr = "is not an imzML or mzML file" end @@ -133,15 +127,18 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) msg = "There was an error, please verify the file and try again. $(e)" end end + """ @onchange Nmass begin indeximg = floor(Int, Nmass) indeximgTriq = floor(Int, Nmass) lastimg = floor(Int, Nmass) lastimgTriq = floor(Int, Nmass) end - # The onbutton handler will set the variable to false after the block is executed + """ + @onbutton Main_Process begin - Disab_btn = true # We disable the button to avoid multiple requests + progress = true # Start progress button animation + btnStartDisable = true # We disable the button to avoid multiple requests indeximg = floor(Int, Nmass) full_route = joinpath(file_route, file_name) if isfile(full_route) && Nmass > 0 && Tol > 0 && Tol <= 1 @@ -150,35 +147,42 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) spectra = LoadImzml(full_route) msg = "File loaded. Creating Spectra with the specific mass and tolerance, please be patient." slice = GetSlice(spectra, Nmass, Tol) - fig = CairoMakie.Figure(size = (100, 200)) #container - if triqEnabled # if we have TrIQ + fig = CairoMakie.Figure(size = (100, 200)) # Container + # Append a query string to force the image to refresh + timestamp = string(time_ns()) + if triqEnabled # If we have TrIQ if triqColor < 1 || triqColor > 256 ||triqProb < 0 || triqProb > 1 msg = "Incorrect TrIQ values, please adjust accordingly and try again." + warning_msg = true else SaveBitmap(joinpath("public", "TrIQ_$(floor(Int, Nmass)).bmp"),TrIQ(slice, Int(triqColor), triqProb),ViridisPalette) - testT = "/TrIQ_$(floor(Int, Nmass)).bmp" # we define the starting value of the images + # Use timestamp to refresh image interface container + imgIntT = "/TrIQ_$(floor(Int, Nmass)).bmp?t=$(timestamp)" msgtriq = "TrIQ image with the Nmass of $(floor(Int, Nmass))" ticks = round.(range(0, stop = maximum(TrIQ(slice, Int(triqColor), triqProb)), length = 10), digits = 2) Colorbar(fig[1, 1], colormap = rgb_ViridisPalette, limits = (0, maximum(TrIQ(slice, Int(triqColor), triqProb))),ticks = ticks, label = "Intensity") save("public/colorbar_TrIQ_$(floor(Int, Nmass)).png", fig) msg = "The file has been created successfully inside the 'public' folder of the app." - colorbarT = "/colorbar_TrIQ_$(floor(Int, Nmass)).png" + colorbarT = "/colorbar_TrIQ_$(floor(Int, Nmass)).png?t=$(timestamp)" end - else # if we don't use TrIQ - SaveBitmap(joinpath("public", "$(floor(Int, Nmass)).bmp"),IntQuant(slice),ViridisPalette) - test = "/$(floor(Int, Nmass)).bmp" # we define the starting value of the images + else # If we don't use TrIQ + SaveBitmap(joinpath("public", "MSI_$(floor(Int, Nmass)).bmp"),IntQuant(slice),ViridisPalette) + # Use timestamp to refresh image interface container + imgInt = "/MSI_$(floor(Int, Nmass)).bmp?t=$(timestamp)" msgimg = "image with the Nmass of $(floor(Int, Nmass))" ticks = round.(range(0, stop = maximum(slice), length = 10), digits = 2) Colorbar(fig[1, 1], colormap = rgb_ViridisPalette, limits = (0, maximum(slice)),ticks = ticks, label = "Intensity") - save("public/colorbar_$(floor(Int, Nmass)).png", fig) + save("public/colorbar_MSI_$(floor(Int, Nmass)).png", fig) msg = "The file has been created successfully inside the 'public' folder of the app." - colorbar = "/colorbar_$(floor(Int, Nmass)).png" + colorbar = "/colorbar_MSI_$(floor(Int, Nmass)).png?t=$(timestamp)" end catch e msg = "There was an error loading the ImzML file, please verify the file accordingly and try again. $(e)" + warning_msg = true end else msg = "File does not exist or a parameter is incorrect, please try again." + warning_msg = true end spectra = nothing # Important for memory cleaning slice = nothing @@ -186,31 +190,68 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) if Sys.islinux() ccall(:malloc_trim, Int32, (Int32,), 0) # Ensure julia returns the freed memory to OS end - Disab_btn = false + btnStartDisable = false + progress = false end + + @onbutton Generate_Plot begin + msg = "" + full_route = joinpath( file_route, file_name ) + progressPlot = true + if isfile(full_route) # Check if the file exists + btnPlotDisable = false + btnStartDisable = false + full_routeMz = split( full_route, "." )[1] * ".mzML" # Splitting the route from imzml to mzml so the plotting can work + if isfile(full_routeMz) && (full_routeMz2 == "" || full_routeMz2 != full_routeMz) # Check if the mzml exists + btnPlotDisable = true + msg = "Loading plot..." + spectraMz = LoadMzml(full_routeMz) + # dims = size(spectraMz) + # scansMax = dims[2] # we get the total of scansMax + # traceSpectra = PlotlyBase.scatter(x = spectraMz[1, 1], y = spectraMz[2, 1], mode="lines") + traceSpectra = PlotlyBase.scatter(x = mean(spectraMz[1,:]), y = mean(spectraMz[2,:]), mode="lines") + plotdata = [traceSpectra] # We add the data from spectra to the plot + spectraMz = nothing # Important for memory cleaning + GC.gc() # Trigger garbage collection + if Sys.islinux() + ccall(:malloc_trim, Int32, (Int32,), 0) # Ensure julia returns the freed memory to OS + end + msg = "Plot loaded." + btnPlotDisable = false + full_routeMz2 = full_routeMz # To avoid creating the plot if its the same file read as before + end + else + msg = "is not an imzML file" + warning_msg = true + end + progressPlot = false + end + + # WIP THESE NEED TO CHANGE, A BETTER BLIND SEARCH AND ALLOWANCE FOR DECIMAL IMAGES + # Also needs to implement timestamp to force reload of image and update if needed. @onbutton ImgMinus begin indeximg-=1 - while !isfile("public/$(indeximg).bmp") && indeximg > 0 + while !isfile("public/MSI_$(indeximg).bmp") && indeximg > 0 indeximg -= 1 end - if(indeximg <= 0) #if it doesn't find a lower value image + if(indeximg <= 0) # If it doesn't find a lower value image indeximg = lastimg end - test = "/$(indeximg).bmp" - colorbar = "/colorbar_$(indeximg).png" + imgInt = "/MSI_$(indeximg).bmp" + colorbar = "/colorbar_MSI_$(indeximg).png" msgimg = "image with the Nmass of $(indeximg)" lastimg = indeximg end @onbutton ImgPlus begin indeximg+=1 - while !isfile("public/$(indeximg).bmp") && indeximg < 2001 + while !isfile("public/MSI_$(indeximg).bmp") && indeximg < 2001 indeximg += 1 end if(indeximg >= 2001) indeximg = lastimg end - test = "/$(indeximg).bmp" - colorbar = "/colorbar_$(indeximg).png" + imgInt = "/MSI_$(indeximg).bmp" + colorbar = "/colorbar_MSI_$(indeximg).png" msgimg = "image with the Nmass of $(indeximg)" lastimg = indeximg end @@ -220,10 +261,10 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) while !isfile("public/TrIQ_$(indeximgTriq).bmp") && indeximgTriq > 0 indeximgTriq -= 1 end - if(indeximgTriq <= 0) #if it doesn't find a lower value image + if(indeximgTriq <= 0) # If it doesn't find a lower value image indeximgTriq = lastimgTriq end - testT = "/TrIQ_$(indeximgTriq).bmp" + imgIntT = "/TrIQ_$(indeximgTriq).bmp" colorbarT = "/colorbar_TrIQ_$(indeximgTriq).png" msgtriq = "TrIQ image with the Nmass of $(indeximgTriq)" lastimgTriq = indeximgTriq @@ -236,7 +277,7 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) if(indeximgTriq >= 2001) indeximgTriq = lastimgTriq end - testT = "/TrIQ_$(indeximgTriq).bmp" + imgIntT = "/TrIQ_$(indeximgTriq).bmp" colorbarT = "/colorbar_TrIQ_$(indeximgTriq).png" msgtriq = "TrIQ image with the Nmass of $(indeximgTriq)" lastimgTriq = indeximgTriq @@ -247,7 +288,7 @@ rgb_ViridisPalette =reinterpret(ColorTypes.RGB24, ViridisPalette) end end # == Pages == -# register a new route and the page that will be loaded on access +# Register a new route and the page that will be loaded on access @page("/", "app.jl.html") end diff --git a/app.jl.html b/app.jl.html index 2ee6245..7870e8b 100644 --- a/app.jl.html +++ b/app.jl.html @@ -1,76 +1,134 @@ -
-Labi Logo Icon -
-

Julia mzML imzML analysis GUI 

-
Please make sure the ibd, the mzML and the imzML files are located in the same directory and have the same name.
-
It may take a while to generate the image and the plot, please be patient.
-
-
-
-
-
-
- - - - -

full route: {{full_route}} {{warning_fr}}

-
-
- + diff --git a/log/dev-2024-07-31.log b/log/dev-2024-07-31.log deleted file mode 100644 index c7f0ca5..0000000 --- a/log/dev-2024-07-31.log +++ /dev/null @@ -1,142 +0,0 @@ -┌ Info: 2024-07-31 18:33:06 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-07-31 18:33:07 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:33:13 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-07-31 18:33:13 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:33:14 -│ Web Server starting at http://0.0.0.0:9101?CHANNEL__=UOXDGKKVOBCXZTBAYJZHNRLYXUMEHIIZ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-07-31 18:33:14 Listening on: 0.0.0.0:9101, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-07-31 18:39:05 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:39:05 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:40:40 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:40:40 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:00 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:00 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:14 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:14 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:24 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:24 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:30 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:30 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:49 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:41:49 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:42:50 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:42:50 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:42:57 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:42:57 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:43:07 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:43:07 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:43:52 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:43:52 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:50:17 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-07-31 18:50:17 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:50:18 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-07-31 18:50:18 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-07-31 18:51:07 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:51:27 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:51:42 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:51:59 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:52:16 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:52:50 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:53:09 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:56:22 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:56:45 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:58:11 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:58:47 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 18:59:52 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:02:25 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:02:55 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:05:14 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Warning: 2024-07-31 19:05:30 UndefVarError(:spectra) -└ @ Stipple /home/pixelguy14/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:999 -┌ Info: 2024-07-31 19:06:28 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:06:53 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:07:14 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:07:22 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:07:36 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:07:49 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:07:57 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:08:06 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:08:33 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:08:42 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:08:55 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:09:46 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:10:27 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:12:49 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:14:15 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:14:32 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:14:38 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:14:48 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:15:00 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:15:51 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:16:22 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-07-31 19:17:06 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 diff --git a/log/dev-2024-08-03.log b/log/dev-2024-08-03.log deleted file mode 100644 index d4c55be..0000000 --- a/log/dev-2024-08-03.log +++ /dev/null @@ -1,95 +0,0 @@ -┌ Info: 2024-08-03 14:24:50 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 14:24:51 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:24:52 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 14:24:52 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-03 14:31:37 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 14:31:38 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:31:39 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 14:31:39 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-03 14:33:11 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 14:33:12 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:33:13 -│ Web Server starting at http://0.0.0.0:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 14:33:13 Listening on: 0.0.0.0:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-03 14:36:48 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 14:36:48 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:38:18 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 14:38:18 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:38:24 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 14:38:24 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:38:25 -│ Web Server starting at http://0.0.0.0:9101?CHANNEL__=QTIACKBTZTCBQZDBXIXAZJEJYQAWATTT -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 14:38:25 Listening on: 0.0.0.0:9101, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-03 14:39:01 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 14:39:01 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 15:10:16 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 15:10:17 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 15:10:18 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 15:10:18 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Warning: 2024-08-03 15:12:12 InexactError(:UInt8, UInt8, NaN) -└ @ Stipple /home/pixelguy14/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:999 -┌ Info: 2024-08-03 15:15:41 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 15:15:42 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 15:15:43 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 15:15:43 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Warning: 2024-08-03 15:17:17 InexactError(:UInt8, UInt8, NaN) -└ @ Stipple /home/pixelguy14/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:999 -┌ Info: 2024-08-03 15:27:34 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 15:27:34 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 15:27:35 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 15:28:59 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 15:29:00 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 15:29:01 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 15:29:01 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-03 15:42:20 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI-main/JuliaIMZML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-03 15:42:21 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-03 15:42:22 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 15:42:22 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 diff --git a/log/dev-2024-08-21.log b/log/dev-2024-08-21.log deleted file mode 100644 index 98dca22..0000000 --- a/log/dev-2024-08-21.log +++ /dev/null @@ -1,947 +0,0 @@ -┌ Info: 2024-08-21 11:41:06 Watching ["/var/home/pixelguy14/Documentos/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 11:41:06 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 11:41:07 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 11:41:07 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 11:54:41 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 11:54:42 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 11:54:43 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 11:54:43 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 12:01:30 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:02:49 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:02:50 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:02:51 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:02:51 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 13:03:18 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Error: 2024-08-21 13:04:53 Failed to revise /var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI/app.jl -│ exception = Revise.ReviseEvalException("/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI/app.jl:53", UndefVarError(:Layout), Any[(top-level scope at app.jl:53, 1)]) -└ @ Revise /home/pixelguy14/.julia/packages/Revise/W4D4d/src/packagedef.jl:722 -┌ Warning: 2024-08-21 13:04:54 The running code does not match the saved version for the following files: -│ -│ /var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI/app.jl -│ -│ If the error was due to evaluation order, it can sometimes be resolved by calling `Revise.retry()`. -│ Use Revise.errors() to report errors again. Only the first error in each file is shown. -│ Your prompt color may be yellow until the errors are resolved. -└ @ Revise /home/pixelguy14/.julia/packages/Revise/W4D4d/src/packagedef.jl:832 -┌ Info: 2024-08-21 13:06:15 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:06:16 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:06:18 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:06:55 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:11:19 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:15:44 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:16:33 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:16:34 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:16:36 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:17:06 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:17:31 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:17:32 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:17:33 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:18:43 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:20:36 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:20:54 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:21:13 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:21:13 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:21:15 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:21:54 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:22:32 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:22:33 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:22:34 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:22:48 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:23:00 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:23:33 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:23:33 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:23:34 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:23:34 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 13:28:20 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:31:18 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:31:27 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 13:31:28 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#238"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 13:31:44 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 13:31:50 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#238"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 13:37:21 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 13:37:31 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#238"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Error: 2024-08-21 13:37:32 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#238"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 13:37:54 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:37:55 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:37:56 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:38:11 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:38:39 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:39:20 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:39:21 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:39:22 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:39:52 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:40:22 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:40:23 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:40:24 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:41:51 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:42:27 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:42:27 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:42:28 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:43:24 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:43:40 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:44:03 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:44:04 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:44:05 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:44:21 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:44:43 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:44:44 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:44:45 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:45:06 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:45:20 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:47:50 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:48:10 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:48:11 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:48:12 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:55:41 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 13:55:42 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:55:43 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 13:55:43 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 13:57:14 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:58:16 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 13:59:59 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 14:00:00 UndefVarError: `layoutSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#238"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 14:01:43 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 14:01:47 UndefVarError: `layoutSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#239"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 14:03:07 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 14:03:07 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:03:08 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 14:03:08 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 14:04:44 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:06:29 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:07:00 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:08:22 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:08:41 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 14:08:42 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#241"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 14:12:05 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 14:12:10 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#242"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 14:13:12 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Error: 2024-08-21 14:13:17 UndefVarError: `traceSpectra` not defined -│ Stacktrace: -│ [1] Main.App.var"##Main.App_ReactiveModel!#242"() -│ @ Main.App ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:1052 -│ [2] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [3] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [4] |> -│ @ ./operators.jl:917 [inlined] -│ [5] init(t::Type{Main.App.var"Main.App_ReactiveModel"}; vue_app_name::String, endpoint::String, channel::Any, debounce::Int64, transport::Module, core_theme::Bool, always_register_channels::Bool) -│ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:514 -│ [6] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}; channel::String, kwargs::@Kwargs{}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:25 -│ [7] init_from_storage(t::Type{Main.App.var"Main.App_ReactiveModel"}) -│ @ Stipple.ModelStorage.Sessions ~/.julia/packages/Stipple/Hr6Qa/src/ModelStorage.jl:22 -│ [8] top-level scope -│ @ ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:767 -│ [9] eval -│ @ ./boot.jl:385 [inlined] -│ [10] (::Stipple.ReactiveTools.var"#32#34"{Module, Vector{Any}})() -│ @ Stipple.ReactiveTools ~/.julia/packages/Stipple/Hr6Qa/src/ReactiveTools.jl:1193 -│ [11] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [12] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [13] (::Stipple.Pages.var"#7#10"{FilePathsBase.PosixPath, String, @Kwargs{}})() -│ @ Stipple.Pages ~/.julia/packages/Stipple/Hr6Qa/src/Pages.jl:68 -│ [14] run_route(r::Genie.Router.Route) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:547 -│ [15] route_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Router ~/.julia/packages/Genie/uliWf/src/Router.jl:172 -│ [16] route_request -│ @ ~/.julia/packages/Genie/uliWf/src/Router.jl:147 [inlined] -│ [17] handle_request(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:300 -│ [18] handle_request -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:292 [inlined] -│ [19] (::Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response})() -│ @ Genie.Server /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/macros.jl:123 -│ [20] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [21] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [22] #153 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:425 [inlined] -│ [23] run_work_thunk(thunk::Distributed.var"#153#154"{Genie.Server.var"#27#28"{HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}, HTTP.Messages.Request, HTTP.Messages.Response}, Tuple{}, @Kwargs{}}, print_error::Bool) -│ @ Distributed /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/process_messages.jl:70 -│ [24] #remotecall_fetch#158 -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:450 [inlined] -│ [25] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:449 [inlined] -│ [26] remotecall_fetch -│ @ /var/home/pixelguy14/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Distributed/src/remotecall.jl:492 [inlined] -│ [27] setup_http_listener(req::HTTP.Messages.Request, res::HTTP.Messages.Response; stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:344 -│ [28] setup_http_listener (repeats 2 times) -│ @ ~/.julia/packages/Genie/uliWf/src/Server.jl:342 [inlined] -│ [29] (::Genie.Server.var"#24#25"{typeof(Genie.Server.setup_http_listener)})(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:313 -│ [30] setup_http_streamer(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:333 -│ [31] (::Genie.Server.var"#6#12")(stream::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}}) -│ @ Genie.Server ~/.julia/packages/Genie/uliWf/src/Server.jl:124 -│ [32] #invokelatest#2 -│ @ ./essentials.jl:892 [inlined] -│ [33] invokelatest -│ @ ./essentials.jl:889 [inlined] -│ [34] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing) -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:469 -│ [35] (::HTTP.Servers.var"#16#17"{Genie.Server.var"#6#12", HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})() -│ @ HTTP.Servers ~/.julia/packages/HTTP/sJD5V/src/Servers.jl:401 -│ -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:356 -┌ Info: 2024-08-21 14:14:05 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 14:14:06 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:14:07 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 14:14:07 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 14:15:57 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:18:24 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 14:18:25 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:18:26 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 14:18:26 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 14:19:13 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:21:11 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:23:39 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 14:23:39 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:23:41 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 14:23:41 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 14:24:22 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:25:02 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:28:39 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 14:28:40 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:28:41 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 14:28:41 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-21 14:34:14 Watching ["/var/home/pixelguy14/Documentos/CINVESTAV_2024/Julia_imzML_GUI"] -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:19 -┌ Info: 2024-08-21 14:34:15 Autoreloading -└ @ GenieAutoReload /home/pixelguy14/.julia/packages/GenieAutoReload/ESvsh/src/GenieAutoReload.jl:22 -┌ Info: 2024-08-21 14:34:16 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-21 14:34:16 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 diff --git a/log/prod-2024-08-03.log b/log/prod-2024-08-03.log deleted file mode 100644 index f914af0..0000000 --- a/log/prod-2024-08-03.log +++ /dev/null @@ -1,10 +0,0 @@ -┌ Info: 2024-08-03 14:23:24 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 14:23:24 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 -┌ Info: 2024-08-03 14:46:32 -│ Web Server starting at http://127.0.0.1:8000 -└ @ Genie.Server /home/pixelguy14/.julia/packages/Genie/uliWf/src/Server.jl:182 -┌ Info: 2024-08-03 14:46:32 Listening on: 127.0.0.1:8000, thread id: 1 -└ @ HTTP.Servers /home/pixelguy14/.julia/packages/HTTP/sJD5V/src/Servers.jl:382 diff --git "a/ongoing_tasks.txt\n" "b/ongoing_tasks.txt\n" new file mode 100644 index 0000000..8a0af5e --- /dev/null +++ "b/ongoing_tasks.txt\n" @@ -0,0 +1,18 @@ +PENDING + + rmsi julia coherence with image creation + avoid image enlargement -> CURRENT WIP + image rotation? + colorbar revamp + 3d topography for images + better blind search for images -> CURRENT WIP + multiple plot types? + +DONE + quicker start for julia GUI + better UI + better style of page + more responsiveness + UI functionality added + code cleaning + better code readability diff --git a/public/css/autogenerated.css b/public/css/autogenerated.css index 53f3af3..0a17a83 100644 --- a/public/css/autogenerated.css +++ b/public/css/autogenerated.css @@ -1 +1 @@ - #isfqg{float:right;}#i6e3p{float: left;}#ikbk{display:flex;align-items:center;}#i65e{width:100px;height:80px;margin-right:10px;margin-left:10px;}#i0xj8{background-color:#e5ecf6;}#idbha{padding:10px;}#i8pdn{background-color:#e5ecf6;}#ihxlc{padding:10px;}#colorbar{float: left;} + #btnStyle{background:#009f90;color:rgb(229, 236, 246);}#imgInt{float:left;}#header{display:flex;align-items:center;}#imgLogo{width:100px;height:80px;margin-right:10px;margin-left:10px;}#extDivStyle{background-color:#c9cdb1;}#intDivStyle{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;background-color:rgb(229, 236, 246);}#colorbar{float:left;}.custom-standout{background-color:#ccd2db!important;color:rgb(229, 236, 246)!important;} \ No newline at end of file diff --git a/start_MSI_GUI.jl b/start_MSI_GUI.jl new file mode 100644 index 0000000..9041d35 --- /dev/null +++ b/start_MSI_GUI.jl @@ -0,0 +1,23 @@ +using Pkg +Pkg.activate(".") +Pkg.instantiate() +Pkg.update() +# Pkg.add(url="https://github.com/CINVESTAV-LABI/julia_mzML_imzML") # with this we ensure it uses the latest library iteration +using Genie + +# Load and configure Genie +Genie.loadapp() + +# Start the Genie server +@async begin + up(host="127.0.0.1", port=1481) + url = "http://127.0.0.1:1481" + # Open the URL in the default web browser based on the OS + if Sys.isapple() + @async run(`open $url`) # For macOS + elseif Sys.islinux() + @async run(`xdg-open $url`) # For Linux + elseif Sys.iswindows() + @async run(`start $url`) # For Windows + end +end