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/2023https://opain.github.io/GenoPred/ 1. Load the relevant modules module purge module load uppmax git module load bioinfo-tools GenoPredPipe/20221121-e3caf6b ::: danger Make sure you do not have other modules loaded or using your own conda installation. :::
1/20/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/2022