Skip to content

Commit fb39227

Browse files
committed
Remove nf-slack instructions which should come from the plugin
1 parent 504bd78 commit fb39227

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,6 @@ nextflow run nf-core/demo \
6161
6262
For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/demo/usage) and the [parameter documentation](https://nf-co.re/demo/parameters).
6363

64-
## Slack Notifications
65-
66-
The pipeline includes automatic Slack notifications via the nf-slack plugin. To enable Slack notifications:
67-
68-
1. Create a Slack incoming webhook in your workspace:
69-
70-
- Go to your Slack workspace settings
71-
- Navigate to "Apps" → "Incoming Webhooks"
72-
- Create a new webhook and copy the URL
73-
74-
2. Set the webhook URL as an environment variable:
75-
76-
```bash
77-
export SLACK_WEBHOOK_URL='https://hooks.slack.com/services/YOUR/WEBHOOK/URL'
78-
```
79-
80-
3. Run your pipeline normally - notifications will be sent automatically:
81-
- Pipeline start notification
82-
- Pipeline completion notification (with task statistics)
83-
- Pipeline failure notification (with error details)
84-
85-
The plugin is configured to include command line details and resource usage statistics in the notifications. You can customize the notification settings in `nextflow.config` under the `slack` configuration block.
86-
87-
For more information about the nf-slack plugin, visit the [nf-slack repository](https://github.com/seqeralabs/nf-slack).
88-
8964
## Pipeline output
9065

9166
To see the results of an example test run with a full size dataset refer to the [results](https://nf-co.re/demo/results) tab on the nf-core website pipeline page.

0 commit comments

Comments
 (0)