Bioinfo Genotoul Configuration
All nf-core pipelines have been successfully configured for use on the Bioinfo Genotoul cluster at the INRAe toulouse.
To use, run the pipeline with -profile genotoul
. This will download and
launch the genotoul.config
which has been
pre-configured with a setup suitable for the Bioinfo Genotoul cluster.
Using this profile, a docker image containing all of the required software
will be downloaded, and converted to a Singularity image before execution
of the pipeline. Images are stored for all users in following directory /usr/local/bioinfo/src/NextflowWorkflows/singularity-img/
.
Running the workflow ib the Genologin cluster
Before running the pipeline you will need to load Nextflow and Singularity using the environment module system on Genotoul. You can do this by issuing the commands below:
Once connected on our frontal node :
Setup default nextflow and singularity home directory (to be done only one time):
Load environment :
Try a test workflow (for example the methylseq workflow) :
Create launch script nfcore-methylseq.sh
:
Launch on the cluster with sbatch:
Mounted directory
By default, available mount points are:
- /bank
- /home
- /save
- /work
To have access to specific other mount point you can add a config profile file with option -profile
and which contain:
Databanks
A local copy of several genomes are available in /bank
directory. See
our databank page
to search for your favorite genome.
NB: You will need an account to use the HPC cluster on Genotoul in order to run the pipeline. If in doubt see http://bioinfo.genotoul.fr/.