Translations:Nextflow/6/en

From Alliance Doc
Jump to navigation Jump to search

Start by installing a pip package to help with the setup; please note that the nf-core tools can be slow to install.

module purge # Make sure that previously loaded modules are not polluting the installation 
module load python/3.11
module load postgresql # Will not use PostgresSQL here, but some Python modules which list psycopg2 as a dependency in the installation would crash without it.
python -m venv nf-core-env
source nf-core-env/bin/activate
python -m pip install nf_core==2.13