nf-core / pgdb

The ProteoGenomics database generation workflow creates different protein databases for ProteoGenomics data analysis.
https://nf-co.re/pgdb
MIT License
5 stars 8 forks source link

Add profile to test command in introduction page - docs #42

Closed husensofteng closed 1 year ago

husensofteng commented 3 years ago

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.

image

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.