https://github.com/hahnlab/CAFE5 wget https://github.com/hahnlab/CAFE5/archive/refs/tags/v5.0.tar.gz tar xvf 5.0.tar.gz # start clean module purge module load uppmax # These 4 lines are needed to compile (firts 2 to run)
3/2/2023Installing conda packages on a computer without internet is somewhat challenging. One common approach is to conda-pack your environment, transfer the pack, then "unpack" it on the other computer - link. Here is an alternative way, perhaps easier, to achieve "clean" conda environment installation. Start with the computer on which you have already installed the environment or you can install it. On source (your or other working computer with the same processor architecture as the target) # export the list of packages explicitly so you can download the files $(base) conda list -n my_env --explicit > packages.wget
2/28/2023[TOC] :hammer_and_wrench: --- Basic tools --- Over the years, Windows became more and more friendly with respect to interaction with Linux environment. Recent implementation of "Windows Subsystem for Linux - version 2" WSL2 is a significant step toward this direction and perhaps might be one of the best approach in the near feature. Despite that, there are tools that have became essential over the time and are more than enough for the purpose of effective interaction with Linux. :::success Advise: :pencil:
12/6/2022Bianca is a research system dedicated for analyzing sensitive personal data from large-scale molecular experiments. Bianca is part of the SNIC-SENS project. Since Bianca is designed to handle sensitive personal data security is a key aspect of the configuration and features restricted access and lack of direct Internet access to and from the cluster. This make it particularly difficult to use common tools to maintain python modules or software installations. Here are some tips and advises on different way to approach the problem. User installs via pip pip documentation Download the necessary modules - docs.
10/27/2022