Folks, I've recently taken on the responsibility to rebuild an elderly shared server that is used to run bioinformatic data pipelines, some of which are written in Julia.
I'm having a challenge that some of the packages I need are no longer available. They do exist on the old machine at .julia/packages/ThePackage, but I've been unsuccessful at pulling those out and adding them to the install on the new machine. Any suggestions?
I'm a total Julia beginner, but have a lot of linux and development experience.