Quickstart
Installing NGS_DNA pipeline
This is the Quick tutorial, when there are problems first go to the detailed install page or when there are problems running the pipeline
We first have to load EasyBuild, this can be done with this command
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/ for more details check install page
Run the script NGS_resources to install the required resources and create directory structure, you can download the scripts here
Note: Sometimes the GATK ftp server can be down/instable, try it a couple of times
Preparing and running NGS_DNA pipeline
Note: if you want to run locally, you should change in the CreateInhouseProjects.sh script the backend (this can be done almost at the end of the script where you have something like: sh ${EBROOTMOLGENISMINCOMPUTE}/molgenis_compute.sh search for –b slurm and change it into –b localhost
navigate to jobs folder (this will be outputted at the step before this one).
Last updated