We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextflow basics
Epi2Me
nf-core
The text was updated successfully, but these errors were encountered:
profiles { deep22 { cleanup = true process { executor = 'slurm' queue = 'test' } executor { queueSize = 8 pollInterval = '1 min' queueStatInterval = '5 min' } // $NXF_SINGULARITY_CACHEDIR should be set in either ~/.bash{rc,_profile} // to stop downloading the same image for every run. // For example, we have: /localenv/pipegrp/nxf/apptainer // together with: ln -s /localenv/pipegrp/nxf/home ~/.nextflow singularity { enabled = true autoMounts = true } params { config_profile_description = 'Config profile tu run Apptainer at MPI-IE Freiburg.' max_memory = 50.GB max_cpus = 20 max_time = 24.h // https://github.com/bioinfo-pf-curie/geniac-template/blob/master/conf/test.config } } debug { cleanup = false } }
I had this nextflow.cfg from a previous effort, it might be useful... Good luck!
Sorry, something went wrong.
No branches or pull requests
Nextflow basics
Epi2Me
nf-core
The text was updated successfully, but these errors were encountered: