The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Grid::Run::SGE::Log::Notify - get notified if a job finishes

DESCRIPTION

This guide helps you to set up job notifications for Bio::Grid::Run::SGE

To get job notifiations, create a global config file $HOME/.bio-grid-run-sge.conf.yml. It might be wise to restrict reading permission, as you might use it to store account details (email, jabber, twitter, etc.) for job notifiations.

chmod 600 ~/.bio-grid-run-sge.conf

Notifications via passwordless SMTP server

Example contents:

---
notify:
  mail:
    dest: person.in.charge@example.com
    smtp_server: smtp.example.com

Notifications via jabber account

Beware: You need a jabber account first.

---
notify:
  jabber:
    jid: grid-report@jabber.example.com/grid_report
    password: ...
    dest: person-in-charge@jabber.example.com

Notifications via custom script

---
notify:
  script: /path/to/script.sh

SEE ALSO

See more information on global configuration