Robin Garcia
Results
2
comments of
Robin Garcia
Maybe this is my solution? https://apptainer.org/docs/user/latest/running_services.html#nginx-hello-world-in-apptainer
I did the same. My GPU was recognised when I ran the pipeline with mode "alphafold2" but not with "colabfold". My nextflow.config looks like... ``` username=System.getenv('USER') cleanup = 'true' workDir="/data/users/${username}/Nextflow/Work"...