Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

User can use their own Julia packages together with if the packages default ones provided by the `NCI-data-analysis` module under the project dk92 are not enough, no matter it if the julia session is running from an OOD VDI Desktop, within the ARE jupyter notebook or through command line on a gadi node.

Please see examples below for package installation into your project folder under /g/data under different environments. We recommend to test the installation using the built-in test files in the new package whenever possible and include the test in our examples. 

OOD VDI 


Code Block
[yxs900@ood-vn1 ~]$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.7.2 (2022-02-06)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |

julia> DEPOT_PATH
1-element Vector{String}:
"/opt/julia"

(@v1.7) pkg> st GraphIO
  No Matches in `/opt/julia/environments/v1.7/Project.toml`

julia> ENV["PROJECT"]
"z00"

julia> pushfirst!(DEPOT_PATH,"/g/data/"*ENV["PROJECT"]*"/.julia")
2-element Vector{String}:
 "/g/data/z00/.julia"
 "/opt/julia"



ARE Jupyter Notebooks

To install a package maintained in the Julia Package Listing requires internet access. Preferably, request the resource from `copyq` to 

...