Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/images/checked.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading