We first have to load EasyBuild, this can be done with this command
moduleloadEasyBuild
The NGS_RNA pipeline has a lot of dependencies, these are handled by easybuild when the --robot command is executed (all the dependencies can be found here). Since we have also our own repo we have to give the path to that also. There can be multiple paths to easybuild configs, just separate them by colon.
Note: the order in which you give the paths are important! To original easybuild path can be left empty (just a colon is enough)
Note: some software cannot be downloaded automagically due to for example licensing or technical issues and the build will fail initially. In these cases you will have to download manually and copy the sources to ${HPC_ENV_PREFIX}/sources/[a-z]/NameOfTheSoftwarePackage/ This is the case for example for Java. Therefore: