diff --git a/B/BoxROIs/Compat.toml b/B/BoxROIs/Compat.toml new file mode 100644 index 0000000..c2ef495 --- /dev/null +++ b/B/BoxROIs/Compat.toml @@ -0,0 +1,4 @@ +[1] +BoxTrees = "1" +IntervalSets = ["0.5", "0.7"] +julia = "1.10.0-1" diff --git a/B/BoxROIs/Deps.toml b/B/BoxROIs/Deps.toml new file mode 100644 index 0000000..d971819 --- /dev/null +++ b/B/BoxROIs/Deps.toml @@ -0,0 +1,3 @@ +[1] +BoxTrees = "9cc36475-e10c-57f8-b33d-19dcb253ebc3" +IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953" diff --git a/B/BoxROIs/Package.toml b/B/BoxROIs/Package.toml new file mode 100644 index 0000000..6233a00 --- /dev/null +++ b/B/BoxROIs/Package.toml @@ -0,0 +1,3 @@ +name = "BoxROIs" +uuid = "517cc204-9f26-4324-9fcb-b5e88f22b22c" +repo = "git@github.com:HolyLab/BoxROIs.jl.git" diff --git a/B/BoxROIs/Versions.toml b/B/BoxROIs/Versions.toml new file mode 100644 index 0000000..1c2caa1 --- /dev/null +++ b/B/BoxROIs/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "173baf73cd75cd154619bd03647a9695bc626ac3" diff --git a/Registry.toml b/Registry.toml index 742cb2d..79cc724 100644 --- a/Registry.toml +++ b/Registry.toml @@ -37,6 +37,7 @@ register any package within lab scope. 454fbcff-fa78-4492-9c80-2cfc3f2a4b52 = { name = "CounterMarking", path = "C/CounterMarking" } 464fa2a9-b19c-5c59-8698-f58c971f971e = { name = "RegisterPenalty", path = "R/RegisterPenalty" } 46a7138f-0d70-54e1-8ada-fb8296f91f24 = { name = "CenterIndexedArrays", path = "C/CenterIndexedArrays" } +517cc204-9f26-4324-9fcb-b5e88f22b22c = { name = "BoxROIs", path = "B/BoxROIs" } 55325cc8-c0ec-11e8-2109-1f9bd277abf4 = { name = "ShotNoise", path = "S/ShotNoise" } 56f27cf3-5d2e-53a9-a1df-46b7fbe4d4d0 = { name = "DFoFArrays", path = "D/DFoFArrays" } 597c7b4e-c0ec-11e8-1347-855d2b7c9c20 = { name = "FakeCells", path = "F/FakeCells" }