Skip to content

Commit

Permalink
migrate (#89)
Browse files Browse the repository at this point in the history
* migrate

* fix extras
  • Loading branch information
eahenle authored Oct 27, 2021
1 parent 7190e01 commit eb9651a
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 46 deletions.
13 changes: 6 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "PoreMatMod"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
authors = ["SimonEnsemble <cory.simon@oregonstate.edu>"]
version = "0.2.3"
version = "0.2.4"

[deps]
Bio3DView = "99c8bb3a-9d13-5280-9740-b4880ed9c598"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FIGlet = "3064a664-84fe-4d92-92c7-ed492f3d8fae"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
PlutoSliderServer = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
Expand All @@ -22,21 +22,20 @@ Bio3DView = "^0.1.0"
CSV = "^0.8.0"
DataFrames = "^0.22.0"
FIGlet = "^0.2.0"
LightGraphs = "^1.3.0"
MetaGraphs = "^0.6.6"
Graphs = "^1.4.1"
MetaGraphs = "^0.7.0"
PlutoSliderServer = "^0.2.4"
PlutoUI = "^0.7.9"
Reexport = "^1.1.0"
StatsBase = "^0.33.0"
Xtals = "^0.3.6"
Xtals = "^0.3.8"
julia = "^1.6"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand All @@ -47,4 +46,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Xtals = "ede5f01d-793e-4c47-9885-c447d1f18d6d"

[targets]
test = ["Test", "Documenter", "CSV", "DataFrames", "LightGraphs", "LinearAlgebra", "Printf", "PyCall", "InteractiveUtils", "Logging", "Markdown", "Pkg"]
test = ["Test", "Documenter", "CSV", "DataFrames", "LinearAlgebra", "Printf", "PyCall", "InteractiveUtils", "Logging", "Markdown", "Pkg"]
8 changes: 4 additions & 4 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FIGlet = "3064a664-84fe-4d92-92c7-ed492f3d8fae"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Graphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
PlutoSliderServer = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
Expand All @@ -19,13 +19,13 @@ CSV = "^0.8.0"
DataFrames = "^0.22.0"
Documenter = "^0.27.0"
FIGlet = "^0.2.0"
LightGraphs = "^1.3.0"
MetaGraphs = "^0.6.6"
Graphs = "^1.4.1"
MetaGraphs = "^0.7.0"
PlutoSliderServer = "^0.2.4"
PlutoUI = "^0.7.9"
Reexport = "^1.1.0"
StatsBase = "^0.33.0"
Xtals = "0.3.0"
Xtals = "^0.3.8"
julia = "^1.6"

[extras]
Expand Down
8 changes: 4 additions & 4 deletions examples/correct_missing_Hs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -432,7 +432,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -521,7 +521,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -700,7 +700,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "345604daffc6812d79a1c4e252ab2015c9ac3fd0"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/disorder_and_guests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -463,7 +463,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -552,7 +552,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -731,7 +731,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "345604daffc6812d79a1c4e252ab2015c9ac3fd0"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/make_hypothetical_MOF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -437,7 +437,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -526,7 +526,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -705,7 +705,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "345604daffc6812d79a1c4e252ab2015c9ac3fd0"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/missing_linker_defect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -441,7 +441,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -530,7 +530,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -709,7 +709,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "345604daffc6812d79a1c4e252ab2015c9ac3fd0"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/replacement_modes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -501,7 +501,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -590,7 +590,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -769,7 +769,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "345604daffc6812d79a1c4e252ab2015c9ac3fd0"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.5"
Expand Down
14 changes: 7 additions & 7 deletions examples/substructure_search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using InteractiveUtils

# ╔═╡ 37939a7a-0651-11ec-11c1-6b5ef0a19ec2
# load required packages (Pluto.jl will automatically install them)
using PoreMatMod, PlutoUI, Bio3DView, Logging, LightGraphs, MetaGraphs
using PoreMatMod, PlutoUI, Bio3DView, Logging, Graphs, MetaGraphs

# ╔═╡ 8ca1eb06-df90-4837-87b1-2e76e1670504
# helper functions for viewing molecules and crystals and gathering input files
Expand Down Expand Up @@ -87,15 +87,15 @@ view_structure(hits)
PLUTO_PROJECT_TOML_CONTENTS = """
[deps]
Bio3DView = "99c8bb3a-9d13-5280-9740-b4880ed9c598"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Graphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PoreMatMod = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
[compat]
Bio3DView = "~0.1.3"
LightGraphs = "~1.3.5"
Graphs = "~1.3.5"
MetaGraphs = "~0.6.8"
PlutoUI = "~0.7.14"
PoreMatMod = "~0.2.0"
Expand Down Expand Up @@ -385,7 +385,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -419,7 +419,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -508,7 +508,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -687,7 +687,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "a40db3ec7ac5c1d4a08d97e8d577a18672008b73"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/PoreMatMod.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module PoreMatMod

using StatsBase, LightGraphs, MetaGraphs, LinearAlgebra, DataFrames, Reexport
using StatsBase, Graphs, MetaGraphs, LinearAlgebra, DataFrames, Reexport
@reexport using Xtals

import Base.(), Base.show, Base.replace
Expand Down
8 changes: 4 additions & 4 deletions src/PoreMatModGO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LightGraphs]]
[[Graphs]]
deps = ["ArnoldiMethod", "DataStructures", "Distributed", "Inflate", "LinearAlgebra", "Random", "SharedArrays", "SimpleTraits", "SparseArrays", "Statistics"]
git-tree-sha1 = "432428df5f360964040ed60418dd5601ecd240b6"
uuid = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down Expand Up @@ -515,7 +515,7 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[MetaGraphs]]
deps = ["JLD2", "LightGraphs", "Random"]
deps = ["JLD2", "Graphs", "Random"]
git-tree-sha1 = "81c0488104fb0dc977f38b4acaff81e6e79efc4d"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
version = "0.6.8"
Expand Down Expand Up @@ -604,7 +604,7 @@ uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[PoreMatMod]]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "LightGraphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
deps = ["Bio3DView", "Blink", "CSV", "DataFrames", "FIGlet", "Graphs", "LinearAlgebra", "MetaGraphs", "PlutoSliderServer", "PlutoUI", "Reexport", "StatsBase", "Xtals"]
git-tree-sha1 = "e159b06034ebf5912c900540e7c6763d4d862bbb"
uuid = "2de0d7f0-0963-4438-8bc8-7e7ffe3dc69a"
version = "0.2.0"
Expand Down Expand Up @@ -783,7 +783,7 @@ uuid = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
version = "0.6.4"
[[Xtals]]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "LightGraphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
deps = ["Bio3DView", "CSV", "DataFrames", "JLD2", "Graphs", "LinearAlgebra", "Logging", "MetaGraphs", "Printf", "PyCall", "UUIDs"]
git-tree-sha1 = "345604daffc6812d79a1c4e252ab2015c9ac3fd0"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
version = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion src/replace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function accumulate_bonds!(bonds::Array{Tuple{Int,Int}}, q2p_isom::Array{Int},
break
end
# find neighbors of parent_subset atoms
n = LightGraphs.neighbors(parent.bonds, p)
n = Graphs.neighbors(parent.bonds, p)
# loop over neighbors
for nᵢ in n
# if neighbor not in q2p_isom, must bond it to replacement replacement
Expand Down
2 changes: 1 addition & 1 deletion test/findreplace.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module PoreMatMod_Test

using Test, LightGraphs, PoreMatMod
using Test, Graphs, PoreMatMod

@testset "substructure_search" begin
irmof1 = Crystal("IRMOF-1.cif")
Expand Down
2 changes: 1 addition & 1 deletion test/ullmann.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Ullmann_Test

using Test, LightGraphs, MetaGraphs, PoreMatMod
using Test, Graphs, MetaGraphs, PoreMatMod


# add a list of edges to a graph
Expand Down

0 comments on commit eb9651a

Please sign in to comment.