The command that is shown in the top left corner (shown in the image) of the Introduction page at https://nf-co.re/pgdb is incorrect because only test is listed for the profile while it has to be test,docker or test,singularity otherwise the used packages won't be found on the system.
the correct command would be one of the following:
nextflow run nf-core/pgdb -r 1.0.0 -profile test,docker
I couldn't find this part in pgdb/docs to fix therefore I made an issue here instead.
The command that is shown in the top left corner (shown in the image) of the Introduction page at https://nf-co.re/pgdb is incorrect because only test is listed for the profile while it has to be test,docker or test,singularity otherwise the used packages won't be found on the system.
the correct command would be one of the following:
nextflow run nf-core/pgdb -r 1.0.0 -profile test,docker
I couldn't find this part in pgdb/docs to fix therefore I made an issue here instead.