mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-11-21 14:36:03 +00:00
Add ArgParse package to container
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
9f8b8fbdde
commit
87c5c93050
3 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,12 @@ git-tree-sha1 = "af92965fb30777147966f58acb05da51c5616b5f"
|
||||||
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
|
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
|
||||||
version = "3.3.3"
|
version = "3.3.3"
|
||||||
|
|
||||||
|
[[ArgParse]]
|
||||||
|
deps = ["Logging", "TextWrap"]
|
||||||
|
git-tree-sha1 = "3102bce13da501c9104df33549f511cd25264d7d"
|
||||||
|
uuid = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
|
||||||
|
version = "1.1.4"
|
||||||
|
|
||||||
[[ArgTools]]
|
[[ArgTools]]
|
||||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
||||||
|
|
||||||
|
@ -2138,6 +2144,11 @@ version = "0.1.1"
|
||||||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
||||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||||
|
|
||||||
|
[[TextWrap]]
|
||||||
|
git-tree-sha1 = "9250ef9b01b66667380cf3275b3f7488d0e25faf"
|
||||||
|
uuid = "b718987f-49a8-5099-9789-dcd902bef87d"
|
||||||
|
version = "1.0.1"
|
||||||
|
|
||||||
[[ThreadingUtilities]]
|
[[ThreadingUtilities]]
|
||||||
deps = ["ManualMemory"]
|
deps = ["ManualMemory"]
|
||||||
git-tree-sha1 = "f8629df51cab659d70d2e5618a430b4d3f37f2c3"
|
git-tree-sha1 = "f8629df51cab659d70d2e5618a430b4d3f37f2c3"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[deps]
|
[deps]
|
||||||
|
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
|
||||||
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
|
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
|
||||||
BusinessDays = "4f18b42c-503e-5345-9536-bb0f25fc7038"
|
BusinessDays = "4f18b42c-503e-5345-9536-bb0f25fc7038"
|
||||||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
||||||
|
|
|
@ -143,6 +143,7 @@ this image.
|
||||||
|
|
||||||
### My Own Additions
|
### My Own Additions
|
||||||
|
|
||||||
|
- [x] [ArgParse](https://github.com/carlobaldassi/ArgParse.jl)
|
||||||
- [x] [EzXML](https://github.com/JuliaIO/EzXML.jl)
|
- [x] [EzXML](https://github.com/JuliaIO/EzXML.jl)
|
||||||
- [x] [JSON3](https://github.com/quinnj/JSON3.jl)
|
- [x] [JSON3](https://github.com/quinnj/JSON3.jl)
|
||||||
- [x] [YAML](https://github.com/JuliaData/YAML.jl)
|
- [x] [YAML](https://github.com/JuliaData/YAML.jl)
|
||||||
|
|
Loading…
Reference in a new issue