diff --git a/docs/images/checked.gif b/docs/images/checked.gif new file mode 100644 index 0000000..2aa2064 Binary files /dev/null and b/docs/images/checked.gif differ diff --git a/docs/images/checked.png b/docs/images/checked.png new file mode 100644 index 0000000..2aa2064 Binary files /dev/null and b/docs/images/checked.png differ diff --git a/nextflow.config b/nextflow.config index 31e60bb..7026fbc 100644 --- a/nextflow.config +++ b/nextflow.config @@ -239,6 +239,7 @@ manifest { ], ] homePage = 'https://github.com/nf-core/testpipeline' + icon = './docs/images/checked.gif' description = """An example pipeline used to test new nf-core infrastructure and common code.""" mainScript = 'main.nf' defaultBranch = 'main'